#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include 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 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 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 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 VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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); } }; 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 VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, 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 GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83; // System.Action`1 struct Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`2 struct Action_2_tBA82D2430D3596594262E1ACAD640A8EEB5DB2F2; // System.Action`3 struct Action_3_t1898E42A573C06F569B73238FC1A38625F7D9021; // System.Action`3 struct Action_3_t3758EBDA081B24412ED63A3941C20EBC3E5CFCB0; // System.Action`4 struct Action_4_t0B9EF883AC063A1E200FE9EB95FC8C272CB243D8; // System.Action`4 struct Action_4_t9E12995424CAFA0450021E48FF6FE4ABF2A895EE; // System.Action`4 struct Action_4_tC40012D9691E5DE5C97D2E1EF4FE6A87C8C0FC3E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A; // System.Func`2,System.Boolean> struct Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7; // System.Func`2,System.Boolean> struct Func_2_tE420926B64A6FE6E24977D31555AF9CF87CA9FE8; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t22A35158F9E40077A7147A082319C0D1DFFBE2FD; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tFEEFA940E5677FC484F69DCBC0061F8CD7E0F0F6; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1CEFC4032D36100FE58999A10DFB02F5139BC4AF; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t7CDC64296E2925FC8ACD0F178E8FADF0C53B336D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tDBC849B8248C833C53F1762E771EFC477EB8AF18; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t0CA8E9EED89B15C3EB491D4D697642CF2B794EC4; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t364DFA27EF9237B543C94D3C23C2A70222BF50C1; // System.Collections.Generic.List`1 struct List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // 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_t94CE30B1FBE773B858F1800A6BAC764C411D6223; // System.Collections.Generic.List`1 struct List_1_tE7A3E65EF4EFEB8E88A946737890AE19BB382B79; // System.Collections.Generic.Stack`1 struct Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429; // System.Collections.Generic.Stack`1 struct Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tA8CD22ACFEF16B825DFF64AFFEB0D6912C05F88E; // System.WeakReference`1 struct WeakReference_1_t31103BF0AB213236F697B644B27B7480DEF79D5E; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t2B2C54BB02CE18097A565E16B5399CCF3483B95B; // OVR.OpenVR.AppOverrideKeys_t[] struct AppOverrideKeys_tU5BU5D_t5F056A87FD5F8C52F276A454F63E9C9E344C231E; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // OVR.OpenVR.EVRScreenshotType[] struct EVRScreenshotTypeU5BU5D_tA751CC543ED0D27BBC7F0E309BFC421DDD8E2499; // OVR.OpenVR.HmdQuad_t[] struct HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // OVRSimpleJSON.JSONNode[] struct JSONNodeU5BU5D_t81105A5C491915996A29B59AF9E25E770A7BD40B; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // OVR.OpenVR.Texture_t[] struct Texture_tU5BU5D_t4D3D3130AAFCD5866D914398D2915F0D0398F40E; // OVR.OpenVR.TrackedDevicePose_t[] struct TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // OVR.OpenVR.VRActiveActionSet_t[] struct VRActiveActionSet_tU5BU5D_t84C62326FAE3BD6BCC3F96AFBBA7F0C7B5F7B10C; // OVR.OpenVR.VRBoneTransform_t[] struct VRBoneTransform_tU5BU5D_tC09114C99DC9DC8F54D106D2B24A42E9EBC2A55A; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // OVRControllerTest/BoolMonitor[] struct BoolMonitorU5BU5D_t663D5C6093CE1CA15974C743BB7EFCA10DED2C90; // OVRInput/HapticInfo[] struct HapticInfoU5BU5D_t211B0C9EE0EA90574B4037CCF26B3B52375D8751; // OVRInput/OpenVRControllerDetails[] struct OpenVRControllerDetailsU5BU5D_t75E74318822478AF5AE59EFF5D1A98263EEF57A8; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // UnityEngine.Animator struct Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // OVR.OpenVR.CVRApplications struct CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600; // OVR.OpenVR.CVRChaperone struct CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15; // OVR.OpenVR.CVRChaperoneSetup struct CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A; // OVR.OpenVR.CVRCompositor struct CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D; // OVR.OpenVR.CVRDriverManager struct CVRDriverManager_tC6848762E9C9EE05C8E5D70E5EC4B46C8028589A; // OVR.OpenVR.CVRExtendedDisplay struct CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD; // OVR.OpenVR.CVRIOBuffer struct CVRIOBuffer_tA488C2D25AA73C2913D52B82262A06083DE528AC; // OVR.OpenVR.CVRInput struct CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365; // OVR.OpenVR.CVRNotifications struct CVRNotifications_t8DDF70DE5120600194E306D61004EC379EA846A3; // OVR.OpenVR.CVROverlay struct CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640; // OVR.OpenVR.CVRRenderModels struct CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F; // OVR.OpenVR.CVRResources struct CVRResources_t169A79D32A337A63F8786E7D5B9C1A5B732A2DE8; // OVR.OpenVR.CVRScreenshots struct CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871; // OVR.OpenVR.CVRSettings struct CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750; // OVR.OpenVR.CVRSpatialAnchors struct CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9; // OVR.OpenVR.CVRSystem struct CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9; // OVR.OpenVR.CVRTrackedCamera struct CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // UnityEngine.CapsuleCollider struct CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Exception struct Exception_t; // Assets.OVR.Scripts.FixMethodDelegate struct FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27; // Assets.OVR.Scripts.FixRecord struct FixRecord_t4A84FF166F77D1E6F2B2C60F7733B5A0F3116073; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // UnityEngine.ISubsystemDescriptor struct ISubsystemDescriptor_tEB935323042076ECFC076435FBD756B1E7953A14; // OVRSimpleJSON.JSONArray struct JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D; // OVRSimpleJSON.JSONBool struct JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF; // OVRSimpleJSON.JSONLazyCreator struct JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D; // OVRSimpleJSON.JSONNode struct JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B; // OVRSimpleJSON.JSONNull struct JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1; // OVRSimpleJSON.JSONNumber struct JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F; // OVRSimpleJSON.JSONObject struct JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4; // OVRSimpleJSON.JSONString struct JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416; // LateLatching struct LateLatching_t477B8201E500843CD36C97D7C5C4E9CF353912E6; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // UnityEngine.MeshRenderer struct MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // OVRAudioSourceTest struct OVRAudioSourceTest_tE3FEBA1ED3C344A3E74CAA58081FFA1B722EDE56; // OVRAutoDestroyInMRC struct OVRAutoDestroyInMRC_t676EF9F92473EFE30AEC4ED33E075839FFB61052; // OVRBone struct OVRBone_tF9C031559703607035E455CE642549C722BBF081; // OVRBoneCapsule struct OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F; // OVRBoundary struct OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF; // OVRCameraComposition struct OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049; // OVRCameraRig struct OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517; // OVRChromaticAberration struct OVRChromaticAberration_t7CACC89AA4519E8E0D399A8F5F4C4A0C51C2E4DB; // OVRComposition struct OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94; // OVRCompositionUtil struct OVRCompositionUtil_tABE893400FDAA8D28EAD992F7BE994E08438907D; // OVRControllerHelper struct OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6; // OVRControllerTest struct OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484; // OVRDisplay struct OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E; // OVRManager struct OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036; // OVRMixedRealityCaptureConfiguration struct OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0; // OVRMixedRealityCaptureSettings struct OVRMixedRealityCaptureSettings_t83BE3A431BD6F52C2F2E6EE7A73394AE7DC99F8D; // OVRNativeBuffer struct OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0; // OVRProfile struct OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76; // OVRRuntimeSettings struct OVRRuntimeSettings_t3D2B8321092BAC35E39905B41D0690CEFD8AB343; // OVRTracker struct OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // System.OperatingSystem struct OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // Assets.OVR.Scripts.Record struct Record_t2D51BDFDB2CC5FD8111AD57538C6FF4C30C48FC9; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.XR.XRDisplaySubsystem struct XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93; // OVR.OpenVR.CVROverlay/_PollNextOverlayEventPacked struct _PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E; // OVR.OpenVR.CVRRenderModels/_GetComponentStatePacked struct _GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599; // OVR.OpenVR.CVRSystem/_GetControllerStatePacked struct _GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208; // OVR.OpenVR.CVRSystem/_GetControllerStateWithPosePacked struct _GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F; // OVR.OpenVR.CVRSystem/_PollNextEventPacked struct _PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // OVR.OpenVR.IVRApplications/_AddApplicationManifest struct _AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329; // OVR.OpenVR.IVRApplications/_CancelApplicationLaunch struct _CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC; // OVR.OpenVR.IVRApplications/_GetApplicationAutoLaunch struct _GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005; // OVR.OpenVR.IVRApplications/_GetApplicationCount struct _GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD; // OVR.OpenVR.IVRApplications/_GetApplicationKeyByIndex struct _GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6; // OVR.OpenVR.IVRApplications/_GetApplicationKeyByProcessId struct _GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9; // OVR.OpenVR.IVRApplications/_GetApplicationLaunchArguments struct _GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC; // OVR.OpenVR.IVRApplications/_GetApplicationProcessId struct _GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyBool struct _GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyString struct _GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyUint64 struct _GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538; // OVR.OpenVR.IVRApplications/_GetApplicationSupportedMimeTypes struct _GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75; // OVR.OpenVR.IVRApplications/_GetApplicationsErrorNameFromEnum struct _GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218; // OVR.OpenVR.IVRApplications/_GetApplicationsThatSupportMimeType struct _GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779; // OVR.OpenVR.IVRApplications/_GetApplicationsTransitionStateNameFromEnum struct _GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F; // OVR.OpenVR.IVRApplications/_GetCurrentSceneProcessId struct _GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524; // OVR.OpenVR.IVRApplications/_GetDefaultApplicationForMimeType struct _GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC; // OVR.OpenVR.IVRApplications/_GetStartingApplication struct _GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1; // OVR.OpenVR.IVRApplications/_GetTransitionState struct _GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5; // OVR.OpenVR.IVRApplications/_IdentifyApplication struct _IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE; // OVR.OpenVR.IVRApplications/_IsApplicationInstalled struct _IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA; // OVR.OpenVR.IVRApplications/_IsQuitUserPromptRequested struct _IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F; // OVR.OpenVR.IVRApplications/_LaunchApplication struct _LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE; // OVR.OpenVR.IVRApplications/_LaunchApplicationFromMimeType struct _LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02; // OVR.OpenVR.IVRApplications/_LaunchDashboardOverlay struct _LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA; // OVR.OpenVR.IVRApplications/_LaunchInternalProcess struct _LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC; // OVR.OpenVR.IVRApplications/_LaunchTemplateApplication struct _LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B; // OVR.OpenVR.IVRApplications/_PerformApplicationPrelaunchCheck struct _PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490; // OVR.OpenVR.IVRApplications/_RemoveApplicationManifest struct _RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274; // OVR.OpenVR.IVRApplications/_SetApplicationAutoLaunch struct _SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B; // OVR.OpenVR.IVRApplications/_SetDefaultApplicationForMimeType struct _SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A; // OVR.OpenVR.IVRChaperone/_AreBoundsVisible struct _AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836; // OVR.OpenVR.IVRChaperone/_ForceBoundsVisible struct _ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1; // OVR.OpenVR.IVRChaperone/_GetBoundsColor struct _GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27; // OVR.OpenVR.IVRChaperone/_GetCalibrationState struct _GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52; // OVR.OpenVR.IVRChaperone/_GetPlayAreaRect struct _GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E; // OVR.OpenVR.IVRChaperone/_GetPlayAreaSize struct _GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5; // OVR.OpenVR.IVRChaperone/_ReloadInfo struct _ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7; // OVR.OpenVR.IVRChaperone/_SetSceneColor struct _SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B; // OVR.OpenVR.IVRChaperoneSetup/_CommitWorkingCopy struct _CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69; // OVR.OpenVR.IVRChaperoneSetup/_ExportLiveToBuffer struct _ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsInfo struct _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsTagsInfo struct _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923; // OVR.OpenVR.IVRChaperoneSetup/_GetLivePhysicalBoundsInfo struct _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveSeatedZeroPoseToRawTrackingPose struct _GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingCollisionBoundsInfo struct _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaRect struct _GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaSize struct _GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingSeatedZeroPoseToRawTrackingPose struct _GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingStandingZeroPoseToRawTrackingPose struct _GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE; // OVR.OpenVR.IVRChaperoneSetup/_ImportFromBufferToWorking struct _ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB; // OVR.OpenVR.IVRChaperoneSetup/_ReloadFromDisk struct _ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1; // OVR.OpenVR.IVRChaperoneSetup/_RevertWorkingCopy struct _RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsInfo struct _SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsTagsInfo struct _SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPhysicalBoundsInfo struct _SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPlayAreaSize struct _SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingSeatedZeroPoseToRawTrackingPose struct _SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingStandingZeroPoseToRawTrackingPose struct _SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22; // OVR.OpenVR.IVRCompositor/_CanRenderScene struct _CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC; // OVR.OpenVR.IVRCompositor/_ClearLastSubmittedFrame struct _ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2; // OVR.OpenVR.IVRCompositor/_ClearSkyboxOverride struct _ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D; // OVR.OpenVR.IVRCompositor/_CompositorBringToFront struct _CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB; // OVR.OpenVR.IVRCompositor/_CompositorDumpImages struct _CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335; // OVR.OpenVR.IVRCompositor/_CompositorGoToBack struct _CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E; // OVR.OpenVR.IVRCompositor/_CompositorQuit struct _CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654; // OVR.OpenVR.IVRCompositor/_FadeGrid struct _FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB; // OVR.OpenVR.IVRCompositor/_FadeToColor struct _FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997; // OVR.OpenVR.IVRCompositor/_ForceInterleavedReprojectionOn struct _ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9; // OVR.OpenVR.IVRCompositor/_ForceReconnectProcess struct _ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99; // OVR.OpenVR.IVRCompositor/_GetCumulativeStats struct _GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7; // OVR.OpenVR.IVRCompositor/_GetCurrentFadeColor struct _GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF; // OVR.OpenVR.IVRCompositor/_GetCurrentGridAlpha struct _GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537; // OVR.OpenVR.IVRCompositor/_GetCurrentSceneFocusProcess struct _GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A; // OVR.OpenVR.IVRCompositor/_GetFrameTimeRemaining struct _GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA; // OVR.OpenVR.IVRCompositor/_GetFrameTiming struct _GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58; // OVR.OpenVR.IVRCompositor/_GetFrameTimings struct _GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D; // OVR.OpenVR.IVRCompositor/_GetLastFrameRenderer struct _GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216; // OVR.OpenVR.IVRCompositor/_GetLastPoseForTrackedDeviceIndex struct _GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8; // OVR.OpenVR.IVRCompositor/_GetLastPoses struct _GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057; // OVR.OpenVR.IVRCompositor/_GetMirrorTextureD3D11 struct _GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555; // OVR.OpenVR.IVRCompositor/_GetMirrorTextureGL struct _GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D; // OVR.OpenVR.IVRCompositor/_GetTrackingSpace struct _GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E; // OVR.OpenVR.IVRCompositor/_GetVulkanDeviceExtensionsRequired struct _GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43; // OVR.OpenVR.IVRCompositor/_GetVulkanInstanceExtensionsRequired struct _GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7; // OVR.OpenVR.IVRCompositor/_HideMirrorWindow struct _HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F; // OVR.OpenVR.IVRCompositor/_IsFullscreen struct _IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE; // OVR.OpenVR.IVRCompositor/_IsMirrorWindowVisible struct _IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C; // OVR.OpenVR.IVRCompositor/_LockGLSharedTextureForAccess struct _LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E; // OVR.OpenVR.IVRCompositor/_PostPresentHandoff struct _PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9; // OVR.OpenVR.IVRCompositor/_ReleaseMirrorTextureD3D11 struct _ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD; // OVR.OpenVR.IVRCompositor/_ReleaseSharedGLTexture struct _ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2; // OVR.OpenVR.IVRCompositor/_SetExplicitTimingMode struct _SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE; // OVR.OpenVR.IVRCompositor/_SetSkyboxOverride struct _SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6; // OVR.OpenVR.IVRCompositor/_SetTrackingSpace struct _SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4; // OVR.OpenVR.IVRCompositor/_ShouldAppRenderWithLowResources struct _ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF; // OVR.OpenVR.IVRCompositor/_ShowMirrorWindow struct _ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9; // OVR.OpenVR.IVRCompositor/_Submit struct _Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B; // OVR.OpenVR.IVRCompositor/_SubmitExplicitTimingData struct _SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36; // OVR.OpenVR.IVRCompositor/_SuspendRendering struct _SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25; // OVR.OpenVR.IVRCompositor/_UnlockGLSharedTextureForAccess struct _UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D; // OVR.OpenVR.IVRCompositor/_WaitGetPoses struct _WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1; // OVR.OpenVR.IVRDriverManager/_GetDriverCount struct _GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57; // OVR.OpenVR.IVRDriverManager/_GetDriverHandle struct _GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721; // OVR.OpenVR.IVRDriverManager/_GetDriverName struct _GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F; // OVR.OpenVR.IVRExtendedDisplay/_GetDXGIOutputInfo struct _GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41; // OVR.OpenVR.IVRExtendedDisplay/_GetEyeOutputViewport struct _GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40; // OVR.OpenVR.IVRExtendedDisplay/_GetWindowBounds struct _GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE; // OVR.OpenVR.IVRIOBuffer/_Close struct _Close_t30F7271D4A3082A3224F324E33751831C512A584; // OVR.OpenVR.IVRIOBuffer/_Open struct _Open_t248EE84778C0AAE28929A8C359E6F97631938546; // OVR.OpenVR.IVRIOBuffer/_PropertyContainer struct _PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E; // OVR.OpenVR.IVRIOBuffer/_Read struct _Read_t5629D20360F207B935C9F35CFE7B3D427746875B; // OVR.OpenVR.IVRIOBuffer/_Write struct _Write_t3927BD214CE20924672841C01A54BE99E6610CF5; // OVR.OpenVR.IVRInput/_DecompressSkeletalBoneData struct _DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA; // OVR.OpenVR.IVRInput/_GetActionHandle struct _GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614; // OVR.OpenVR.IVRInput/_GetActionOrigins struct _GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51; // OVR.OpenVR.IVRInput/_GetActionSetHandle struct _GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755; // OVR.OpenVR.IVRInput/_GetAnalogActionData struct _GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B; // OVR.OpenVR.IVRInput/_GetDigitalActionData struct _GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6; // OVR.OpenVR.IVRInput/_GetInputSourceHandle struct _GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333; // OVR.OpenVR.IVRInput/_GetOriginLocalizedName struct _GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783; // OVR.OpenVR.IVRInput/_GetOriginTrackedDeviceInfo struct _GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5; // OVR.OpenVR.IVRInput/_GetPoseActionData struct _GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1; // OVR.OpenVR.IVRInput/_GetSkeletalActionData struct _GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070; // OVR.OpenVR.IVRInput/_GetSkeletalBoneData struct _GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B; // OVR.OpenVR.IVRInput/_GetSkeletalBoneDataCompressed struct _GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D; // OVR.OpenVR.IVRInput/_SetActionManifestPath struct _SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3; // OVR.OpenVR.IVRInput/_ShowActionOrigins struct _ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662; // OVR.OpenVR.IVRInput/_ShowBindingsForActionSet struct _ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB; // OVR.OpenVR.IVRInput/_TriggerHapticVibrationAction struct _TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24; // OVR.OpenVR.IVRInput/_UpdateActionState struct _UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC; // OVR.OpenVR.IVRNotifications/_CreateNotification struct _CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0; // OVR.OpenVR.IVRNotifications/_RemoveNotification struct _RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0; // OVR.OpenVR.IVROverlay/_ClearOverlayTexture struct _ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E; // OVR.OpenVR.IVROverlay/_CloseMessageOverlay struct _CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C; // OVR.OpenVR.IVROverlay/_ComputeOverlayIntersection struct _ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA; // OVR.OpenVR.IVROverlay/_CreateDashboardOverlay struct _CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A; // OVR.OpenVR.IVROverlay/_CreateOverlay struct _CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69; // OVR.OpenVR.IVROverlay/_DestroyOverlay struct _DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F; // OVR.OpenVR.IVROverlay/_FindOverlay struct _FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00; // OVR.OpenVR.IVROverlay/_GetDashboardOverlaySceneProcess struct _GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB; // OVR.OpenVR.IVROverlay/_GetGamepadFocusOverlay struct _GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84; // OVR.OpenVR.IVROverlay/_GetHighQualityOverlay struct _GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9; // OVR.OpenVR.IVROverlay/_GetKeyboardText struct _GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD; // OVR.OpenVR.IVROverlay/_GetOverlayAlpha struct _GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE; // OVR.OpenVR.IVROverlay/_GetOverlayAutoCurveDistanceRangeInMeters struct _GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25; // OVR.OpenVR.IVROverlay/_GetOverlayColor struct _GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41; // OVR.OpenVR.IVROverlay/_GetOverlayDualAnalogTransform struct _GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1; // OVR.OpenVR.IVROverlay/_GetOverlayErrorNameFromEnum struct _GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E; // OVR.OpenVR.IVROverlay/_GetOverlayFlag struct _GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B; // OVR.OpenVR.IVROverlay/_GetOverlayFlags struct _GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D; // OVR.OpenVR.IVROverlay/_GetOverlayImageData struct _GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65; // OVR.OpenVR.IVROverlay/_GetOverlayInputMethod struct _GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00; // OVR.OpenVR.IVROverlay/_GetOverlayKey struct _GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2; // OVR.OpenVR.IVROverlay/_GetOverlayMouseScale struct _GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B; // OVR.OpenVR.IVROverlay/_GetOverlayName struct _GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852; // OVR.OpenVR.IVROverlay/_GetOverlayRenderModel struct _GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F; // OVR.OpenVR.IVROverlay/_GetOverlayRenderingPid struct _GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41; // OVR.OpenVR.IVROverlay/_GetOverlaySortOrder struct _GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF; // OVR.OpenVR.IVROverlay/_GetOverlayTexelAspect struct _GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667; // OVR.OpenVR.IVROverlay/_GetOverlayTexture struct _GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046; // OVR.OpenVR.IVROverlay/_GetOverlayTextureBounds struct _GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC; // OVR.OpenVR.IVROverlay/_GetOverlayTextureColorSpace struct _GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C; // OVR.OpenVR.IVROverlay/_GetOverlayTextureSize struct _GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472; // OVR.OpenVR.IVROverlay/_GetOverlayTransformAbsolute struct _GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E; // OVR.OpenVR.IVROverlay/_GetOverlayTransformOverlayRelative struct _GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14; // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceComponent struct _GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D; // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceRelative struct _GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75; // OVR.OpenVR.IVROverlay/_GetOverlayTransformType struct _GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5; // OVR.OpenVR.IVROverlay/_GetOverlayWidthInMeters struct _GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE; // OVR.OpenVR.IVROverlay/_GetPrimaryDashboardDevice struct _GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF; // OVR.OpenVR.IVROverlay/_GetTransformForOverlayCoordinates struct _GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D; // OVR.OpenVR.IVROverlay/_HideKeyboard struct _HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0; // OVR.OpenVR.IVROverlay/_HideOverlay struct _HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084; // OVR.OpenVR.IVROverlay/_IsActiveDashboardOverlay struct _IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B; // OVR.OpenVR.IVROverlay/_IsDashboardVisible struct _IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8; // OVR.OpenVR.IVROverlay/_IsHoverTargetOverlay struct _IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94; // OVR.OpenVR.IVROverlay/_IsOverlayVisible struct _IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902; // OVR.OpenVR.IVROverlay/_MoveGamepadFocusToNeighbor struct _MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811; // OVR.OpenVR.IVROverlay/_PollNextOverlayEvent struct _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB; // OVR.OpenVR.IVROverlay/_ReleaseNativeOverlayHandle struct _ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B; // OVR.OpenVR.IVROverlay/_SetDashboardOverlaySceneProcess struct _SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000; // OVR.OpenVR.IVROverlay/_SetGamepadFocusOverlay struct _SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17; // OVR.OpenVR.IVROverlay/_SetHighQualityOverlay struct _SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1; // OVR.OpenVR.IVROverlay/_SetKeyboardPositionForOverlay struct _SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722; // OVR.OpenVR.IVROverlay/_SetKeyboardTransformAbsolute struct _SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0; // OVR.OpenVR.IVROverlay/_SetOverlayAlpha struct _SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433; // OVR.OpenVR.IVROverlay/_SetOverlayAutoCurveDistanceRangeInMeters struct _SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD; // OVR.OpenVR.IVROverlay/_SetOverlayColor struct _SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D; // OVR.OpenVR.IVROverlay/_SetOverlayDualAnalogTransform struct _SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B; // OVR.OpenVR.IVROverlay/_SetOverlayFlag struct _SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9; // OVR.OpenVR.IVROverlay/_SetOverlayFromFile struct _SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B; // OVR.OpenVR.IVROverlay/_SetOverlayInputMethod struct _SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52; // OVR.OpenVR.IVROverlay/_SetOverlayIntersectionMask struct _SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB; // OVR.OpenVR.IVROverlay/_SetOverlayMouseScale struct _SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C; // OVR.OpenVR.IVROverlay/_SetOverlayName struct _SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F; // OVR.OpenVR.IVROverlay/_SetOverlayNeighbor struct _SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5; // OVR.OpenVR.IVROverlay/_SetOverlayRaw struct _SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105; // OVR.OpenVR.IVROverlay/_SetOverlayRenderModel struct _SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F; // OVR.OpenVR.IVROverlay/_SetOverlayRenderingPid struct _SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A; // OVR.OpenVR.IVROverlay/_SetOverlaySortOrder struct _SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6; // OVR.OpenVR.IVROverlay/_SetOverlayTexelAspect struct _SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12; // OVR.OpenVR.IVROverlay/_SetOverlayTexture struct _SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10; // OVR.OpenVR.IVROverlay/_SetOverlayTextureBounds struct _SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8; // OVR.OpenVR.IVROverlay/_SetOverlayTextureColorSpace struct _SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725; // OVR.OpenVR.IVROverlay/_SetOverlayTransformAbsolute struct _SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140; // OVR.OpenVR.IVROverlay/_SetOverlayTransformOverlayRelative struct _SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D; // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceComponent struct _SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E; // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceRelative struct _SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7; // OVR.OpenVR.IVROverlay/_SetOverlayWidthInMeters struct _SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21; // OVR.OpenVR.IVROverlay/_ShowDashboard struct _ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7; // OVR.OpenVR.IVROverlay/_ShowKeyboard struct _ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2; // OVR.OpenVR.IVROverlay/_ShowKeyboardForOverlay struct _ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED; // OVR.OpenVR.IVROverlay/_ShowMessageOverlay struct _ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2; // OVR.OpenVR.IVROverlay/_ShowOverlay struct _ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797; // OVR.OpenVR.IVRRenderModels/_FreeRenderModel struct _FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B; // OVR.OpenVR.IVRRenderModels/_FreeTexture struct _FreeTexture_tD249C561539875A7BD54E4568884571E7274F384; // OVR.OpenVR.IVRRenderModels/_FreeTextureD3D11 struct _FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124; // OVR.OpenVR.IVRRenderModels/_GetComponentButtonMask struct _GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC; // OVR.OpenVR.IVRRenderModels/_GetComponentCount struct _GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA; // OVR.OpenVR.IVRRenderModels/_GetComponentName struct _GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5; // OVR.OpenVR.IVRRenderModels/_GetComponentRenderModelName struct _GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554; // OVR.OpenVR.IVRRenderModels/_GetComponentState struct _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88; // OVR.OpenVR.IVRRenderModels/_GetComponentStateForDevicePath struct _GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36; // OVR.OpenVR.IVRRenderModels/_GetRenderModelCount struct _GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28; // OVR.OpenVR.IVRRenderModels/_GetRenderModelErrorNameFromEnum struct _GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90; // OVR.OpenVR.IVRRenderModels/_GetRenderModelName struct _GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B; // OVR.OpenVR.IVRRenderModels/_GetRenderModelOriginalPath struct _GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012; // OVR.OpenVR.IVRRenderModels/_GetRenderModelThumbnailURL struct _GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1; // OVR.OpenVR.IVRRenderModels/_LoadIntoTextureD3D11_Async struct _LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D; // OVR.OpenVR.IVRRenderModels/_LoadRenderModel_Async struct _LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302; // OVR.OpenVR.IVRRenderModels/_LoadTextureD3D11_Async struct _LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139; // OVR.OpenVR.IVRRenderModels/_LoadTexture_Async struct _LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07; // OVR.OpenVR.IVRRenderModels/_RenderModelHasComponent struct _RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B; // OVR.OpenVR.IVRResources/_GetResourceFullPath struct _GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513; // OVR.OpenVR.IVRResources/_LoadSharedResource struct _LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33; // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyFilename struct _GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA; // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyType struct _GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07; // OVR.OpenVR.IVRScreenshots/_HookScreenshot struct _HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5; // OVR.OpenVR.IVRScreenshots/_RequestScreenshot struct _RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4; // OVR.OpenVR.IVRScreenshots/_SubmitScreenshot struct _SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B; // OVR.OpenVR.IVRScreenshots/_TakeStereoScreenshot struct _TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF; // OVR.OpenVR.IVRScreenshots/_UpdateScreenshotProgress struct _UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448; // OVR.OpenVR.IVRSettings/_GetBool struct _GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86; // OVR.OpenVR.IVRSettings/_GetFloat struct _GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8; // OVR.OpenVR.IVRSettings/_GetInt32 struct _GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A; // OVR.OpenVR.IVRSettings/_GetSettingsErrorNameFromEnum struct _GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E; // OVR.OpenVR.IVRSettings/_GetString struct _GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0; // OVR.OpenVR.IVRSettings/_RemoveKeyInSection struct _RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D; // OVR.OpenVR.IVRSettings/_RemoveSection struct _RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA; // OVR.OpenVR.IVRSettings/_SetBool struct _SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB; // OVR.OpenVR.IVRSettings/_SetFloat struct _SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5; // OVR.OpenVR.IVRSettings/_SetInt32 struct _SetInt32_t331327F67192F344816533CACECA2DC544A25D8A; // OVR.OpenVR.IVRSettings/_SetString struct _SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19; // OVR.OpenVR.IVRSettings/_Sync struct _Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C; // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromDescriptor struct _CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F; // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromPose struct _CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988; // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorDescriptor struct _GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6; // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorPose struct _GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0; // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_Exiting struct _AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084; // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_UserPrompt struct _AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73; // OVR.OpenVR.IVRSystem/_ApplyTransform struct _ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA; // OVR.OpenVR.IVRSystem/_ComputeDistortion struct _ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02; // OVR.OpenVR.IVRSystem/_DriverDebugRequest struct _DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0; // OVR.OpenVR.IVRSystem/_GetArrayTrackedDeviceProperty struct _GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343; // OVR.OpenVR.IVRSystem/_GetBoolTrackedDeviceProperty struct _GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5; // OVR.OpenVR.IVRSystem/_GetButtonIdNameFromEnum struct _GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0; // OVR.OpenVR.IVRSystem/_GetControllerAxisTypeNameFromEnum struct _GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112; // OVR.OpenVR.IVRSystem/_GetControllerRoleForTrackedDeviceIndex struct _GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436; // OVR.OpenVR.IVRSystem/_GetControllerState struct _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC; // OVR.OpenVR.IVRSystem/_GetControllerStateWithPose struct _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56; // OVR.OpenVR.IVRSystem/_GetD3D9AdapterIndex struct _GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F; // OVR.OpenVR.IVRSystem/_GetDXGIOutputInfo struct _GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53; // OVR.OpenVR.IVRSystem/_GetDeviceToAbsoluteTrackingPose struct _GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D; // OVR.OpenVR.IVRSystem/_GetEventTypeNameFromEnum struct _GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9; // OVR.OpenVR.IVRSystem/_GetEyeToHeadTransform struct _GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148; // OVR.OpenVR.IVRSystem/_GetFloatTrackedDeviceProperty struct _GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594; // OVR.OpenVR.IVRSystem/_GetHiddenAreaMesh struct _GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50; // OVR.OpenVR.IVRSystem/_GetInt32TrackedDeviceProperty struct _GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313; // OVR.OpenVR.IVRSystem/_GetMatrix34TrackedDeviceProperty struct _GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346; // OVR.OpenVR.IVRSystem/_GetOutputDevice struct _GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43; // OVR.OpenVR.IVRSystem/_GetProjectionMatrix struct _GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A; // OVR.OpenVR.IVRSystem/_GetProjectionRaw struct _GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE; // OVR.OpenVR.IVRSystem/_GetPropErrorNameFromEnum struct _GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F; // OVR.OpenVR.IVRSystem/_GetRawZeroPoseToStandingAbsoluteTrackingPose struct _GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1; // OVR.OpenVR.IVRSystem/_GetRecommendedRenderTargetSize struct _GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5; // OVR.OpenVR.IVRSystem/_GetSeatedZeroPoseToStandingAbsoluteTrackingPose struct _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C; // OVR.OpenVR.IVRSystem/_GetSortedTrackedDeviceIndicesOfClass struct _GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E; // OVR.OpenVR.IVRSystem/_GetStringTrackedDeviceProperty struct _GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0; // OVR.OpenVR.IVRSystem/_GetTimeSinceLastVsync struct _GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceActivityLevel struct _GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceClass struct _GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceIndexForControllerRole struct _GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4; // OVR.OpenVR.IVRSystem/_GetUint64TrackedDeviceProperty struct _GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC; // OVR.OpenVR.IVRSystem/_IsDisplayOnDesktop struct _IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2; // OVR.OpenVR.IVRSystem/_IsInputAvailable struct _IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220; // OVR.OpenVR.IVRSystem/_IsSteamVRDrawingControllers struct _IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800; // OVR.OpenVR.IVRSystem/_IsTrackedDeviceConnected struct _IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD; // OVR.OpenVR.IVRSystem/_PerformFirmwareUpdate struct _PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79; // OVR.OpenVR.IVRSystem/_PollNextEvent struct _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF; // OVR.OpenVR.IVRSystem/_PollNextEventWithPose struct _PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD; // OVR.OpenVR.IVRSystem/_ResetSeatedZeroPose struct _ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9; // OVR.OpenVR.IVRSystem/_SetDisplayVisibility struct _SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1; // OVR.OpenVR.IVRSystem/_ShouldApplicationPause struct _ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32; // OVR.OpenVR.IVRSystem/_ShouldApplicationReduceRenderingWork struct _ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4; // OVR.OpenVR.IVRSystem/_TriggerHapticPulse struct _TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830; // OVR.OpenVR.IVRTrackedCamera/_AcquireVideoStreamingService struct _AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F; // OVR.OpenVR.IVRTrackedCamera/_GetCameraErrorNameFromEnum struct _GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849; // OVR.OpenVR.IVRTrackedCamera/_GetCameraFrameSize struct _GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA; // OVR.OpenVR.IVRTrackedCamera/_GetCameraIntrinsics struct _GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D; // OVR.OpenVR.IVRTrackedCamera/_GetCameraProjection struct _GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamFrameBuffer struct _GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureD3D11 struct _GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureGL struct _GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureSize struct _GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533; // OVR.OpenVR.IVRTrackedCamera/_HasCamera struct _HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6; // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamTextureGL struct _ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF; // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamingService struct _ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151; // OVRSimpleJSON.JSONArray/d__22 struct U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6; // OVRSimpleJSON.JSONNode/d__40 struct U3Cget_ChildrenU3Ed__40_t5FF38A49928EE2D28497190B8246C0408869B836; // OVRSimpleJSON.JSONNode/d__42 struct U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196; // OVRSimpleJSON.JSONNode/LinqEnumerator struct LinqEnumerator_t258BB0CE69076D2682489C8EBB49EDB14BBC4CAD; // OVRSimpleJSON.JSONObject/<>c__DisplayClass21_0 struct U3CU3Ec__DisplayClass21_0_tFF391B6CEEAA8138F33FCC36A9D0EC817B16CE0F; // OVRSimpleJSON.JSONObject/d__23 struct U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // OVRCameraComposition/OVRCameraFrameCompositionManager struct OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A; // OVRControllerTest/BoolMonitor struct BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1; // OVRManager/InstantiateMrcCameraDelegate struct InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // OVRControllerTest/BoolMonitor/BoolGenerator struct BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4; IL2CPP_EXTERN_C RuntimeClass* Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CameraDevice_t28640423D5FEBE3270CC459CEFB5146D529D3B1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ControllerType_tE10849E6651CF56D5E166AE111F12866B5E7AF22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Controller_tEEDA108639533B73057BAE8B95FE21725355C48F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tE420926B64A6FE6E24977D31555AF9CF87CA9FE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_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* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LinqEnumerator_t258BB0CE69076D2682489C8EBB49EDB14BBC4CAD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_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* OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_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* RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass21_0_tFF391B6CEEAA8138F33FCC36A9D0EC817B16CE0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3Cget_ChildrenU3Ed__40_t5FF38A49928EE2D28497190B8246C0408869B836_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_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* _AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _Close_t30F7271D4A3082A3224F324E33751831C512A584_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _FreeTexture_tD249C561539875A7BD54E4568884571E7274F384_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _Open_t248EE84778C0AAE28929A8C359E6F97631938546_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _Read_t5629D20360F207B935C9F35CFE7B3D427746875B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetInt32_t331327F67192F344816533CACECA2DC544A25D8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _Write_t3927BD214CE20924672841C01A54BE99E6610CF5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0122954DBADC77CB8B663DFD25965A494E198D3A; IL2CPP_EXTERN_C String_t* _stringLiteral01BA1A322742742577E3F875214AAF2980F9B8AA; IL2CPP_EXTERN_C String_t* _stringLiteral035E9DFD7A7435C27774B1EBA0C642E5540E8E92; IL2CPP_EXTERN_C String_t* _stringLiteral044DB7C788452EDFC1AEA0810FAE29646106DB06; IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B; IL2CPP_EXTERN_C String_t* _stringLiteral071369BBAFDA1E7912DFBAC4C9DEADD2A5E96AEB; IL2CPP_EXTERN_C String_t* _stringLiteral0767326DBE1DD31063256737FD019DC6682353E2; IL2CPP_EXTERN_C String_t* _stringLiteral0C068D755CE8B6CC326D56981A9B907648D0AF41; IL2CPP_EXTERN_C String_t* _stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665; IL2CPP_EXTERN_C String_t* _stringLiteral10D7C3D3EFA2C236365A4FBD67A6BA498AF1D6D5; IL2CPP_EXTERN_C String_t* _stringLiteral1247540E10AD50C8A9DB709C01F33A20CB322C58; IL2CPP_EXTERN_C String_t* _stringLiteral12568DC6B21322152CFA3785B6A8B0B8CFA834BD; IL2CPP_EXTERN_C String_t* _stringLiteral16A70DC8C790D0EFD53AE03FF23CB99D8B7A53CA; IL2CPP_EXTERN_C String_t* _stringLiteral19593728B9AE3C44B9356D0A92B774EE8EEFF23C; IL2CPP_EXTERN_C String_t* _stringLiteral25118E1CEC872AE224361E214F1FA7FA14DE7432; IL2CPP_EXTERN_C String_t* _stringLiteral27619E1631AA03050BBD7D6B7232AD303B71DCBD; IL2CPP_EXTERN_C String_t* _stringLiteral281D29B375199AC9511C817AD0234B782A7523DA; IL2CPP_EXTERN_C String_t* _stringLiteral2A7A438D53729841AC0BB3B0ACCE56C6CA496D75; IL2CPP_EXTERN_C String_t* _stringLiteral2FC902C5F9F921BA787586F206D3D1FED956D67C; IL2CPP_EXTERN_C String_t* _stringLiteral2FFAE2B197570BA235E83508CB23698272F00BDF; IL2CPP_EXTERN_C String_t* _stringLiteral30145EB843B009DE61DE064583DD319D7E34681F; IL2CPP_EXTERN_C String_t* _stringLiteral31A881857064E67F55434AF059DBE2FEC1AE5B80; IL2CPP_EXTERN_C String_t* _stringLiteral3291FCD7C86A6A94166F93CE63358E5FF1BA0FA8; IL2CPP_EXTERN_C String_t* _stringLiteral33C4F37C9F6C219681C5EB113A4BBC470FCE5BB8; IL2CPP_EXTERN_C String_t* _stringLiteral391E0449A39C18F279012AA837BFB9F9ECBBA2AE; IL2CPP_EXTERN_C String_t* _stringLiteral4120BA3DF3804EAB119B2F6E22C1E90932D3E2F1; IL2CPP_EXTERN_C String_t* _stringLiteral41D60A5A89A02B20F37A2689DEF4DDDC51ED1AC9; IL2CPP_EXTERN_C String_t* _stringLiteral43E75563C566DE8AA4D751625906E5CC2C523B54; IL2CPP_EXTERN_C String_t* _stringLiteral455BE6C51A15F36C8D913F896775D15888AC8673; IL2CPP_EXTERN_C String_t* _stringLiteral47A3FAF17D89549FD0F0ECA7370B81F7C80DFCDE; IL2CPP_EXTERN_C String_t* _stringLiteral47A60143369707E1DFC44B78A1861871247FAB2F; IL2CPP_EXTERN_C String_t* _stringLiteral488EF426BB422C7E3548FCB1E402865010EA2F19; IL2CPP_EXTERN_C String_t* _stringLiteral4960166313998CAEAAA9147F237C2871203D823A; IL2CPP_EXTERN_C String_t* _stringLiteral4A261EB7E7319776625F5A015EA18053797E6890; IL2CPP_EXTERN_C String_t* _stringLiteral4E9D1FD6D4BC67DC7EA8418B5A10ED7A22411C19; IL2CPP_EXTERN_C String_t* _stringLiteral4FC81818E407FA0BE11A1564F183AB8E85D487AB; IL2CPP_EXTERN_C String_t* _stringLiteral518A98AF200043AEFA5EE86611593C7A528C0506; IL2CPP_EXTERN_C String_t* _stringLiteral52E80D879EAF3890C440457D559879D50B40B5EC; IL2CPP_EXTERN_C String_t* _stringLiteral559BD6D9BA2609A306CEBF8EE85026ADC27D6A3C; IL2CPP_EXTERN_C String_t* _stringLiteral58E7055138B004766F298454D7DE7C40A7F52AC4; IL2CPP_EXTERN_C String_t* _stringLiteral5902FE47AE4F3B5F71D09531E480ADDD07A9123A; IL2CPP_EXTERN_C String_t* _stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9; IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174; IL2CPP_EXTERN_C String_t* _stringLiteral5E59A9F9DA37A05B58E7A1FCC2DE7D33725F73CA; IL2CPP_EXTERN_C String_t* _stringLiteral61A79FBCF9D93057211F2297480D14DDBBAFDD60; IL2CPP_EXTERN_C String_t* _stringLiteral62286A46345A3328F333855E4A2C93DAC47CBA4C; IL2CPP_EXTERN_C String_t* _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563; IL2CPP_EXTERN_C String_t* _stringLiteral668934D6C7671A9FCB0AA6A46D7ABA0C140F7247; IL2CPP_EXTERN_C String_t* _stringLiteral6721A66AD7E00E8593AC2ED5834B6B5BC8BC37E5; IL2CPP_EXTERN_C String_t* _stringLiteral684595A429BC7F82B5386FB3D349BDD87DAF694D; IL2CPP_EXTERN_C String_t* _stringLiteral686B62DC85A76B4D986AD7F54097517BC28F71E3; IL2CPP_EXTERN_C String_t* _stringLiteral68A9318671C20236E130D1E44E04E5806C421E9B; IL2CPP_EXTERN_C String_t* _stringLiteral724B20B68773F6A40D6C2691E89E0F61261D7904; IL2CPP_EXTERN_C String_t* _stringLiteral737DE5CED9C021D7C35ECCEFAAC62EA5FC789DD5; IL2CPP_EXTERN_C String_t* _stringLiteral73BDE73ADD628E26797A2EB344184BDD634C3485; IL2CPP_EXTERN_C String_t* _stringLiteral773DEFE7EB361DC16D32FA28DF6430398738266B; IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; IL2CPP_EXTERN_C String_t* _stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51; IL2CPP_EXTERN_C String_t* _stringLiteral796887E938D8E06F7D0314B01CDD3D7D10338151; IL2CPP_EXTERN_C String_t* _stringLiteral7C9E2E09C436959F8899900E25E45FCAD37F7918; IL2CPP_EXTERN_C String_t* _stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462; IL2CPP_EXTERN_C String_t* _stringLiteral8243A16D425F93AF62CAAB2BFAE01A2D6246A5FE; IL2CPP_EXTERN_C String_t* _stringLiteral82B87F4DF8A002F2B0A030E0B858FFDB502C2A43; IL2CPP_EXTERN_C String_t* _stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD; IL2CPP_EXTERN_C String_t* _stringLiteral8527477538A58C4D0BEFF1E314F25DFC679B1257; IL2CPP_EXTERN_C String_t* _stringLiteral855DDA5969660E9E7E4D4A9E7CC478625EC2CF50; IL2CPP_EXTERN_C String_t* _stringLiteral870857B06064D5065FA68372874727DCBE2E478F; IL2CPP_EXTERN_C String_t* _stringLiteral870C43A28360ADF668EFBACF63A4553351C7FA4C; IL2CPP_EXTERN_C String_t* _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2; IL2CPP_EXTERN_C String_t* _stringLiteral875A1D4FD88DD762BAB0B2E40F59DE19D2C2351C; IL2CPP_EXTERN_C String_t* _stringLiteral8AB4E9905F6F550494FF4D258F973A6CC2395CC7; IL2CPP_EXTERN_C String_t* _stringLiteral8AF1B8EC176834ECE63ABE42587B79B4F11D5E9D; IL2CPP_EXTERN_C String_t* _stringLiteral8B2BA149AD620F72CDF40EE270812BA52F59A2BB; IL2CPP_EXTERN_C String_t* _stringLiteral8C3D95C6221D52D4D4FBC794EDA88BD83AE8387B; IL2CPP_EXTERN_C String_t* _stringLiteral9203F6236BEC33405B054D2236BF236AB5EBE63B; IL2CPP_EXTERN_C String_t* _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1; IL2CPP_EXTERN_C String_t* _stringLiteral93BA51CAA09614EE9ADCB22D5A2D4A7A63F22EE4; IL2CPP_EXTERN_C String_t* _stringLiteral94DF3EE5E71530A0993D4D775DDFCD864C93FA5D; IL2CPP_EXTERN_C String_t* _stringLiteral9AAB0165845C213E849DD2879C1A6EEF4A3F3350; IL2CPP_EXTERN_C String_t* _stringLiteral9C5D44AB8DF3841158DAD0DA9AE7C0809B079947; IL2CPP_EXTERN_C String_t* _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1; IL2CPP_EXTERN_C String_t* _stringLiteral9D354CA1036DDA6F701F800C5C1B3A4235D2EDD7; IL2CPP_EXTERN_C String_t* _stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3; IL2CPP_EXTERN_C String_t* _stringLiteralA6C8B881F29A06F5C24D3D6CB349746CDA01A9CE; IL2CPP_EXTERN_C String_t* _stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122; IL2CPP_EXTERN_C String_t* _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907; IL2CPP_EXTERN_C String_t* _stringLiteralAA6BA9016A413DB4C52CB87FF691CD14FA3B7BE5; IL2CPP_EXTERN_C String_t* _stringLiteralAE24C5BE9B741FFFA87D2A951BFE7EA0440461CD; IL2CPP_EXTERN_C String_t* _stringLiteralB1DA8BC357C64BE1EA04468AFB6855A58043E6A9; IL2CPP_EXTERN_C String_t* _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF; IL2CPP_EXTERN_C String_t* _stringLiteralB4FE860573CD6E03F0D1A4378C1F330A3820D8C9; IL2CPP_EXTERN_C String_t* _stringLiteralB5189B747F4C86818047E2CFF775CDD683F35830; IL2CPP_EXTERN_C String_t* _stringLiteralB598F3FDB0E755A2803C74BCECC83DC98427B2BD; IL2CPP_EXTERN_C String_t* _stringLiteralB78F235D4291950A7D101307609C259F3E1F033F; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB85E78C75EF1A6F636689BD88A9D6C2A3B2B0A1B; IL2CPP_EXTERN_C String_t* _stringLiteralB8C03E4E78FBC4CCDBB9C8E67FF0BD387AA8093C; IL2CPP_EXTERN_C String_t* _stringLiteralBD6253C0CEAA1F5A4DD0555F9C35BD1EE9A3B849; IL2CPP_EXTERN_C String_t* _stringLiteralBD8C5AF84272EC2034278EF5024B4BF2D886D5CF; IL2CPP_EXTERN_C String_t* _stringLiteralBDB9281FC2D14194A4AC2156330964094CBAFBE7; IL2CPP_EXTERN_C String_t* _stringLiteralBF00FC1AEA59DE3445148D940526441AD4E1FFA7; IL2CPP_EXTERN_C String_t* _stringLiteralCB42E581ADBA457B702B8CCC2D36E86BB4847509; IL2CPP_EXTERN_C String_t* _stringLiteralCC3EE4C34EBC15ADEE9D30BE7A9B3E6734E7F770; IL2CPP_EXTERN_C String_t* _stringLiteralCE98F5A399A93A47BA11807528D392386A88FB06; IL2CPP_EXTERN_C String_t* _stringLiteralD68508B50CDE1B2E777400476044304CB8149311; IL2CPP_EXTERN_C String_t* _stringLiteralD7493EFF65617FF1041B63E7475944599561344A; IL2CPP_EXTERN_C String_t* _stringLiteralD848D3072CAB9F7C0EE4EFC85D3A0E46E3E09D82; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA666908BB15F4E1D2649752EC5DCBD0D5C64699; IL2CPP_EXTERN_C String_t* _stringLiteralE302AA9BECF9F1CB69CF2A3E5B33E0716BEA97F6; IL2CPP_EXTERN_C String_t* _stringLiteralE4063F5E10B5922E73943B4B4826D705AF68BBF8; IL2CPP_EXTERN_C String_t* _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84; IL2CPP_EXTERN_C String_t* _stringLiteralEC094C6DFDE902A3118C73908D93D7BA012CCDA5; IL2CPP_EXTERN_C String_t* _stringLiteralED318479DD54984A8BC4D977BEDF484CB606222D; IL2CPP_EXTERN_C String_t* _stringLiteralED54025B19DF29A97F4B4E1BA516C45EA7596888; IL2CPP_EXTERN_C String_t* _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003; IL2CPP_EXTERN_C String_t* _stringLiteralEFEA8541485D289B30A64D326E0DA85093756C2E; IL2CPP_EXTERN_C String_t* _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE; IL2CPP_EXTERN_C String_t* _stringLiteralF38CEDA0EED9259270E89D94C4F9312139D75B45; IL2CPP_EXTERN_C String_t* _stringLiteralF3A4B0472F2B8B0EA898F3AE63748D5538095F4B; IL2CPP_EXTERN_C String_t* _stringLiteralF4C9085A8FC519D61179956F4A28BAD81D661A82; IL2CPP_EXTERN_C String_t* _stringLiteralF62139C40AE9FF2663197C1F7637AA777DF2F6B9; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralF952F47A6F43796CD3F86F18EB80B35A8FD8BBFB; IL2CPP_EXTERN_C String_t* _stringLiteralFAB6506B7C8F6734F46C14E29E796C90AB92AEB7; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m970BD0B00BD2EE0EC2EA6986BF52AC58BFA06F16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInParent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m46637DF4909D44287D7EA1432F5C7DF9563F7316_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE17146EF5B0D8E9F9D2D2D94567BF211AD00D320_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m7F33B80A11920857D1B7C09CEBE97FA3504392A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m32A12CA176E70D682D5B39EF840A51E8EECA1830_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mFB66A9177E7A8BC0C4FC04907034E2B46EC3E405_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mF5D644A5DCBD2280B6D00CA0B8A46B13402D4E59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m3AC42138A8DB1FDD94B5F3873FEA457E9369C0EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m6377C3514E3332E3515BAF65734A01BE1008DA75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mF1E0E8433022C3F96B5215DF9FB8C1F4667CADAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_mCA1C736729BA33301542F43A70EDC420308E137B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_m7F499BD8FD206C62D36A4414A59E622DA9166F94_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_m07E0B390EE928CF52F6CFC72BC3130858E008CC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m3D6E2E767FCF74B801EFC25534751B79E35A0A5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mD2205451DE49D96AA2B0DE62A3C9AA434A9C70D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9727D413979E8FB83DA8B4865283A7F839515C64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m98800F9784B17192195FE5DB4E6971641C683E69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m30A12D305C7F27946BFB6D84B7C754E899E1562C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisOVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A_m25F87CA2A2CBCB521D1E894DFF15DA9B1AFF035C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_m7CB95AA45111B8F2FD8968CBDF0CE3359F6B2E08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_m4E244CD0EBBF9E0A3A73AF14F6EC434CA82E6F4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m6146EEB03DE9A96D5EEC6C066EB360E747B2C297_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JSONLazyCreator_Set_TisJSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_mC5BEE0414EF51A27010A5AABFC7666850D5E905C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JSONLazyCreator_Set_TisJSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_m99D6550E7E29C49FD9538666A10B121ED0A845A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JSONLazyCreator_Set_TisJSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_m54151A51FBEA3CBEEEA594961AC831FDF327D610_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JSONLazyCreator_Set_TisJSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_m6B9FEA15E5FBA0700272F294880CC4C89A807A72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JSONNode_Parse_m34ACAB3223B18EE88A5B484D3DD9E026AB7D15BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mAE131B53917AD7132F6BA2C05D5D17C38C5A2E59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mBBBA0B15F9704D6B23D83C15421A33BB219304C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m852001722E7DC0768E277023090B11029D876BB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m25FDDA8837D13646397BE0C592E4090F2D9BF420_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m721067C59E97D274293E410ED73D324356CCE555_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6F0BA24F526FA332D47E1DA997AA2E6744285719_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB47F013C62B967199614B3D07228B381C0562448_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE1D4B0541E4F789EE83455AC1E37C16542A220E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m92E9CA94F27026ED202619DA27D473A771BE2C0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m019F7F1F6616E18F9D7BCDDACEAAF922EC37FD0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m554804AC447B0BA1F93C64E863FF7DB0527AFED9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mAEF72285711BCFC27D48312B53BD5FEEF1334B10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m9A13B52C5356F87F879EC21A376EBB0CC1998C9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OVRControllerHelper_InputFocusAquired_m37A2689155B430C877495681F2329CCD2833D7B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OVRControllerHelper_InputFocusLost_mA15FA78EF62FB055DFDE272A3208FDD666806EFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_m7995313FA91142E4C901CE3CB199E5F0D1402D0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Peek_m1B1EBE634F16B73D3F710474FEC2221C2020D0D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mE76837AE0CCEBE77A63FF6A5B25F48BF24A17B36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m11C23530CA87AB94E2F413D5FA9F21524B41DC1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m5CB84BFF674E755C9358E274949CB5151A039F7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_mD5DF300AC33A948FFD1AD34F4E261FE08C0FED1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_0_mE367D704888C1BEC66C583E88BA3EDE21955E5AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_10_m11C695C8211F2F2B6DBEC84518ECFA16C6749F71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_11_mC7FBD68B5BC5E7C495779C96F1C0463D97FFBBDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_12_m46671D441B74195533B9BF2743EA24A16EF26F1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_13_m5BD6D05EC34D8506CD353BBD18F20E73579128BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_14_m00AE385DD3F0AB6E8CE7FEA68DE682234B91D188_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_15_mA90AEA1B50238D6A8A535C26C83E564ED4EE0316_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_16_m51949327E49E7B5FA6150A9DAF8431233FF3981A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_17_m4AFB3C20AEBA313D29CAC99152D0E58B9AD712EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_18_m4872F34DFD8E08A3AD2EE3DDACB82577A711C755_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_19_mA53ED781306A2E1980AF388703A1D2BB3327003C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_1_mA318E533F49A3CA5868A301B5677C55ED7BE0329_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_20_mB38CEA967F11801D4BBC2432EF23073A6BD410C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_21_m1B02951D68E4230B9CAF93C7306CD72C515D99BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_22_mE0F3121BF6C9E689DDA5CD3D2F7522AFB0AE8415_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_23_m31A8616FE2B903ABE603113CC4AC1C12A0C15205_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_24_m352AFFFA57524394962E5D42C451466445370B4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_25_m290CE3E583BE8D0D53F2FDC20F57C7169B28D0A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_26_m779F52AF1BCAAA436D77491CA22BF7DABB75F835_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_27_m5E20FB5FF136642AAC3C5957DE850C76A280072C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_28_m81CD2BF63A74DF37800F4DBBCB4200F839D4C3BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_29_m4A62D8CC2ECFB236B7F7A136AF8767070315DEDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_2_m3FA5663121D9619B42C99810DC255CB4857F6911_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_30_mE21C41554BEE6784268EA9C9E2E77319E6E67ADA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_3_m03BD6D87A7BBA3CF4E29B444588EC9617D1FF7AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_4_mFBE71993618066B13BCE605B9E1724D66D808334_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_5_m0ADD4C7A11B1F3B525C2954573302C2473F48C6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_6_m19BB63AE166E3A07A1BB5F4E02D3F164557C2BF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_7_m4CEA4F77A82EE1FAAFD059862BE045EE20F5E24D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_8_m878D1980998FEB2D10BB3F5C3598AD83782831F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__4_9_mE25D85B258A37F75D6A0533C2DA99C1BAA1C8A0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__9_0_mF321EA6674807E737C196402FA729FF0570B5ECC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass21_0_U3CRemoveU3Eb__0_mB059AE79BDBC76170CC643FFF26AD5891453D6B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417_0_0_0_var; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A;; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke;; struct AppOverrideKeys_tU5BU5D_t5F056A87FD5F8C52F276A454F63E9C9E344C231E; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct EVRScreenshotTypeU5BU5D_tA751CC543ED0D27BBC7F0E309BFC421DDD8E2499; struct HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct Texture_tU5BU5D_t4D3D3130AAFCD5866D914398D2915F0D0398F40E; struct TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; struct VRActiveActionSet_tU5BU5D_t84C62326FAE3BD6BCC3F96AFBBA7F0C7B5F7B10C; struct VRBoneTransform_tU5BU5D_tC09114C99DC9DC8F54D106D2B24A42E9EBC2A55A; struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; 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 // struct U3CModuleU3E_t584417E3B0584B37ED78307F2FC6101A94F5C789 { public: public: }; // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A : 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_t2B2C54BB02CE18097A565E16B5399CCF3483B95B* ___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_t364DFA27EF9237B543C94D3C23C2A70222BF50C1 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tA8CD22ACFEF16B825DFF64AFFEB0D6912C05F88E * ___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_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A, ___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_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A, ___entries_1)); } inline EntryU5BU5D_t2B2C54BB02CE18097A565E16B5399CCF3483B95B* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t2B2C54BB02CE18097A565E16B5399CCF3483B95B** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t2B2C54BB02CE18097A565E16B5399CCF3483B95B* 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_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A, ___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_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A, ___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_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A, ___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_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A, ___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_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A, ___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_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A, ___keys_7)); } inline KeyCollection_t364DFA27EF9237B543C94D3C23C2A70222BF50C1 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t364DFA27EF9237B543C94D3C23C2A70222BF50C1 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t364DFA27EF9237B543C94D3C23C2A70222BF50C1 * 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_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A, ___values_8)); } inline ValueCollection_tA8CD22ACFEF16B825DFF64AFFEB0D6912C05F88E * get_values_8() const { return ___values_8; } inline ValueCollection_tA8CD22ACFEF16B825DFF64AFFEB0D6912C05F88E ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tA8CD22ACFEF16B825DFF64AFFEB0D6912C05F88E * 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_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A, ____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_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JSONNodeU5BU5D_t81105A5C491915996A29B59AF9E25E770A7BD40B* ____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_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE, ____items_1)); } inline JSONNodeU5BU5D_t81105A5C491915996A29B59AF9E25E770A7BD40B* get__items_1() const { return ____items_1; } inline JSONNodeU5BU5D_t81105A5C491915996A29B59AF9E25E770A7BD40B** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JSONNodeU5BU5D_t81105A5C491915996A29B59AF9E25E770A7BD40B* 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_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE, ____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_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE, ____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_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE, ____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_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____items_1)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get__items_1() const { return ____items_1; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BoolMonitorU5BU5D_t663D5C6093CE1CA15974C743BB7EFCA10DED2C90* ____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_t94CE30B1FBE773B858F1800A6BAC764C411D6223, ____items_1)); } inline BoolMonitorU5BU5D_t663D5C6093CE1CA15974C743BB7EFCA10DED2C90* get__items_1() const { return ____items_1; } inline BoolMonitorU5BU5D_t663D5C6093CE1CA15974C743BB7EFCA10DED2C90** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BoolMonitorU5BU5D_t663D5C6093CE1CA15974C743BB7EFCA10DED2C90* 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_t94CE30B1FBE773B858F1800A6BAC764C411D6223, ____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_t94CE30B1FBE773B858F1800A6BAC764C411D6223, ____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_t94CE30B1FBE773B858F1800A6BAC764C411D6223, ____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.Stack`1 struct Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array JSONNodeU5BU5D_t81105A5C491915996A29B59AF9E25E770A7BD40B* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429, ____array_0)); } inline JSONNodeU5BU5D_t81105A5C491915996A29B59AF9E25E770A7BD40B* get__array_0() const { return ____array_0; } inline JSONNodeU5BU5D_t81105A5C491915996A29B59AF9E25E770A7BD40B** get_address_of__array_0() { return &____array_0; } inline void set__array_0(JSONNodeU5BU5D_t81105A5C491915996A29B59AF9E25E770A7BD40B* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429, ____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__syncRoot_3() { return static_cast(offsetof(Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.Collections.Generic.Stack`1 struct Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981, ____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__syncRoot_3() { return static_cast(offsetof(Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // OVRSimpleJSON.JSON struct JSON_tD053A80EB45C76E6227BD9CDC6B4EE19206E9BFA : public RuntimeObject { public: public: }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // OVRBoneCapsule struct OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F : public RuntimeObject { public: // System.Int16 OVRBoneCapsule::k__BackingField int16_t ___U3CBoneIndexU3Ek__BackingField_0; // UnityEngine.Rigidbody OVRBoneCapsule::k__BackingField Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___U3CCapsuleRigidbodyU3Ek__BackingField_1; // UnityEngine.CapsuleCollider OVRBoneCapsule::k__BackingField CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * ___U3CCapsuleColliderU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CBoneIndexU3Ek__BackingField_0() { return static_cast(offsetof(OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F, ___U3CBoneIndexU3Ek__BackingField_0)); } inline int16_t get_U3CBoneIndexU3Ek__BackingField_0() const { return ___U3CBoneIndexU3Ek__BackingField_0; } inline int16_t* get_address_of_U3CBoneIndexU3Ek__BackingField_0() { return &___U3CBoneIndexU3Ek__BackingField_0; } inline void set_U3CBoneIndexU3Ek__BackingField_0(int16_t value) { ___U3CBoneIndexU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CCapsuleRigidbodyU3Ek__BackingField_1() { return static_cast(offsetof(OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F, ___U3CCapsuleRigidbodyU3Ek__BackingField_1)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_U3CCapsuleRigidbodyU3Ek__BackingField_1() const { return ___U3CCapsuleRigidbodyU3Ek__BackingField_1; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_U3CCapsuleRigidbodyU3Ek__BackingField_1() { return &___U3CCapsuleRigidbodyU3Ek__BackingField_1; } inline void set_U3CCapsuleRigidbodyU3Ek__BackingField_1(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___U3CCapsuleRigidbodyU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCapsuleRigidbodyU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CCapsuleColliderU3Ek__BackingField_2() { return static_cast(offsetof(OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F, ___U3CCapsuleColliderU3Ek__BackingField_2)); } inline CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * get_U3CCapsuleColliderU3Ek__BackingField_2() const { return ___U3CCapsuleColliderU3Ek__BackingField_2; } inline CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 ** get_address_of_U3CCapsuleColliderU3Ek__BackingField_2() { return &___U3CCapsuleColliderU3Ek__BackingField_2; } inline void set_U3CCapsuleColliderU3Ek__BackingField_2(CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * value) { ___U3CCapsuleColliderU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCapsuleColliderU3Ek__BackingField_2), (void*)value); } }; // 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); } }; // OVRCompositionUtil struct OVRCompositionUtil_tABE893400FDAA8D28EAD992F7BE994E08438907D : public RuntimeObject { public: public: }; // OVRTracker struct OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A : public RuntimeObject { public: public: }; // Assets.OVR.Scripts.Record struct Record_t2D51BDFDB2CC5FD8111AD57538C6FF4C30C48FC9 : public RuntimeObject { public: // System.Int32 Assets.OVR.Scripts.Record::sortOrder int32_t ___sortOrder_0; // System.String Assets.OVR.Scripts.Record::category String_t* ___category_1; // System.String Assets.OVR.Scripts.Record::message String_t* ___message_2; public: inline static int32_t get_offset_of_sortOrder_0() { return static_cast(offsetof(Record_t2D51BDFDB2CC5FD8111AD57538C6FF4C30C48FC9, ___sortOrder_0)); } inline int32_t get_sortOrder_0() const { return ___sortOrder_0; } inline int32_t* get_address_of_sortOrder_0() { return &___sortOrder_0; } inline void set_sortOrder_0(int32_t value) { ___sortOrder_0 = value; } inline static int32_t get_offset_of_category_1() { return static_cast(offsetof(Record_t2D51BDFDB2CC5FD8111AD57538C6FF4C30C48FC9, ___category_1)); } inline String_t* get_category_1() const { return ___category_1; } inline String_t** get_address_of_category_1() { return &___category_1; } inline void set_category_1(String_t* value) { ___category_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___category_1), (void*)value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Record_t2D51BDFDB2CC5FD8111AD57538C6FF4C30C48FC9, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_2), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // OVRSimpleJSON.JSONNode/d__40 struct U3Cget_ChildrenU3Ed__40_t5FF38A49928EE2D28497190B8246C0408869B836 : public RuntimeObject { public: // System.Int32 OVRSimpleJSON.JSONNode/d__40::<>1__state int32_t ___U3CU3E1__state_0; // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode/d__40::<>2__current JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___U3CU3E2__current_1; // System.Int32 OVRSimpleJSON.JSONNode/d__40::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3Cget_ChildrenU3Ed__40_t5FF38A49928EE2D28497190B8246C0408869B836, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3Cget_ChildrenU3Ed__40_t5FF38A49928EE2D28497190B8246C0408869B836, ___U3CU3E2__current_1)); } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3Cget_ChildrenU3Ed__40_t5FF38A49928EE2D28497190B8246C0408869B836, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } }; // OVRSimpleJSON.JSONNode/d__42 struct U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196 : public RuntimeObject { public: // System.Int32 OVRSimpleJSON.JSONNode/d__42::<>1__state int32_t ___U3CU3E1__state_0; // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode/d__42::<>2__current JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___U3CU3E2__current_1; // System.Int32 OVRSimpleJSON.JSONNode/d__42::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode/d__42::<>4__this JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___U3CU3E4__this_3; // System.Collections.Generic.IEnumerator`1 OVRSimpleJSON.JSONNode/d__42::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_4; // System.Collections.Generic.IEnumerator`1 OVRSimpleJSON.JSONNode/d__42::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196, ___U3CU3E2__current_1)); } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196, ___U3CU3E4__this_3)); } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_4() { return static_cast(offsetof(U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196, ___U3CU3E7__wrap1_4)); } inline RuntimeObject* get_U3CU3E7__wrap1_4() const { return ___U3CU3E7__wrap1_4; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_4() { return &___U3CU3E7__wrap1_4; } inline void set_U3CU3E7__wrap1_4(RuntimeObject* value) { ___U3CU3E7__wrap1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_5() { return static_cast(offsetof(U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196, ___U3CU3E7__wrap2_5)); } inline RuntimeObject* get_U3CU3E7__wrap2_5() const { return ___U3CU3E7__wrap2_5; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_5() { return &___U3CU3E7__wrap2_5; } inline void set_U3CU3E7__wrap2_5(RuntimeObject* value) { ___U3CU3E7__wrap2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_5), (void*)value); } }; // OVRSimpleJSON.JSONObject/<>c__DisplayClass21_0 struct U3CU3Ec__DisplayClass21_0_tFF391B6CEEAA8138F33FCC36A9D0EC817B16CE0F : public RuntimeObject { public: // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONObject/<>c__DisplayClass21_0::aNode JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode_0; public: inline static int32_t get_offset_of_aNode_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass21_0_tFF391B6CEEAA8138F33FCC36A9D0EC817B16CE0F, ___aNode_0)); } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * get_aNode_0() const { return ___aNode_0; } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B ** get_address_of_aNode_0() { return &___aNode_0; } inline void set_aNode_0(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * value) { ___aNode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___aNode_0), (void*)value); } }; // OVRControllerTest/<>c struct U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 : public RuntimeObject { public: public: }; // OVRControllerTest/BoolMonitor struct BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 : public RuntimeObject { public: // System.String OVRControllerTest/BoolMonitor::m_name String_t* ___m_name_0; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/BoolMonitor::m_generator BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___m_generator_1; // System.Boolean OVRControllerTest/BoolMonitor::m_prevValue bool ___m_prevValue_2; // System.Boolean OVRControllerTest/BoolMonitor::m_currentValue bool ___m_currentValue_3; // System.Boolean OVRControllerTest/BoolMonitor::m_currentValueRecentlyChanged bool ___m_currentValueRecentlyChanged_4; // System.Single OVRControllerTest/BoolMonitor::m_displayTimeout float ___m_displayTimeout_5; // System.Single OVRControllerTest/BoolMonitor::m_displayTimer float ___m_displayTimer_6; public: inline static int32_t get_offset_of_m_name_0() { return static_cast(offsetof(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1, ___m_name_0)); } inline String_t* get_m_name_0() const { return ___m_name_0; } inline String_t** get_address_of_m_name_0() { return &___m_name_0; } inline void set_m_name_0(String_t* value) { ___m_name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_0), (void*)value); } inline static int32_t get_offset_of_m_generator_1() { return static_cast(offsetof(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1, ___m_generator_1)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_m_generator_1() const { return ___m_generator_1; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_m_generator_1() { return &___m_generator_1; } inline void set_m_generator_1(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___m_generator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_generator_1), (void*)value); } inline static int32_t get_offset_of_m_prevValue_2() { return static_cast(offsetof(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1, ___m_prevValue_2)); } inline bool get_m_prevValue_2() const { return ___m_prevValue_2; } inline bool* get_address_of_m_prevValue_2() { return &___m_prevValue_2; } inline void set_m_prevValue_2(bool value) { ___m_prevValue_2 = value; } inline static int32_t get_offset_of_m_currentValue_3() { return static_cast(offsetof(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1, ___m_currentValue_3)); } inline bool get_m_currentValue_3() const { return ___m_currentValue_3; } inline bool* get_address_of_m_currentValue_3() { return &___m_currentValue_3; } inline void set_m_currentValue_3(bool value) { ___m_currentValue_3 = value; } inline static int32_t get_offset_of_m_currentValueRecentlyChanged_4() { return static_cast(offsetof(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1, ___m_currentValueRecentlyChanged_4)); } inline bool get_m_currentValueRecentlyChanged_4() const { return ___m_currentValueRecentlyChanged_4; } inline bool* get_address_of_m_currentValueRecentlyChanged_4() { return &___m_currentValueRecentlyChanged_4; } inline void set_m_currentValueRecentlyChanged_4(bool value) { ___m_currentValueRecentlyChanged_4 = value; } inline static int32_t get_offset_of_m_displayTimeout_5() { return static_cast(offsetof(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1, ___m_displayTimeout_5)); } inline float get_m_displayTimeout_5() const { return ___m_displayTimeout_5; } inline float* get_address_of_m_displayTimeout_5() { return &___m_displayTimeout_5; } inline void set_m_displayTimeout_5(float value) { ___m_displayTimeout_5 = value; } inline static int32_t get_offset_of_m_displayTimer_6() { return static_cast(offsetof(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1, ___m_displayTimer_6)); } inline float get_m_displayTimer_6() const { return ___m_displayTimer_6; } inline float* get_address_of_m_displayTimer_6() { return &___m_displayTimer_6; } inline void set_m_displayTimer_6(float value) { ___m_displayTimer_6 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10, ___list_0)); } inline List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * get_list_0() const { return ___list_0; } inline List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10, ___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_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10, ___current_3)); } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * get_current_3() const { return ___current_3; } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA, ___value_1)); } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * get_value_1() const { return ___value_1; } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.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; } }; // OVR.OpenVR.Compositor_CumulativeStats struct Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0 { public: // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nPid uint32_t ___m_nPid_0; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumFramePresents uint32_t ___m_nNumFramePresents_1; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumDroppedFrames uint32_t ___m_nNumDroppedFrames_2; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumReprojectedFrames uint32_t ___m_nNumReprojectedFrames_3; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumFramePresentsOnStartup uint32_t ___m_nNumFramePresentsOnStartup_4; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumDroppedFramesOnStartup uint32_t ___m_nNumDroppedFramesOnStartup_5; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumReprojectedFramesOnStartup uint32_t ___m_nNumReprojectedFramesOnStartup_6; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumLoading uint32_t ___m_nNumLoading_7; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumFramePresentsLoading uint32_t ___m_nNumFramePresentsLoading_8; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumDroppedFramesLoading uint32_t ___m_nNumDroppedFramesLoading_9; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumReprojectedFramesLoading uint32_t ___m_nNumReprojectedFramesLoading_10; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumTimedOut uint32_t ___m_nNumTimedOut_11; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumFramePresentsTimedOut uint32_t ___m_nNumFramePresentsTimedOut_12; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumDroppedFramesTimedOut uint32_t ___m_nNumDroppedFramesTimedOut_13; // System.UInt32 OVR.OpenVR.Compositor_CumulativeStats::m_nNumReprojectedFramesTimedOut uint32_t ___m_nNumReprojectedFramesTimedOut_14; public: inline static int32_t get_offset_of_m_nPid_0() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nPid_0)); } inline uint32_t get_m_nPid_0() const { return ___m_nPid_0; } inline uint32_t* get_address_of_m_nPid_0() { return &___m_nPid_0; } inline void set_m_nPid_0(uint32_t value) { ___m_nPid_0 = value; } inline static int32_t get_offset_of_m_nNumFramePresents_1() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumFramePresents_1)); } inline uint32_t get_m_nNumFramePresents_1() const { return ___m_nNumFramePresents_1; } inline uint32_t* get_address_of_m_nNumFramePresents_1() { return &___m_nNumFramePresents_1; } inline void set_m_nNumFramePresents_1(uint32_t value) { ___m_nNumFramePresents_1 = value; } inline static int32_t get_offset_of_m_nNumDroppedFrames_2() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumDroppedFrames_2)); } inline uint32_t get_m_nNumDroppedFrames_2() const { return ___m_nNumDroppedFrames_2; } inline uint32_t* get_address_of_m_nNumDroppedFrames_2() { return &___m_nNumDroppedFrames_2; } inline void set_m_nNumDroppedFrames_2(uint32_t value) { ___m_nNumDroppedFrames_2 = value; } inline static int32_t get_offset_of_m_nNumReprojectedFrames_3() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumReprojectedFrames_3)); } inline uint32_t get_m_nNumReprojectedFrames_3() const { return ___m_nNumReprojectedFrames_3; } inline uint32_t* get_address_of_m_nNumReprojectedFrames_3() { return &___m_nNumReprojectedFrames_3; } inline void set_m_nNumReprojectedFrames_3(uint32_t value) { ___m_nNumReprojectedFrames_3 = value; } inline static int32_t get_offset_of_m_nNumFramePresentsOnStartup_4() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumFramePresentsOnStartup_4)); } inline uint32_t get_m_nNumFramePresentsOnStartup_4() const { return ___m_nNumFramePresentsOnStartup_4; } inline uint32_t* get_address_of_m_nNumFramePresentsOnStartup_4() { return &___m_nNumFramePresentsOnStartup_4; } inline void set_m_nNumFramePresentsOnStartup_4(uint32_t value) { ___m_nNumFramePresentsOnStartup_4 = value; } inline static int32_t get_offset_of_m_nNumDroppedFramesOnStartup_5() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumDroppedFramesOnStartup_5)); } inline uint32_t get_m_nNumDroppedFramesOnStartup_5() const { return ___m_nNumDroppedFramesOnStartup_5; } inline uint32_t* get_address_of_m_nNumDroppedFramesOnStartup_5() { return &___m_nNumDroppedFramesOnStartup_5; } inline void set_m_nNumDroppedFramesOnStartup_5(uint32_t value) { ___m_nNumDroppedFramesOnStartup_5 = value; } inline static int32_t get_offset_of_m_nNumReprojectedFramesOnStartup_6() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumReprojectedFramesOnStartup_6)); } inline uint32_t get_m_nNumReprojectedFramesOnStartup_6() const { return ___m_nNumReprojectedFramesOnStartup_6; } inline uint32_t* get_address_of_m_nNumReprojectedFramesOnStartup_6() { return &___m_nNumReprojectedFramesOnStartup_6; } inline void set_m_nNumReprojectedFramesOnStartup_6(uint32_t value) { ___m_nNumReprojectedFramesOnStartup_6 = value; } inline static int32_t get_offset_of_m_nNumLoading_7() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumLoading_7)); } inline uint32_t get_m_nNumLoading_7() const { return ___m_nNumLoading_7; } inline uint32_t* get_address_of_m_nNumLoading_7() { return &___m_nNumLoading_7; } inline void set_m_nNumLoading_7(uint32_t value) { ___m_nNumLoading_7 = value; } inline static int32_t get_offset_of_m_nNumFramePresentsLoading_8() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumFramePresentsLoading_8)); } inline uint32_t get_m_nNumFramePresentsLoading_8() const { return ___m_nNumFramePresentsLoading_8; } inline uint32_t* get_address_of_m_nNumFramePresentsLoading_8() { return &___m_nNumFramePresentsLoading_8; } inline void set_m_nNumFramePresentsLoading_8(uint32_t value) { ___m_nNumFramePresentsLoading_8 = value; } inline static int32_t get_offset_of_m_nNumDroppedFramesLoading_9() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumDroppedFramesLoading_9)); } inline uint32_t get_m_nNumDroppedFramesLoading_9() const { return ___m_nNumDroppedFramesLoading_9; } inline uint32_t* get_address_of_m_nNumDroppedFramesLoading_9() { return &___m_nNumDroppedFramesLoading_9; } inline void set_m_nNumDroppedFramesLoading_9(uint32_t value) { ___m_nNumDroppedFramesLoading_9 = value; } inline static int32_t get_offset_of_m_nNumReprojectedFramesLoading_10() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumReprojectedFramesLoading_10)); } inline uint32_t get_m_nNumReprojectedFramesLoading_10() const { return ___m_nNumReprojectedFramesLoading_10; } inline uint32_t* get_address_of_m_nNumReprojectedFramesLoading_10() { return &___m_nNumReprojectedFramesLoading_10; } inline void set_m_nNumReprojectedFramesLoading_10(uint32_t value) { ___m_nNumReprojectedFramesLoading_10 = value; } inline static int32_t get_offset_of_m_nNumTimedOut_11() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumTimedOut_11)); } inline uint32_t get_m_nNumTimedOut_11() const { return ___m_nNumTimedOut_11; } inline uint32_t* get_address_of_m_nNumTimedOut_11() { return &___m_nNumTimedOut_11; } inline void set_m_nNumTimedOut_11(uint32_t value) { ___m_nNumTimedOut_11 = value; } inline static int32_t get_offset_of_m_nNumFramePresentsTimedOut_12() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumFramePresentsTimedOut_12)); } inline uint32_t get_m_nNumFramePresentsTimedOut_12() const { return ___m_nNumFramePresentsTimedOut_12; } inline uint32_t* get_address_of_m_nNumFramePresentsTimedOut_12() { return &___m_nNumFramePresentsTimedOut_12; } inline void set_m_nNumFramePresentsTimedOut_12(uint32_t value) { ___m_nNumFramePresentsTimedOut_12 = value; } inline static int32_t get_offset_of_m_nNumDroppedFramesTimedOut_13() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumDroppedFramesTimedOut_13)); } inline uint32_t get_m_nNumDroppedFramesTimedOut_13() const { return ___m_nNumDroppedFramesTimedOut_13; } inline uint32_t* get_address_of_m_nNumDroppedFramesTimedOut_13() { return &___m_nNumDroppedFramesTimedOut_13; } inline void set_m_nNumDroppedFramesTimedOut_13(uint32_t value) { ___m_nNumDroppedFramesTimedOut_13 = value; } inline static int32_t get_offset_of_m_nNumReprojectedFramesTimedOut_14() { return static_cast(offsetof(Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0, ___m_nNumReprojectedFramesTimedOut_14)); } inline uint32_t get_m_nNumReprojectedFramesTimedOut_14() const { return ___m_nNumReprojectedFramesTimedOut_14; } inline uint32_t* get_address_of_m_nNumReprojectedFramesTimedOut_14() { return &___m_nNumReprojectedFramesTimedOut_14; } inline void set_m_nNumReprojectedFramesTimedOut_14(uint32_t value) { ___m_nNumReprojectedFramesTimedOut_14 = value; } }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; // OVR.OpenVR.DistortionCoordinates_t struct DistortionCoordinates_t_t8E9E5BE8BB108E1FE90460E6F2883077CA10BD89 { public: // System.Single OVR.OpenVR.DistortionCoordinates_t::rfRed0 float ___rfRed0_0; // System.Single OVR.OpenVR.DistortionCoordinates_t::rfRed1 float ___rfRed1_1; // System.Single OVR.OpenVR.DistortionCoordinates_t::rfGreen0 float ___rfGreen0_2; // System.Single OVR.OpenVR.DistortionCoordinates_t::rfGreen1 float ___rfGreen1_3; // System.Single OVR.OpenVR.DistortionCoordinates_t::rfBlue0 float ___rfBlue0_4; // System.Single OVR.OpenVR.DistortionCoordinates_t::rfBlue1 float ___rfBlue1_5; public: inline static int32_t get_offset_of_rfRed0_0() { return static_cast(offsetof(DistortionCoordinates_t_t8E9E5BE8BB108E1FE90460E6F2883077CA10BD89, ___rfRed0_0)); } inline float get_rfRed0_0() const { return ___rfRed0_0; } inline float* get_address_of_rfRed0_0() { return &___rfRed0_0; } inline void set_rfRed0_0(float value) { ___rfRed0_0 = value; } inline static int32_t get_offset_of_rfRed1_1() { return static_cast(offsetof(DistortionCoordinates_t_t8E9E5BE8BB108E1FE90460E6F2883077CA10BD89, ___rfRed1_1)); } inline float get_rfRed1_1() const { return ___rfRed1_1; } inline float* get_address_of_rfRed1_1() { return &___rfRed1_1; } inline void set_rfRed1_1(float value) { ___rfRed1_1 = value; } inline static int32_t get_offset_of_rfGreen0_2() { return static_cast(offsetof(DistortionCoordinates_t_t8E9E5BE8BB108E1FE90460E6F2883077CA10BD89, ___rfGreen0_2)); } inline float get_rfGreen0_2() const { return ___rfGreen0_2; } inline float* get_address_of_rfGreen0_2() { return &___rfGreen0_2; } inline void set_rfGreen0_2(float value) { ___rfGreen0_2 = value; } inline static int32_t get_offset_of_rfGreen1_3() { return static_cast(offsetof(DistortionCoordinates_t_t8E9E5BE8BB108E1FE90460E6F2883077CA10BD89, ___rfGreen1_3)); } inline float get_rfGreen1_3() const { return ___rfGreen1_3; } inline float* get_address_of_rfGreen1_3() { return &___rfGreen1_3; } inline void set_rfGreen1_3(float value) { ___rfGreen1_3 = value; } inline static int32_t get_offset_of_rfBlue0_4() { return static_cast(offsetof(DistortionCoordinates_t_t8E9E5BE8BB108E1FE90460E6F2883077CA10BD89, ___rfBlue0_4)); } inline float get_rfBlue0_4() const { return ___rfBlue0_4; } inline float* get_address_of_rfBlue0_4() { return &___rfBlue0_4; } inline void set_rfBlue0_4(float value) { ___rfBlue0_4 = value; } inline static int32_t get_offset_of_rfBlue1_5() { return static_cast(offsetof(DistortionCoordinates_t_t8E9E5BE8BB108E1FE90460E6F2883077CA10BD89, ___rfBlue1_5)); } inline float get_rfBlue1_5() const { return ___rfBlue1_5; } inline float* get_address_of_rfBlue1_5() { return &___rfBlue1_5; } inline void set_rfBlue1_5(float value) { ___rfBlue1_5 = 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; } }; // OVR.OpenVR.DriverDirectMode_FrameTiming struct DriverDirectMode_FrameTiming_tE31556EBB7A0729B615D421F689930D077084A32 { public: // System.UInt32 OVR.OpenVR.DriverDirectMode_FrameTiming::m_nSize uint32_t ___m_nSize_0; // System.UInt32 OVR.OpenVR.DriverDirectMode_FrameTiming::m_nNumFramePresents uint32_t ___m_nNumFramePresents_1; // System.UInt32 OVR.OpenVR.DriverDirectMode_FrameTiming::m_nNumMisPresented uint32_t ___m_nNumMisPresented_2; // System.UInt32 OVR.OpenVR.DriverDirectMode_FrameTiming::m_nNumDroppedFrames uint32_t ___m_nNumDroppedFrames_3; // System.UInt32 OVR.OpenVR.DriverDirectMode_FrameTiming::m_nReprojectionFlags uint32_t ___m_nReprojectionFlags_4; public: inline static int32_t get_offset_of_m_nSize_0() { return static_cast(offsetof(DriverDirectMode_FrameTiming_tE31556EBB7A0729B615D421F689930D077084A32, ___m_nSize_0)); } inline uint32_t get_m_nSize_0() const { return ___m_nSize_0; } inline uint32_t* get_address_of_m_nSize_0() { return &___m_nSize_0; } inline void set_m_nSize_0(uint32_t value) { ___m_nSize_0 = value; } inline static int32_t get_offset_of_m_nNumFramePresents_1() { return static_cast(offsetof(DriverDirectMode_FrameTiming_tE31556EBB7A0729B615D421F689930D077084A32, ___m_nNumFramePresents_1)); } inline uint32_t get_m_nNumFramePresents_1() const { return ___m_nNumFramePresents_1; } inline uint32_t* get_address_of_m_nNumFramePresents_1() { return &___m_nNumFramePresents_1; } inline void set_m_nNumFramePresents_1(uint32_t value) { ___m_nNumFramePresents_1 = value; } inline static int32_t get_offset_of_m_nNumMisPresented_2() { return static_cast(offsetof(DriverDirectMode_FrameTiming_tE31556EBB7A0729B615D421F689930D077084A32, ___m_nNumMisPresented_2)); } inline uint32_t get_m_nNumMisPresented_2() const { return ___m_nNumMisPresented_2; } inline uint32_t* get_address_of_m_nNumMisPresented_2() { return &___m_nNumMisPresented_2; } inline void set_m_nNumMisPresented_2(uint32_t value) { ___m_nNumMisPresented_2 = value; } inline static int32_t get_offset_of_m_nNumDroppedFrames_3() { return static_cast(offsetof(DriverDirectMode_FrameTiming_tE31556EBB7A0729B615D421F689930D077084A32, ___m_nNumDroppedFrames_3)); } inline uint32_t get_m_nNumDroppedFrames_3() const { return ___m_nNumDroppedFrames_3; } inline uint32_t* get_address_of_m_nNumDroppedFrames_3() { return &___m_nNumDroppedFrames_3; } inline void set_m_nNumDroppedFrames_3(uint32_t value) { ___m_nNumDroppedFrames_3 = value; } inline static int32_t get_offset_of_m_nReprojectionFlags_4() { return static_cast(offsetof(DriverDirectMode_FrameTiming_tE31556EBB7A0729B615D421F689930D077084A32, ___m_nReprojectionFlags_4)); } inline uint32_t get_m_nReprojectionFlags_4() const { return ___m_nReprojectionFlags_4; } inline uint32_t* get_address_of_m_nReprojectionFlags_4() { return &___m_nReprojectionFlags_4; } inline void set_m_nReprojectionFlags_4(uint32_t value) { ___m_nReprojectionFlags_4 = 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 { }; // Assets.OVR.Scripts.FixRecord struct FixRecord_t4A84FF166F77D1E6F2B2C60F7733B5A0F3116073 : public Record_t2D51BDFDB2CC5FD8111AD57538C6FF4C30C48FC9 { public: // Assets.OVR.Scripts.FixMethodDelegate Assets.OVR.Scripts.FixRecord::fixMethod FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27 * ___fixMethod_3; // UnityEngine.Object Assets.OVR.Scripts.FixRecord::targetObject Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___targetObject_4; // System.String[] Assets.OVR.Scripts.FixRecord::buttonNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___buttonNames_5; // System.Boolean Assets.OVR.Scripts.FixRecord::editModeRequired bool ___editModeRequired_6; // System.Boolean Assets.OVR.Scripts.FixRecord::complete bool ___complete_7; public: inline static int32_t get_offset_of_fixMethod_3() { return static_cast(offsetof(FixRecord_t4A84FF166F77D1E6F2B2C60F7733B5A0F3116073, ___fixMethod_3)); } inline FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27 * get_fixMethod_3() const { return ___fixMethod_3; } inline FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27 ** get_address_of_fixMethod_3() { return &___fixMethod_3; } inline void set_fixMethod_3(FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27 * value) { ___fixMethod_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___fixMethod_3), (void*)value); } inline static int32_t get_offset_of_targetObject_4() { return static_cast(offsetof(FixRecord_t4A84FF166F77D1E6F2B2C60F7733B5A0F3116073, ___targetObject_4)); } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * get_targetObject_4() const { return ___targetObject_4; } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A ** get_address_of_targetObject_4() { return &___targetObject_4; } inline void set_targetObject_4(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * value) { ___targetObject_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetObject_4), (void*)value); } inline static int32_t get_offset_of_buttonNames_5() { return static_cast(offsetof(FixRecord_t4A84FF166F77D1E6F2B2C60F7733B5A0F3116073, ___buttonNames_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_buttonNames_5() const { return ___buttonNames_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_buttonNames_5() { return &___buttonNames_5; } inline void set_buttonNames_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___buttonNames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buttonNames_5), (void*)value); } inline static int32_t get_offset_of_editModeRequired_6() { return static_cast(offsetof(FixRecord_t4A84FF166F77D1E6F2B2C60F7733B5A0F3116073, ___editModeRequired_6)); } inline bool get_editModeRequired_6() const { return ___editModeRequired_6; } inline bool* get_address_of_editModeRequired_6() { return &___editModeRequired_6; } inline void set_editModeRequired_6(bool value) { ___editModeRequired_6 = value; } inline static int32_t get_offset_of_complete_7() { return static_cast(offsetof(FixRecord_t4A84FF166F77D1E6F2B2C60F7733B5A0F3116073, ___complete_7)); } inline bool get_complete_7() const { return ___complete_7; } inline bool* get_address_of_complete_7() { return &___complete_7; } inline void set_complete_7(bool value) { ___complete_7 = 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.HmdColor_t struct HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 { public: // System.Single OVR.OpenVR.HmdColor_t::r float ___r_0; // System.Single OVR.OpenVR.HmdColor_t::g float ___g_1; // System.Single OVR.OpenVR.HmdColor_t::b float ___b_2; // System.Single OVR.OpenVR.HmdColor_t::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // OVR.OpenVR.HmdMatrix33_t struct HmdMatrix33_t_tA69275158DEA3A6FCE13C8144CCADFAD2748426B { public: // System.Single OVR.OpenVR.HmdMatrix33_t::m0 float ___m0_0; // System.Single OVR.OpenVR.HmdMatrix33_t::m1 float ___m1_1; // System.Single OVR.OpenVR.HmdMatrix33_t::m2 float ___m2_2; // System.Single OVR.OpenVR.HmdMatrix33_t::m3 float ___m3_3; // System.Single OVR.OpenVR.HmdMatrix33_t::m4 float ___m4_4; // System.Single OVR.OpenVR.HmdMatrix33_t::m5 float ___m5_5; // System.Single OVR.OpenVR.HmdMatrix33_t::m6 float ___m6_6; // System.Single OVR.OpenVR.HmdMatrix33_t::m7 float ___m7_7; // System.Single OVR.OpenVR.HmdMatrix33_t::m8 float ___m8_8; public: inline static int32_t get_offset_of_m0_0() { return static_cast(offsetof(HmdMatrix33_t_tA69275158DEA3A6FCE13C8144CCADFAD2748426B, ___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(HmdMatrix33_t_tA69275158DEA3A6FCE13C8144CCADFAD2748426B, ___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(HmdMatrix33_t_tA69275158DEA3A6FCE13C8144CCADFAD2748426B, ___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(HmdMatrix33_t_tA69275158DEA3A6FCE13C8144CCADFAD2748426B, ___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(HmdMatrix33_t_tA69275158DEA3A6FCE13C8144CCADFAD2748426B, ___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(HmdMatrix33_t_tA69275158DEA3A6FCE13C8144CCADFAD2748426B, ___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(HmdMatrix33_t_tA69275158DEA3A6FCE13C8144CCADFAD2748426B, ___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(HmdMatrix33_t_tA69275158DEA3A6FCE13C8144CCADFAD2748426B, ___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(HmdMatrix33_t_tA69275158DEA3A6FCE13C8144CCADFAD2748426B, ___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; } }; // OVR.OpenVR.HmdMatrix34_t struct HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F { public: // System.Single OVR.OpenVR.HmdMatrix34_t::m0 float ___m0_0; // System.Single OVR.OpenVR.HmdMatrix34_t::m1 float ___m1_1; // System.Single OVR.OpenVR.HmdMatrix34_t::m2 float ___m2_2; // System.Single OVR.OpenVR.HmdMatrix34_t::m3 float ___m3_3; // System.Single OVR.OpenVR.HmdMatrix34_t::m4 float ___m4_4; // System.Single OVR.OpenVR.HmdMatrix34_t::m5 float ___m5_5; // System.Single OVR.OpenVR.HmdMatrix34_t::m6 float ___m6_6; // System.Single OVR.OpenVR.HmdMatrix34_t::m7 float ___m7_7; // System.Single OVR.OpenVR.HmdMatrix34_t::m8 float ___m8_8; // System.Single OVR.OpenVR.HmdMatrix34_t::m9 float ___m9_9; // System.Single OVR.OpenVR.HmdMatrix34_t::m10 float ___m10_10; // System.Single OVR.OpenVR.HmdMatrix34_t::m11 float ___m11_11; public: inline static int32_t get_offset_of_m0_0() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m0_0)); } inline float get_m0_0() const { return ___m0_0; } inline float* get_address_of_m0_0() { return &___m0_0; } inline void set_m0_0(float value) { ___m0_0 = value; } inline static int32_t get_offset_of_m1_1() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m1_1)); } inline float get_m1_1() const { return ___m1_1; } inline float* get_address_of_m1_1() { return &___m1_1; } inline void set_m1_1(float value) { ___m1_1 = value; } inline static int32_t get_offset_of_m2_2() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m2_2)); } inline float get_m2_2() const { return ___m2_2; } inline float* get_address_of_m2_2() { return &___m2_2; } inline void set_m2_2(float value) { ___m2_2 = value; } inline static int32_t get_offset_of_m3_3() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m3_3)); } inline float get_m3_3() const { return ___m3_3; } inline float* get_address_of_m3_3() { return &___m3_3; } inline void set_m3_3(float value) { ___m3_3 = value; } inline static int32_t get_offset_of_m4_4() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m4_4)); } inline float get_m4_4() const { return ___m4_4; } inline float* get_address_of_m4_4() { return &___m4_4; } inline void set_m4_4(float value) { ___m4_4 = value; } inline static int32_t get_offset_of_m5_5() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m5_5)); } inline float get_m5_5() const { return ___m5_5; } inline float* get_address_of_m5_5() { return &___m5_5; } inline void set_m5_5(float value) { ___m5_5 = value; } inline static int32_t get_offset_of_m6_6() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m6_6)); } inline float get_m6_6() const { return ___m6_6; } inline float* get_address_of_m6_6() { return &___m6_6; } inline void set_m6_6(float value) { ___m6_6 = value; } inline static int32_t get_offset_of_m7_7() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m7_7)); } inline float get_m7_7() const { return ___m7_7; } inline float* get_address_of_m7_7() { return &___m7_7; } inline void set_m7_7(float value) { ___m7_7 = value; } inline static int32_t get_offset_of_m8_8() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m8_8)); } inline float get_m8_8() const { return ___m8_8; } inline float* get_address_of_m8_8() { return &___m8_8; } inline void set_m8_8(float value) { ___m8_8 = value; } inline static int32_t get_offset_of_m9_9() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m9_9)); } inline float get_m9_9() const { return ___m9_9; } inline float* get_address_of_m9_9() { return &___m9_9; } inline void set_m9_9(float value) { ___m9_9 = value; } inline static int32_t get_offset_of_m10_10() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m10_10)); } inline float get_m10_10() const { return ___m10_10; } inline float* get_address_of_m10_10() { return &___m10_10; } inline void set_m10_10(float value) { ___m10_10 = value; } inline static int32_t get_offset_of_m11_11() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m11_11)); } inline float get_m11_11() const { return ___m11_11; } inline float* get_address_of_m11_11() { return &___m11_11; } inline void set_m11_11(float value) { ___m11_11 = value; } }; // OVR.OpenVR.HmdMatrix44_t struct HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA { public: // System.Single OVR.OpenVR.HmdMatrix44_t::m0 float ___m0_0; // System.Single OVR.OpenVR.HmdMatrix44_t::m1 float ___m1_1; // System.Single OVR.OpenVR.HmdMatrix44_t::m2 float ___m2_2; // System.Single OVR.OpenVR.HmdMatrix44_t::m3 float ___m3_3; // System.Single OVR.OpenVR.HmdMatrix44_t::m4 float ___m4_4; // System.Single OVR.OpenVR.HmdMatrix44_t::m5 float ___m5_5; // System.Single OVR.OpenVR.HmdMatrix44_t::m6 float ___m6_6; // System.Single OVR.OpenVR.HmdMatrix44_t::m7 float ___m7_7; // System.Single OVR.OpenVR.HmdMatrix44_t::m8 float ___m8_8; // System.Single OVR.OpenVR.HmdMatrix44_t::m9 float ___m9_9; // System.Single OVR.OpenVR.HmdMatrix44_t::m10 float ___m10_10; // System.Single OVR.OpenVR.HmdMatrix44_t::m11 float ___m11_11; // System.Single OVR.OpenVR.HmdMatrix44_t::m12 float ___m12_12; // System.Single OVR.OpenVR.HmdMatrix44_t::m13 float ___m13_13; // System.Single OVR.OpenVR.HmdMatrix44_t::m14 float ___m14_14; // System.Single OVR.OpenVR.HmdMatrix44_t::m15 float ___m15_15; public: inline static int32_t get_offset_of_m0_0() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m0_0)); } inline float get_m0_0() const { return ___m0_0; } inline float* get_address_of_m0_0() { return &___m0_0; } inline void set_m0_0(float value) { ___m0_0 = value; } inline static int32_t get_offset_of_m1_1() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m1_1)); } inline float get_m1_1() const { return ___m1_1; } inline float* get_address_of_m1_1() { return &___m1_1; } inline void set_m1_1(float value) { ___m1_1 = value; } inline static int32_t get_offset_of_m2_2() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m2_2)); } inline float get_m2_2() const { return ___m2_2; } inline float* get_address_of_m2_2() { return &___m2_2; } inline void set_m2_2(float value) { ___m2_2 = value; } inline static int32_t get_offset_of_m3_3() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m3_3)); } inline float get_m3_3() const { return ___m3_3; } inline float* get_address_of_m3_3() { return &___m3_3; } inline void set_m3_3(float value) { ___m3_3 = value; } inline static int32_t get_offset_of_m4_4() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m4_4)); } inline float get_m4_4() const { return ___m4_4; } inline float* get_address_of_m4_4() { return &___m4_4; } inline void set_m4_4(float value) { ___m4_4 = value; } inline static int32_t get_offset_of_m5_5() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m5_5)); } inline float get_m5_5() const { return ___m5_5; } inline float* get_address_of_m5_5() { return &___m5_5; } inline void set_m5_5(float value) { ___m5_5 = value; } inline static int32_t get_offset_of_m6_6() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m6_6)); } inline float get_m6_6() const { return ___m6_6; } inline float* get_address_of_m6_6() { return &___m6_6; } inline void set_m6_6(float value) { ___m6_6 = value; } inline static int32_t get_offset_of_m7_7() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m7_7)); } inline float get_m7_7() const { return ___m7_7; } inline float* get_address_of_m7_7() { return &___m7_7; } inline void set_m7_7(float value) { ___m7_7 = value; } inline static int32_t get_offset_of_m8_8() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m8_8)); } inline float get_m8_8() const { return ___m8_8; } inline float* get_address_of_m8_8() { return &___m8_8; } inline void set_m8_8(float value) { ___m8_8 = value; } inline static int32_t get_offset_of_m9_9() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m9_9)); } inline float get_m9_9() const { return ___m9_9; } inline float* get_address_of_m9_9() { return &___m9_9; } inline void set_m9_9(float value) { ___m9_9 = value; } inline static int32_t get_offset_of_m10_10() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m10_10)); } inline float get_m10_10() const { return ___m10_10; } inline float* get_address_of_m10_10() { return &___m10_10; } inline void set_m10_10(float value) { ___m10_10 = value; } inline static int32_t get_offset_of_m11_11() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m11_11)); } inline float get_m11_11() const { return ___m11_11; } inline float* get_address_of_m11_11() { return &___m11_11; } inline void set_m11_11(float value) { ___m11_11 = value; } inline static int32_t get_offset_of_m12_12() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m12_12)); } inline float get_m12_12() const { return ___m12_12; } inline float* get_address_of_m12_12() { return &___m12_12; } inline void set_m12_12(float value) { ___m12_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m14_14() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m14_14)); } inline float get_m14_14() const { return ___m14_14; } inline float* get_address_of_m14_14() { return &___m14_14; } inline void set_m14_14(float value) { ___m14_14 = value; } inline static int32_t get_offset_of_m15_15() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m15_15)); } inline float get_m15_15() const { return ___m15_15; } inline float* get_address_of_m15_15() { return &___m15_15; } inline void set_m15_15(float value) { ___m15_15 = value; } }; // OVR.OpenVR.HmdQuaternion_t struct HmdQuaternion_t_t829CE2928FA46BB4A43A3999987BBE334C8FA9FA { public: // System.Double OVR.OpenVR.HmdQuaternion_t::w double ___w_0; // System.Double OVR.OpenVR.HmdQuaternion_t::x double ___x_1; // System.Double OVR.OpenVR.HmdQuaternion_t::y double ___y_2; // System.Double OVR.OpenVR.HmdQuaternion_t::z double ___z_3; public: inline static int32_t get_offset_of_w_0() { return static_cast(offsetof(HmdQuaternion_t_t829CE2928FA46BB4A43A3999987BBE334C8FA9FA, ___w_0)); } inline double get_w_0() const { return ___w_0; } inline double* get_address_of_w_0() { return &___w_0; } inline void set_w_0(double value) { ___w_0 = value; } inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(HmdQuaternion_t_t829CE2928FA46BB4A43A3999987BBE334C8FA9FA, ___x_1)); } inline double get_x_1() const { return ___x_1; } inline double* get_address_of_x_1() { return &___x_1; } inline void set_x_1(double value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(HmdQuaternion_t_t829CE2928FA46BB4A43A3999987BBE334C8FA9FA, ___y_2)); } inline double get_y_2() const { return ___y_2; } inline double* get_address_of_y_2() { return &___y_2; } inline void set_y_2(double value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(HmdQuaternion_t_t829CE2928FA46BB4A43A3999987BBE334C8FA9FA, ___z_3)); } inline double get_z_3() const { return ___z_3; } inline double* get_address_of_z_3() { return &___z_3; } inline void set_z_3(double value) { ___z_3 = value; } }; // OVR.OpenVR.HmdQuaternionf_t struct HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A { public: // System.Single OVR.OpenVR.HmdQuaternionf_t::w float ___w_0; // System.Single OVR.OpenVR.HmdQuaternionf_t::x float ___x_1; // System.Single OVR.OpenVR.HmdQuaternionf_t::y float ___y_2; // System.Single OVR.OpenVR.HmdQuaternionf_t::z float ___z_3; public: inline static int32_t get_offset_of_w_0() { return static_cast(offsetof(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A, ___w_0)); } inline float get_w_0() const { return ___w_0; } inline float* get_address_of_w_0() { return &___w_0; } inline void set_w_0(float value) { ___w_0 = value; } inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } }; // OVR.OpenVR.HmdVector2_t struct HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 { public: // System.Single OVR.OpenVR.HmdVector2_t::v0 float ___v0_0; // System.Single OVR.OpenVR.HmdVector2_t::v1 float ___v1_1; public: inline static int32_t get_offset_of_v0_0() { return static_cast(offsetof(HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375, ___v0_0)); } inline float get_v0_0() const { return ___v0_0; } inline float* get_address_of_v0_0() { return &___v0_0; } inline void set_v0_0(float value) { ___v0_0 = value; } inline static int32_t get_offset_of_v1_1() { return static_cast(offsetof(HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375, ___v1_1)); } inline float get_v1_1() const { return ___v1_1; } inline float* get_address_of_v1_1() { return &___v1_1; } inline void set_v1_1(float value) { ___v1_1 = value; } }; // OVR.OpenVR.HmdVector3_t struct HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 { public: // System.Single OVR.OpenVR.HmdVector3_t::v0 float ___v0_0; // System.Single OVR.OpenVR.HmdVector3_t::v1 float ___v1_1; // System.Single OVR.OpenVR.HmdVector3_t::v2 float ___v2_2; public: inline static int32_t get_offset_of_v0_0() { return static_cast(offsetof(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703, ___v0_0)); } inline float get_v0_0() const { return ___v0_0; } inline float* get_address_of_v0_0() { return &___v0_0; } inline void set_v0_0(float value) { ___v0_0 = value; } inline static int32_t get_offset_of_v1_1() { return static_cast(offsetof(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703, ___v1_1)); } inline float get_v1_1() const { return ___v1_1; } inline float* get_address_of_v1_1() { return &___v1_1; } inline void set_v1_1(float value) { ___v1_1 = value; } inline static int32_t get_offset_of_v2_2() { return static_cast(offsetof(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703, ___v2_2)); } inline float get_v2_2() const { return ___v2_2; } inline float* get_address_of_v2_2() { return &___v2_2; } inline void set_v2_2(float value) { ___v2_2 = value; } }; // OVR.OpenVR.HmdVector3d_t struct HmdVector3d_t_t51703C54EBECE7DF4B82EFE960FE5B434908A49D { public: // System.Double OVR.OpenVR.HmdVector3d_t::v0 double ___v0_0; // System.Double OVR.OpenVR.HmdVector3d_t::v1 double ___v1_1; // System.Double OVR.OpenVR.HmdVector3d_t::v2 double ___v2_2; public: inline static int32_t get_offset_of_v0_0() { return static_cast(offsetof(HmdVector3d_t_t51703C54EBECE7DF4B82EFE960FE5B434908A49D, ___v0_0)); } inline double get_v0_0() const { return ___v0_0; } inline double* get_address_of_v0_0() { return &___v0_0; } inline void set_v0_0(double value) { ___v0_0 = value; } inline static int32_t get_offset_of_v1_1() { return static_cast(offsetof(HmdVector3d_t_t51703C54EBECE7DF4B82EFE960FE5B434908A49D, ___v1_1)); } inline double get_v1_1() const { return ___v1_1; } inline double* get_address_of_v1_1() { return &___v1_1; } inline void set_v1_1(double value) { ___v1_1 = value; } inline static int32_t get_offset_of_v2_2() { return static_cast(offsetof(HmdVector3d_t_t51703C54EBECE7DF4B82EFE960FE5B434908A49D, ___v2_2)); } inline double get_v2_2() const { return ___v2_2; } inline double* get_address_of_v2_2() { return &___v2_2; } inline void set_v2_2(double value) { ___v2_2 = value; } }; // OVR.OpenVR.HmdVector4_t struct HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 { public: // System.Single OVR.OpenVR.HmdVector4_t::v0 float ___v0_0; // System.Single OVR.OpenVR.HmdVector4_t::v1 float ___v1_1; // System.Single OVR.OpenVR.HmdVector4_t::v2 float ___v2_2; // System.Single OVR.OpenVR.HmdVector4_t::v3 float ___v3_3; public: inline static int32_t get_offset_of_v0_0() { return static_cast(offsetof(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726, ___v0_0)); } inline float get_v0_0() const { return ___v0_0; } inline float* get_address_of_v0_0() { return &___v0_0; } inline void set_v0_0(float value) { ___v0_0 = value; } inline static int32_t get_offset_of_v1_1() { return static_cast(offsetof(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726, ___v1_1)); } inline float get_v1_1() const { return ___v1_1; } inline float* get_address_of_v1_1() { return &___v1_1; } inline void set_v1_1(float value) { ___v1_1 = value; } inline static int32_t get_offset_of_v2_2() { return static_cast(offsetof(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726, ___v2_2)); } inline float get_v2_2() const { return ___v2_2; } inline float* get_address_of_v2_2() { return &___v2_2; } inline void set_v2_2(float value) { ___v2_2 = value; } inline static int32_t get_offset_of_v3_3() { return static_cast(offsetof(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726, ___v3_3)); } inline float get_v3_3() const { return ___v3_3; } inline float* get_address_of_v3_3() { return &___v3_3; } inline void set_v3_3(float value) { ___v3_3 = value; } }; // OVR.OpenVR.IVRApplications struct IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 { public: // OVR.OpenVR.IVRApplications/_AddApplicationManifest OVR.OpenVR.IVRApplications::AddApplicationManifest _AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329 * ___AddApplicationManifest_0; // OVR.OpenVR.IVRApplications/_RemoveApplicationManifest OVR.OpenVR.IVRApplications::RemoveApplicationManifest _RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274 * ___RemoveApplicationManifest_1; // OVR.OpenVR.IVRApplications/_IsApplicationInstalled OVR.OpenVR.IVRApplications::IsApplicationInstalled _IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA * ___IsApplicationInstalled_2; // OVR.OpenVR.IVRApplications/_GetApplicationCount OVR.OpenVR.IVRApplications::GetApplicationCount _GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD * ___GetApplicationCount_3; // OVR.OpenVR.IVRApplications/_GetApplicationKeyByIndex OVR.OpenVR.IVRApplications::GetApplicationKeyByIndex _GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6 * ___GetApplicationKeyByIndex_4; // OVR.OpenVR.IVRApplications/_GetApplicationKeyByProcessId OVR.OpenVR.IVRApplications::GetApplicationKeyByProcessId _GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9 * ___GetApplicationKeyByProcessId_5; // OVR.OpenVR.IVRApplications/_LaunchApplication OVR.OpenVR.IVRApplications::LaunchApplication _LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE * ___LaunchApplication_6; // OVR.OpenVR.IVRApplications/_LaunchTemplateApplication OVR.OpenVR.IVRApplications::LaunchTemplateApplication _LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B * ___LaunchTemplateApplication_7; // OVR.OpenVR.IVRApplications/_LaunchApplicationFromMimeType OVR.OpenVR.IVRApplications::LaunchApplicationFromMimeType _LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02 * ___LaunchApplicationFromMimeType_8; // OVR.OpenVR.IVRApplications/_LaunchDashboardOverlay OVR.OpenVR.IVRApplications::LaunchDashboardOverlay _LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA * ___LaunchDashboardOverlay_9; // OVR.OpenVR.IVRApplications/_CancelApplicationLaunch OVR.OpenVR.IVRApplications::CancelApplicationLaunch _CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC * ___CancelApplicationLaunch_10; // OVR.OpenVR.IVRApplications/_IdentifyApplication OVR.OpenVR.IVRApplications::IdentifyApplication _IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE * ___IdentifyApplication_11; // OVR.OpenVR.IVRApplications/_GetApplicationProcessId OVR.OpenVR.IVRApplications::GetApplicationProcessId _GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207 * ___GetApplicationProcessId_12; // OVR.OpenVR.IVRApplications/_GetApplicationsErrorNameFromEnum OVR.OpenVR.IVRApplications::GetApplicationsErrorNameFromEnum _GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218 * ___GetApplicationsErrorNameFromEnum_13; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyString OVR.OpenVR.IVRApplications::GetApplicationPropertyString _GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A * ___GetApplicationPropertyString_14; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyBool OVR.OpenVR.IVRApplications::GetApplicationPropertyBool _GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B * ___GetApplicationPropertyBool_15; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyUint64 OVR.OpenVR.IVRApplications::GetApplicationPropertyUint64 _GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538 * ___GetApplicationPropertyUint64_16; // OVR.OpenVR.IVRApplications/_SetApplicationAutoLaunch OVR.OpenVR.IVRApplications::SetApplicationAutoLaunch _SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B * ___SetApplicationAutoLaunch_17; // OVR.OpenVR.IVRApplications/_GetApplicationAutoLaunch OVR.OpenVR.IVRApplications::GetApplicationAutoLaunch _GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005 * ___GetApplicationAutoLaunch_18; // OVR.OpenVR.IVRApplications/_SetDefaultApplicationForMimeType OVR.OpenVR.IVRApplications::SetDefaultApplicationForMimeType _SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A * ___SetDefaultApplicationForMimeType_19; // OVR.OpenVR.IVRApplications/_GetDefaultApplicationForMimeType OVR.OpenVR.IVRApplications::GetDefaultApplicationForMimeType _GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC * ___GetDefaultApplicationForMimeType_20; // OVR.OpenVR.IVRApplications/_GetApplicationSupportedMimeTypes OVR.OpenVR.IVRApplications::GetApplicationSupportedMimeTypes _GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75 * ___GetApplicationSupportedMimeTypes_21; // OVR.OpenVR.IVRApplications/_GetApplicationsThatSupportMimeType OVR.OpenVR.IVRApplications::GetApplicationsThatSupportMimeType _GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779 * ___GetApplicationsThatSupportMimeType_22; // OVR.OpenVR.IVRApplications/_GetApplicationLaunchArguments OVR.OpenVR.IVRApplications::GetApplicationLaunchArguments _GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC * ___GetApplicationLaunchArguments_23; // OVR.OpenVR.IVRApplications/_GetStartingApplication OVR.OpenVR.IVRApplications::GetStartingApplication _GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1 * ___GetStartingApplication_24; // OVR.OpenVR.IVRApplications/_GetTransitionState OVR.OpenVR.IVRApplications::GetTransitionState _GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5 * ___GetTransitionState_25; // OVR.OpenVR.IVRApplications/_PerformApplicationPrelaunchCheck OVR.OpenVR.IVRApplications::PerformApplicationPrelaunchCheck _PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490 * ___PerformApplicationPrelaunchCheck_26; // OVR.OpenVR.IVRApplications/_GetApplicationsTransitionStateNameFromEnum OVR.OpenVR.IVRApplications::GetApplicationsTransitionStateNameFromEnum _GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F * ___GetApplicationsTransitionStateNameFromEnum_27; // OVR.OpenVR.IVRApplications/_IsQuitUserPromptRequested OVR.OpenVR.IVRApplications::IsQuitUserPromptRequested _IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F * ___IsQuitUserPromptRequested_28; // OVR.OpenVR.IVRApplications/_LaunchInternalProcess OVR.OpenVR.IVRApplications::LaunchInternalProcess _LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC * ___LaunchInternalProcess_29; // OVR.OpenVR.IVRApplications/_GetCurrentSceneProcessId OVR.OpenVR.IVRApplications::GetCurrentSceneProcessId _GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524 * ___GetCurrentSceneProcessId_30; public: inline static int32_t get_offset_of_AddApplicationManifest_0() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___AddApplicationManifest_0)); } inline _AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329 * get_AddApplicationManifest_0() const { return ___AddApplicationManifest_0; } inline _AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329 ** get_address_of_AddApplicationManifest_0() { return &___AddApplicationManifest_0; } inline void set_AddApplicationManifest_0(_AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329 * value) { ___AddApplicationManifest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___AddApplicationManifest_0), (void*)value); } inline static int32_t get_offset_of_RemoveApplicationManifest_1() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___RemoveApplicationManifest_1)); } inline _RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274 * get_RemoveApplicationManifest_1() const { return ___RemoveApplicationManifest_1; } inline _RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274 ** get_address_of_RemoveApplicationManifest_1() { return &___RemoveApplicationManifest_1; } inline void set_RemoveApplicationManifest_1(_RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274 * value) { ___RemoveApplicationManifest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___RemoveApplicationManifest_1), (void*)value); } inline static int32_t get_offset_of_IsApplicationInstalled_2() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___IsApplicationInstalled_2)); } inline _IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA * get_IsApplicationInstalled_2() const { return ___IsApplicationInstalled_2; } inline _IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA ** get_address_of_IsApplicationInstalled_2() { return &___IsApplicationInstalled_2; } inline void set_IsApplicationInstalled_2(_IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA * value) { ___IsApplicationInstalled_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsApplicationInstalled_2), (void*)value); } inline static int32_t get_offset_of_GetApplicationCount_3() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationCount_3)); } inline _GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD * get_GetApplicationCount_3() const { return ___GetApplicationCount_3; } inline _GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD ** get_address_of_GetApplicationCount_3() { return &___GetApplicationCount_3; } inline void set_GetApplicationCount_3(_GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD * value) { ___GetApplicationCount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationCount_3), (void*)value); } inline static int32_t get_offset_of_GetApplicationKeyByIndex_4() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationKeyByIndex_4)); } inline _GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6 * get_GetApplicationKeyByIndex_4() const { return ___GetApplicationKeyByIndex_4; } inline _GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6 ** get_address_of_GetApplicationKeyByIndex_4() { return &___GetApplicationKeyByIndex_4; } inline void set_GetApplicationKeyByIndex_4(_GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6 * value) { ___GetApplicationKeyByIndex_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationKeyByIndex_4), (void*)value); } inline static int32_t get_offset_of_GetApplicationKeyByProcessId_5() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationKeyByProcessId_5)); } inline _GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9 * get_GetApplicationKeyByProcessId_5() const { return ___GetApplicationKeyByProcessId_5; } inline _GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9 ** get_address_of_GetApplicationKeyByProcessId_5() { return &___GetApplicationKeyByProcessId_5; } inline void set_GetApplicationKeyByProcessId_5(_GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9 * value) { ___GetApplicationKeyByProcessId_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationKeyByProcessId_5), (void*)value); } inline static int32_t get_offset_of_LaunchApplication_6() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___LaunchApplication_6)); } inline _LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE * get_LaunchApplication_6() const { return ___LaunchApplication_6; } inline _LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE ** get_address_of_LaunchApplication_6() { return &___LaunchApplication_6; } inline void set_LaunchApplication_6(_LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE * value) { ___LaunchApplication_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___LaunchApplication_6), (void*)value); } inline static int32_t get_offset_of_LaunchTemplateApplication_7() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___LaunchTemplateApplication_7)); } inline _LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B * get_LaunchTemplateApplication_7() const { return ___LaunchTemplateApplication_7; } inline _LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B ** get_address_of_LaunchTemplateApplication_7() { return &___LaunchTemplateApplication_7; } inline void set_LaunchTemplateApplication_7(_LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B * value) { ___LaunchTemplateApplication_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___LaunchTemplateApplication_7), (void*)value); } inline static int32_t get_offset_of_LaunchApplicationFromMimeType_8() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___LaunchApplicationFromMimeType_8)); } inline _LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02 * get_LaunchApplicationFromMimeType_8() const { return ___LaunchApplicationFromMimeType_8; } inline _LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02 ** get_address_of_LaunchApplicationFromMimeType_8() { return &___LaunchApplicationFromMimeType_8; } inline void set_LaunchApplicationFromMimeType_8(_LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02 * value) { ___LaunchApplicationFromMimeType_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___LaunchApplicationFromMimeType_8), (void*)value); } inline static int32_t get_offset_of_LaunchDashboardOverlay_9() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___LaunchDashboardOverlay_9)); } inline _LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA * get_LaunchDashboardOverlay_9() const { return ___LaunchDashboardOverlay_9; } inline _LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA ** get_address_of_LaunchDashboardOverlay_9() { return &___LaunchDashboardOverlay_9; } inline void set_LaunchDashboardOverlay_9(_LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA * value) { ___LaunchDashboardOverlay_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___LaunchDashboardOverlay_9), (void*)value); } inline static int32_t get_offset_of_CancelApplicationLaunch_10() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___CancelApplicationLaunch_10)); } inline _CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC * get_CancelApplicationLaunch_10() const { return ___CancelApplicationLaunch_10; } inline _CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC ** get_address_of_CancelApplicationLaunch_10() { return &___CancelApplicationLaunch_10; } inline void set_CancelApplicationLaunch_10(_CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC * value) { ___CancelApplicationLaunch_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___CancelApplicationLaunch_10), (void*)value); } inline static int32_t get_offset_of_IdentifyApplication_11() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___IdentifyApplication_11)); } inline _IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE * get_IdentifyApplication_11() const { return ___IdentifyApplication_11; } inline _IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE ** get_address_of_IdentifyApplication_11() { return &___IdentifyApplication_11; } inline void set_IdentifyApplication_11(_IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE * value) { ___IdentifyApplication_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdentifyApplication_11), (void*)value); } inline static int32_t get_offset_of_GetApplicationProcessId_12() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationProcessId_12)); } inline _GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207 * get_GetApplicationProcessId_12() const { return ___GetApplicationProcessId_12; } inline _GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207 ** get_address_of_GetApplicationProcessId_12() { return &___GetApplicationProcessId_12; } inline void set_GetApplicationProcessId_12(_GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207 * value) { ___GetApplicationProcessId_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationProcessId_12), (void*)value); } inline static int32_t get_offset_of_GetApplicationsErrorNameFromEnum_13() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationsErrorNameFromEnum_13)); } inline _GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218 * get_GetApplicationsErrorNameFromEnum_13() const { return ___GetApplicationsErrorNameFromEnum_13; } inline _GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218 ** get_address_of_GetApplicationsErrorNameFromEnum_13() { return &___GetApplicationsErrorNameFromEnum_13; } inline void set_GetApplicationsErrorNameFromEnum_13(_GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218 * value) { ___GetApplicationsErrorNameFromEnum_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationsErrorNameFromEnum_13), (void*)value); } inline static int32_t get_offset_of_GetApplicationPropertyString_14() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationPropertyString_14)); } inline _GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A * get_GetApplicationPropertyString_14() const { return ___GetApplicationPropertyString_14; } inline _GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A ** get_address_of_GetApplicationPropertyString_14() { return &___GetApplicationPropertyString_14; } inline void set_GetApplicationPropertyString_14(_GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A * value) { ___GetApplicationPropertyString_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationPropertyString_14), (void*)value); } inline static int32_t get_offset_of_GetApplicationPropertyBool_15() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationPropertyBool_15)); } inline _GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B * get_GetApplicationPropertyBool_15() const { return ___GetApplicationPropertyBool_15; } inline _GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B ** get_address_of_GetApplicationPropertyBool_15() { return &___GetApplicationPropertyBool_15; } inline void set_GetApplicationPropertyBool_15(_GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B * value) { ___GetApplicationPropertyBool_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationPropertyBool_15), (void*)value); } inline static int32_t get_offset_of_GetApplicationPropertyUint64_16() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationPropertyUint64_16)); } inline _GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538 * get_GetApplicationPropertyUint64_16() const { return ___GetApplicationPropertyUint64_16; } inline _GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538 ** get_address_of_GetApplicationPropertyUint64_16() { return &___GetApplicationPropertyUint64_16; } inline void set_GetApplicationPropertyUint64_16(_GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538 * value) { ___GetApplicationPropertyUint64_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationPropertyUint64_16), (void*)value); } inline static int32_t get_offset_of_SetApplicationAutoLaunch_17() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___SetApplicationAutoLaunch_17)); } inline _SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B * get_SetApplicationAutoLaunch_17() const { return ___SetApplicationAutoLaunch_17; } inline _SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B ** get_address_of_SetApplicationAutoLaunch_17() { return &___SetApplicationAutoLaunch_17; } inline void set_SetApplicationAutoLaunch_17(_SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B * value) { ___SetApplicationAutoLaunch_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetApplicationAutoLaunch_17), (void*)value); } inline static int32_t get_offset_of_GetApplicationAutoLaunch_18() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationAutoLaunch_18)); } inline _GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005 * get_GetApplicationAutoLaunch_18() const { return ___GetApplicationAutoLaunch_18; } inline _GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005 ** get_address_of_GetApplicationAutoLaunch_18() { return &___GetApplicationAutoLaunch_18; } inline void set_GetApplicationAutoLaunch_18(_GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005 * value) { ___GetApplicationAutoLaunch_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationAutoLaunch_18), (void*)value); } inline static int32_t get_offset_of_SetDefaultApplicationForMimeType_19() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___SetDefaultApplicationForMimeType_19)); } inline _SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A * get_SetDefaultApplicationForMimeType_19() const { return ___SetDefaultApplicationForMimeType_19; } inline _SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A ** get_address_of_SetDefaultApplicationForMimeType_19() { return &___SetDefaultApplicationForMimeType_19; } inline void set_SetDefaultApplicationForMimeType_19(_SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A * value) { ___SetDefaultApplicationForMimeType_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetDefaultApplicationForMimeType_19), (void*)value); } inline static int32_t get_offset_of_GetDefaultApplicationForMimeType_20() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetDefaultApplicationForMimeType_20)); } inline _GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC * get_GetDefaultApplicationForMimeType_20() const { return ___GetDefaultApplicationForMimeType_20; } inline _GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC ** get_address_of_GetDefaultApplicationForMimeType_20() { return &___GetDefaultApplicationForMimeType_20; } inline void set_GetDefaultApplicationForMimeType_20(_GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC * value) { ___GetDefaultApplicationForMimeType_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDefaultApplicationForMimeType_20), (void*)value); } inline static int32_t get_offset_of_GetApplicationSupportedMimeTypes_21() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationSupportedMimeTypes_21)); } inline _GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75 * get_GetApplicationSupportedMimeTypes_21() const { return ___GetApplicationSupportedMimeTypes_21; } inline _GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75 ** get_address_of_GetApplicationSupportedMimeTypes_21() { return &___GetApplicationSupportedMimeTypes_21; } inline void set_GetApplicationSupportedMimeTypes_21(_GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75 * value) { ___GetApplicationSupportedMimeTypes_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationSupportedMimeTypes_21), (void*)value); } inline static int32_t get_offset_of_GetApplicationsThatSupportMimeType_22() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationsThatSupportMimeType_22)); } inline _GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779 * get_GetApplicationsThatSupportMimeType_22() const { return ___GetApplicationsThatSupportMimeType_22; } inline _GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779 ** get_address_of_GetApplicationsThatSupportMimeType_22() { return &___GetApplicationsThatSupportMimeType_22; } inline void set_GetApplicationsThatSupportMimeType_22(_GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779 * value) { ___GetApplicationsThatSupportMimeType_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationsThatSupportMimeType_22), (void*)value); } inline static int32_t get_offset_of_GetApplicationLaunchArguments_23() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationLaunchArguments_23)); } inline _GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC * get_GetApplicationLaunchArguments_23() const { return ___GetApplicationLaunchArguments_23; } inline _GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC ** get_address_of_GetApplicationLaunchArguments_23() { return &___GetApplicationLaunchArguments_23; } inline void set_GetApplicationLaunchArguments_23(_GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC * value) { ___GetApplicationLaunchArguments_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationLaunchArguments_23), (void*)value); } inline static int32_t get_offset_of_GetStartingApplication_24() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetStartingApplication_24)); } inline _GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1 * get_GetStartingApplication_24() const { return ___GetStartingApplication_24; } inline _GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1 ** get_address_of_GetStartingApplication_24() { return &___GetStartingApplication_24; } inline void set_GetStartingApplication_24(_GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1 * value) { ___GetStartingApplication_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetStartingApplication_24), (void*)value); } inline static int32_t get_offset_of_GetTransitionState_25() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetTransitionState_25)); } inline _GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5 * get_GetTransitionState_25() const { return ___GetTransitionState_25; } inline _GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5 ** get_address_of_GetTransitionState_25() { return &___GetTransitionState_25; } inline void set_GetTransitionState_25(_GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5 * value) { ___GetTransitionState_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTransitionState_25), (void*)value); } inline static int32_t get_offset_of_PerformApplicationPrelaunchCheck_26() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___PerformApplicationPrelaunchCheck_26)); } inline _PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490 * get_PerformApplicationPrelaunchCheck_26() const { return ___PerformApplicationPrelaunchCheck_26; } inline _PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490 ** get_address_of_PerformApplicationPrelaunchCheck_26() { return &___PerformApplicationPrelaunchCheck_26; } inline void set_PerformApplicationPrelaunchCheck_26(_PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490 * value) { ___PerformApplicationPrelaunchCheck_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PerformApplicationPrelaunchCheck_26), (void*)value); } inline static int32_t get_offset_of_GetApplicationsTransitionStateNameFromEnum_27() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationsTransitionStateNameFromEnum_27)); } inline _GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F * get_GetApplicationsTransitionStateNameFromEnum_27() const { return ___GetApplicationsTransitionStateNameFromEnum_27; } inline _GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F ** get_address_of_GetApplicationsTransitionStateNameFromEnum_27() { return &___GetApplicationsTransitionStateNameFromEnum_27; } inline void set_GetApplicationsTransitionStateNameFromEnum_27(_GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F * value) { ___GetApplicationsTransitionStateNameFromEnum_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationsTransitionStateNameFromEnum_27), (void*)value); } inline static int32_t get_offset_of_IsQuitUserPromptRequested_28() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___IsQuitUserPromptRequested_28)); } inline _IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F * get_IsQuitUserPromptRequested_28() const { return ___IsQuitUserPromptRequested_28; } inline _IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F ** get_address_of_IsQuitUserPromptRequested_28() { return &___IsQuitUserPromptRequested_28; } inline void set_IsQuitUserPromptRequested_28(_IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F * value) { ___IsQuitUserPromptRequested_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsQuitUserPromptRequested_28), (void*)value); } inline static int32_t get_offset_of_LaunchInternalProcess_29() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___LaunchInternalProcess_29)); } inline _LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC * get_LaunchInternalProcess_29() const { return ___LaunchInternalProcess_29; } inline _LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC ** get_address_of_LaunchInternalProcess_29() { return &___LaunchInternalProcess_29; } inline void set_LaunchInternalProcess_29(_LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC * value) { ___LaunchInternalProcess_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___LaunchInternalProcess_29), (void*)value); } inline static int32_t get_offset_of_GetCurrentSceneProcessId_30() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetCurrentSceneProcessId_30)); } inline _GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524 * get_GetCurrentSceneProcessId_30() const { return ___GetCurrentSceneProcessId_30; } inline _GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524 ** get_address_of_GetCurrentSceneProcessId_30() { return &___GetCurrentSceneProcessId_30; } inline void set_GetCurrentSceneProcessId_30(_GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524 * value) { ___GetCurrentSceneProcessId_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCurrentSceneProcessId_30), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRApplications struct IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshaled_pinvoke { Il2CppMethodPointer ___AddApplicationManifest_0; Il2CppMethodPointer ___RemoveApplicationManifest_1; Il2CppMethodPointer ___IsApplicationInstalled_2; Il2CppMethodPointer ___GetApplicationCount_3; Il2CppMethodPointer ___GetApplicationKeyByIndex_4; Il2CppMethodPointer ___GetApplicationKeyByProcessId_5; Il2CppMethodPointer ___LaunchApplication_6; Il2CppMethodPointer ___LaunchTemplateApplication_7; Il2CppMethodPointer ___LaunchApplicationFromMimeType_8; Il2CppMethodPointer ___LaunchDashboardOverlay_9; Il2CppMethodPointer ___CancelApplicationLaunch_10; Il2CppMethodPointer ___IdentifyApplication_11; Il2CppMethodPointer ___GetApplicationProcessId_12; Il2CppMethodPointer ___GetApplicationsErrorNameFromEnum_13; Il2CppMethodPointer ___GetApplicationPropertyString_14; Il2CppMethodPointer ___GetApplicationPropertyBool_15; Il2CppMethodPointer ___GetApplicationPropertyUint64_16; Il2CppMethodPointer ___SetApplicationAutoLaunch_17; Il2CppMethodPointer ___GetApplicationAutoLaunch_18; Il2CppMethodPointer ___SetDefaultApplicationForMimeType_19; Il2CppMethodPointer ___GetDefaultApplicationForMimeType_20; Il2CppMethodPointer ___GetApplicationSupportedMimeTypes_21; Il2CppMethodPointer ___GetApplicationsThatSupportMimeType_22; Il2CppMethodPointer ___GetApplicationLaunchArguments_23; Il2CppMethodPointer ___GetStartingApplication_24; Il2CppMethodPointer ___GetTransitionState_25; Il2CppMethodPointer ___PerformApplicationPrelaunchCheck_26; Il2CppMethodPointer ___GetApplicationsTransitionStateNameFromEnum_27; Il2CppMethodPointer ___IsQuitUserPromptRequested_28; Il2CppMethodPointer ___LaunchInternalProcess_29; Il2CppMethodPointer ___GetCurrentSceneProcessId_30; }; // Native definition for COM marshalling of OVR.OpenVR.IVRApplications struct IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshaled_com { Il2CppMethodPointer ___AddApplicationManifest_0; Il2CppMethodPointer ___RemoveApplicationManifest_1; Il2CppMethodPointer ___IsApplicationInstalled_2; Il2CppMethodPointer ___GetApplicationCount_3; Il2CppMethodPointer ___GetApplicationKeyByIndex_4; Il2CppMethodPointer ___GetApplicationKeyByProcessId_5; Il2CppMethodPointer ___LaunchApplication_6; Il2CppMethodPointer ___LaunchTemplateApplication_7; Il2CppMethodPointer ___LaunchApplicationFromMimeType_8; Il2CppMethodPointer ___LaunchDashboardOverlay_9; Il2CppMethodPointer ___CancelApplicationLaunch_10; Il2CppMethodPointer ___IdentifyApplication_11; Il2CppMethodPointer ___GetApplicationProcessId_12; Il2CppMethodPointer ___GetApplicationsErrorNameFromEnum_13; Il2CppMethodPointer ___GetApplicationPropertyString_14; Il2CppMethodPointer ___GetApplicationPropertyBool_15; Il2CppMethodPointer ___GetApplicationPropertyUint64_16; Il2CppMethodPointer ___SetApplicationAutoLaunch_17; Il2CppMethodPointer ___GetApplicationAutoLaunch_18; Il2CppMethodPointer ___SetDefaultApplicationForMimeType_19; Il2CppMethodPointer ___GetDefaultApplicationForMimeType_20; Il2CppMethodPointer ___GetApplicationSupportedMimeTypes_21; Il2CppMethodPointer ___GetApplicationsThatSupportMimeType_22; Il2CppMethodPointer ___GetApplicationLaunchArguments_23; Il2CppMethodPointer ___GetStartingApplication_24; Il2CppMethodPointer ___GetTransitionState_25; Il2CppMethodPointer ___PerformApplicationPrelaunchCheck_26; Il2CppMethodPointer ___GetApplicationsTransitionStateNameFromEnum_27; Il2CppMethodPointer ___IsQuitUserPromptRequested_28; Il2CppMethodPointer ___LaunchInternalProcess_29; Il2CppMethodPointer ___GetCurrentSceneProcessId_30; }; // OVR.OpenVR.IVRChaperone struct IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 { public: // OVR.OpenVR.IVRChaperone/_GetCalibrationState OVR.OpenVR.IVRChaperone::GetCalibrationState _GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52 * ___GetCalibrationState_0; // OVR.OpenVR.IVRChaperone/_GetPlayAreaSize OVR.OpenVR.IVRChaperone::GetPlayAreaSize _GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5 * ___GetPlayAreaSize_1; // OVR.OpenVR.IVRChaperone/_GetPlayAreaRect OVR.OpenVR.IVRChaperone::GetPlayAreaRect _GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E * ___GetPlayAreaRect_2; // OVR.OpenVR.IVRChaperone/_ReloadInfo OVR.OpenVR.IVRChaperone::ReloadInfo _ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7 * ___ReloadInfo_3; // OVR.OpenVR.IVRChaperone/_SetSceneColor OVR.OpenVR.IVRChaperone::SetSceneColor _SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B * ___SetSceneColor_4; // OVR.OpenVR.IVRChaperone/_GetBoundsColor OVR.OpenVR.IVRChaperone::GetBoundsColor _GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27 * ___GetBoundsColor_5; // OVR.OpenVR.IVRChaperone/_AreBoundsVisible OVR.OpenVR.IVRChaperone::AreBoundsVisible _AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836 * ___AreBoundsVisible_6; // OVR.OpenVR.IVRChaperone/_ForceBoundsVisible OVR.OpenVR.IVRChaperone::ForceBoundsVisible _ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1 * ___ForceBoundsVisible_7; public: inline static int32_t get_offset_of_GetCalibrationState_0() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___GetCalibrationState_0)); } inline _GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52 * get_GetCalibrationState_0() const { return ___GetCalibrationState_0; } inline _GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52 ** get_address_of_GetCalibrationState_0() { return &___GetCalibrationState_0; } inline void set_GetCalibrationState_0(_GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52 * value) { ___GetCalibrationState_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCalibrationState_0), (void*)value); } inline static int32_t get_offset_of_GetPlayAreaSize_1() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___GetPlayAreaSize_1)); } inline _GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5 * get_GetPlayAreaSize_1() const { return ___GetPlayAreaSize_1; } inline _GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5 ** get_address_of_GetPlayAreaSize_1() { return &___GetPlayAreaSize_1; } inline void set_GetPlayAreaSize_1(_GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5 * value) { ___GetPlayAreaSize_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetPlayAreaSize_1), (void*)value); } inline static int32_t get_offset_of_GetPlayAreaRect_2() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___GetPlayAreaRect_2)); } inline _GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E * get_GetPlayAreaRect_2() const { return ___GetPlayAreaRect_2; } inline _GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E ** get_address_of_GetPlayAreaRect_2() { return &___GetPlayAreaRect_2; } inline void set_GetPlayAreaRect_2(_GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E * value) { ___GetPlayAreaRect_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetPlayAreaRect_2), (void*)value); } inline static int32_t get_offset_of_ReloadInfo_3() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___ReloadInfo_3)); } inline _ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7 * get_ReloadInfo_3() const { return ___ReloadInfo_3; } inline _ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7 ** get_address_of_ReloadInfo_3() { return &___ReloadInfo_3; } inline void set_ReloadInfo_3(_ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7 * value) { ___ReloadInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReloadInfo_3), (void*)value); } inline static int32_t get_offset_of_SetSceneColor_4() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___SetSceneColor_4)); } inline _SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B * get_SetSceneColor_4() const { return ___SetSceneColor_4; } inline _SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B ** get_address_of_SetSceneColor_4() { return &___SetSceneColor_4; } inline void set_SetSceneColor_4(_SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B * value) { ___SetSceneColor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetSceneColor_4), (void*)value); } inline static int32_t get_offset_of_GetBoundsColor_5() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___GetBoundsColor_5)); } inline _GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27 * get_GetBoundsColor_5() const { return ___GetBoundsColor_5; } inline _GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27 ** get_address_of_GetBoundsColor_5() { return &___GetBoundsColor_5; } inline void set_GetBoundsColor_5(_GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27 * value) { ___GetBoundsColor_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetBoundsColor_5), (void*)value); } inline static int32_t get_offset_of_AreBoundsVisible_6() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___AreBoundsVisible_6)); } inline _AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836 * get_AreBoundsVisible_6() const { return ___AreBoundsVisible_6; } inline _AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836 ** get_address_of_AreBoundsVisible_6() { return &___AreBoundsVisible_6; } inline void set_AreBoundsVisible_6(_AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836 * value) { ___AreBoundsVisible_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___AreBoundsVisible_6), (void*)value); } inline static int32_t get_offset_of_ForceBoundsVisible_7() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___ForceBoundsVisible_7)); } inline _ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1 * get_ForceBoundsVisible_7() const { return ___ForceBoundsVisible_7; } inline _ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1 ** get_address_of_ForceBoundsVisible_7() { return &___ForceBoundsVisible_7; } inline void set_ForceBoundsVisible_7(_ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1 * value) { ___ForceBoundsVisible_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ForceBoundsVisible_7), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRChaperone struct IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshaled_pinvoke { Il2CppMethodPointer ___GetCalibrationState_0; Il2CppMethodPointer ___GetPlayAreaSize_1; Il2CppMethodPointer ___GetPlayAreaRect_2; Il2CppMethodPointer ___ReloadInfo_3; Il2CppMethodPointer ___SetSceneColor_4; Il2CppMethodPointer ___GetBoundsColor_5; Il2CppMethodPointer ___AreBoundsVisible_6; Il2CppMethodPointer ___ForceBoundsVisible_7; }; // Native definition for COM marshalling of OVR.OpenVR.IVRChaperone struct IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshaled_com { Il2CppMethodPointer ___GetCalibrationState_0; Il2CppMethodPointer ___GetPlayAreaSize_1; Il2CppMethodPointer ___GetPlayAreaRect_2; Il2CppMethodPointer ___ReloadInfo_3; Il2CppMethodPointer ___SetSceneColor_4; Il2CppMethodPointer ___GetBoundsColor_5; Il2CppMethodPointer ___AreBoundsVisible_6; Il2CppMethodPointer ___ForceBoundsVisible_7; }; // OVR.OpenVR.IVRChaperoneSetup struct IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 { public: // OVR.OpenVR.IVRChaperoneSetup/_CommitWorkingCopy OVR.OpenVR.IVRChaperoneSetup::CommitWorkingCopy _CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69 * ___CommitWorkingCopy_0; // OVR.OpenVR.IVRChaperoneSetup/_RevertWorkingCopy OVR.OpenVR.IVRChaperoneSetup::RevertWorkingCopy _RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C * ___RevertWorkingCopy_1; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaSize OVR.OpenVR.IVRChaperoneSetup::GetWorkingPlayAreaSize _GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910 * ___GetWorkingPlayAreaSize_2; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaRect OVR.OpenVR.IVRChaperoneSetup::GetWorkingPlayAreaRect _GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0 * ___GetWorkingPlayAreaRect_3; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingCollisionBoundsInfo OVR.OpenVR.IVRChaperoneSetup::GetWorkingCollisionBoundsInfo _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522 * ___GetWorkingCollisionBoundsInfo_4; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsInfo OVR.OpenVR.IVRChaperoneSetup::GetLiveCollisionBoundsInfo _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7 * ___GetLiveCollisionBoundsInfo_5; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingSeatedZeroPoseToRawTrackingPose OVR.OpenVR.IVRChaperoneSetup::GetWorkingSeatedZeroPoseToRawTrackingPose _GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8 * ___GetWorkingSeatedZeroPoseToRawTrackingPose_6; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingStandingZeroPoseToRawTrackingPose OVR.OpenVR.IVRChaperoneSetup::GetWorkingStandingZeroPoseToRawTrackingPose _GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE * ___GetWorkingStandingZeroPoseToRawTrackingPose_7; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPlayAreaSize OVR.OpenVR.IVRChaperoneSetup::SetWorkingPlayAreaSize _SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344 * ___SetWorkingPlayAreaSize_8; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsInfo OVR.OpenVR.IVRChaperoneSetup::SetWorkingCollisionBoundsInfo _SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7 * ___SetWorkingCollisionBoundsInfo_9; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingSeatedZeroPoseToRawTrackingPose OVR.OpenVR.IVRChaperoneSetup::SetWorkingSeatedZeroPoseToRawTrackingPose _SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC * ___SetWorkingSeatedZeroPoseToRawTrackingPose_10; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingStandingZeroPoseToRawTrackingPose OVR.OpenVR.IVRChaperoneSetup::SetWorkingStandingZeroPoseToRawTrackingPose _SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22 * ___SetWorkingStandingZeroPoseToRawTrackingPose_11; // OVR.OpenVR.IVRChaperoneSetup/_ReloadFromDisk OVR.OpenVR.IVRChaperoneSetup::ReloadFromDisk _ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1 * ___ReloadFromDisk_12; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveSeatedZeroPoseToRawTrackingPose OVR.OpenVR.IVRChaperoneSetup::GetLiveSeatedZeroPoseToRawTrackingPose _GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9 * ___GetLiveSeatedZeroPoseToRawTrackingPose_13; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsTagsInfo OVR.OpenVR.IVRChaperoneSetup::SetWorkingCollisionBoundsTagsInfo _SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D * ___SetWorkingCollisionBoundsTagsInfo_14; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsTagsInfo OVR.OpenVR.IVRChaperoneSetup::GetLiveCollisionBoundsTagsInfo _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923 * ___GetLiveCollisionBoundsTagsInfo_15; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPhysicalBoundsInfo OVR.OpenVR.IVRChaperoneSetup::SetWorkingPhysicalBoundsInfo _SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF * ___SetWorkingPhysicalBoundsInfo_16; // OVR.OpenVR.IVRChaperoneSetup/_GetLivePhysicalBoundsInfo OVR.OpenVR.IVRChaperoneSetup::GetLivePhysicalBoundsInfo _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204 * ___GetLivePhysicalBoundsInfo_17; // OVR.OpenVR.IVRChaperoneSetup/_ExportLiveToBuffer OVR.OpenVR.IVRChaperoneSetup::ExportLiveToBuffer _ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6 * ___ExportLiveToBuffer_18; // OVR.OpenVR.IVRChaperoneSetup/_ImportFromBufferToWorking OVR.OpenVR.IVRChaperoneSetup::ImportFromBufferToWorking _ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB * ___ImportFromBufferToWorking_19; public: inline static int32_t get_offset_of_CommitWorkingCopy_0() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___CommitWorkingCopy_0)); } inline _CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69 * get_CommitWorkingCopy_0() const { return ___CommitWorkingCopy_0; } inline _CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69 ** get_address_of_CommitWorkingCopy_0() { return &___CommitWorkingCopy_0; } inline void set_CommitWorkingCopy_0(_CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69 * value) { ___CommitWorkingCopy_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___CommitWorkingCopy_0), (void*)value); } inline static int32_t get_offset_of_RevertWorkingCopy_1() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___RevertWorkingCopy_1)); } inline _RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C * get_RevertWorkingCopy_1() const { return ___RevertWorkingCopy_1; } inline _RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C ** get_address_of_RevertWorkingCopy_1() { return &___RevertWorkingCopy_1; } inline void set_RevertWorkingCopy_1(_RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C * value) { ___RevertWorkingCopy_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___RevertWorkingCopy_1), (void*)value); } inline static int32_t get_offset_of_GetWorkingPlayAreaSize_2() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetWorkingPlayAreaSize_2)); } inline _GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910 * get_GetWorkingPlayAreaSize_2() const { return ___GetWorkingPlayAreaSize_2; } inline _GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910 ** get_address_of_GetWorkingPlayAreaSize_2() { return &___GetWorkingPlayAreaSize_2; } inline void set_GetWorkingPlayAreaSize_2(_GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910 * value) { ___GetWorkingPlayAreaSize_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetWorkingPlayAreaSize_2), (void*)value); } inline static int32_t get_offset_of_GetWorkingPlayAreaRect_3() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetWorkingPlayAreaRect_3)); } inline _GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0 * get_GetWorkingPlayAreaRect_3() const { return ___GetWorkingPlayAreaRect_3; } inline _GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0 ** get_address_of_GetWorkingPlayAreaRect_3() { return &___GetWorkingPlayAreaRect_3; } inline void set_GetWorkingPlayAreaRect_3(_GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0 * value) { ___GetWorkingPlayAreaRect_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetWorkingPlayAreaRect_3), (void*)value); } inline static int32_t get_offset_of_GetWorkingCollisionBoundsInfo_4() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetWorkingCollisionBoundsInfo_4)); } inline _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522 * get_GetWorkingCollisionBoundsInfo_4() const { return ___GetWorkingCollisionBoundsInfo_4; } inline _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522 ** get_address_of_GetWorkingCollisionBoundsInfo_4() { return &___GetWorkingCollisionBoundsInfo_4; } inline void set_GetWorkingCollisionBoundsInfo_4(_GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522 * value) { ___GetWorkingCollisionBoundsInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetWorkingCollisionBoundsInfo_4), (void*)value); } inline static int32_t get_offset_of_GetLiveCollisionBoundsInfo_5() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetLiveCollisionBoundsInfo_5)); } inline _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7 * get_GetLiveCollisionBoundsInfo_5() const { return ___GetLiveCollisionBoundsInfo_5; } inline _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7 ** get_address_of_GetLiveCollisionBoundsInfo_5() { return &___GetLiveCollisionBoundsInfo_5; } inline void set_GetLiveCollisionBoundsInfo_5(_GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7 * value) { ___GetLiveCollisionBoundsInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLiveCollisionBoundsInfo_5), (void*)value); } inline static int32_t get_offset_of_GetWorkingSeatedZeroPoseToRawTrackingPose_6() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetWorkingSeatedZeroPoseToRawTrackingPose_6)); } inline _GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8 * get_GetWorkingSeatedZeroPoseToRawTrackingPose_6() const { return ___GetWorkingSeatedZeroPoseToRawTrackingPose_6; } inline _GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8 ** get_address_of_GetWorkingSeatedZeroPoseToRawTrackingPose_6() { return &___GetWorkingSeatedZeroPoseToRawTrackingPose_6; } inline void set_GetWorkingSeatedZeroPoseToRawTrackingPose_6(_GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8 * value) { ___GetWorkingSeatedZeroPoseToRawTrackingPose_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetWorkingSeatedZeroPoseToRawTrackingPose_6), (void*)value); } inline static int32_t get_offset_of_GetWorkingStandingZeroPoseToRawTrackingPose_7() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetWorkingStandingZeroPoseToRawTrackingPose_7)); } inline _GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE * get_GetWorkingStandingZeroPoseToRawTrackingPose_7() const { return ___GetWorkingStandingZeroPoseToRawTrackingPose_7; } inline _GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE ** get_address_of_GetWorkingStandingZeroPoseToRawTrackingPose_7() { return &___GetWorkingStandingZeroPoseToRawTrackingPose_7; } inline void set_GetWorkingStandingZeroPoseToRawTrackingPose_7(_GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE * value) { ___GetWorkingStandingZeroPoseToRawTrackingPose_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetWorkingStandingZeroPoseToRawTrackingPose_7), (void*)value); } inline static int32_t get_offset_of_SetWorkingPlayAreaSize_8() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___SetWorkingPlayAreaSize_8)); } inline _SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344 * get_SetWorkingPlayAreaSize_8() const { return ___SetWorkingPlayAreaSize_8; } inline _SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344 ** get_address_of_SetWorkingPlayAreaSize_8() { return &___SetWorkingPlayAreaSize_8; } inline void set_SetWorkingPlayAreaSize_8(_SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344 * value) { ___SetWorkingPlayAreaSize_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetWorkingPlayAreaSize_8), (void*)value); } inline static int32_t get_offset_of_SetWorkingCollisionBoundsInfo_9() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___SetWorkingCollisionBoundsInfo_9)); } inline _SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7 * get_SetWorkingCollisionBoundsInfo_9() const { return ___SetWorkingCollisionBoundsInfo_9; } inline _SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7 ** get_address_of_SetWorkingCollisionBoundsInfo_9() { return &___SetWorkingCollisionBoundsInfo_9; } inline void set_SetWorkingCollisionBoundsInfo_9(_SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7 * value) { ___SetWorkingCollisionBoundsInfo_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetWorkingCollisionBoundsInfo_9), (void*)value); } inline static int32_t get_offset_of_SetWorkingSeatedZeroPoseToRawTrackingPose_10() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___SetWorkingSeatedZeroPoseToRawTrackingPose_10)); } inline _SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC * get_SetWorkingSeatedZeroPoseToRawTrackingPose_10() const { return ___SetWorkingSeatedZeroPoseToRawTrackingPose_10; } inline _SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC ** get_address_of_SetWorkingSeatedZeroPoseToRawTrackingPose_10() { return &___SetWorkingSeatedZeroPoseToRawTrackingPose_10; } inline void set_SetWorkingSeatedZeroPoseToRawTrackingPose_10(_SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC * value) { ___SetWorkingSeatedZeroPoseToRawTrackingPose_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetWorkingSeatedZeroPoseToRawTrackingPose_10), (void*)value); } inline static int32_t get_offset_of_SetWorkingStandingZeroPoseToRawTrackingPose_11() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___SetWorkingStandingZeroPoseToRawTrackingPose_11)); } inline _SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22 * get_SetWorkingStandingZeroPoseToRawTrackingPose_11() const { return ___SetWorkingStandingZeroPoseToRawTrackingPose_11; } inline _SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22 ** get_address_of_SetWorkingStandingZeroPoseToRawTrackingPose_11() { return &___SetWorkingStandingZeroPoseToRawTrackingPose_11; } inline void set_SetWorkingStandingZeroPoseToRawTrackingPose_11(_SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22 * value) { ___SetWorkingStandingZeroPoseToRawTrackingPose_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetWorkingStandingZeroPoseToRawTrackingPose_11), (void*)value); } inline static int32_t get_offset_of_ReloadFromDisk_12() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___ReloadFromDisk_12)); } inline _ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1 * get_ReloadFromDisk_12() const { return ___ReloadFromDisk_12; } inline _ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1 ** get_address_of_ReloadFromDisk_12() { return &___ReloadFromDisk_12; } inline void set_ReloadFromDisk_12(_ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1 * value) { ___ReloadFromDisk_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReloadFromDisk_12), (void*)value); } inline static int32_t get_offset_of_GetLiveSeatedZeroPoseToRawTrackingPose_13() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetLiveSeatedZeroPoseToRawTrackingPose_13)); } inline _GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9 * get_GetLiveSeatedZeroPoseToRawTrackingPose_13() const { return ___GetLiveSeatedZeroPoseToRawTrackingPose_13; } inline _GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9 ** get_address_of_GetLiveSeatedZeroPoseToRawTrackingPose_13() { return &___GetLiveSeatedZeroPoseToRawTrackingPose_13; } inline void set_GetLiveSeatedZeroPoseToRawTrackingPose_13(_GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9 * value) { ___GetLiveSeatedZeroPoseToRawTrackingPose_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLiveSeatedZeroPoseToRawTrackingPose_13), (void*)value); } inline static int32_t get_offset_of_SetWorkingCollisionBoundsTagsInfo_14() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___SetWorkingCollisionBoundsTagsInfo_14)); } inline _SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D * get_SetWorkingCollisionBoundsTagsInfo_14() const { return ___SetWorkingCollisionBoundsTagsInfo_14; } inline _SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D ** get_address_of_SetWorkingCollisionBoundsTagsInfo_14() { return &___SetWorkingCollisionBoundsTagsInfo_14; } inline void set_SetWorkingCollisionBoundsTagsInfo_14(_SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D * value) { ___SetWorkingCollisionBoundsTagsInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetWorkingCollisionBoundsTagsInfo_14), (void*)value); } inline static int32_t get_offset_of_GetLiveCollisionBoundsTagsInfo_15() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetLiveCollisionBoundsTagsInfo_15)); } inline _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923 * get_GetLiveCollisionBoundsTagsInfo_15() const { return ___GetLiveCollisionBoundsTagsInfo_15; } inline _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923 ** get_address_of_GetLiveCollisionBoundsTagsInfo_15() { return &___GetLiveCollisionBoundsTagsInfo_15; } inline void set_GetLiveCollisionBoundsTagsInfo_15(_GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923 * value) { ___GetLiveCollisionBoundsTagsInfo_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLiveCollisionBoundsTagsInfo_15), (void*)value); } inline static int32_t get_offset_of_SetWorkingPhysicalBoundsInfo_16() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___SetWorkingPhysicalBoundsInfo_16)); } inline _SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF * get_SetWorkingPhysicalBoundsInfo_16() const { return ___SetWorkingPhysicalBoundsInfo_16; } inline _SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF ** get_address_of_SetWorkingPhysicalBoundsInfo_16() { return &___SetWorkingPhysicalBoundsInfo_16; } inline void set_SetWorkingPhysicalBoundsInfo_16(_SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF * value) { ___SetWorkingPhysicalBoundsInfo_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetWorkingPhysicalBoundsInfo_16), (void*)value); } inline static int32_t get_offset_of_GetLivePhysicalBoundsInfo_17() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetLivePhysicalBoundsInfo_17)); } inline _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204 * get_GetLivePhysicalBoundsInfo_17() const { return ___GetLivePhysicalBoundsInfo_17; } inline _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204 ** get_address_of_GetLivePhysicalBoundsInfo_17() { return &___GetLivePhysicalBoundsInfo_17; } inline void set_GetLivePhysicalBoundsInfo_17(_GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204 * value) { ___GetLivePhysicalBoundsInfo_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLivePhysicalBoundsInfo_17), (void*)value); } inline static int32_t get_offset_of_ExportLiveToBuffer_18() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___ExportLiveToBuffer_18)); } inline _ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6 * get_ExportLiveToBuffer_18() const { return ___ExportLiveToBuffer_18; } inline _ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6 ** get_address_of_ExportLiveToBuffer_18() { return &___ExportLiveToBuffer_18; } inline void set_ExportLiveToBuffer_18(_ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6 * value) { ___ExportLiveToBuffer_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExportLiveToBuffer_18), (void*)value); } inline static int32_t get_offset_of_ImportFromBufferToWorking_19() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___ImportFromBufferToWorking_19)); } inline _ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB * get_ImportFromBufferToWorking_19() const { return ___ImportFromBufferToWorking_19; } inline _ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB ** get_address_of_ImportFromBufferToWorking_19() { return &___ImportFromBufferToWorking_19; } inline void set_ImportFromBufferToWorking_19(_ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB * value) { ___ImportFromBufferToWorking_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___ImportFromBufferToWorking_19), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRChaperoneSetup struct IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshaled_pinvoke { Il2CppMethodPointer ___CommitWorkingCopy_0; Il2CppMethodPointer ___RevertWorkingCopy_1; Il2CppMethodPointer ___GetWorkingPlayAreaSize_2; Il2CppMethodPointer ___GetWorkingPlayAreaRect_3; Il2CppMethodPointer ___GetWorkingCollisionBoundsInfo_4; Il2CppMethodPointer ___GetLiveCollisionBoundsInfo_5; Il2CppMethodPointer ___GetWorkingSeatedZeroPoseToRawTrackingPose_6; Il2CppMethodPointer ___GetWorkingStandingZeroPoseToRawTrackingPose_7; Il2CppMethodPointer ___SetWorkingPlayAreaSize_8; Il2CppMethodPointer ___SetWorkingCollisionBoundsInfo_9; Il2CppMethodPointer ___SetWorkingSeatedZeroPoseToRawTrackingPose_10; Il2CppMethodPointer ___SetWorkingStandingZeroPoseToRawTrackingPose_11; Il2CppMethodPointer ___ReloadFromDisk_12; Il2CppMethodPointer ___GetLiveSeatedZeroPoseToRawTrackingPose_13; Il2CppMethodPointer ___SetWorkingCollisionBoundsTagsInfo_14; Il2CppMethodPointer ___GetLiveCollisionBoundsTagsInfo_15; Il2CppMethodPointer ___SetWorkingPhysicalBoundsInfo_16; Il2CppMethodPointer ___GetLivePhysicalBoundsInfo_17; Il2CppMethodPointer ___ExportLiveToBuffer_18; Il2CppMethodPointer ___ImportFromBufferToWorking_19; }; // Native definition for COM marshalling of OVR.OpenVR.IVRChaperoneSetup struct IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshaled_com { Il2CppMethodPointer ___CommitWorkingCopy_0; Il2CppMethodPointer ___RevertWorkingCopy_1; Il2CppMethodPointer ___GetWorkingPlayAreaSize_2; Il2CppMethodPointer ___GetWorkingPlayAreaRect_3; Il2CppMethodPointer ___GetWorkingCollisionBoundsInfo_4; Il2CppMethodPointer ___GetLiveCollisionBoundsInfo_5; Il2CppMethodPointer ___GetWorkingSeatedZeroPoseToRawTrackingPose_6; Il2CppMethodPointer ___GetWorkingStandingZeroPoseToRawTrackingPose_7; Il2CppMethodPointer ___SetWorkingPlayAreaSize_8; Il2CppMethodPointer ___SetWorkingCollisionBoundsInfo_9; Il2CppMethodPointer ___SetWorkingSeatedZeroPoseToRawTrackingPose_10; Il2CppMethodPointer ___SetWorkingStandingZeroPoseToRawTrackingPose_11; Il2CppMethodPointer ___ReloadFromDisk_12; Il2CppMethodPointer ___GetLiveSeatedZeroPoseToRawTrackingPose_13; Il2CppMethodPointer ___SetWorkingCollisionBoundsTagsInfo_14; Il2CppMethodPointer ___GetLiveCollisionBoundsTagsInfo_15; Il2CppMethodPointer ___SetWorkingPhysicalBoundsInfo_16; Il2CppMethodPointer ___GetLivePhysicalBoundsInfo_17; Il2CppMethodPointer ___ExportLiveToBuffer_18; Il2CppMethodPointer ___ImportFromBufferToWorking_19; }; // OVR.OpenVR.IVRCompositor struct IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC { public: // OVR.OpenVR.IVRCompositor/_SetTrackingSpace OVR.OpenVR.IVRCompositor::SetTrackingSpace _SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4 * ___SetTrackingSpace_0; // OVR.OpenVR.IVRCompositor/_GetTrackingSpace OVR.OpenVR.IVRCompositor::GetTrackingSpace _GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E * ___GetTrackingSpace_1; // OVR.OpenVR.IVRCompositor/_WaitGetPoses OVR.OpenVR.IVRCompositor::WaitGetPoses _WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1 * ___WaitGetPoses_2; // OVR.OpenVR.IVRCompositor/_GetLastPoses OVR.OpenVR.IVRCompositor::GetLastPoses _GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057 * ___GetLastPoses_3; // OVR.OpenVR.IVRCompositor/_GetLastPoseForTrackedDeviceIndex OVR.OpenVR.IVRCompositor::GetLastPoseForTrackedDeviceIndex _GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8 * ___GetLastPoseForTrackedDeviceIndex_4; // OVR.OpenVR.IVRCompositor/_Submit OVR.OpenVR.IVRCompositor::Submit _Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B * ___Submit_5; // OVR.OpenVR.IVRCompositor/_ClearLastSubmittedFrame OVR.OpenVR.IVRCompositor::ClearLastSubmittedFrame _ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2 * ___ClearLastSubmittedFrame_6; // OVR.OpenVR.IVRCompositor/_PostPresentHandoff OVR.OpenVR.IVRCompositor::PostPresentHandoff _PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9 * ___PostPresentHandoff_7; // OVR.OpenVR.IVRCompositor/_GetFrameTiming OVR.OpenVR.IVRCompositor::GetFrameTiming _GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58 * ___GetFrameTiming_8; // OVR.OpenVR.IVRCompositor/_GetFrameTimings OVR.OpenVR.IVRCompositor::GetFrameTimings _GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D * ___GetFrameTimings_9; // OVR.OpenVR.IVRCompositor/_GetFrameTimeRemaining OVR.OpenVR.IVRCompositor::GetFrameTimeRemaining _GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA * ___GetFrameTimeRemaining_10; // OVR.OpenVR.IVRCompositor/_GetCumulativeStats OVR.OpenVR.IVRCompositor::GetCumulativeStats _GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7 * ___GetCumulativeStats_11; // OVR.OpenVR.IVRCompositor/_FadeToColor OVR.OpenVR.IVRCompositor::FadeToColor _FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997 * ___FadeToColor_12; // OVR.OpenVR.IVRCompositor/_GetCurrentFadeColor OVR.OpenVR.IVRCompositor::GetCurrentFadeColor _GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF * ___GetCurrentFadeColor_13; // OVR.OpenVR.IVRCompositor/_FadeGrid OVR.OpenVR.IVRCompositor::FadeGrid _FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB * ___FadeGrid_14; // OVR.OpenVR.IVRCompositor/_GetCurrentGridAlpha OVR.OpenVR.IVRCompositor::GetCurrentGridAlpha _GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537 * ___GetCurrentGridAlpha_15; // OVR.OpenVR.IVRCompositor/_SetSkyboxOverride OVR.OpenVR.IVRCompositor::SetSkyboxOverride _SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6 * ___SetSkyboxOverride_16; // OVR.OpenVR.IVRCompositor/_ClearSkyboxOverride OVR.OpenVR.IVRCompositor::ClearSkyboxOverride _ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D * ___ClearSkyboxOverride_17; // OVR.OpenVR.IVRCompositor/_CompositorBringToFront OVR.OpenVR.IVRCompositor::CompositorBringToFront _CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB * ___CompositorBringToFront_18; // OVR.OpenVR.IVRCompositor/_CompositorGoToBack OVR.OpenVR.IVRCompositor::CompositorGoToBack _CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E * ___CompositorGoToBack_19; // OVR.OpenVR.IVRCompositor/_CompositorQuit OVR.OpenVR.IVRCompositor::CompositorQuit _CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654 * ___CompositorQuit_20; // OVR.OpenVR.IVRCompositor/_IsFullscreen OVR.OpenVR.IVRCompositor::IsFullscreen _IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE * ___IsFullscreen_21; // OVR.OpenVR.IVRCompositor/_GetCurrentSceneFocusProcess OVR.OpenVR.IVRCompositor::GetCurrentSceneFocusProcess _GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A * ___GetCurrentSceneFocusProcess_22; // OVR.OpenVR.IVRCompositor/_GetLastFrameRenderer OVR.OpenVR.IVRCompositor::GetLastFrameRenderer _GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216 * ___GetLastFrameRenderer_23; // OVR.OpenVR.IVRCompositor/_CanRenderScene OVR.OpenVR.IVRCompositor::CanRenderScene _CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC * ___CanRenderScene_24; // OVR.OpenVR.IVRCompositor/_ShowMirrorWindow OVR.OpenVR.IVRCompositor::ShowMirrorWindow _ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9 * ___ShowMirrorWindow_25; // OVR.OpenVR.IVRCompositor/_HideMirrorWindow OVR.OpenVR.IVRCompositor::HideMirrorWindow _HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F * ___HideMirrorWindow_26; // OVR.OpenVR.IVRCompositor/_IsMirrorWindowVisible OVR.OpenVR.IVRCompositor::IsMirrorWindowVisible _IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C * ___IsMirrorWindowVisible_27; // OVR.OpenVR.IVRCompositor/_CompositorDumpImages OVR.OpenVR.IVRCompositor::CompositorDumpImages _CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335 * ___CompositorDumpImages_28; // OVR.OpenVR.IVRCompositor/_ShouldAppRenderWithLowResources OVR.OpenVR.IVRCompositor::ShouldAppRenderWithLowResources _ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF * ___ShouldAppRenderWithLowResources_29; // OVR.OpenVR.IVRCompositor/_ForceInterleavedReprojectionOn OVR.OpenVR.IVRCompositor::ForceInterleavedReprojectionOn _ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9 * ___ForceInterleavedReprojectionOn_30; // OVR.OpenVR.IVRCompositor/_ForceReconnectProcess OVR.OpenVR.IVRCompositor::ForceReconnectProcess _ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99 * ___ForceReconnectProcess_31; // OVR.OpenVR.IVRCompositor/_SuspendRendering OVR.OpenVR.IVRCompositor::SuspendRendering _SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25 * ___SuspendRendering_32; // OVR.OpenVR.IVRCompositor/_GetMirrorTextureD3D11 OVR.OpenVR.IVRCompositor::GetMirrorTextureD3D11 _GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555 * ___GetMirrorTextureD3D11_33; // OVR.OpenVR.IVRCompositor/_ReleaseMirrorTextureD3D11 OVR.OpenVR.IVRCompositor::ReleaseMirrorTextureD3D11 _ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD * ___ReleaseMirrorTextureD3D11_34; // OVR.OpenVR.IVRCompositor/_GetMirrorTextureGL OVR.OpenVR.IVRCompositor::GetMirrorTextureGL _GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D * ___GetMirrorTextureGL_35; // OVR.OpenVR.IVRCompositor/_ReleaseSharedGLTexture OVR.OpenVR.IVRCompositor::ReleaseSharedGLTexture _ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2 * ___ReleaseSharedGLTexture_36; // OVR.OpenVR.IVRCompositor/_LockGLSharedTextureForAccess OVR.OpenVR.IVRCompositor::LockGLSharedTextureForAccess _LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E * ___LockGLSharedTextureForAccess_37; // OVR.OpenVR.IVRCompositor/_UnlockGLSharedTextureForAccess OVR.OpenVR.IVRCompositor::UnlockGLSharedTextureForAccess _UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D * ___UnlockGLSharedTextureForAccess_38; // OVR.OpenVR.IVRCompositor/_GetVulkanInstanceExtensionsRequired OVR.OpenVR.IVRCompositor::GetVulkanInstanceExtensionsRequired _GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7 * ___GetVulkanInstanceExtensionsRequired_39; // OVR.OpenVR.IVRCompositor/_GetVulkanDeviceExtensionsRequired OVR.OpenVR.IVRCompositor::GetVulkanDeviceExtensionsRequired _GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43 * ___GetVulkanDeviceExtensionsRequired_40; // OVR.OpenVR.IVRCompositor/_SetExplicitTimingMode OVR.OpenVR.IVRCompositor::SetExplicitTimingMode _SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE * ___SetExplicitTimingMode_41; // OVR.OpenVR.IVRCompositor/_SubmitExplicitTimingData OVR.OpenVR.IVRCompositor::SubmitExplicitTimingData _SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36 * ___SubmitExplicitTimingData_42; public: inline static int32_t get_offset_of_SetTrackingSpace_0() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___SetTrackingSpace_0)); } inline _SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4 * get_SetTrackingSpace_0() const { return ___SetTrackingSpace_0; } inline _SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4 ** get_address_of_SetTrackingSpace_0() { return &___SetTrackingSpace_0; } inline void set_SetTrackingSpace_0(_SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4 * value) { ___SetTrackingSpace_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetTrackingSpace_0), (void*)value); } inline static int32_t get_offset_of_GetTrackingSpace_1() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetTrackingSpace_1)); } inline _GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E * get_GetTrackingSpace_1() const { return ___GetTrackingSpace_1; } inline _GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E ** get_address_of_GetTrackingSpace_1() { return &___GetTrackingSpace_1; } inline void set_GetTrackingSpace_1(_GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E * value) { ___GetTrackingSpace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTrackingSpace_1), (void*)value); } inline static int32_t get_offset_of_WaitGetPoses_2() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___WaitGetPoses_2)); } inline _WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1 * get_WaitGetPoses_2() const { return ___WaitGetPoses_2; } inline _WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1 ** get_address_of_WaitGetPoses_2() { return &___WaitGetPoses_2; } inline void set_WaitGetPoses_2(_WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1 * value) { ___WaitGetPoses_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___WaitGetPoses_2), (void*)value); } inline static int32_t get_offset_of_GetLastPoses_3() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetLastPoses_3)); } inline _GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057 * get_GetLastPoses_3() const { return ___GetLastPoses_3; } inline _GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057 ** get_address_of_GetLastPoses_3() { return &___GetLastPoses_3; } inline void set_GetLastPoses_3(_GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057 * value) { ___GetLastPoses_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLastPoses_3), (void*)value); } inline static int32_t get_offset_of_GetLastPoseForTrackedDeviceIndex_4() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetLastPoseForTrackedDeviceIndex_4)); } inline _GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8 * get_GetLastPoseForTrackedDeviceIndex_4() const { return ___GetLastPoseForTrackedDeviceIndex_4; } inline _GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8 ** get_address_of_GetLastPoseForTrackedDeviceIndex_4() { return &___GetLastPoseForTrackedDeviceIndex_4; } inline void set_GetLastPoseForTrackedDeviceIndex_4(_GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8 * value) { ___GetLastPoseForTrackedDeviceIndex_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLastPoseForTrackedDeviceIndex_4), (void*)value); } inline static int32_t get_offset_of_Submit_5() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___Submit_5)); } inline _Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B * get_Submit_5() const { return ___Submit_5; } inline _Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B ** get_address_of_Submit_5() { return &___Submit_5; } inline void set_Submit_5(_Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B * value) { ___Submit_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Submit_5), (void*)value); } inline static int32_t get_offset_of_ClearLastSubmittedFrame_6() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ClearLastSubmittedFrame_6)); } inline _ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2 * get_ClearLastSubmittedFrame_6() const { return ___ClearLastSubmittedFrame_6; } inline _ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2 ** get_address_of_ClearLastSubmittedFrame_6() { return &___ClearLastSubmittedFrame_6; } inline void set_ClearLastSubmittedFrame_6(_ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2 * value) { ___ClearLastSubmittedFrame_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClearLastSubmittedFrame_6), (void*)value); } inline static int32_t get_offset_of_PostPresentHandoff_7() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___PostPresentHandoff_7)); } inline _PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9 * get_PostPresentHandoff_7() const { return ___PostPresentHandoff_7; } inline _PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9 ** get_address_of_PostPresentHandoff_7() { return &___PostPresentHandoff_7; } inline void set_PostPresentHandoff_7(_PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9 * value) { ___PostPresentHandoff_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostPresentHandoff_7), (void*)value); } inline static int32_t get_offset_of_GetFrameTiming_8() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetFrameTiming_8)); } inline _GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58 * get_GetFrameTiming_8() const { return ___GetFrameTiming_8; } inline _GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58 ** get_address_of_GetFrameTiming_8() { return &___GetFrameTiming_8; } inline void set_GetFrameTiming_8(_GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58 * value) { ___GetFrameTiming_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetFrameTiming_8), (void*)value); } inline static int32_t get_offset_of_GetFrameTimings_9() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetFrameTimings_9)); } inline _GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D * get_GetFrameTimings_9() const { return ___GetFrameTimings_9; } inline _GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D ** get_address_of_GetFrameTimings_9() { return &___GetFrameTimings_9; } inline void set_GetFrameTimings_9(_GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D * value) { ___GetFrameTimings_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetFrameTimings_9), (void*)value); } inline static int32_t get_offset_of_GetFrameTimeRemaining_10() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetFrameTimeRemaining_10)); } inline _GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA * get_GetFrameTimeRemaining_10() const { return ___GetFrameTimeRemaining_10; } inline _GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA ** get_address_of_GetFrameTimeRemaining_10() { return &___GetFrameTimeRemaining_10; } inline void set_GetFrameTimeRemaining_10(_GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA * value) { ___GetFrameTimeRemaining_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetFrameTimeRemaining_10), (void*)value); } inline static int32_t get_offset_of_GetCumulativeStats_11() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetCumulativeStats_11)); } inline _GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7 * get_GetCumulativeStats_11() const { return ___GetCumulativeStats_11; } inline _GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7 ** get_address_of_GetCumulativeStats_11() { return &___GetCumulativeStats_11; } inline void set_GetCumulativeStats_11(_GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7 * value) { ___GetCumulativeStats_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCumulativeStats_11), (void*)value); } inline static int32_t get_offset_of_FadeToColor_12() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___FadeToColor_12)); } inline _FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997 * get_FadeToColor_12() const { return ___FadeToColor_12; } inline _FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997 ** get_address_of_FadeToColor_12() { return &___FadeToColor_12; } inline void set_FadeToColor_12(_FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997 * value) { ___FadeToColor_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___FadeToColor_12), (void*)value); } inline static int32_t get_offset_of_GetCurrentFadeColor_13() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetCurrentFadeColor_13)); } inline _GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF * get_GetCurrentFadeColor_13() const { return ___GetCurrentFadeColor_13; } inline _GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF ** get_address_of_GetCurrentFadeColor_13() { return &___GetCurrentFadeColor_13; } inline void set_GetCurrentFadeColor_13(_GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF * value) { ___GetCurrentFadeColor_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCurrentFadeColor_13), (void*)value); } inline static int32_t get_offset_of_FadeGrid_14() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___FadeGrid_14)); } inline _FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB * get_FadeGrid_14() const { return ___FadeGrid_14; } inline _FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB ** get_address_of_FadeGrid_14() { return &___FadeGrid_14; } inline void set_FadeGrid_14(_FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB * value) { ___FadeGrid_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___FadeGrid_14), (void*)value); } inline static int32_t get_offset_of_GetCurrentGridAlpha_15() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetCurrentGridAlpha_15)); } inline _GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537 * get_GetCurrentGridAlpha_15() const { return ___GetCurrentGridAlpha_15; } inline _GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537 ** get_address_of_GetCurrentGridAlpha_15() { return &___GetCurrentGridAlpha_15; } inline void set_GetCurrentGridAlpha_15(_GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537 * value) { ___GetCurrentGridAlpha_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCurrentGridAlpha_15), (void*)value); } inline static int32_t get_offset_of_SetSkyboxOverride_16() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___SetSkyboxOverride_16)); } inline _SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6 * get_SetSkyboxOverride_16() const { return ___SetSkyboxOverride_16; } inline _SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6 ** get_address_of_SetSkyboxOverride_16() { return &___SetSkyboxOverride_16; } inline void set_SetSkyboxOverride_16(_SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6 * value) { ___SetSkyboxOverride_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetSkyboxOverride_16), (void*)value); } inline static int32_t get_offset_of_ClearSkyboxOverride_17() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ClearSkyboxOverride_17)); } inline _ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D * get_ClearSkyboxOverride_17() const { return ___ClearSkyboxOverride_17; } inline _ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D ** get_address_of_ClearSkyboxOverride_17() { return &___ClearSkyboxOverride_17; } inline void set_ClearSkyboxOverride_17(_ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D * value) { ___ClearSkyboxOverride_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClearSkyboxOverride_17), (void*)value); } inline static int32_t get_offset_of_CompositorBringToFront_18() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___CompositorBringToFront_18)); } inline _CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB * get_CompositorBringToFront_18() const { return ___CompositorBringToFront_18; } inline _CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB ** get_address_of_CompositorBringToFront_18() { return &___CompositorBringToFront_18; } inline void set_CompositorBringToFront_18(_CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB * value) { ___CompositorBringToFront_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompositorBringToFront_18), (void*)value); } inline static int32_t get_offset_of_CompositorGoToBack_19() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___CompositorGoToBack_19)); } inline _CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E * get_CompositorGoToBack_19() const { return ___CompositorGoToBack_19; } inline _CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E ** get_address_of_CompositorGoToBack_19() { return &___CompositorGoToBack_19; } inline void set_CompositorGoToBack_19(_CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E * value) { ___CompositorGoToBack_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompositorGoToBack_19), (void*)value); } inline static int32_t get_offset_of_CompositorQuit_20() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___CompositorQuit_20)); } inline _CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654 * get_CompositorQuit_20() const { return ___CompositorQuit_20; } inline _CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654 ** get_address_of_CompositorQuit_20() { return &___CompositorQuit_20; } inline void set_CompositorQuit_20(_CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654 * value) { ___CompositorQuit_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompositorQuit_20), (void*)value); } inline static int32_t get_offset_of_IsFullscreen_21() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___IsFullscreen_21)); } inline _IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE * get_IsFullscreen_21() const { return ___IsFullscreen_21; } inline _IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE ** get_address_of_IsFullscreen_21() { return &___IsFullscreen_21; } inline void set_IsFullscreen_21(_IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE * value) { ___IsFullscreen_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsFullscreen_21), (void*)value); } inline static int32_t get_offset_of_GetCurrentSceneFocusProcess_22() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetCurrentSceneFocusProcess_22)); } inline _GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A * get_GetCurrentSceneFocusProcess_22() const { return ___GetCurrentSceneFocusProcess_22; } inline _GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A ** get_address_of_GetCurrentSceneFocusProcess_22() { return &___GetCurrentSceneFocusProcess_22; } inline void set_GetCurrentSceneFocusProcess_22(_GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A * value) { ___GetCurrentSceneFocusProcess_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCurrentSceneFocusProcess_22), (void*)value); } inline static int32_t get_offset_of_GetLastFrameRenderer_23() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetLastFrameRenderer_23)); } inline _GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216 * get_GetLastFrameRenderer_23() const { return ___GetLastFrameRenderer_23; } inline _GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216 ** get_address_of_GetLastFrameRenderer_23() { return &___GetLastFrameRenderer_23; } inline void set_GetLastFrameRenderer_23(_GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216 * value) { ___GetLastFrameRenderer_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLastFrameRenderer_23), (void*)value); } inline static int32_t get_offset_of_CanRenderScene_24() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___CanRenderScene_24)); } inline _CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC * get_CanRenderScene_24() const { return ___CanRenderScene_24; } inline _CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC ** get_address_of_CanRenderScene_24() { return &___CanRenderScene_24; } inline void set_CanRenderScene_24(_CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC * value) { ___CanRenderScene_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___CanRenderScene_24), (void*)value); } inline static int32_t get_offset_of_ShowMirrorWindow_25() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ShowMirrorWindow_25)); } inline _ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9 * get_ShowMirrorWindow_25() const { return ___ShowMirrorWindow_25; } inline _ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9 ** get_address_of_ShowMirrorWindow_25() { return &___ShowMirrorWindow_25; } inline void set_ShowMirrorWindow_25(_ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9 * value) { ___ShowMirrorWindow_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowMirrorWindow_25), (void*)value); } inline static int32_t get_offset_of_HideMirrorWindow_26() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___HideMirrorWindow_26)); } inline _HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F * get_HideMirrorWindow_26() const { return ___HideMirrorWindow_26; } inline _HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F ** get_address_of_HideMirrorWindow_26() { return &___HideMirrorWindow_26; } inline void set_HideMirrorWindow_26(_HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F * value) { ___HideMirrorWindow_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___HideMirrorWindow_26), (void*)value); } inline static int32_t get_offset_of_IsMirrorWindowVisible_27() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___IsMirrorWindowVisible_27)); } inline _IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C * get_IsMirrorWindowVisible_27() const { return ___IsMirrorWindowVisible_27; } inline _IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C ** get_address_of_IsMirrorWindowVisible_27() { return &___IsMirrorWindowVisible_27; } inline void set_IsMirrorWindowVisible_27(_IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C * value) { ___IsMirrorWindowVisible_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsMirrorWindowVisible_27), (void*)value); } inline static int32_t get_offset_of_CompositorDumpImages_28() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___CompositorDumpImages_28)); } inline _CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335 * get_CompositorDumpImages_28() const { return ___CompositorDumpImages_28; } inline _CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335 ** get_address_of_CompositorDumpImages_28() { return &___CompositorDumpImages_28; } inline void set_CompositorDumpImages_28(_CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335 * value) { ___CompositorDumpImages_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompositorDumpImages_28), (void*)value); } inline static int32_t get_offset_of_ShouldAppRenderWithLowResources_29() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ShouldAppRenderWithLowResources_29)); } inline _ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF * get_ShouldAppRenderWithLowResources_29() const { return ___ShouldAppRenderWithLowResources_29; } inline _ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF ** get_address_of_ShouldAppRenderWithLowResources_29() { return &___ShouldAppRenderWithLowResources_29; } inline void set_ShouldAppRenderWithLowResources_29(_ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF * value) { ___ShouldAppRenderWithLowResources_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShouldAppRenderWithLowResources_29), (void*)value); } inline static int32_t get_offset_of_ForceInterleavedReprojectionOn_30() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ForceInterleavedReprojectionOn_30)); } inline _ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9 * get_ForceInterleavedReprojectionOn_30() const { return ___ForceInterleavedReprojectionOn_30; } inline _ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9 ** get_address_of_ForceInterleavedReprojectionOn_30() { return &___ForceInterleavedReprojectionOn_30; } inline void set_ForceInterleavedReprojectionOn_30(_ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9 * value) { ___ForceInterleavedReprojectionOn_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___ForceInterleavedReprojectionOn_30), (void*)value); } inline static int32_t get_offset_of_ForceReconnectProcess_31() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ForceReconnectProcess_31)); } inline _ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99 * get_ForceReconnectProcess_31() const { return ___ForceReconnectProcess_31; } inline _ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99 ** get_address_of_ForceReconnectProcess_31() { return &___ForceReconnectProcess_31; } inline void set_ForceReconnectProcess_31(_ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99 * value) { ___ForceReconnectProcess_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___ForceReconnectProcess_31), (void*)value); } inline static int32_t get_offset_of_SuspendRendering_32() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___SuspendRendering_32)); } inline _SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25 * get_SuspendRendering_32() const { return ___SuspendRendering_32; } inline _SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25 ** get_address_of_SuspendRendering_32() { return &___SuspendRendering_32; } inline void set_SuspendRendering_32(_SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25 * value) { ___SuspendRendering_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___SuspendRendering_32), (void*)value); } inline static int32_t get_offset_of_GetMirrorTextureD3D11_33() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetMirrorTextureD3D11_33)); } inline _GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555 * get_GetMirrorTextureD3D11_33() const { return ___GetMirrorTextureD3D11_33; } inline _GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555 ** get_address_of_GetMirrorTextureD3D11_33() { return &___GetMirrorTextureD3D11_33; } inline void set_GetMirrorTextureD3D11_33(_GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555 * value) { ___GetMirrorTextureD3D11_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetMirrorTextureD3D11_33), (void*)value); } inline static int32_t get_offset_of_ReleaseMirrorTextureD3D11_34() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ReleaseMirrorTextureD3D11_34)); } inline _ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD * get_ReleaseMirrorTextureD3D11_34() const { return ___ReleaseMirrorTextureD3D11_34; } inline _ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD ** get_address_of_ReleaseMirrorTextureD3D11_34() { return &___ReleaseMirrorTextureD3D11_34; } inline void set_ReleaseMirrorTextureD3D11_34(_ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD * value) { ___ReleaseMirrorTextureD3D11_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReleaseMirrorTextureD3D11_34), (void*)value); } inline static int32_t get_offset_of_GetMirrorTextureGL_35() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetMirrorTextureGL_35)); } inline _GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D * get_GetMirrorTextureGL_35() const { return ___GetMirrorTextureGL_35; } inline _GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D ** get_address_of_GetMirrorTextureGL_35() { return &___GetMirrorTextureGL_35; } inline void set_GetMirrorTextureGL_35(_GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D * value) { ___GetMirrorTextureGL_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetMirrorTextureGL_35), (void*)value); } inline static int32_t get_offset_of_ReleaseSharedGLTexture_36() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ReleaseSharedGLTexture_36)); } inline _ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2 * get_ReleaseSharedGLTexture_36() const { return ___ReleaseSharedGLTexture_36; } inline _ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2 ** get_address_of_ReleaseSharedGLTexture_36() { return &___ReleaseSharedGLTexture_36; } inline void set_ReleaseSharedGLTexture_36(_ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2 * value) { ___ReleaseSharedGLTexture_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReleaseSharedGLTexture_36), (void*)value); } inline static int32_t get_offset_of_LockGLSharedTextureForAccess_37() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___LockGLSharedTextureForAccess_37)); } inline _LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E * get_LockGLSharedTextureForAccess_37() const { return ___LockGLSharedTextureForAccess_37; } inline _LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E ** get_address_of_LockGLSharedTextureForAccess_37() { return &___LockGLSharedTextureForAccess_37; } inline void set_LockGLSharedTextureForAccess_37(_LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E * value) { ___LockGLSharedTextureForAccess_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___LockGLSharedTextureForAccess_37), (void*)value); } inline static int32_t get_offset_of_UnlockGLSharedTextureForAccess_38() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___UnlockGLSharedTextureForAccess_38)); } inline _UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D * get_UnlockGLSharedTextureForAccess_38() const { return ___UnlockGLSharedTextureForAccess_38; } inline _UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D ** get_address_of_UnlockGLSharedTextureForAccess_38() { return &___UnlockGLSharedTextureForAccess_38; } inline void set_UnlockGLSharedTextureForAccess_38(_UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D * value) { ___UnlockGLSharedTextureForAccess_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnlockGLSharedTextureForAccess_38), (void*)value); } inline static int32_t get_offset_of_GetVulkanInstanceExtensionsRequired_39() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetVulkanInstanceExtensionsRequired_39)); } inline _GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7 * get_GetVulkanInstanceExtensionsRequired_39() const { return ___GetVulkanInstanceExtensionsRequired_39; } inline _GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7 ** get_address_of_GetVulkanInstanceExtensionsRequired_39() { return &___GetVulkanInstanceExtensionsRequired_39; } inline void set_GetVulkanInstanceExtensionsRequired_39(_GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7 * value) { ___GetVulkanInstanceExtensionsRequired_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetVulkanInstanceExtensionsRequired_39), (void*)value); } inline static int32_t get_offset_of_GetVulkanDeviceExtensionsRequired_40() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetVulkanDeviceExtensionsRequired_40)); } inline _GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43 * get_GetVulkanDeviceExtensionsRequired_40() const { return ___GetVulkanDeviceExtensionsRequired_40; } inline _GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43 ** get_address_of_GetVulkanDeviceExtensionsRequired_40() { return &___GetVulkanDeviceExtensionsRequired_40; } inline void set_GetVulkanDeviceExtensionsRequired_40(_GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43 * value) { ___GetVulkanDeviceExtensionsRequired_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetVulkanDeviceExtensionsRequired_40), (void*)value); } inline static int32_t get_offset_of_SetExplicitTimingMode_41() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___SetExplicitTimingMode_41)); } inline _SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE * get_SetExplicitTimingMode_41() const { return ___SetExplicitTimingMode_41; } inline _SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE ** get_address_of_SetExplicitTimingMode_41() { return &___SetExplicitTimingMode_41; } inline void set_SetExplicitTimingMode_41(_SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE * value) { ___SetExplicitTimingMode_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetExplicitTimingMode_41), (void*)value); } inline static int32_t get_offset_of_SubmitExplicitTimingData_42() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___SubmitExplicitTimingData_42)); } inline _SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36 * get_SubmitExplicitTimingData_42() const { return ___SubmitExplicitTimingData_42; } inline _SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36 ** get_address_of_SubmitExplicitTimingData_42() { return &___SubmitExplicitTimingData_42; } inline void set_SubmitExplicitTimingData_42(_SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36 * value) { ___SubmitExplicitTimingData_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubmitExplicitTimingData_42), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRCompositor struct IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshaled_pinvoke { Il2CppMethodPointer ___SetTrackingSpace_0; Il2CppMethodPointer ___GetTrackingSpace_1; Il2CppMethodPointer ___WaitGetPoses_2; Il2CppMethodPointer ___GetLastPoses_3; Il2CppMethodPointer ___GetLastPoseForTrackedDeviceIndex_4; Il2CppMethodPointer ___Submit_5; Il2CppMethodPointer ___ClearLastSubmittedFrame_6; Il2CppMethodPointer ___PostPresentHandoff_7; Il2CppMethodPointer ___GetFrameTiming_8; Il2CppMethodPointer ___GetFrameTimings_9; Il2CppMethodPointer ___GetFrameTimeRemaining_10; Il2CppMethodPointer ___GetCumulativeStats_11; Il2CppMethodPointer ___FadeToColor_12; Il2CppMethodPointer ___GetCurrentFadeColor_13; Il2CppMethodPointer ___FadeGrid_14; Il2CppMethodPointer ___GetCurrentGridAlpha_15; Il2CppMethodPointer ___SetSkyboxOverride_16; Il2CppMethodPointer ___ClearSkyboxOverride_17; Il2CppMethodPointer ___CompositorBringToFront_18; Il2CppMethodPointer ___CompositorGoToBack_19; Il2CppMethodPointer ___CompositorQuit_20; Il2CppMethodPointer ___IsFullscreen_21; Il2CppMethodPointer ___GetCurrentSceneFocusProcess_22; Il2CppMethodPointer ___GetLastFrameRenderer_23; Il2CppMethodPointer ___CanRenderScene_24; Il2CppMethodPointer ___ShowMirrorWindow_25; Il2CppMethodPointer ___HideMirrorWindow_26; Il2CppMethodPointer ___IsMirrorWindowVisible_27; Il2CppMethodPointer ___CompositorDumpImages_28; Il2CppMethodPointer ___ShouldAppRenderWithLowResources_29; Il2CppMethodPointer ___ForceInterleavedReprojectionOn_30; Il2CppMethodPointer ___ForceReconnectProcess_31; Il2CppMethodPointer ___SuspendRendering_32; Il2CppMethodPointer ___GetMirrorTextureD3D11_33; Il2CppMethodPointer ___ReleaseMirrorTextureD3D11_34; Il2CppMethodPointer ___GetMirrorTextureGL_35; Il2CppMethodPointer ___ReleaseSharedGLTexture_36; Il2CppMethodPointer ___LockGLSharedTextureForAccess_37; Il2CppMethodPointer ___UnlockGLSharedTextureForAccess_38; Il2CppMethodPointer ___GetVulkanInstanceExtensionsRequired_39; Il2CppMethodPointer ___GetVulkanDeviceExtensionsRequired_40; Il2CppMethodPointer ___SetExplicitTimingMode_41; Il2CppMethodPointer ___SubmitExplicitTimingData_42; }; // Native definition for COM marshalling of OVR.OpenVR.IVRCompositor struct IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshaled_com { Il2CppMethodPointer ___SetTrackingSpace_0; Il2CppMethodPointer ___GetTrackingSpace_1; Il2CppMethodPointer ___WaitGetPoses_2; Il2CppMethodPointer ___GetLastPoses_3; Il2CppMethodPointer ___GetLastPoseForTrackedDeviceIndex_4; Il2CppMethodPointer ___Submit_5; Il2CppMethodPointer ___ClearLastSubmittedFrame_6; Il2CppMethodPointer ___PostPresentHandoff_7; Il2CppMethodPointer ___GetFrameTiming_8; Il2CppMethodPointer ___GetFrameTimings_9; Il2CppMethodPointer ___GetFrameTimeRemaining_10; Il2CppMethodPointer ___GetCumulativeStats_11; Il2CppMethodPointer ___FadeToColor_12; Il2CppMethodPointer ___GetCurrentFadeColor_13; Il2CppMethodPointer ___FadeGrid_14; Il2CppMethodPointer ___GetCurrentGridAlpha_15; Il2CppMethodPointer ___SetSkyboxOverride_16; Il2CppMethodPointer ___ClearSkyboxOverride_17; Il2CppMethodPointer ___CompositorBringToFront_18; Il2CppMethodPointer ___CompositorGoToBack_19; Il2CppMethodPointer ___CompositorQuit_20; Il2CppMethodPointer ___IsFullscreen_21; Il2CppMethodPointer ___GetCurrentSceneFocusProcess_22; Il2CppMethodPointer ___GetLastFrameRenderer_23; Il2CppMethodPointer ___CanRenderScene_24; Il2CppMethodPointer ___ShowMirrorWindow_25; Il2CppMethodPointer ___HideMirrorWindow_26; Il2CppMethodPointer ___IsMirrorWindowVisible_27; Il2CppMethodPointer ___CompositorDumpImages_28; Il2CppMethodPointer ___ShouldAppRenderWithLowResources_29; Il2CppMethodPointer ___ForceInterleavedReprojectionOn_30; Il2CppMethodPointer ___ForceReconnectProcess_31; Il2CppMethodPointer ___SuspendRendering_32; Il2CppMethodPointer ___GetMirrorTextureD3D11_33; Il2CppMethodPointer ___ReleaseMirrorTextureD3D11_34; Il2CppMethodPointer ___GetMirrorTextureGL_35; Il2CppMethodPointer ___ReleaseSharedGLTexture_36; Il2CppMethodPointer ___LockGLSharedTextureForAccess_37; Il2CppMethodPointer ___UnlockGLSharedTextureForAccess_38; Il2CppMethodPointer ___GetVulkanInstanceExtensionsRequired_39; Il2CppMethodPointer ___GetVulkanDeviceExtensionsRequired_40; Il2CppMethodPointer ___SetExplicitTimingMode_41; Il2CppMethodPointer ___SubmitExplicitTimingData_42; }; // OVR.OpenVR.IVRDriverManager struct IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F { public: // OVR.OpenVR.IVRDriverManager/_GetDriverCount OVR.OpenVR.IVRDriverManager::GetDriverCount _GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57 * ___GetDriverCount_0; // OVR.OpenVR.IVRDriverManager/_GetDriverName OVR.OpenVR.IVRDriverManager::GetDriverName _GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F * ___GetDriverName_1; // OVR.OpenVR.IVRDriverManager/_GetDriverHandle OVR.OpenVR.IVRDriverManager::GetDriverHandle _GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721 * ___GetDriverHandle_2; public: inline static int32_t get_offset_of_GetDriverCount_0() { return static_cast(offsetof(IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F, ___GetDriverCount_0)); } inline _GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57 * get_GetDriverCount_0() const { return ___GetDriverCount_0; } inline _GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57 ** get_address_of_GetDriverCount_0() { return &___GetDriverCount_0; } inline void set_GetDriverCount_0(_GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57 * value) { ___GetDriverCount_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDriverCount_0), (void*)value); } inline static int32_t get_offset_of_GetDriverName_1() { return static_cast(offsetof(IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F, ___GetDriverName_1)); } inline _GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F * get_GetDriverName_1() const { return ___GetDriverName_1; } inline _GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F ** get_address_of_GetDriverName_1() { return &___GetDriverName_1; } inline void set_GetDriverName_1(_GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F * value) { ___GetDriverName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDriverName_1), (void*)value); } inline static int32_t get_offset_of_GetDriverHandle_2() { return static_cast(offsetof(IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F, ___GetDriverHandle_2)); } inline _GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721 * get_GetDriverHandle_2() const { return ___GetDriverHandle_2; } inline _GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721 ** get_address_of_GetDriverHandle_2() { return &___GetDriverHandle_2; } inline void set_GetDriverHandle_2(_GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721 * value) { ___GetDriverHandle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDriverHandle_2), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRDriverManager struct IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshaled_pinvoke { Il2CppMethodPointer ___GetDriverCount_0; Il2CppMethodPointer ___GetDriverName_1; Il2CppMethodPointer ___GetDriverHandle_2; }; // Native definition for COM marshalling of OVR.OpenVR.IVRDriverManager struct IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshaled_com { Il2CppMethodPointer ___GetDriverCount_0; Il2CppMethodPointer ___GetDriverName_1; Il2CppMethodPointer ___GetDriverHandle_2; }; // OVR.OpenVR.IVRExtendedDisplay struct IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 { public: // OVR.OpenVR.IVRExtendedDisplay/_GetWindowBounds OVR.OpenVR.IVRExtendedDisplay::GetWindowBounds _GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE * ___GetWindowBounds_0; // OVR.OpenVR.IVRExtendedDisplay/_GetEyeOutputViewport OVR.OpenVR.IVRExtendedDisplay::GetEyeOutputViewport _GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40 * ___GetEyeOutputViewport_1; // OVR.OpenVR.IVRExtendedDisplay/_GetDXGIOutputInfo OVR.OpenVR.IVRExtendedDisplay::GetDXGIOutputInfo _GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41 * ___GetDXGIOutputInfo_2; public: inline static int32_t get_offset_of_GetWindowBounds_0() { return static_cast(offsetof(IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9, ___GetWindowBounds_0)); } inline _GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE * get_GetWindowBounds_0() const { return ___GetWindowBounds_0; } inline _GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE ** get_address_of_GetWindowBounds_0() { return &___GetWindowBounds_0; } inline void set_GetWindowBounds_0(_GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE * value) { ___GetWindowBounds_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetWindowBounds_0), (void*)value); } inline static int32_t get_offset_of_GetEyeOutputViewport_1() { return static_cast(offsetof(IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9, ___GetEyeOutputViewport_1)); } inline _GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40 * get_GetEyeOutputViewport_1() const { return ___GetEyeOutputViewport_1; } inline _GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40 ** get_address_of_GetEyeOutputViewport_1() { return &___GetEyeOutputViewport_1; } inline void set_GetEyeOutputViewport_1(_GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40 * value) { ___GetEyeOutputViewport_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetEyeOutputViewport_1), (void*)value); } inline static int32_t get_offset_of_GetDXGIOutputInfo_2() { return static_cast(offsetof(IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9, ___GetDXGIOutputInfo_2)); } inline _GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41 * get_GetDXGIOutputInfo_2() const { return ___GetDXGIOutputInfo_2; } inline _GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41 ** get_address_of_GetDXGIOutputInfo_2() { return &___GetDXGIOutputInfo_2; } inline void set_GetDXGIOutputInfo_2(_GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41 * value) { ___GetDXGIOutputInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDXGIOutputInfo_2), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRExtendedDisplay struct IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshaled_pinvoke { Il2CppMethodPointer ___GetWindowBounds_0; Il2CppMethodPointer ___GetEyeOutputViewport_1; Il2CppMethodPointer ___GetDXGIOutputInfo_2; }; // Native definition for COM marshalling of OVR.OpenVR.IVRExtendedDisplay struct IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshaled_com { Il2CppMethodPointer ___GetWindowBounds_0; Il2CppMethodPointer ___GetEyeOutputViewport_1; Il2CppMethodPointer ___GetDXGIOutputInfo_2; }; // OVR.OpenVR.IVRIOBuffer struct IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D { public: // OVR.OpenVR.IVRIOBuffer/_Open OVR.OpenVR.IVRIOBuffer::Open _Open_t248EE84778C0AAE28929A8C359E6F97631938546 * ___Open_0; // OVR.OpenVR.IVRIOBuffer/_Close OVR.OpenVR.IVRIOBuffer::Close _Close_t30F7271D4A3082A3224F324E33751831C512A584 * ___Close_1; // OVR.OpenVR.IVRIOBuffer/_Read OVR.OpenVR.IVRIOBuffer::Read _Read_t5629D20360F207B935C9F35CFE7B3D427746875B * ___Read_2; // OVR.OpenVR.IVRIOBuffer/_Write OVR.OpenVR.IVRIOBuffer::Write _Write_t3927BD214CE20924672841C01A54BE99E6610CF5 * ___Write_3; // OVR.OpenVR.IVRIOBuffer/_PropertyContainer OVR.OpenVR.IVRIOBuffer::PropertyContainer _PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E * ___PropertyContainer_4; public: inline static int32_t get_offset_of_Open_0() { return static_cast(offsetof(IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D, ___Open_0)); } inline _Open_t248EE84778C0AAE28929A8C359E6F97631938546 * get_Open_0() const { return ___Open_0; } inline _Open_t248EE84778C0AAE28929A8C359E6F97631938546 ** get_address_of_Open_0() { return &___Open_0; } inline void set_Open_0(_Open_t248EE84778C0AAE28929A8C359E6F97631938546 * value) { ___Open_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Open_0), (void*)value); } inline static int32_t get_offset_of_Close_1() { return static_cast(offsetof(IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D, ___Close_1)); } inline _Close_t30F7271D4A3082A3224F324E33751831C512A584 * get_Close_1() const { return ___Close_1; } inline _Close_t30F7271D4A3082A3224F324E33751831C512A584 ** get_address_of_Close_1() { return &___Close_1; } inline void set_Close_1(_Close_t30F7271D4A3082A3224F324E33751831C512A584 * value) { ___Close_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Close_1), (void*)value); } inline static int32_t get_offset_of_Read_2() { return static_cast(offsetof(IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D, ___Read_2)); } inline _Read_t5629D20360F207B935C9F35CFE7B3D427746875B * get_Read_2() const { return ___Read_2; } inline _Read_t5629D20360F207B935C9F35CFE7B3D427746875B ** get_address_of_Read_2() { return &___Read_2; } inline void set_Read_2(_Read_t5629D20360F207B935C9F35CFE7B3D427746875B * value) { ___Read_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Read_2), (void*)value); } inline static int32_t get_offset_of_Write_3() { return static_cast(offsetof(IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D, ___Write_3)); } inline _Write_t3927BD214CE20924672841C01A54BE99E6610CF5 * get_Write_3() const { return ___Write_3; } inline _Write_t3927BD214CE20924672841C01A54BE99E6610CF5 ** get_address_of_Write_3() { return &___Write_3; } inline void set_Write_3(_Write_t3927BD214CE20924672841C01A54BE99E6610CF5 * value) { ___Write_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Write_3), (void*)value); } inline static int32_t get_offset_of_PropertyContainer_4() { return static_cast(offsetof(IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D, ___PropertyContainer_4)); } inline _PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E * get_PropertyContainer_4() const { return ___PropertyContainer_4; } inline _PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E ** get_address_of_PropertyContainer_4() { return &___PropertyContainer_4; } inline void set_PropertyContainer_4(_PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E * value) { ___PropertyContainer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyContainer_4), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRIOBuffer struct IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshaled_pinvoke { Il2CppMethodPointer ___Open_0; Il2CppMethodPointer ___Close_1; Il2CppMethodPointer ___Read_2; Il2CppMethodPointer ___Write_3; Il2CppMethodPointer ___PropertyContainer_4; }; // Native definition for COM marshalling of OVR.OpenVR.IVRIOBuffer struct IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshaled_com { Il2CppMethodPointer ___Open_0; Il2CppMethodPointer ___Close_1; Il2CppMethodPointer ___Read_2; Il2CppMethodPointer ___Write_3; Il2CppMethodPointer ___PropertyContainer_4; }; // OVR.OpenVR.IVRInput struct IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 { public: // OVR.OpenVR.IVRInput/_SetActionManifestPath OVR.OpenVR.IVRInput::SetActionManifestPath _SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3 * ___SetActionManifestPath_0; // OVR.OpenVR.IVRInput/_GetActionSetHandle OVR.OpenVR.IVRInput::GetActionSetHandle _GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755 * ___GetActionSetHandle_1; // OVR.OpenVR.IVRInput/_GetActionHandle OVR.OpenVR.IVRInput::GetActionHandle _GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614 * ___GetActionHandle_2; // OVR.OpenVR.IVRInput/_GetInputSourceHandle OVR.OpenVR.IVRInput::GetInputSourceHandle _GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333 * ___GetInputSourceHandle_3; // OVR.OpenVR.IVRInput/_UpdateActionState OVR.OpenVR.IVRInput::UpdateActionState _UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC * ___UpdateActionState_4; // OVR.OpenVR.IVRInput/_GetDigitalActionData OVR.OpenVR.IVRInput::GetDigitalActionData _GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6 * ___GetDigitalActionData_5; // OVR.OpenVR.IVRInput/_GetAnalogActionData OVR.OpenVR.IVRInput::GetAnalogActionData _GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B * ___GetAnalogActionData_6; // OVR.OpenVR.IVRInput/_GetPoseActionData OVR.OpenVR.IVRInput::GetPoseActionData _GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1 * ___GetPoseActionData_7; // OVR.OpenVR.IVRInput/_GetSkeletalActionData OVR.OpenVR.IVRInput::GetSkeletalActionData _GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070 * ___GetSkeletalActionData_8; // OVR.OpenVR.IVRInput/_GetSkeletalBoneData OVR.OpenVR.IVRInput::GetSkeletalBoneData _GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B * ___GetSkeletalBoneData_9; // OVR.OpenVR.IVRInput/_GetSkeletalBoneDataCompressed OVR.OpenVR.IVRInput::GetSkeletalBoneDataCompressed _GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D * ___GetSkeletalBoneDataCompressed_10; // OVR.OpenVR.IVRInput/_DecompressSkeletalBoneData OVR.OpenVR.IVRInput::DecompressSkeletalBoneData _DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA * ___DecompressSkeletalBoneData_11; // OVR.OpenVR.IVRInput/_TriggerHapticVibrationAction OVR.OpenVR.IVRInput::TriggerHapticVibrationAction _TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24 * ___TriggerHapticVibrationAction_12; // OVR.OpenVR.IVRInput/_GetActionOrigins OVR.OpenVR.IVRInput::GetActionOrigins _GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51 * ___GetActionOrigins_13; // OVR.OpenVR.IVRInput/_GetOriginLocalizedName OVR.OpenVR.IVRInput::GetOriginLocalizedName _GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783 * ___GetOriginLocalizedName_14; // OVR.OpenVR.IVRInput/_GetOriginTrackedDeviceInfo OVR.OpenVR.IVRInput::GetOriginTrackedDeviceInfo _GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5 * ___GetOriginTrackedDeviceInfo_15; // OVR.OpenVR.IVRInput/_ShowActionOrigins OVR.OpenVR.IVRInput::ShowActionOrigins _ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662 * ___ShowActionOrigins_16; // OVR.OpenVR.IVRInput/_ShowBindingsForActionSet OVR.OpenVR.IVRInput::ShowBindingsForActionSet _ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB * ___ShowBindingsForActionSet_17; public: inline static int32_t get_offset_of_SetActionManifestPath_0() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___SetActionManifestPath_0)); } inline _SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3 * get_SetActionManifestPath_0() const { return ___SetActionManifestPath_0; } inline _SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3 ** get_address_of_SetActionManifestPath_0() { return &___SetActionManifestPath_0; } inline void set_SetActionManifestPath_0(_SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3 * value) { ___SetActionManifestPath_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetActionManifestPath_0), (void*)value); } inline static int32_t get_offset_of_GetActionSetHandle_1() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetActionSetHandle_1)); } inline _GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755 * get_GetActionSetHandle_1() const { return ___GetActionSetHandle_1; } inline _GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755 ** get_address_of_GetActionSetHandle_1() { return &___GetActionSetHandle_1; } inline void set_GetActionSetHandle_1(_GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755 * value) { ___GetActionSetHandle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetActionSetHandle_1), (void*)value); } inline static int32_t get_offset_of_GetActionHandle_2() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetActionHandle_2)); } inline _GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614 * get_GetActionHandle_2() const { return ___GetActionHandle_2; } inline _GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614 ** get_address_of_GetActionHandle_2() { return &___GetActionHandle_2; } inline void set_GetActionHandle_2(_GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614 * value) { ___GetActionHandle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetActionHandle_2), (void*)value); } inline static int32_t get_offset_of_GetInputSourceHandle_3() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetInputSourceHandle_3)); } inline _GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333 * get_GetInputSourceHandle_3() const { return ___GetInputSourceHandle_3; } inline _GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333 ** get_address_of_GetInputSourceHandle_3() { return &___GetInputSourceHandle_3; } inline void set_GetInputSourceHandle_3(_GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333 * value) { ___GetInputSourceHandle_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetInputSourceHandle_3), (void*)value); } inline static int32_t get_offset_of_UpdateActionState_4() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___UpdateActionState_4)); } inline _UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC * get_UpdateActionState_4() const { return ___UpdateActionState_4; } inline _UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC ** get_address_of_UpdateActionState_4() { return &___UpdateActionState_4; } inline void set_UpdateActionState_4(_UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC * value) { ___UpdateActionState_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UpdateActionState_4), (void*)value); } inline static int32_t get_offset_of_GetDigitalActionData_5() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetDigitalActionData_5)); } inline _GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6 * get_GetDigitalActionData_5() const { return ___GetDigitalActionData_5; } inline _GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6 ** get_address_of_GetDigitalActionData_5() { return &___GetDigitalActionData_5; } inline void set_GetDigitalActionData_5(_GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6 * value) { ___GetDigitalActionData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDigitalActionData_5), (void*)value); } inline static int32_t get_offset_of_GetAnalogActionData_6() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetAnalogActionData_6)); } inline _GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B * get_GetAnalogActionData_6() const { return ___GetAnalogActionData_6; } inline _GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B ** get_address_of_GetAnalogActionData_6() { return &___GetAnalogActionData_6; } inline void set_GetAnalogActionData_6(_GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B * value) { ___GetAnalogActionData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetAnalogActionData_6), (void*)value); } inline static int32_t get_offset_of_GetPoseActionData_7() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetPoseActionData_7)); } inline _GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1 * get_GetPoseActionData_7() const { return ___GetPoseActionData_7; } inline _GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1 ** get_address_of_GetPoseActionData_7() { return &___GetPoseActionData_7; } inline void set_GetPoseActionData_7(_GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1 * value) { ___GetPoseActionData_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetPoseActionData_7), (void*)value); } inline static int32_t get_offset_of_GetSkeletalActionData_8() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetSkeletalActionData_8)); } inline _GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070 * get_GetSkeletalActionData_8() const { return ___GetSkeletalActionData_8; } inline _GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070 ** get_address_of_GetSkeletalActionData_8() { return &___GetSkeletalActionData_8; } inline void set_GetSkeletalActionData_8(_GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070 * value) { ___GetSkeletalActionData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSkeletalActionData_8), (void*)value); } inline static int32_t get_offset_of_GetSkeletalBoneData_9() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetSkeletalBoneData_9)); } inline _GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B * get_GetSkeletalBoneData_9() const { return ___GetSkeletalBoneData_9; } inline _GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B ** get_address_of_GetSkeletalBoneData_9() { return &___GetSkeletalBoneData_9; } inline void set_GetSkeletalBoneData_9(_GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B * value) { ___GetSkeletalBoneData_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSkeletalBoneData_9), (void*)value); } inline static int32_t get_offset_of_GetSkeletalBoneDataCompressed_10() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetSkeletalBoneDataCompressed_10)); } inline _GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D * get_GetSkeletalBoneDataCompressed_10() const { return ___GetSkeletalBoneDataCompressed_10; } inline _GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D ** get_address_of_GetSkeletalBoneDataCompressed_10() { return &___GetSkeletalBoneDataCompressed_10; } inline void set_GetSkeletalBoneDataCompressed_10(_GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D * value) { ___GetSkeletalBoneDataCompressed_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSkeletalBoneDataCompressed_10), (void*)value); } inline static int32_t get_offset_of_DecompressSkeletalBoneData_11() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___DecompressSkeletalBoneData_11)); } inline _DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA * get_DecompressSkeletalBoneData_11() const { return ___DecompressSkeletalBoneData_11; } inline _DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA ** get_address_of_DecompressSkeletalBoneData_11() { return &___DecompressSkeletalBoneData_11; } inline void set_DecompressSkeletalBoneData_11(_DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA * value) { ___DecompressSkeletalBoneData_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DecompressSkeletalBoneData_11), (void*)value); } inline static int32_t get_offset_of_TriggerHapticVibrationAction_12() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___TriggerHapticVibrationAction_12)); } inline _TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24 * get_TriggerHapticVibrationAction_12() const { return ___TriggerHapticVibrationAction_12; } inline _TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24 ** get_address_of_TriggerHapticVibrationAction_12() { return &___TriggerHapticVibrationAction_12; } inline void set_TriggerHapticVibrationAction_12(_TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24 * value) { ___TriggerHapticVibrationAction_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___TriggerHapticVibrationAction_12), (void*)value); } inline static int32_t get_offset_of_GetActionOrigins_13() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetActionOrigins_13)); } inline _GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51 * get_GetActionOrigins_13() const { return ___GetActionOrigins_13; } inline _GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51 ** get_address_of_GetActionOrigins_13() { return &___GetActionOrigins_13; } inline void set_GetActionOrigins_13(_GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51 * value) { ___GetActionOrigins_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetActionOrigins_13), (void*)value); } inline static int32_t get_offset_of_GetOriginLocalizedName_14() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetOriginLocalizedName_14)); } inline _GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783 * get_GetOriginLocalizedName_14() const { return ___GetOriginLocalizedName_14; } inline _GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783 ** get_address_of_GetOriginLocalizedName_14() { return &___GetOriginLocalizedName_14; } inline void set_GetOriginLocalizedName_14(_GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783 * value) { ___GetOriginLocalizedName_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOriginLocalizedName_14), (void*)value); } inline static int32_t get_offset_of_GetOriginTrackedDeviceInfo_15() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetOriginTrackedDeviceInfo_15)); } inline _GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5 * get_GetOriginTrackedDeviceInfo_15() const { return ___GetOriginTrackedDeviceInfo_15; } inline _GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5 ** get_address_of_GetOriginTrackedDeviceInfo_15() { return &___GetOriginTrackedDeviceInfo_15; } inline void set_GetOriginTrackedDeviceInfo_15(_GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5 * value) { ___GetOriginTrackedDeviceInfo_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOriginTrackedDeviceInfo_15), (void*)value); } inline static int32_t get_offset_of_ShowActionOrigins_16() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___ShowActionOrigins_16)); } inline _ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662 * get_ShowActionOrigins_16() const { return ___ShowActionOrigins_16; } inline _ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662 ** get_address_of_ShowActionOrigins_16() { return &___ShowActionOrigins_16; } inline void set_ShowActionOrigins_16(_ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662 * value) { ___ShowActionOrigins_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowActionOrigins_16), (void*)value); } inline static int32_t get_offset_of_ShowBindingsForActionSet_17() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___ShowBindingsForActionSet_17)); } inline _ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB * get_ShowBindingsForActionSet_17() const { return ___ShowBindingsForActionSet_17; } inline _ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB ** get_address_of_ShowBindingsForActionSet_17() { return &___ShowBindingsForActionSet_17; } inline void set_ShowBindingsForActionSet_17(_ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB * value) { ___ShowBindingsForActionSet_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowBindingsForActionSet_17), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRInput struct IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshaled_pinvoke { Il2CppMethodPointer ___SetActionManifestPath_0; Il2CppMethodPointer ___GetActionSetHandle_1; Il2CppMethodPointer ___GetActionHandle_2; Il2CppMethodPointer ___GetInputSourceHandle_3; Il2CppMethodPointer ___UpdateActionState_4; Il2CppMethodPointer ___GetDigitalActionData_5; Il2CppMethodPointer ___GetAnalogActionData_6; Il2CppMethodPointer ___GetPoseActionData_7; Il2CppMethodPointer ___GetSkeletalActionData_8; Il2CppMethodPointer ___GetSkeletalBoneData_9; Il2CppMethodPointer ___GetSkeletalBoneDataCompressed_10; Il2CppMethodPointer ___DecompressSkeletalBoneData_11; Il2CppMethodPointer ___TriggerHapticVibrationAction_12; Il2CppMethodPointer ___GetActionOrigins_13; Il2CppMethodPointer ___GetOriginLocalizedName_14; Il2CppMethodPointer ___GetOriginTrackedDeviceInfo_15; Il2CppMethodPointer ___ShowActionOrigins_16; Il2CppMethodPointer ___ShowBindingsForActionSet_17; }; // Native definition for COM marshalling of OVR.OpenVR.IVRInput struct IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshaled_com { Il2CppMethodPointer ___SetActionManifestPath_0; Il2CppMethodPointer ___GetActionSetHandle_1; Il2CppMethodPointer ___GetActionHandle_2; Il2CppMethodPointer ___GetInputSourceHandle_3; Il2CppMethodPointer ___UpdateActionState_4; Il2CppMethodPointer ___GetDigitalActionData_5; Il2CppMethodPointer ___GetAnalogActionData_6; Il2CppMethodPointer ___GetPoseActionData_7; Il2CppMethodPointer ___GetSkeletalActionData_8; Il2CppMethodPointer ___GetSkeletalBoneData_9; Il2CppMethodPointer ___GetSkeletalBoneDataCompressed_10; Il2CppMethodPointer ___DecompressSkeletalBoneData_11; Il2CppMethodPointer ___TriggerHapticVibrationAction_12; Il2CppMethodPointer ___GetActionOrigins_13; Il2CppMethodPointer ___GetOriginLocalizedName_14; Il2CppMethodPointer ___GetOriginTrackedDeviceInfo_15; Il2CppMethodPointer ___ShowActionOrigins_16; Il2CppMethodPointer ___ShowBindingsForActionSet_17; }; // OVR.OpenVR.IVRNotifications struct IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B { public: // OVR.OpenVR.IVRNotifications/_CreateNotification OVR.OpenVR.IVRNotifications::CreateNotification _CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0 * ___CreateNotification_0; // OVR.OpenVR.IVRNotifications/_RemoveNotification OVR.OpenVR.IVRNotifications::RemoveNotification _RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0 * ___RemoveNotification_1; public: inline static int32_t get_offset_of_CreateNotification_0() { return static_cast(offsetof(IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B, ___CreateNotification_0)); } inline _CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0 * get_CreateNotification_0() const { return ___CreateNotification_0; } inline _CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0 ** get_address_of_CreateNotification_0() { return &___CreateNotification_0; } inline void set_CreateNotification_0(_CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0 * value) { ___CreateNotification_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___CreateNotification_0), (void*)value); } inline static int32_t get_offset_of_RemoveNotification_1() { return static_cast(offsetof(IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B, ___RemoveNotification_1)); } inline _RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0 * get_RemoveNotification_1() const { return ___RemoveNotification_1; } inline _RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0 ** get_address_of_RemoveNotification_1() { return &___RemoveNotification_1; } inline void set_RemoveNotification_1(_RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0 * value) { ___RemoveNotification_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___RemoveNotification_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRNotifications struct IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshaled_pinvoke { Il2CppMethodPointer ___CreateNotification_0; Il2CppMethodPointer ___RemoveNotification_1; }; // Native definition for COM marshalling of OVR.OpenVR.IVRNotifications struct IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshaled_com { Il2CppMethodPointer ___CreateNotification_0; Il2CppMethodPointer ___RemoveNotification_1; }; // OVR.OpenVR.IVROverlay struct IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 { public: // OVR.OpenVR.IVROverlay/_FindOverlay OVR.OpenVR.IVROverlay::FindOverlay _FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00 * ___FindOverlay_0; // OVR.OpenVR.IVROverlay/_CreateOverlay OVR.OpenVR.IVROverlay::CreateOverlay _CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69 * ___CreateOverlay_1; // OVR.OpenVR.IVROverlay/_DestroyOverlay OVR.OpenVR.IVROverlay::DestroyOverlay _DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F * ___DestroyOverlay_2; // OVR.OpenVR.IVROverlay/_SetHighQualityOverlay OVR.OpenVR.IVROverlay::SetHighQualityOverlay _SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1 * ___SetHighQualityOverlay_3; // OVR.OpenVR.IVROverlay/_GetHighQualityOverlay OVR.OpenVR.IVROverlay::GetHighQualityOverlay _GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9 * ___GetHighQualityOverlay_4; // OVR.OpenVR.IVROverlay/_GetOverlayKey OVR.OpenVR.IVROverlay::GetOverlayKey _GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2 * ___GetOverlayKey_5; // OVR.OpenVR.IVROverlay/_GetOverlayName OVR.OpenVR.IVROverlay::GetOverlayName _GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852 * ___GetOverlayName_6; // OVR.OpenVR.IVROverlay/_SetOverlayName OVR.OpenVR.IVROverlay::SetOverlayName _SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F * ___SetOverlayName_7; // OVR.OpenVR.IVROverlay/_GetOverlayImageData OVR.OpenVR.IVROverlay::GetOverlayImageData _GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65 * ___GetOverlayImageData_8; // OVR.OpenVR.IVROverlay/_GetOverlayErrorNameFromEnum OVR.OpenVR.IVROverlay::GetOverlayErrorNameFromEnum _GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E * ___GetOverlayErrorNameFromEnum_9; // OVR.OpenVR.IVROverlay/_SetOverlayRenderingPid OVR.OpenVR.IVROverlay::SetOverlayRenderingPid _SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A * ___SetOverlayRenderingPid_10; // OVR.OpenVR.IVROverlay/_GetOverlayRenderingPid OVR.OpenVR.IVROverlay::GetOverlayRenderingPid _GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41 * ___GetOverlayRenderingPid_11; // OVR.OpenVR.IVROverlay/_SetOverlayFlag OVR.OpenVR.IVROverlay::SetOverlayFlag _SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9 * ___SetOverlayFlag_12; // OVR.OpenVR.IVROverlay/_GetOverlayFlag OVR.OpenVR.IVROverlay::GetOverlayFlag _GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B * ___GetOverlayFlag_13; // OVR.OpenVR.IVROverlay/_SetOverlayColor OVR.OpenVR.IVROverlay::SetOverlayColor _SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D * ___SetOverlayColor_14; // OVR.OpenVR.IVROverlay/_GetOverlayColor OVR.OpenVR.IVROverlay::GetOverlayColor _GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41 * ___GetOverlayColor_15; // OVR.OpenVR.IVROverlay/_SetOverlayAlpha OVR.OpenVR.IVROverlay::SetOverlayAlpha _SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433 * ___SetOverlayAlpha_16; // OVR.OpenVR.IVROverlay/_GetOverlayAlpha OVR.OpenVR.IVROverlay::GetOverlayAlpha _GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE * ___GetOverlayAlpha_17; // OVR.OpenVR.IVROverlay/_SetOverlayTexelAspect OVR.OpenVR.IVROverlay::SetOverlayTexelAspect _SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12 * ___SetOverlayTexelAspect_18; // OVR.OpenVR.IVROverlay/_GetOverlayTexelAspect OVR.OpenVR.IVROverlay::GetOverlayTexelAspect _GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667 * ___GetOverlayTexelAspect_19; // OVR.OpenVR.IVROverlay/_SetOverlaySortOrder OVR.OpenVR.IVROverlay::SetOverlaySortOrder _SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6 * ___SetOverlaySortOrder_20; // OVR.OpenVR.IVROverlay/_GetOverlaySortOrder OVR.OpenVR.IVROverlay::GetOverlaySortOrder _GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF * ___GetOverlaySortOrder_21; // OVR.OpenVR.IVROverlay/_SetOverlayWidthInMeters OVR.OpenVR.IVROverlay::SetOverlayWidthInMeters _SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21 * ___SetOverlayWidthInMeters_22; // OVR.OpenVR.IVROverlay/_GetOverlayWidthInMeters OVR.OpenVR.IVROverlay::GetOverlayWidthInMeters _GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE * ___GetOverlayWidthInMeters_23; // OVR.OpenVR.IVROverlay/_SetOverlayAutoCurveDistanceRangeInMeters OVR.OpenVR.IVROverlay::SetOverlayAutoCurveDistanceRangeInMeters _SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD * ___SetOverlayAutoCurveDistanceRangeInMeters_24; // OVR.OpenVR.IVROverlay/_GetOverlayAutoCurveDistanceRangeInMeters OVR.OpenVR.IVROverlay::GetOverlayAutoCurveDistanceRangeInMeters _GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25 * ___GetOverlayAutoCurveDistanceRangeInMeters_25; // OVR.OpenVR.IVROverlay/_SetOverlayTextureColorSpace OVR.OpenVR.IVROverlay::SetOverlayTextureColorSpace _SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725 * ___SetOverlayTextureColorSpace_26; // OVR.OpenVR.IVROverlay/_GetOverlayTextureColorSpace OVR.OpenVR.IVROverlay::GetOverlayTextureColorSpace _GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C * ___GetOverlayTextureColorSpace_27; // OVR.OpenVR.IVROverlay/_SetOverlayTextureBounds OVR.OpenVR.IVROverlay::SetOverlayTextureBounds _SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8 * ___SetOverlayTextureBounds_28; // OVR.OpenVR.IVROverlay/_GetOverlayTextureBounds OVR.OpenVR.IVROverlay::GetOverlayTextureBounds _GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC * ___GetOverlayTextureBounds_29; // OVR.OpenVR.IVROverlay/_GetOverlayRenderModel OVR.OpenVR.IVROverlay::GetOverlayRenderModel _GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F * ___GetOverlayRenderModel_30; // OVR.OpenVR.IVROverlay/_SetOverlayRenderModel OVR.OpenVR.IVROverlay::SetOverlayRenderModel _SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F * ___SetOverlayRenderModel_31; // OVR.OpenVR.IVROverlay/_GetOverlayTransformType OVR.OpenVR.IVROverlay::GetOverlayTransformType _GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5 * ___GetOverlayTransformType_32; // OVR.OpenVR.IVROverlay/_SetOverlayTransformAbsolute OVR.OpenVR.IVROverlay::SetOverlayTransformAbsolute _SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140 * ___SetOverlayTransformAbsolute_33; // OVR.OpenVR.IVROverlay/_GetOverlayTransformAbsolute OVR.OpenVR.IVROverlay::GetOverlayTransformAbsolute _GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E * ___GetOverlayTransformAbsolute_34; // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceRelative OVR.OpenVR.IVROverlay::SetOverlayTransformTrackedDeviceRelative _SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7 * ___SetOverlayTransformTrackedDeviceRelative_35; // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceRelative OVR.OpenVR.IVROverlay::GetOverlayTransformTrackedDeviceRelative _GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75 * ___GetOverlayTransformTrackedDeviceRelative_36; // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceComponent OVR.OpenVR.IVROverlay::SetOverlayTransformTrackedDeviceComponent _SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E * ___SetOverlayTransformTrackedDeviceComponent_37; // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceComponent OVR.OpenVR.IVROverlay::GetOverlayTransformTrackedDeviceComponent _GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D * ___GetOverlayTransformTrackedDeviceComponent_38; // OVR.OpenVR.IVROverlay/_GetOverlayTransformOverlayRelative OVR.OpenVR.IVROverlay::GetOverlayTransformOverlayRelative _GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14 * ___GetOverlayTransformOverlayRelative_39; // OVR.OpenVR.IVROverlay/_SetOverlayTransformOverlayRelative OVR.OpenVR.IVROverlay::SetOverlayTransformOverlayRelative _SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D * ___SetOverlayTransformOverlayRelative_40; // OVR.OpenVR.IVROverlay/_ShowOverlay OVR.OpenVR.IVROverlay::ShowOverlay _ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797 * ___ShowOverlay_41; // OVR.OpenVR.IVROverlay/_HideOverlay OVR.OpenVR.IVROverlay::HideOverlay _HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084 * ___HideOverlay_42; // OVR.OpenVR.IVROverlay/_IsOverlayVisible OVR.OpenVR.IVROverlay::IsOverlayVisible _IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902 * ___IsOverlayVisible_43; // OVR.OpenVR.IVROverlay/_GetTransformForOverlayCoordinates OVR.OpenVR.IVROverlay::GetTransformForOverlayCoordinates _GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D * ___GetTransformForOverlayCoordinates_44; // OVR.OpenVR.IVROverlay/_PollNextOverlayEvent OVR.OpenVR.IVROverlay::PollNextOverlayEvent _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * ___PollNextOverlayEvent_45; // OVR.OpenVR.IVROverlay/_GetOverlayInputMethod OVR.OpenVR.IVROverlay::GetOverlayInputMethod _GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00 * ___GetOverlayInputMethod_46; // OVR.OpenVR.IVROverlay/_SetOverlayInputMethod OVR.OpenVR.IVROverlay::SetOverlayInputMethod _SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52 * ___SetOverlayInputMethod_47; // OVR.OpenVR.IVROverlay/_GetOverlayMouseScale OVR.OpenVR.IVROverlay::GetOverlayMouseScale _GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B * ___GetOverlayMouseScale_48; // OVR.OpenVR.IVROverlay/_SetOverlayMouseScale OVR.OpenVR.IVROverlay::SetOverlayMouseScale _SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C * ___SetOverlayMouseScale_49; // OVR.OpenVR.IVROverlay/_ComputeOverlayIntersection OVR.OpenVR.IVROverlay::ComputeOverlayIntersection _ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA * ___ComputeOverlayIntersection_50; // OVR.OpenVR.IVROverlay/_IsHoverTargetOverlay OVR.OpenVR.IVROverlay::IsHoverTargetOverlay _IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94 * ___IsHoverTargetOverlay_51; // OVR.OpenVR.IVROverlay/_GetGamepadFocusOverlay OVR.OpenVR.IVROverlay::GetGamepadFocusOverlay _GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84 * ___GetGamepadFocusOverlay_52; // OVR.OpenVR.IVROverlay/_SetGamepadFocusOverlay OVR.OpenVR.IVROverlay::SetGamepadFocusOverlay _SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17 * ___SetGamepadFocusOverlay_53; // OVR.OpenVR.IVROverlay/_SetOverlayNeighbor OVR.OpenVR.IVROverlay::SetOverlayNeighbor _SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5 * ___SetOverlayNeighbor_54; // OVR.OpenVR.IVROverlay/_MoveGamepadFocusToNeighbor OVR.OpenVR.IVROverlay::MoveGamepadFocusToNeighbor _MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811 * ___MoveGamepadFocusToNeighbor_55; // OVR.OpenVR.IVROverlay/_SetOverlayDualAnalogTransform OVR.OpenVR.IVROverlay::SetOverlayDualAnalogTransform _SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B * ___SetOverlayDualAnalogTransform_56; // OVR.OpenVR.IVROverlay/_GetOverlayDualAnalogTransform OVR.OpenVR.IVROverlay::GetOverlayDualAnalogTransform _GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1 * ___GetOverlayDualAnalogTransform_57; // OVR.OpenVR.IVROverlay/_SetOverlayTexture OVR.OpenVR.IVROverlay::SetOverlayTexture _SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10 * ___SetOverlayTexture_58; // OVR.OpenVR.IVROverlay/_ClearOverlayTexture OVR.OpenVR.IVROverlay::ClearOverlayTexture _ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E * ___ClearOverlayTexture_59; // OVR.OpenVR.IVROverlay/_SetOverlayRaw OVR.OpenVR.IVROverlay::SetOverlayRaw _SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105 * ___SetOverlayRaw_60; // OVR.OpenVR.IVROverlay/_SetOverlayFromFile OVR.OpenVR.IVROverlay::SetOverlayFromFile _SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B * ___SetOverlayFromFile_61; // OVR.OpenVR.IVROverlay/_GetOverlayTexture OVR.OpenVR.IVROverlay::GetOverlayTexture _GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046 * ___GetOverlayTexture_62; // OVR.OpenVR.IVROverlay/_ReleaseNativeOverlayHandle OVR.OpenVR.IVROverlay::ReleaseNativeOverlayHandle _ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B * ___ReleaseNativeOverlayHandle_63; // OVR.OpenVR.IVROverlay/_GetOverlayTextureSize OVR.OpenVR.IVROverlay::GetOverlayTextureSize _GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472 * ___GetOverlayTextureSize_64; // OVR.OpenVR.IVROverlay/_CreateDashboardOverlay OVR.OpenVR.IVROverlay::CreateDashboardOverlay _CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A * ___CreateDashboardOverlay_65; // OVR.OpenVR.IVROverlay/_IsDashboardVisible OVR.OpenVR.IVROverlay::IsDashboardVisible _IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8 * ___IsDashboardVisible_66; // OVR.OpenVR.IVROverlay/_IsActiveDashboardOverlay OVR.OpenVR.IVROverlay::IsActiveDashboardOverlay _IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B * ___IsActiveDashboardOverlay_67; // OVR.OpenVR.IVROverlay/_SetDashboardOverlaySceneProcess OVR.OpenVR.IVROverlay::SetDashboardOverlaySceneProcess _SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000 * ___SetDashboardOverlaySceneProcess_68; // OVR.OpenVR.IVROverlay/_GetDashboardOverlaySceneProcess OVR.OpenVR.IVROverlay::GetDashboardOverlaySceneProcess _GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB * ___GetDashboardOverlaySceneProcess_69; // OVR.OpenVR.IVROverlay/_ShowDashboard OVR.OpenVR.IVROverlay::ShowDashboard _ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7 * ___ShowDashboard_70; // OVR.OpenVR.IVROverlay/_GetPrimaryDashboardDevice OVR.OpenVR.IVROverlay::GetPrimaryDashboardDevice _GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF * ___GetPrimaryDashboardDevice_71; // OVR.OpenVR.IVROverlay/_ShowKeyboard OVR.OpenVR.IVROverlay::ShowKeyboard _ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2 * ___ShowKeyboard_72; // OVR.OpenVR.IVROverlay/_ShowKeyboardForOverlay OVR.OpenVR.IVROverlay::ShowKeyboardForOverlay _ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED * ___ShowKeyboardForOverlay_73; // OVR.OpenVR.IVROverlay/_GetKeyboardText OVR.OpenVR.IVROverlay::GetKeyboardText _GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD * ___GetKeyboardText_74; // OVR.OpenVR.IVROverlay/_HideKeyboard OVR.OpenVR.IVROverlay::HideKeyboard _HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0 * ___HideKeyboard_75; // OVR.OpenVR.IVROverlay/_SetKeyboardTransformAbsolute OVR.OpenVR.IVROverlay::SetKeyboardTransformAbsolute _SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0 * ___SetKeyboardTransformAbsolute_76; // OVR.OpenVR.IVROverlay/_SetKeyboardPositionForOverlay OVR.OpenVR.IVROverlay::SetKeyboardPositionForOverlay _SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722 * ___SetKeyboardPositionForOverlay_77; // OVR.OpenVR.IVROverlay/_SetOverlayIntersectionMask OVR.OpenVR.IVROverlay::SetOverlayIntersectionMask _SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB * ___SetOverlayIntersectionMask_78; // OVR.OpenVR.IVROverlay/_GetOverlayFlags OVR.OpenVR.IVROverlay::GetOverlayFlags _GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D * ___GetOverlayFlags_79; // OVR.OpenVR.IVROverlay/_ShowMessageOverlay OVR.OpenVR.IVROverlay::ShowMessageOverlay _ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2 * ___ShowMessageOverlay_80; // OVR.OpenVR.IVROverlay/_CloseMessageOverlay OVR.OpenVR.IVROverlay::CloseMessageOverlay _CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C * ___CloseMessageOverlay_81; public: inline static int32_t get_offset_of_FindOverlay_0() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___FindOverlay_0)); } inline _FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00 * get_FindOverlay_0() const { return ___FindOverlay_0; } inline _FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00 ** get_address_of_FindOverlay_0() { return &___FindOverlay_0; } inline void set_FindOverlay_0(_FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00 * value) { ___FindOverlay_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FindOverlay_0), (void*)value); } inline static int32_t get_offset_of_CreateOverlay_1() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___CreateOverlay_1)); } inline _CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69 * get_CreateOverlay_1() const { return ___CreateOverlay_1; } inline _CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69 ** get_address_of_CreateOverlay_1() { return &___CreateOverlay_1; } inline void set_CreateOverlay_1(_CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69 * value) { ___CreateOverlay_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CreateOverlay_1), (void*)value); } inline static int32_t get_offset_of_DestroyOverlay_2() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___DestroyOverlay_2)); } inline _DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F * get_DestroyOverlay_2() const { return ___DestroyOverlay_2; } inline _DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F ** get_address_of_DestroyOverlay_2() { return &___DestroyOverlay_2; } inline void set_DestroyOverlay_2(_DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F * value) { ___DestroyOverlay_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___DestroyOverlay_2), (void*)value); } inline static int32_t get_offset_of_SetHighQualityOverlay_3() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetHighQualityOverlay_3)); } inline _SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1 * get_SetHighQualityOverlay_3() const { return ___SetHighQualityOverlay_3; } inline _SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1 ** get_address_of_SetHighQualityOverlay_3() { return &___SetHighQualityOverlay_3; } inline void set_SetHighQualityOverlay_3(_SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1 * value) { ___SetHighQualityOverlay_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetHighQualityOverlay_3), (void*)value); } inline static int32_t get_offset_of_GetHighQualityOverlay_4() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetHighQualityOverlay_4)); } inline _GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9 * get_GetHighQualityOverlay_4() const { return ___GetHighQualityOverlay_4; } inline _GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9 ** get_address_of_GetHighQualityOverlay_4() { return &___GetHighQualityOverlay_4; } inline void set_GetHighQualityOverlay_4(_GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9 * value) { ___GetHighQualityOverlay_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetHighQualityOverlay_4), (void*)value); } inline static int32_t get_offset_of_GetOverlayKey_5() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayKey_5)); } inline _GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2 * get_GetOverlayKey_5() const { return ___GetOverlayKey_5; } inline _GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2 ** get_address_of_GetOverlayKey_5() { return &___GetOverlayKey_5; } inline void set_GetOverlayKey_5(_GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2 * value) { ___GetOverlayKey_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayKey_5), (void*)value); } inline static int32_t get_offset_of_GetOverlayName_6() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayName_6)); } inline _GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852 * get_GetOverlayName_6() const { return ___GetOverlayName_6; } inline _GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852 ** get_address_of_GetOverlayName_6() { return &___GetOverlayName_6; } inline void set_GetOverlayName_6(_GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852 * value) { ___GetOverlayName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayName_6), (void*)value); } inline static int32_t get_offset_of_SetOverlayName_7() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayName_7)); } inline _SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F * get_SetOverlayName_7() const { return ___SetOverlayName_7; } inline _SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F ** get_address_of_SetOverlayName_7() { return &___SetOverlayName_7; } inline void set_SetOverlayName_7(_SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F * value) { ___SetOverlayName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayName_7), (void*)value); } inline static int32_t get_offset_of_GetOverlayImageData_8() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayImageData_8)); } inline _GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65 * get_GetOverlayImageData_8() const { return ___GetOverlayImageData_8; } inline _GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65 ** get_address_of_GetOverlayImageData_8() { return &___GetOverlayImageData_8; } inline void set_GetOverlayImageData_8(_GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65 * value) { ___GetOverlayImageData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayImageData_8), (void*)value); } inline static int32_t get_offset_of_GetOverlayErrorNameFromEnum_9() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayErrorNameFromEnum_9)); } inline _GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E * get_GetOverlayErrorNameFromEnum_9() const { return ___GetOverlayErrorNameFromEnum_9; } inline _GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E ** get_address_of_GetOverlayErrorNameFromEnum_9() { return &___GetOverlayErrorNameFromEnum_9; } inline void set_GetOverlayErrorNameFromEnum_9(_GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E * value) { ___GetOverlayErrorNameFromEnum_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayErrorNameFromEnum_9), (void*)value); } inline static int32_t get_offset_of_SetOverlayRenderingPid_10() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayRenderingPid_10)); } inline _SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A * get_SetOverlayRenderingPid_10() const { return ___SetOverlayRenderingPid_10; } inline _SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A ** get_address_of_SetOverlayRenderingPid_10() { return &___SetOverlayRenderingPid_10; } inline void set_SetOverlayRenderingPid_10(_SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A * value) { ___SetOverlayRenderingPid_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayRenderingPid_10), (void*)value); } inline static int32_t get_offset_of_GetOverlayRenderingPid_11() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayRenderingPid_11)); } inline _GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41 * get_GetOverlayRenderingPid_11() const { return ___GetOverlayRenderingPid_11; } inline _GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41 ** get_address_of_GetOverlayRenderingPid_11() { return &___GetOverlayRenderingPid_11; } inline void set_GetOverlayRenderingPid_11(_GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41 * value) { ___GetOverlayRenderingPid_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayRenderingPid_11), (void*)value); } inline static int32_t get_offset_of_SetOverlayFlag_12() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayFlag_12)); } inline _SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9 * get_SetOverlayFlag_12() const { return ___SetOverlayFlag_12; } inline _SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9 ** get_address_of_SetOverlayFlag_12() { return &___SetOverlayFlag_12; } inline void set_SetOverlayFlag_12(_SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9 * value) { ___SetOverlayFlag_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayFlag_12), (void*)value); } inline static int32_t get_offset_of_GetOverlayFlag_13() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayFlag_13)); } inline _GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B * get_GetOverlayFlag_13() const { return ___GetOverlayFlag_13; } inline _GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B ** get_address_of_GetOverlayFlag_13() { return &___GetOverlayFlag_13; } inline void set_GetOverlayFlag_13(_GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B * value) { ___GetOverlayFlag_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayFlag_13), (void*)value); } inline static int32_t get_offset_of_SetOverlayColor_14() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayColor_14)); } inline _SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D * get_SetOverlayColor_14() const { return ___SetOverlayColor_14; } inline _SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D ** get_address_of_SetOverlayColor_14() { return &___SetOverlayColor_14; } inline void set_SetOverlayColor_14(_SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D * value) { ___SetOverlayColor_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayColor_14), (void*)value); } inline static int32_t get_offset_of_GetOverlayColor_15() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayColor_15)); } inline _GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41 * get_GetOverlayColor_15() const { return ___GetOverlayColor_15; } inline _GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41 ** get_address_of_GetOverlayColor_15() { return &___GetOverlayColor_15; } inline void set_GetOverlayColor_15(_GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41 * value) { ___GetOverlayColor_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayColor_15), (void*)value); } inline static int32_t get_offset_of_SetOverlayAlpha_16() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayAlpha_16)); } inline _SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433 * get_SetOverlayAlpha_16() const { return ___SetOverlayAlpha_16; } inline _SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433 ** get_address_of_SetOverlayAlpha_16() { return &___SetOverlayAlpha_16; } inline void set_SetOverlayAlpha_16(_SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433 * value) { ___SetOverlayAlpha_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayAlpha_16), (void*)value); } inline static int32_t get_offset_of_GetOverlayAlpha_17() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayAlpha_17)); } inline _GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE * get_GetOverlayAlpha_17() const { return ___GetOverlayAlpha_17; } inline _GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE ** get_address_of_GetOverlayAlpha_17() { return &___GetOverlayAlpha_17; } inline void set_GetOverlayAlpha_17(_GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE * value) { ___GetOverlayAlpha_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayAlpha_17), (void*)value); } inline static int32_t get_offset_of_SetOverlayTexelAspect_18() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTexelAspect_18)); } inline _SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12 * get_SetOverlayTexelAspect_18() const { return ___SetOverlayTexelAspect_18; } inline _SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12 ** get_address_of_SetOverlayTexelAspect_18() { return &___SetOverlayTexelAspect_18; } inline void set_SetOverlayTexelAspect_18(_SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12 * value) { ___SetOverlayTexelAspect_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTexelAspect_18), (void*)value); } inline static int32_t get_offset_of_GetOverlayTexelAspect_19() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTexelAspect_19)); } inline _GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667 * get_GetOverlayTexelAspect_19() const { return ___GetOverlayTexelAspect_19; } inline _GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667 ** get_address_of_GetOverlayTexelAspect_19() { return &___GetOverlayTexelAspect_19; } inline void set_GetOverlayTexelAspect_19(_GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667 * value) { ___GetOverlayTexelAspect_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTexelAspect_19), (void*)value); } inline static int32_t get_offset_of_SetOverlaySortOrder_20() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlaySortOrder_20)); } inline _SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6 * get_SetOverlaySortOrder_20() const { return ___SetOverlaySortOrder_20; } inline _SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6 ** get_address_of_SetOverlaySortOrder_20() { return &___SetOverlaySortOrder_20; } inline void set_SetOverlaySortOrder_20(_SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6 * value) { ___SetOverlaySortOrder_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlaySortOrder_20), (void*)value); } inline static int32_t get_offset_of_GetOverlaySortOrder_21() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlaySortOrder_21)); } inline _GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF * get_GetOverlaySortOrder_21() const { return ___GetOverlaySortOrder_21; } inline _GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF ** get_address_of_GetOverlaySortOrder_21() { return &___GetOverlaySortOrder_21; } inline void set_GetOverlaySortOrder_21(_GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF * value) { ___GetOverlaySortOrder_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlaySortOrder_21), (void*)value); } inline static int32_t get_offset_of_SetOverlayWidthInMeters_22() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayWidthInMeters_22)); } inline _SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21 * get_SetOverlayWidthInMeters_22() const { return ___SetOverlayWidthInMeters_22; } inline _SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21 ** get_address_of_SetOverlayWidthInMeters_22() { return &___SetOverlayWidthInMeters_22; } inline void set_SetOverlayWidthInMeters_22(_SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21 * value) { ___SetOverlayWidthInMeters_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayWidthInMeters_22), (void*)value); } inline static int32_t get_offset_of_GetOverlayWidthInMeters_23() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayWidthInMeters_23)); } inline _GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE * get_GetOverlayWidthInMeters_23() const { return ___GetOverlayWidthInMeters_23; } inline _GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE ** get_address_of_GetOverlayWidthInMeters_23() { return &___GetOverlayWidthInMeters_23; } inline void set_GetOverlayWidthInMeters_23(_GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE * value) { ___GetOverlayWidthInMeters_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayWidthInMeters_23), (void*)value); } inline static int32_t get_offset_of_SetOverlayAutoCurveDistanceRangeInMeters_24() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayAutoCurveDistanceRangeInMeters_24)); } inline _SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD * get_SetOverlayAutoCurveDistanceRangeInMeters_24() const { return ___SetOverlayAutoCurveDistanceRangeInMeters_24; } inline _SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD ** get_address_of_SetOverlayAutoCurveDistanceRangeInMeters_24() { return &___SetOverlayAutoCurveDistanceRangeInMeters_24; } inline void set_SetOverlayAutoCurveDistanceRangeInMeters_24(_SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD * value) { ___SetOverlayAutoCurveDistanceRangeInMeters_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayAutoCurveDistanceRangeInMeters_24), (void*)value); } inline static int32_t get_offset_of_GetOverlayAutoCurveDistanceRangeInMeters_25() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayAutoCurveDistanceRangeInMeters_25)); } inline _GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25 * get_GetOverlayAutoCurveDistanceRangeInMeters_25() const { return ___GetOverlayAutoCurveDistanceRangeInMeters_25; } inline _GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25 ** get_address_of_GetOverlayAutoCurveDistanceRangeInMeters_25() { return &___GetOverlayAutoCurveDistanceRangeInMeters_25; } inline void set_GetOverlayAutoCurveDistanceRangeInMeters_25(_GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25 * value) { ___GetOverlayAutoCurveDistanceRangeInMeters_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayAutoCurveDistanceRangeInMeters_25), (void*)value); } inline static int32_t get_offset_of_SetOverlayTextureColorSpace_26() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTextureColorSpace_26)); } inline _SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725 * get_SetOverlayTextureColorSpace_26() const { return ___SetOverlayTextureColorSpace_26; } inline _SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725 ** get_address_of_SetOverlayTextureColorSpace_26() { return &___SetOverlayTextureColorSpace_26; } inline void set_SetOverlayTextureColorSpace_26(_SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725 * value) { ___SetOverlayTextureColorSpace_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTextureColorSpace_26), (void*)value); } inline static int32_t get_offset_of_GetOverlayTextureColorSpace_27() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTextureColorSpace_27)); } inline _GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C * get_GetOverlayTextureColorSpace_27() const { return ___GetOverlayTextureColorSpace_27; } inline _GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C ** get_address_of_GetOverlayTextureColorSpace_27() { return &___GetOverlayTextureColorSpace_27; } inline void set_GetOverlayTextureColorSpace_27(_GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C * value) { ___GetOverlayTextureColorSpace_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTextureColorSpace_27), (void*)value); } inline static int32_t get_offset_of_SetOverlayTextureBounds_28() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTextureBounds_28)); } inline _SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8 * get_SetOverlayTextureBounds_28() const { return ___SetOverlayTextureBounds_28; } inline _SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8 ** get_address_of_SetOverlayTextureBounds_28() { return &___SetOverlayTextureBounds_28; } inline void set_SetOverlayTextureBounds_28(_SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8 * value) { ___SetOverlayTextureBounds_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTextureBounds_28), (void*)value); } inline static int32_t get_offset_of_GetOverlayTextureBounds_29() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTextureBounds_29)); } inline _GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC * get_GetOverlayTextureBounds_29() const { return ___GetOverlayTextureBounds_29; } inline _GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC ** get_address_of_GetOverlayTextureBounds_29() { return &___GetOverlayTextureBounds_29; } inline void set_GetOverlayTextureBounds_29(_GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC * value) { ___GetOverlayTextureBounds_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTextureBounds_29), (void*)value); } inline static int32_t get_offset_of_GetOverlayRenderModel_30() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayRenderModel_30)); } inline _GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F * get_GetOverlayRenderModel_30() const { return ___GetOverlayRenderModel_30; } inline _GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F ** get_address_of_GetOverlayRenderModel_30() { return &___GetOverlayRenderModel_30; } inline void set_GetOverlayRenderModel_30(_GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F * value) { ___GetOverlayRenderModel_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayRenderModel_30), (void*)value); } inline static int32_t get_offset_of_SetOverlayRenderModel_31() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayRenderModel_31)); } inline _SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F * get_SetOverlayRenderModel_31() const { return ___SetOverlayRenderModel_31; } inline _SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F ** get_address_of_SetOverlayRenderModel_31() { return &___SetOverlayRenderModel_31; } inline void set_SetOverlayRenderModel_31(_SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F * value) { ___SetOverlayRenderModel_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayRenderModel_31), (void*)value); } inline static int32_t get_offset_of_GetOverlayTransformType_32() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTransformType_32)); } inline _GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5 * get_GetOverlayTransformType_32() const { return ___GetOverlayTransformType_32; } inline _GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5 ** get_address_of_GetOverlayTransformType_32() { return &___GetOverlayTransformType_32; } inline void set_GetOverlayTransformType_32(_GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5 * value) { ___GetOverlayTransformType_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTransformType_32), (void*)value); } inline static int32_t get_offset_of_SetOverlayTransformAbsolute_33() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTransformAbsolute_33)); } inline _SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140 * get_SetOverlayTransformAbsolute_33() const { return ___SetOverlayTransformAbsolute_33; } inline _SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140 ** get_address_of_SetOverlayTransformAbsolute_33() { return &___SetOverlayTransformAbsolute_33; } inline void set_SetOverlayTransformAbsolute_33(_SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140 * value) { ___SetOverlayTransformAbsolute_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTransformAbsolute_33), (void*)value); } inline static int32_t get_offset_of_GetOverlayTransformAbsolute_34() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTransformAbsolute_34)); } inline _GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E * get_GetOverlayTransformAbsolute_34() const { return ___GetOverlayTransformAbsolute_34; } inline _GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E ** get_address_of_GetOverlayTransformAbsolute_34() { return &___GetOverlayTransformAbsolute_34; } inline void set_GetOverlayTransformAbsolute_34(_GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E * value) { ___GetOverlayTransformAbsolute_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTransformAbsolute_34), (void*)value); } inline static int32_t get_offset_of_SetOverlayTransformTrackedDeviceRelative_35() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTransformTrackedDeviceRelative_35)); } inline _SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7 * get_SetOverlayTransformTrackedDeviceRelative_35() const { return ___SetOverlayTransformTrackedDeviceRelative_35; } inline _SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7 ** get_address_of_SetOverlayTransformTrackedDeviceRelative_35() { return &___SetOverlayTransformTrackedDeviceRelative_35; } inline void set_SetOverlayTransformTrackedDeviceRelative_35(_SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7 * value) { ___SetOverlayTransformTrackedDeviceRelative_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTransformTrackedDeviceRelative_35), (void*)value); } inline static int32_t get_offset_of_GetOverlayTransformTrackedDeviceRelative_36() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTransformTrackedDeviceRelative_36)); } inline _GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75 * get_GetOverlayTransformTrackedDeviceRelative_36() const { return ___GetOverlayTransformTrackedDeviceRelative_36; } inline _GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75 ** get_address_of_GetOverlayTransformTrackedDeviceRelative_36() { return &___GetOverlayTransformTrackedDeviceRelative_36; } inline void set_GetOverlayTransformTrackedDeviceRelative_36(_GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75 * value) { ___GetOverlayTransformTrackedDeviceRelative_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTransformTrackedDeviceRelative_36), (void*)value); } inline static int32_t get_offset_of_SetOverlayTransformTrackedDeviceComponent_37() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTransformTrackedDeviceComponent_37)); } inline _SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E * get_SetOverlayTransformTrackedDeviceComponent_37() const { return ___SetOverlayTransformTrackedDeviceComponent_37; } inline _SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E ** get_address_of_SetOverlayTransformTrackedDeviceComponent_37() { return &___SetOverlayTransformTrackedDeviceComponent_37; } inline void set_SetOverlayTransformTrackedDeviceComponent_37(_SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E * value) { ___SetOverlayTransformTrackedDeviceComponent_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTransformTrackedDeviceComponent_37), (void*)value); } inline static int32_t get_offset_of_GetOverlayTransformTrackedDeviceComponent_38() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTransformTrackedDeviceComponent_38)); } inline _GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D * get_GetOverlayTransformTrackedDeviceComponent_38() const { return ___GetOverlayTransformTrackedDeviceComponent_38; } inline _GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D ** get_address_of_GetOverlayTransformTrackedDeviceComponent_38() { return &___GetOverlayTransformTrackedDeviceComponent_38; } inline void set_GetOverlayTransformTrackedDeviceComponent_38(_GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D * value) { ___GetOverlayTransformTrackedDeviceComponent_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTransformTrackedDeviceComponent_38), (void*)value); } inline static int32_t get_offset_of_GetOverlayTransformOverlayRelative_39() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTransformOverlayRelative_39)); } inline _GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14 * get_GetOverlayTransformOverlayRelative_39() const { return ___GetOverlayTransformOverlayRelative_39; } inline _GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14 ** get_address_of_GetOverlayTransformOverlayRelative_39() { return &___GetOverlayTransformOverlayRelative_39; } inline void set_GetOverlayTransformOverlayRelative_39(_GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14 * value) { ___GetOverlayTransformOverlayRelative_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTransformOverlayRelative_39), (void*)value); } inline static int32_t get_offset_of_SetOverlayTransformOverlayRelative_40() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTransformOverlayRelative_40)); } inline _SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D * get_SetOverlayTransformOverlayRelative_40() const { return ___SetOverlayTransformOverlayRelative_40; } inline _SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D ** get_address_of_SetOverlayTransformOverlayRelative_40() { return &___SetOverlayTransformOverlayRelative_40; } inline void set_SetOverlayTransformOverlayRelative_40(_SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D * value) { ___SetOverlayTransformOverlayRelative_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTransformOverlayRelative_40), (void*)value); } inline static int32_t get_offset_of_ShowOverlay_41() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ShowOverlay_41)); } inline _ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797 * get_ShowOverlay_41() const { return ___ShowOverlay_41; } inline _ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797 ** get_address_of_ShowOverlay_41() { return &___ShowOverlay_41; } inline void set_ShowOverlay_41(_ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797 * value) { ___ShowOverlay_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowOverlay_41), (void*)value); } inline static int32_t get_offset_of_HideOverlay_42() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___HideOverlay_42)); } inline _HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084 * get_HideOverlay_42() const { return ___HideOverlay_42; } inline _HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084 ** get_address_of_HideOverlay_42() { return &___HideOverlay_42; } inline void set_HideOverlay_42(_HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084 * value) { ___HideOverlay_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___HideOverlay_42), (void*)value); } inline static int32_t get_offset_of_IsOverlayVisible_43() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___IsOverlayVisible_43)); } inline _IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902 * get_IsOverlayVisible_43() const { return ___IsOverlayVisible_43; } inline _IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902 ** get_address_of_IsOverlayVisible_43() { return &___IsOverlayVisible_43; } inline void set_IsOverlayVisible_43(_IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902 * value) { ___IsOverlayVisible_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsOverlayVisible_43), (void*)value); } inline static int32_t get_offset_of_GetTransformForOverlayCoordinates_44() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetTransformForOverlayCoordinates_44)); } inline _GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D * get_GetTransformForOverlayCoordinates_44() const { return ___GetTransformForOverlayCoordinates_44; } inline _GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D ** get_address_of_GetTransformForOverlayCoordinates_44() { return &___GetTransformForOverlayCoordinates_44; } inline void set_GetTransformForOverlayCoordinates_44(_GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D * value) { ___GetTransformForOverlayCoordinates_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTransformForOverlayCoordinates_44), (void*)value); } inline static int32_t get_offset_of_PollNextOverlayEvent_45() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___PollNextOverlayEvent_45)); } inline _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * get_PollNextOverlayEvent_45() const { return ___PollNextOverlayEvent_45; } inline _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB ** get_address_of_PollNextOverlayEvent_45() { return &___PollNextOverlayEvent_45; } inline void set_PollNextOverlayEvent_45(_PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * value) { ___PollNextOverlayEvent_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___PollNextOverlayEvent_45), (void*)value); } inline static int32_t get_offset_of_GetOverlayInputMethod_46() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayInputMethod_46)); } inline _GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00 * get_GetOverlayInputMethod_46() const { return ___GetOverlayInputMethod_46; } inline _GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00 ** get_address_of_GetOverlayInputMethod_46() { return &___GetOverlayInputMethod_46; } inline void set_GetOverlayInputMethod_46(_GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00 * value) { ___GetOverlayInputMethod_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayInputMethod_46), (void*)value); } inline static int32_t get_offset_of_SetOverlayInputMethod_47() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayInputMethod_47)); } inline _SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52 * get_SetOverlayInputMethod_47() const { return ___SetOverlayInputMethod_47; } inline _SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52 ** get_address_of_SetOverlayInputMethod_47() { return &___SetOverlayInputMethod_47; } inline void set_SetOverlayInputMethod_47(_SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52 * value) { ___SetOverlayInputMethod_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayInputMethod_47), (void*)value); } inline static int32_t get_offset_of_GetOverlayMouseScale_48() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayMouseScale_48)); } inline _GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B * get_GetOverlayMouseScale_48() const { return ___GetOverlayMouseScale_48; } inline _GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B ** get_address_of_GetOverlayMouseScale_48() { return &___GetOverlayMouseScale_48; } inline void set_GetOverlayMouseScale_48(_GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B * value) { ___GetOverlayMouseScale_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayMouseScale_48), (void*)value); } inline static int32_t get_offset_of_SetOverlayMouseScale_49() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayMouseScale_49)); } inline _SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C * get_SetOverlayMouseScale_49() const { return ___SetOverlayMouseScale_49; } inline _SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C ** get_address_of_SetOverlayMouseScale_49() { return &___SetOverlayMouseScale_49; } inline void set_SetOverlayMouseScale_49(_SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C * value) { ___SetOverlayMouseScale_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayMouseScale_49), (void*)value); } inline static int32_t get_offset_of_ComputeOverlayIntersection_50() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ComputeOverlayIntersection_50)); } inline _ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA * get_ComputeOverlayIntersection_50() const { return ___ComputeOverlayIntersection_50; } inline _ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA ** get_address_of_ComputeOverlayIntersection_50() { return &___ComputeOverlayIntersection_50; } inline void set_ComputeOverlayIntersection_50(_ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA * value) { ___ComputeOverlayIntersection_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___ComputeOverlayIntersection_50), (void*)value); } inline static int32_t get_offset_of_IsHoverTargetOverlay_51() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___IsHoverTargetOverlay_51)); } inline _IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94 * get_IsHoverTargetOverlay_51() const { return ___IsHoverTargetOverlay_51; } inline _IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94 ** get_address_of_IsHoverTargetOverlay_51() { return &___IsHoverTargetOverlay_51; } inline void set_IsHoverTargetOverlay_51(_IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94 * value) { ___IsHoverTargetOverlay_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsHoverTargetOverlay_51), (void*)value); } inline static int32_t get_offset_of_GetGamepadFocusOverlay_52() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetGamepadFocusOverlay_52)); } inline _GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84 * get_GetGamepadFocusOverlay_52() const { return ___GetGamepadFocusOverlay_52; } inline _GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84 ** get_address_of_GetGamepadFocusOverlay_52() { return &___GetGamepadFocusOverlay_52; } inline void set_GetGamepadFocusOverlay_52(_GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84 * value) { ___GetGamepadFocusOverlay_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetGamepadFocusOverlay_52), (void*)value); } inline static int32_t get_offset_of_SetGamepadFocusOverlay_53() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetGamepadFocusOverlay_53)); } inline _SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17 * get_SetGamepadFocusOverlay_53() const { return ___SetGamepadFocusOverlay_53; } inline _SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17 ** get_address_of_SetGamepadFocusOverlay_53() { return &___SetGamepadFocusOverlay_53; } inline void set_SetGamepadFocusOverlay_53(_SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17 * value) { ___SetGamepadFocusOverlay_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetGamepadFocusOverlay_53), (void*)value); } inline static int32_t get_offset_of_SetOverlayNeighbor_54() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayNeighbor_54)); } inline _SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5 * get_SetOverlayNeighbor_54() const { return ___SetOverlayNeighbor_54; } inline _SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5 ** get_address_of_SetOverlayNeighbor_54() { return &___SetOverlayNeighbor_54; } inline void set_SetOverlayNeighbor_54(_SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5 * value) { ___SetOverlayNeighbor_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayNeighbor_54), (void*)value); } inline static int32_t get_offset_of_MoveGamepadFocusToNeighbor_55() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___MoveGamepadFocusToNeighbor_55)); } inline _MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811 * get_MoveGamepadFocusToNeighbor_55() const { return ___MoveGamepadFocusToNeighbor_55; } inline _MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811 ** get_address_of_MoveGamepadFocusToNeighbor_55() { return &___MoveGamepadFocusToNeighbor_55; } inline void set_MoveGamepadFocusToNeighbor_55(_MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811 * value) { ___MoveGamepadFocusToNeighbor_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___MoveGamepadFocusToNeighbor_55), (void*)value); } inline static int32_t get_offset_of_SetOverlayDualAnalogTransform_56() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayDualAnalogTransform_56)); } inline _SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B * get_SetOverlayDualAnalogTransform_56() const { return ___SetOverlayDualAnalogTransform_56; } inline _SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B ** get_address_of_SetOverlayDualAnalogTransform_56() { return &___SetOverlayDualAnalogTransform_56; } inline void set_SetOverlayDualAnalogTransform_56(_SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B * value) { ___SetOverlayDualAnalogTransform_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayDualAnalogTransform_56), (void*)value); } inline static int32_t get_offset_of_GetOverlayDualAnalogTransform_57() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayDualAnalogTransform_57)); } inline _GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1 * get_GetOverlayDualAnalogTransform_57() const { return ___GetOverlayDualAnalogTransform_57; } inline _GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1 ** get_address_of_GetOverlayDualAnalogTransform_57() { return &___GetOverlayDualAnalogTransform_57; } inline void set_GetOverlayDualAnalogTransform_57(_GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1 * value) { ___GetOverlayDualAnalogTransform_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayDualAnalogTransform_57), (void*)value); } inline static int32_t get_offset_of_SetOverlayTexture_58() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTexture_58)); } inline _SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10 * get_SetOverlayTexture_58() const { return ___SetOverlayTexture_58; } inline _SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10 ** get_address_of_SetOverlayTexture_58() { return &___SetOverlayTexture_58; } inline void set_SetOverlayTexture_58(_SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10 * value) { ___SetOverlayTexture_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTexture_58), (void*)value); } inline static int32_t get_offset_of_ClearOverlayTexture_59() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ClearOverlayTexture_59)); } inline _ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E * get_ClearOverlayTexture_59() const { return ___ClearOverlayTexture_59; } inline _ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E ** get_address_of_ClearOverlayTexture_59() { return &___ClearOverlayTexture_59; } inline void set_ClearOverlayTexture_59(_ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E * value) { ___ClearOverlayTexture_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClearOverlayTexture_59), (void*)value); } inline static int32_t get_offset_of_SetOverlayRaw_60() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayRaw_60)); } inline _SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105 * get_SetOverlayRaw_60() const { return ___SetOverlayRaw_60; } inline _SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105 ** get_address_of_SetOverlayRaw_60() { return &___SetOverlayRaw_60; } inline void set_SetOverlayRaw_60(_SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105 * value) { ___SetOverlayRaw_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayRaw_60), (void*)value); } inline static int32_t get_offset_of_SetOverlayFromFile_61() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayFromFile_61)); } inline _SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B * get_SetOverlayFromFile_61() const { return ___SetOverlayFromFile_61; } inline _SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B ** get_address_of_SetOverlayFromFile_61() { return &___SetOverlayFromFile_61; } inline void set_SetOverlayFromFile_61(_SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B * value) { ___SetOverlayFromFile_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayFromFile_61), (void*)value); } inline static int32_t get_offset_of_GetOverlayTexture_62() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTexture_62)); } inline _GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046 * get_GetOverlayTexture_62() const { return ___GetOverlayTexture_62; } inline _GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046 ** get_address_of_GetOverlayTexture_62() { return &___GetOverlayTexture_62; } inline void set_GetOverlayTexture_62(_GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046 * value) { ___GetOverlayTexture_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTexture_62), (void*)value); } inline static int32_t get_offset_of_ReleaseNativeOverlayHandle_63() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ReleaseNativeOverlayHandle_63)); } inline _ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B * get_ReleaseNativeOverlayHandle_63() const { return ___ReleaseNativeOverlayHandle_63; } inline _ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B ** get_address_of_ReleaseNativeOverlayHandle_63() { return &___ReleaseNativeOverlayHandle_63; } inline void set_ReleaseNativeOverlayHandle_63(_ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B * value) { ___ReleaseNativeOverlayHandle_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReleaseNativeOverlayHandle_63), (void*)value); } inline static int32_t get_offset_of_GetOverlayTextureSize_64() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTextureSize_64)); } inline _GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472 * get_GetOverlayTextureSize_64() const { return ___GetOverlayTextureSize_64; } inline _GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472 ** get_address_of_GetOverlayTextureSize_64() { return &___GetOverlayTextureSize_64; } inline void set_GetOverlayTextureSize_64(_GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472 * value) { ___GetOverlayTextureSize_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTextureSize_64), (void*)value); } inline static int32_t get_offset_of_CreateDashboardOverlay_65() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___CreateDashboardOverlay_65)); } inline _CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A * get_CreateDashboardOverlay_65() const { return ___CreateDashboardOverlay_65; } inline _CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A ** get_address_of_CreateDashboardOverlay_65() { return &___CreateDashboardOverlay_65; } inline void set_CreateDashboardOverlay_65(_CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A * value) { ___CreateDashboardOverlay_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___CreateDashboardOverlay_65), (void*)value); } inline static int32_t get_offset_of_IsDashboardVisible_66() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___IsDashboardVisible_66)); } inline _IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8 * get_IsDashboardVisible_66() const { return ___IsDashboardVisible_66; } inline _IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8 ** get_address_of_IsDashboardVisible_66() { return &___IsDashboardVisible_66; } inline void set_IsDashboardVisible_66(_IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8 * value) { ___IsDashboardVisible_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsDashboardVisible_66), (void*)value); } inline static int32_t get_offset_of_IsActiveDashboardOverlay_67() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___IsActiveDashboardOverlay_67)); } inline _IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B * get_IsActiveDashboardOverlay_67() const { return ___IsActiveDashboardOverlay_67; } inline _IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B ** get_address_of_IsActiveDashboardOverlay_67() { return &___IsActiveDashboardOverlay_67; } inline void set_IsActiveDashboardOverlay_67(_IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B * value) { ___IsActiveDashboardOverlay_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsActiveDashboardOverlay_67), (void*)value); } inline static int32_t get_offset_of_SetDashboardOverlaySceneProcess_68() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetDashboardOverlaySceneProcess_68)); } inline _SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000 * get_SetDashboardOverlaySceneProcess_68() const { return ___SetDashboardOverlaySceneProcess_68; } inline _SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000 ** get_address_of_SetDashboardOverlaySceneProcess_68() { return &___SetDashboardOverlaySceneProcess_68; } inline void set_SetDashboardOverlaySceneProcess_68(_SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000 * value) { ___SetDashboardOverlaySceneProcess_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetDashboardOverlaySceneProcess_68), (void*)value); } inline static int32_t get_offset_of_GetDashboardOverlaySceneProcess_69() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetDashboardOverlaySceneProcess_69)); } inline _GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB * get_GetDashboardOverlaySceneProcess_69() const { return ___GetDashboardOverlaySceneProcess_69; } inline _GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB ** get_address_of_GetDashboardOverlaySceneProcess_69() { return &___GetDashboardOverlaySceneProcess_69; } inline void set_GetDashboardOverlaySceneProcess_69(_GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB * value) { ___GetDashboardOverlaySceneProcess_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDashboardOverlaySceneProcess_69), (void*)value); } inline static int32_t get_offset_of_ShowDashboard_70() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ShowDashboard_70)); } inline _ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7 * get_ShowDashboard_70() const { return ___ShowDashboard_70; } inline _ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7 ** get_address_of_ShowDashboard_70() { return &___ShowDashboard_70; } inline void set_ShowDashboard_70(_ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7 * value) { ___ShowDashboard_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowDashboard_70), (void*)value); } inline static int32_t get_offset_of_GetPrimaryDashboardDevice_71() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetPrimaryDashboardDevice_71)); } inline _GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF * get_GetPrimaryDashboardDevice_71() const { return ___GetPrimaryDashboardDevice_71; } inline _GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF ** get_address_of_GetPrimaryDashboardDevice_71() { return &___GetPrimaryDashboardDevice_71; } inline void set_GetPrimaryDashboardDevice_71(_GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF * value) { ___GetPrimaryDashboardDevice_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetPrimaryDashboardDevice_71), (void*)value); } inline static int32_t get_offset_of_ShowKeyboard_72() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ShowKeyboard_72)); } inline _ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2 * get_ShowKeyboard_72() const { return ___ShowKeyboard_72; } inline _ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2 ** get_address_of_ShowKeyboard_72() { return &___ShowKeyboard_72; } inline void set_ShowKeyboard_72(_ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2 * value) { ___ShowKeyboard_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowKeyboard_72), (void*)value); } inline static int32_t get_offset_of_ShowKeyboardForOverlay_73() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ShowKeyboardForOverlay_73)); } inline _ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED * get_ShowKeyboardForOverlay_73() const { return ___ShowKeyboardForOverlay_73; } inline _ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED ** get_address_of_ShowKeyboardForOverlay_73() { return &___ShowKeyboardForOverlay_73; } inline void set_ShowKeyboardForOverlay_73(_ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED * value) { ___ShowKeyboardForOverlay_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowKeyboardForOverlay_73), (void*)value); } inline static int32_t get_offset_of_GetKeyboardText_74() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetKeyboardText_74)); } inline _GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD * get_GetKeyboardText_74() const { return ___GetKeyboardText_74; } inline _GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD ** get_address_of_GetKeyboardText_74() { return &___GetKeyboardText_74; } inline void set_GetKeyboardText_74(_GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD * value) { ___GetKeyboardText_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetKeyboardText_74), (void*)value); } inline static int32_t get_offset_of_HideKeyboard_75() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___HideKeyboard_75)); } inline _HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0 * get_HideKeyboard_75() const { return ___HideKeyboard_75; } inline _HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0 ** get_address_of_HideKeyboard_75() { return &___HideKeyboard_75; } inline void set_HideKeyboard_75(_HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0 * value) { ___HideKeyboard_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___HideKeyboard_75), (void*)value); } inline static int32_t get_offset_of_SetKeyboardTransformAbsolute_76() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetKeyboardTransformAbsolute_76)); } inline _SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0 * get_SetKeyboardTransformAbsolute_76() const { return ___SetKeyboardTransformAbsolute_76; } inline _SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0 ** get_address_of_SetKeyboardTransformAbsolute_76() { return &___SetKeyboardTransformAbsolute_76; } inline void set_SetKeyboardTransformAbsolute_76(_SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0 * value) { ___SetKeyboardTransformAbsolute_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetKeyboardTransformAbsolute_76), (void*)value); } inline static int32_t get_offset_of_SetKeyboardPositionForOverlay_77() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetKeyboardPositionForOverlay_77)); } inline _SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722 * get_SetKeyboardPositionForOverlay_77() const { return ___SetKeyboardPositionForOverlay_77; } inline _SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722 ** get_address_of_SetKeyboardPositionForOverlay_77() { return &___SetKeyboardPositionForOverlay_77; } inline void set_SetKeyboardPositionForOverlay_77(_SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722 * value) { ___SetKeyboardPositionForOverlay_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetKeyboardPositionForOverlay_77), (void*)value); } inline static int32_t get_offset_of_SetOverlayIntersectionMask_78() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayIntersectionMask_78)); } inline _SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB * get_SetOverlayIntersectionMask_78() const { return ___SetOverlayIntersectionMask_78; } inline _SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB ** get_address_of_SetOverlayIntersectionMask_78() { return &___SetOverlayIntersectionMask_78; } inline void set_SetOverlayIntersectionMask_78(_SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB * value) { ___SetOverlayIntersectionMask_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayIntersectionMask_78), (void*)value); } inline static int32_t get_offset_of_GetOverlayFlags_79() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayFlags_79)); } inline _GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D * get_GetOverlayFlags_79() const { return ___GetOverlayFlags_79; } inline _GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D ** get_address_of_GetOverlayFlags_79() { return &___GetOverlayFlags_79; } inline void set_GetOverlayFlags_79(_GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D * value) { ___GetOverlayFlags_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayFlags_79), (void*)value); } inline static int32_t get_offset_of_ShowMessageOverlay_80() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ShowMessageOverlay_80)); } inline _ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2 * get_ShowMessageOverlay_80() const { return ___ShowMessageOverlay_80; } inline _ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2 ** get_address_of_ShowMessageOverlay_80() { return &___ShowMessageOverlay_80; } inline void set_ShowMessageOverlay_80(_ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2 * value) { ___ShowMessageOverlay_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowMessageOverlay_80), (void*)value); } inline static int32_t get_offset_of_CloseMessageOverlay_81() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___CloseMessageOverlay_81)); } inline _CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C * get_CloseMessageOverlay_81() const { return ___CloseMessageOverlay_81; } inline _CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C ** get_address_of_CloseMessageOverlay_81() { return &___CloseMessageOverlay_81; } inline void set_CloseMessageOverlay_81(_CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C * value) { ___CloseMessageOverlay_81 = value; Il2CppCodeGenWriteBarrier((void**)(&___CloseMessageOverlay_81), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVROverlay struct IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshaled_pinvoke { Il2CppMethodPointer ___FindOverlay_0; Il2CppMethodPointer ___CreateOverlay_1; Il2CppMethodPointer ___DestroyOverlay_2; Il2CppMethodPointer ___SetHighQualityOverlay_3; Il2CppMethodPointer ___GetHighQualityOverlay_4; Il2CppMethodPointer ___GetOverlayKey_5; Il2CppMethodPointer ___GetOverlayName_6; Il2CppMethodPointer ___SetOverlayName_7; Il2CppMethodPointer ___GetOverlayImageData_8; Il2CppMethodPointer ___GetOverlayErrorNameFromEnum_9; Il2CppMethodPointer ___SetOverlayRenderingPid_10; Il2CppMethodPointer ___GetOverlayRenderingPid_11; Il2CppMethodPointer ___SetOverlayFlag_12; Il2CppMethodPointer ___GetOverlayFlag_13; Il2CppMethodPointer ___SetOverlayColor_14; Il2CppMethodPointer ___GetOverlayColor_15; Il2CppMethodPointer ___SetOverlayAlpha_16; Il2CppMethodPointer ___GetOverlayAlpha_17; Il2CppMethodPointer ___SetOverlayTexelAspect_18; Il2CppMethodPointer ___GetOverlayTexelAspect_19; Il2CppMethodPointer ___SetOverlaySortOrder_20; Il2CppMethodPointer ___GetOverlaySortOrder_21; Il2CppMethodPointer ___SetOverlayWidthInMeters_22; Il2CppMethodPointer ___GetOverlayWidthInMeters_23; Il2CppMethodPointer ___SetOverlayAutoCurveDistanceRangeInMeters_24; Il2CppMethodPointer ___GetOverlayAutoCurveDistanceRangeInMeters_25; Il2CppMethodPointer ___SetOverlayTextureColorSpace_26; Il2CppMethodPointer ___GetOverlayTextureColorSpace_27; Il2CppMethodPointer ___SetOverlayTextureBounds_28; Il2CppMethodPointer ___GetOverlayTextureBounds_29; Il2CppMethodPointer ___GetOverlayRenderModel_30; Il2CppMethodPointer ___SetOverlayRenderModel_31; Il2CppMethodPointer ___GetOverlayTransformType_32; Il2CppMethodPointer ___SetOverlayTransformAbsolute_33; Il2CppMethodPointer ___GetOverlayTransformAbsolute_34; Il2CppMethodPointer ___SetOverlayTransformTrackedDeviceRelative_35; Il2CppMethodPointer ___GetOverlayTransformTrackedDeviceRelative_36; Il2CppMethodPointer ___SetOverlayTransformTrackedDeviceComponent_37; Il2CppMethodPointer ___GetOverlayTransformTrackedDeviceComponent_38; Il2CppMethodPointer ___GetOverlayTransformOverlayRelative_39; Il2CppMethodPointer ___SetOverlayTransformOverlayRelative_40; Il2CppMethodPointer ___ShowOverlay_41; Il2CppMethodPointer ___HideOverlay_42; Il2CppMethodPointer ___IsOverlayVisible_43; Il2CppMethodPointer ___GetTransformForOverlayCoordinates_44; Il2CppMethodPointer ___PollNextOverlayEvent_45; Il2CppMethodPointer ___GetOverlayInputMethod_46; Il2CppMethodPointer ___SetOverlayInputMethod_47; Il2CppMethodPointer ___GetOverlayMouseScale_48; Il2CppMethodPointer ___SetOverlayMouseScale_49; Il2CppMethodPointer ___ComputeOverlayIntersection_50; Il2CppMethodPointer ___IsHoverTargetOverlay_51; Il2CppMethodPointer ___GetGamepadFocusOverlay_52; Il2CppMethodPointer ___SetGamepadFocusOverlay_53; Il2CppMethodPointer ___SetOverlayNeighbor_54; Il2CppMethodPointer ___MoveGamepadFocusToNeighbor_55; Il2CppMethodPointer ___SetOverlayDualAnalogTransform_56; Il2CppMethodPointer ___GetOverlayDualAnalogTransform_57; Il2CppMethodPointer ___SetOverlayTexture_58; Il2CppMethodPointer ___ClearOverlayTexture_59; Il2CppMethodPointer ___SetOverlayRaw_60; Il2CppMethodPointer ___SetOverlayFromFile_61; Il2CppMethodPointer ___GetOverlayTexture_62; Il2CppMethodPointer ___ReleaseNativeOverlayHandle_63; Il2CppMethodPointer ___GetOverlayTextureSize_64; Il2CppMethodPointer ___CreateDashboardOverlay_65; Il2CppMethodPointer ___IsDashboardVisible_66; Il2CppMethodPointer ___IsActiveDashboardOverlay_67; Il2CppMethodPointer ___SetDashboardOverlaySceneProcess_68; Il2CppMethodPointer ___GetDashboardOverlaySceneProcess_69; Il2CppMethodPointer ___ShowDashboard_70; Il2CppMethodPointer ___GetPrimaryDashboardDevice_71; Il2CppMethodPointer ___ShowKeyboard_72; Il2CppMethodPointer ___ShowKeyboardForOverlay_73; Il2CppMethodPointer ___GetKeyboardText_74; Il2CppMethodPointer ___HideKeyboard_75; Il2CppMethodPointer ___SetKeyboardTransformAbsolute_76; Il2CppMethodPointer ___SetKeyboardPositionForOverlay_77; Il2CppMethodPointer ___SetOverlayIntersectionMask_78; Il2CppMethodPointer ___GetOverlayFlags_79; Il2CppMethodPointer ___ShowMessageOverlay_80; Il2CppMethodPointer ___CloseMessageOverlay_81; }; // Native definition for COM marshalling of OVR.OpenVR.IVROverlay struct IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshaled_com { Il2CppMethodPointer ___FindOverlay_0; Il2CppMethodPointer ___CreateOverlay_1; Il2CppMethodPointer ___DestroyOverlay_2; Il2CppMethodPointer ___SetHighQualityOverlay_3; Il2CppMethodPointer ___GetHighQualityOverlay_4; Il2CppMethodPointer ___GetOverlayKey_5; Il2CppMethodPointer ___GetOverlayName_6; Il2CppMethodPointer ___SetOverlayName_7; Il2CppMethodPointer ___GetOverlayImageData_8; Il2CppMethodPointer ___GetOverlayErrorNameFromEnum_9; Il2CppMethodPointer ___SetOverlayRenderingPid_10; Il2CppMethodPointer ___GetOverlayRenderingPid_11; Il2CppMethodPointer ___SetOverlayFlag_12; Il2CppMethodPointer ___GetOverlayFlag_13; Il2CppMethodPointer ___SetOverlayColor_14; Il2CppMethodPointer ___GetOverlayColor_15; Il2CppMethodPointer ___SetOverlayAlpha_16; Il2CppMethodPointer ___GetOverlayAlpha_17; Il2CppMethodPointer ___SetOverlayTexelAspect_18; Il2CppMethodPointer ___GetOverlayTexelAspect_19; Il2CppMethodPointer ___SetOverlaySortOrder_20; Il2CppMethodPointer ___GetOverlaySortOrder_21; Il2CppMethodPointer ___SetOverlayWidthInMeters_22; Il2CppMethodPointer ___GetOverlayWidthInMeters_23; Il2CppMethodPointer ___SetOverlayAutoCurveDistanceRangeInMeters_24; Il2CppMethodPointer ___GetOverlayAutoCurveDistanceRangeInMeters_25; Il2CppMethodPointer ___SetOverlayTextureColorSpace_26; Il2CppMethodPointer ___GetOverlayTextureColorSpace_27; Il2CppMethodPointer ___SetOverlayTextureBounds_28; Il2CppMethodPointer ___GetOverlayTextureBounds_29; Il2CppMethodPointer ___GetOverlayRenderModel_30; Il2CppMethodPointer ___SetOverlayRenderModel_31; Il2CppMethodPointer ___GetOverlayTransformType_32; Il2CppMethodPointer ___SetOverlayTransformAbsolute_33; Il2CppMethodPointer ___GetOverlayTransformAbsolute_34; Il2CppMethodPointer ___SetOverlayTransformTrackedDeviceRelative_35; Il2CppMethodPointer ___GetOverlayTransformTrackedDeviceRelative_36; Il2CppMethodPointer ___SetOverlayTransformTrackedDeviceComponent_37; Il2CppMethodPointer ___GetOverlayTransformTrackedDeviceComponent_38; Il2CppMethodPointer ___GetOverlayTransformOverlayRelative_39; Il2CppMethodPointer ___SetOverlayTransformOverlayRelative_40; Il2CppMethodPointer ___ShowOverlay_41; Il2CppMethodPointer ___HideOverlay_42; Il2CppMethodPointer ___IsOverlayVisible_43; Il2CppMethodPointer ___GetTransformForOverlayCoordinates_44; Il2CppMethodPointer ___PollNextOverlayEvent_45; Il2CppMethodPointer ___GetOverlayInputMethod_46; Il2CppMethodPointer ___SetOverlayInputMethod_47; Il2CppMethodPointer ___GetOverlayMouseScale_48; Il2CppMethodPointer ___SetOverlayMouseScale_49; Il2CppMethodPointer ___ComputeOverlayIntersection_50; Il2CppMethodPointer ___IsHoverTargetOverlay_51; Il2CppMethodPointer ___GetGamepadFocusOverlay_52; Il2CppMethodPointer ___SetGamepadFocusOverlay_53; Il2CppMethodPointer ___SetOverlayNeighbor_54; Il2CppMethodPointer ___MoveGamepadFocusToNeighbor_55; Il2CppMethodPointer ___SetOverlayDualAnalogTransform_56; Il2CppMethodPointer ___GetOverlayDualAnalogTransform_57; Il2CppMethodPointer ___SetOverlayTexture_58; Il2CppMethodPointer ___ClearOverlayTexture_59; Il2CppMethodPointer ___SetOverlayRaw_60; Il2CppMethodPointer ___SetOverlayFromFile_61; Il2CppMethodPointer ___GetOverlayTexture_62; Il2CppMethodPointer ___ReleaseNativeOverlayHandle_63; Il2CppMethodPointer ___GetOverlayTextureSize_64; Il2CppMethodPointer ___CreateDashboardOverlay_65; Il2CppMethodPointer ___IsDashboardVisible_66; Il2CppMethodPointer ___IsActiveDashboardOverlay_67; Il2CppMethodPointer ___SetDashboardOverlaySceneProcess_68; Il2CppMethodPointer ___GetDashboardOverlaySceneProcess_69; Il2CppMethodPointer ___ShowDashboard_70; Il2CppMethodPointer ___GetPrimaryDashboardDevice_71; Il2CppMethodPointer ___ShowKeyboard_72; Il2CppMethodPointer ___ShowKeyboardForOverlay_73; Il2CppMethodPointer ___GetKeyboardText_74; Il2CppMethodPointer ___HideKeyboard_75; Il2CppMethodPointer ___SetKeyboardTransformAbsolute_76; Il2CppMethodPointer ___SetKeyboardPositionForOverlay_77; Il2CppMethodPointer ___SetOverlayIntersectionMask_78; Il2CppMethodPointer ___GetOverlayFlags_79; Il2CppMethodPointer ___ShowMessageOverlay_80; Il2CppMethodPointer ___CloseMessageOverlay_81; }; // OVR.OpenVR.IVRRenderModels struct IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 { public: // OVR.OpenVR.IVRRenderModels/_LoadRenderModel_Async OVR.OpenVR.IVRRenderModels::LoadRenderModel_Async _LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302 * ___LoadRenderModel_Async_0; // OVR.OpenVR.IVRRenderModels/_FreeRenderModel OVR.OpenVR.IVRRenderModels::FreeRenderModel _FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B * ___FreeRenderModel_1; // OVR.OpenVR.IVRRenderModels/_LoadTexture_Async OVR.OpenVR.IVRRenderModels::LoadTexture_Async _LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07 * ___LoadTexture_Async_2; // OVR.OpenVR.IVRRenderModels/_FreeTexture OVR.OpenVR.IVRRenderModels::FreeTexture _FreeTexture_tD249C561539875A7BD54E4568884571E7274F384 * ___FreeTexture_3; // OVR.OpenVR.IVRRenderModels/_LoadTextureD3D11_Async OVR.OpenVR.IVRRenderModels::LoadTextureD3D11_Async _LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139 * ___LoadTextureD3D11_Async_4; // OVR.OpenVR.IVRRenderModels/_LoadIntoTextureD3D11_Async OVR.OpenVR.IVRRenderModels::LoadIntoTextureD3D11_Async _LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D * ___LoadIntoTextureD3D11_Async_5; // OVR.OpenVR.IVRRenderModels/_FreeTextureD3D11 OVR.OpenVR.IVRRenderModels::FreeTextureD3D11 _FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124 * ___FreeTextureD3D11_6; // OVR.OpenVR.IVRRenderModels/_GetRenderModelName OVR.OpenVR.IVRRenderModels::GetRenderModelName _GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B * ___GetRenderModelName_7; // OVR.OpenVR.IVRRenderModels/_GetRenderModelCount OVR.OpenVR.IVRRenderModels::GetRenderModelCount _GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28 * ___GetRenderModelCount_8; // OVR.OpenVR.IVRRenderModels/_GetComponentCount OVR.OpenVR.IVRRenderModels::GetComponentCount _GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA * ___GetComponentCount_9; // OVR.OpenVR.IVRRenderModels/_GetComponentName OVR.OpenVR.IVRRenderModels::GetComponentName _GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5 * ___GetComponentName_10; // OVR.OpenVR.IVRRenderModels/_GetComponentButtonMask OVR.OpenVR.IVRRenderModels::GetComponentButtonMask _GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC * ___GetComponentButtonMask_11; // OVR.OpenVR.IVRRenderModels/_GetComponentRenderModelName OVR.OpenVR.IVRRenderModels::GetComponentRenderModelName _GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554 * ___GetComponentRenderModelName_12; // OVR.OpenVR.IVRRenderModels/_GetComponentStateForDevicePath OVR.OpenVR.IVRRenderModels::GetComponentStateForDevicePath _GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36 * ___GetComponentStateForDevicePath_13; // OVR.OpenVR.IVRRenderModels/_GetComponentState OVR.OpenVR.IVRRenderModels::GetComponentState _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * ___GetComponentState_14; // OVR.OpenVR.IVRRenderModels/_RenderModelHasComponent OVR.OpenVR.IVRRenderModels::RenderModelHasComponent _RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B * ___RenderModelHasComponent_15; // OVR.OpenVR.IVRRenderModels/_GetRenderModelThumbnailURL OVR.OpenVR.IVRRenderModels::GetRenderModelThumbnailURL _GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1 * ___GetRenderModelThumbnailURL_16; // OVR.OpenVR.IVRRenderModels/_GetRenderModelOriginalPath OVR.OpenVR.IVRRenderModels::GetRenderModelOriginalPath _GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012 * ___GetRenderModelOriginalPath_17; // OVR.OpenVR.IVRRenderModels/_GetRenderModelErrorNameFromEnum OVR.OpenVR.IVRRenderModels::GetRenderModelErrorNameFromEnum _GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90 * ___GetRenderModelErrorNameFromEnum_18; public: inline static int32_t get_offset_of_LoadRenderModel_Async_0() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___LoadRenderModel_Async_0)); } inline _LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302 * get_LoadRenderModel_Async_0() const { return ___LoadRenderModel_Async_0; } inline _LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302 ** get_address_of_LoadRenderModel_Async_0() { return &___LoadRenderModel_Async_0; } inline void set_LoadRenderModel_Async_0(_LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302 * value) { ___LoadRenderModel_Async_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LoadRenderModel_Async_0), (void*)value); } inline static int32_t get_offset_of_FreeRenderModel_1() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___FreeRenderModel_1)); } inline _FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B * get_FreeRenderModel_1() const { return ___FreeRenderModel_1; } inline _FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B ** get_address_of_FreeRenderModel_1() { return &___FreeRenderModel_1; } inline void set_FreeRenderModel_1(_FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B * value) { ___FreeRenderModel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeRenderModel_1), (void*)value); } inline static int32_t get_offset_of_LoadTexture_Async_2() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___LoadTexture_Async_2)); } inline _LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07 * get_LoadTexture_Async_2() const { return ___LoadTexture_Async_2; } inline _LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07 ** get_address_of_LoadTexture_Async_2() { return &___LoadTexture_Async_2; } inline void set_LoadTexture_Async_2(_LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07 * value) { ___LoadTexture_Async_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___LoadTexture_Async_2), (void*)value); } inline static int32_t get_offset_of_FreeTexture_3() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___FreeTexture_3)); } inline _FreeTexture_tD249C561539875A7BD54E4568884571E7274F384 * get_FreeTexture_3() const { return ___FreeTexture_3; } inline _FreeTexture_tD249C561539875A7BD54E4568884571E7274F384 ** get_address_of_FreeTexture_3() { return &___FreeTexture_3; } inline void set_FreeTexture_3(_FreeTexture_tD249C561539875A7BD54E4568884571E7274F384 * value) { ___FreeTexture_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeTexture_3), (void*)value); } inline static int32_t get_offset_of_LoadTextureD3D11_Async_4() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___LoadTextureD3D11_Async_4)); } inline _LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139 * get_LoadTextureD3D11_Async_4() const { return ___LoadTextureD3D11_Async_4; } inline _LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139 ** get_address_of_LoadTextureD3D11_Async_4() { return &___LoadTextureD3D11_Async_4; } inline void set_LoadTextureD3D11_Async_4(_LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139 * value) { ___LoadTextureD3D11_Async_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___LoadTextureD3D11_Async_4), (void*)value); } inline static int32_t get_offset_of_LoadIntoTextureD3D11_Async_5() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___LoadIntoTextureD3D11_Async_5)); } inline _LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D * get_LoadIntoTextureD3D11_Async_5() const { return ___LoadIntoTextureD3D11_Async_5; } inline _LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D ** get_address_of_LoadIntoTextureD3D11_Async_5() { return &___LoadIntoTextureD3D11_Async_5; } inline void set_LoadIntoTextureD3D11_Async_5(_LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D * value) { ___LoadIntoTextureD3D11_Async_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___LoadIntoTextureD3D11_Async_5), (void*)value); } inline static int32_t get_offset_of_FreeTextureD3D11_6() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___FreeTextureD3D11_6)); } inline _FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124 * get_FreeTextureD3D11_6() const { return ___FreeTextureD3D11_6; } inline _FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124 ** get_address_of_FreeTextureD3D11_6() { return &___FreeTextureD3D11_6; } inline void set_FreeTextureD3D11_6(_FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124 * value) { ___FreeTextureD3D11_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeTextureD3D11_6), (void*)value); } inline static int32_t get_offset_of_GetRenderModelName_7() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetRenderModelName_7)); } inline _GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B * get_GetRenderModelName_7() const { return ___GetRenderModelName_7; } inline _GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B ** get_address_of_GetRenderModelName_7() { return &___GetRenderModelName_7; } inline void set_GetRenderModelName_7(_GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B * value) { ___GetRenderModelName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRenderModelName_7), (void*)value); } inline static int32_t get_offset_of_GetRenderModelCount_8() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetRenderModelCount_8)); } inline _GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28 * get_GetRenderModelCount_8() const { return ___GetRenderModelCount_8; } inline _GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28 ** get_address_of_GetRenderModelCount_8() { return &___GetRenderModelCount_8; } inline void set_GetRenderModelCount_8(_GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28 * value) { ___GetRenderModelCount_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRenderModelCount_8), (void*)value); } inline static int32_t get_offset_of_GetComponentCount_9() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetComponentCount_9)); } inline _GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA * get_GetComponentCount_9() const { return ___GetComponentCount_9; } inline _GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA ** get_address_of_GetComponentCount_9() { return &___GetComponentCount_9; } inline void set_GetComponentCount_9(_GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA * value) { ___GetComponentCount_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetComponentCount_9), (void*)value); } inline static int32_t get_offset_of_GetComponentName_10() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetComponentName_10)); } inline _GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5 * get_GetComponentName_10() const { return ___GetComponentName_10; } inline _GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5 ** get_address_of_GetComponentName_10() { return &___GetComponentName_10; } inline void set_GetComponentName_10(_GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5 * value) { ___GetComponentName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetComponentName_10), (void*)value); } inline static int32_t get_offset_of_GetComponentButtonMask_11() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetComponentButtonMask_11)); } inline _GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC * get_GetComponentButtonMask_11() const { return ___GetComponentButtonMask_11; } inline _GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC ** get_address_of_GetComponentButtonMask_11() { return &___GetComponentButtonMask_11; } inline void set_GetComponentButtonMask_11(_GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC * value) { ___GetComponentButtonMask_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetComponentButtonMask_11), (void*)value); } inline static int32_t get_offset_of_GetComponentRenderModelName_12() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetComponentRenderModelName_12)); } inline _GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554 * get_GetComponentRenderModelName_12() const { return ___GetComponentRenderModelName_12; } inline _GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554 ** get_address_of_GetComponentRenderModelName_12() { return &___GetComponentRenderModelName_12; } inline void set_GetComponentRenderModelName_12(_GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554 * value) { ___GetComponentRenderModelName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetComponentRenderModelName_12), (void*)value); } inline static int32_t get_offset_of_GetComponentStateForDevicePath_13() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetComponentStateForDevicePath_13)); } inline _GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36 * get_GetComponentStateForDevicePath_13() const { return ___GetComponentStateForDevicePath_13; } inline _GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36 ** get_address_of_GetComponentStateForDevicePath_13() { return &___GetComponentStateForDevicePath_13; } inline void set_GetComponentStateForDevicePath_13(_GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36 * value) { ___GetComponentStateForDevicePath_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetComponentStateForDevicePath_13), (void*)value); } inline static int32_t get_offset_of_GetComponentState_14() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetComponentState_14)); } inline _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * get_GetComponentState_14() const { return ___GetComponentState_14; } inline _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 ** get_address_of_GetComponentState_14() { return &___GetComponentState_14; } inline void set_GetComponentState_14(_GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * value) { ___GetComponentState_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetComponentState_14), (void*)value); } inline static int32_t get_offset_of_RenderModelHasComponent_15() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___RenderModelHasComponent_15)); } inline _RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B * get_RenderModelHasComponent_15() const { return ___RenderModelHasComponent_15; } inline _RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B ** get_address_of_RenderModelHasComponent_15() { return &___RenderModelHasComponent_15; } inline void set_RenderModelHasComponent_15(_RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B * value) { ___RenderModelHasComponent_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___RenderModelHasComponent_15), (void*)value); } inline static int32_t get_offset_of_GetRenderModelThumbnailURL_16() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetRenderModelThumbnailURL_16)); } inline _GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1 * get_GetRenderModelThumbnailURL_16() const { return ___GetRenderModelThumbnailURL_16; } inline _GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1 ** get_address_of_GetRenderModelThumbnailURL_16() { return &___GetRenderModelThumbnailURL_16; } inline void set_GetRenderModelThumbnailURL_16(_GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1 * value) { ___GetRenderModelThumbnailURL_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRenderModelThumbnailURL_16), (void*)value); } inline static int32_t get_offset_of_GetRenderModelOriginalPath_17() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetRenderModelOriginalPath_17)); } inline _GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012 * get_GetRenderModelOriginalPath_17() const { return ___GetRenderModelOriginalPath_17; } inline _GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012 ** get_address_of_GetRenderModelOriginalPath_17() { return &___GetRenderModelOriginalPath_17; } inline void set_GetRenderModelOriginalPath_17(_GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012 * value) { ___GetRenderModelOriginalPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRenderModelOriginalPath_17), (void*)value); } inline static int32_t get_offset_of_GetRenderModelErrorNameFromEnum_18() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetRenderModelErrorNameFromEnum_18)); } inline _GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90 * get_GetRenderModelErrorNameFromEnum_18() const { return ___GetRenderModelErrorNameFromEnum_18; } inline _GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90 ** get_address_of_GetRenderModelErrorNameFromEnum_18() { return &___GetRenderModelErrorNameFromEnum_18; } inline void set_GetRenderModelErrorNameFromEnum_18(_GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90 * value) { ___GetRenderModelErrorNameFromEnum_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRenderModelErrorNameFromEnum_18), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRRenderModels struct IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshaled_pinvoke { Il2CppMethodPointer ___LoadRenderModel_Async_0; Il2CppMethodPointer ___FreeRenderModel_1; Il2CppMethodPointer ___LoadTexture_Async_2; Il2CppMethodPointer ___FreeTexture_3; Il2CppMethodPointer ___LoadTextureD3D11_Async_4; Il2CppMethodPointer ___LoadIntoTextureD3D11_Async_5; Il2CppMethodPointer ___FreeTextureD3D11_6; Il2CppMethodPointer ___GetRenderModelName_7; Il2CppMethodPointer ___GetRenderModelCount_8; Il2CppMethodPointer ___GetComponentCount_9; Il2CppMethodPointer ___GetComponentName_10; Il2CppMethodPointer ___GetComponentButtonMask_11; Il2CppMethodPointer ___GetComponentRenderModelName_12; Il2CppMethodPointer ___GetComponentStateForDevicePath_13; Il2CppMethodPointer ___GetComponentState_14; Il2CppMethodPointer ___RenderModelHasComponent_15; Il2CppMethodPointer ___GetRenderModelThumbnailURL_16; Il2CppMethodPointer ___GetRenderModelOriginalPath_17; Il2CppMethodPointer ___GetRenderModelErrorNameFromEnum_18; }; // Native definition for COM marshalling of OVR.OpenVR.IVRRenderModels struct IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshaled_com { Il2CppMethodPointer ___LoadRenderModel_Async_0; Il2CppMethodPointer ___FreeRenderModel_1; Il2CppMethodPointer ___LoadTexture_Async_2; Il2CppMethodPointer ___FreeTexture_3; Il2CppMethodPointer ___LoadTextureD3D11_Async_4; Il2CppMethodPointer ___LoadIntoTextureD3D11_Async_5; Il2CppMethodPointer ___FreeTextureD3D11_6; Il2CppMethodPointer ___GetRenderModelName_7; Il2CppMethodPointer ___GetRenderModelCount_8; Il2CppMethodPointer ___GetComponentCount_9; Il2CppMethodPointer ___GetComponentName_10; Il2CppMethodPointer ___GetComponentButtonMask_11; Il2CppMethodPointer ___GetComponentRenderModelName_12; Il2CppMethodPointer ___GetComponentStateForDevicePath_13; Il2CppMethodPointer ___GetComponentState_14; Il2CppMethodPointer ___RenderModelHasComponent_15; Il2CppMethodPointer ___GetRenderModelThumbnailURL_16; Il2CppMethodPointer ___GetRenderModelOriginalPath_17; Il2CppMethodPointer ___GetRenderModelErrorNameFromEnum_18; }; // OVR.OpenVR.IVRResources struct IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1 { public: // OVR.OpenVR.IVRResources/_LoadSharedResource OVR.OpenVR.IVRResources::LoadSharedResource _LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33 * ___LoadSharedResource_0; // OVR.OpenVR.IVRResources/_GetResourceFullPath OVR.OpenVR.IVRResources::GetResourceFullPath _GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513 * ___GetResourceFullPath_1; public: inline static int32_t get_offset_of_LoadSharedResource_0() { return static_cast(offsetof(IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1, ___LoadSharedResource_0)); } inline _LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33 * get_LoadSharedResource_0() const { return ___LoadSharedResource_0; } inline _LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33 ** get_address_of_LoadSharedResource_0() { return &___LoadSharedResource_0; } inline void set_LoadSharedResource_0(_LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33 * value) { ___LoadSharedResource_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LoadSharedResource_0), (void*)value); } inline static int32_t get_offset_of_GetResourceFullPath_1() { return static_cast(offsetof(IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1, ___GetResourceFullPath_1)); } inline _GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513 * get_GetResourceFullPath_1() const { return ___GetResourceFullPath_1; } inline _GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513 ** get_address_of_GetResourceFullPath_1() { return &___GetResourceFullPath_1; } inline void set_GetResourceFullPath_1(_GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513 * value) { ___GetResourceFullPath_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetResourceFullPath_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRResources struct IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshaled_pinvoke { Il2CppMethodPointer ___LoadSharedResource_0; Il2CppMethodPointer ___GetResourceFullPath_1; }; // Native definition for COM marshalling of OVR.OpenVR.IVRResources struct IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshaled_com { Il2CppMethodPointer ___LoadSharedResource_0; Il2CppMethodPointer ___GetResourceFullPath_1; }; // OVR.OpenVR.IVRScreenshots struct IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A { public: // OVR.OpenVR.IVRScreenshots/_RequestScreenshot OVR.OpenVR.IVRScreenshots::RequestScreenshot _RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4 * ___RequestScreenshot_0; // OVR.OpenVR.IVRScreenshots/_HookScreenshot OVR.OpenVR.IVRScreenshots::HookScreenshot _HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5 * ___HookScreenshot_1; // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyType OVR.OpenVR.IVRScreenshots::GetScreenshotPropertyType _GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07 * ___GetScreenshotPropertyType_2; // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyFilename OVR.OpenVR.IVRScreenshots::GetScreenshotPropertyFilename _GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA * ___GetScreenshotPropertyFilename_3; // OVR.OpenVR.IVRScreenshots/_UpdateScreenshotProgress OVR.OpenVR.IVRScreenshots::UpdateScreenshotProgress _UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448 * ___UpdateScreenshotProgress_4; // OVR.OpenVR.IVRScreenshots/_TakeStereoScreenshot OVR.OpenVR.IVRScreenshots::TakeStereoScreenshot _TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF * ___TakeStereoScreenshot_5; // OVR.OpenVR.IVRScreenshots/_SubmitScreenshot OVR.OpenVR.IVRScreenshots::SubmitScreenshot _SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B * ___SubmitScreenshot_6; public: inline static int32_t get_offset_of_RequestScreenshot_0() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___RequestScreenshot_0)); } inline _RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4 * get_RequestScreenshot_0() const { return ___RequestScreenshot_0; } inline _RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4 ** get_address_of_RequestScreenshot_0() { return &___RequestScreenshot_0; } inline void set_RequestScreenshot_0(_RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4 * value) { ___RequestScreenshot_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___RequestScreenshot_0), (void*)value); } inline static int32_t get_offset_of_HookScreenshot_1() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___HookScreenshot_1)); } inline _HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5 * get_HookScreenshot_1() const { return ___HookScreenshot_1; } inline _HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5 ** get_address_of_HookScreenshot_1() { return &___HookScreenshot_1; } inline void set_HookScreenshot_1(_HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5 * value) { ___HookScreenshot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HookScreenshot_1), (void*)value); } inline static int32_t get_offset_of_GetScreenshotPropertyType_2() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___GetScreenshotPropertyType_2)); } inline _GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07 * get_GetScreenshotPropertyType_2() const { return ___GetScreenshotPropertyType_2; } inline _GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07 ** get_address_of_GetScreenshotPropertyType_2() { return &___GetScreenshotPropertyType_2; } inline void set_GetScreenshotPropertyType_2(_GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07 * value) { ___GetScreenshotPropertyType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetScreenshotPropertyType_2), (void*)value); } inline static int32_t get_offset_of_GetScreenshotPropertyFilename_3() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___GetScreenshotPropertyFilename_3)); } inline _GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA * get_GetScreenshotPropertyFilename_3() const { return ___GetScreenshotPropertyFilename_3; } inline _GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA ** get_address_of_GetScreenshotPropertyFilename_3() { return &___GetScreenshotPropertyFilename_3; } inline void set_GetScreenshotPropertyFilename_3(_GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA * value) { ___GetScreenshotPropertyFilename_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetScreenshotPropertyFilename_3), (void*)value); } inline static int32_t get_offset_of_UpdateScreenshotProgress_4() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___UpdateScreenshotProgress_4)); } inline _UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448 * get_UpdateScreenshotProgress_4() const { return ___UpdateScreenshotProgress_4; } inline _UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448 ** get_address_of_UpdateScreenshotProgress_4() { return &___UpdateScreenshotProgress_4; } inline void set_UpdateScreenshotProgress_4(_UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448 * value) { ___UpdateScreenshotProgress_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UpdateScreenshotProgress_4), (void*)value); } inline static int32_t get_offset_of_TakeStereoScreenshot_5() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___TakeStereoScreenshot_5)); } inline _TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF * get_TakeStereoScreenshot_5() const { return ___TakeStereoScreenshot_5; } inline _TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF ** get_address_of_TakeStereoScreenshot_5() { return &___TakeStereoScreenshot_5; } inline void set_TakeStereoScreenshot_5(_TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF * value) { ___TakeStereoScreenshot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TakeStereoScreenshot_5), (void*)value); } inline static int32_t get_offset_of_SubmitScreenshot_6() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___SubmitScreenshot_6)); } inline _SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B * get_SubmitScreenshot_6() const { return ___SubmitScreenshot_6; } inline _SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B ** get_address_of_SubmitScreenshot_6() { return &___SubmitScreenshot_6; } inline void set_SubmitScreenshot_6(_SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B * value) { ___SubmitScreenshot_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubmitScreenshot_6), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRScreenshots struct IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshaled_pinvoke { Il2CppMethodPointer ___RequestScreenshot_0; Il2CppMethodPointer ___HookScreenshot_1; Il2CppMethodPointer ___GetScreenshotPropertyType_2; Il2CppMethodPointer ___GetScreenshotPropertyFilename_3; Il2CppMethodPointer ___UpdateScreenshotProgress_4; Il2CppMethodPointer ___TakeStereoScreenshot_5; Il2CppMethodPointer ___SubmitScreenshot_6; }; // Native definition for COM marshalling of OVR.OpenVR.IVRScreenshots struct IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshaled_com { Il2CppMethodPointer ___RequestScreenshot_0; Il2CppMethodPointer ___HookScreenshot_1; Il2CppMethodPointer ___GetScreenshotPropertyType_2; Il2CppMethodPointer ___GetScreenshotPropertyFilename_3; Il2CppMethodPointer ___UpdateScreenshotProgress_4; Il2CppMethodPointer ___TakeStereoScreenshot_5; Il2CppMethodPointer ___SubmitScreenshot_6; }; // OVR.OpenVR.IVRSettings struct IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 { public: // OVR.OpenVR.IVRSettings/_GetSettingsErrorNameFromEnum OVR.OpenVR.IVRSettings::GetSettingsErrorNameFromEnum _GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E * ___GetSettingsErrorNameFromEnum_0; // OVR.OpenVR.IVRSettings/_Sync OVR.OpenVR.IVRSettings::Sync _Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C * ___Sync_1; // OVR.OpenVR.IVRSettings/_SetBool OVR.OpenVR.IVRSettings::SetBool _SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB * ___SetBool_2; // OVR.OpenVR.IVRSettings/_SetInt32 OVR.OpenVR.IVRSettings::SetInt32 _SetInt32_t331327F67192F344816533CACECA2DC544A25D8A * ___SetInt32_3; // OVR.OpenVR.IVRSettings/_SetFloat OVR.OpenVR.IVRSettings::SetFloat _SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5 * ___SetFloat_4; // OVR.OpenVR.IVRSettings/_SetString OVR.OpenVR.IVRSettings::SetString _SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19 * ___SetString_5; // OVR.OpenVR.IVRSettings/_GetBool OVR.OpenVR.IVRSettings::GetBool _GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86 * ___GetBool_6; // OVR.OpenVR.IVRSettings/_GetInt32 OVR.OpenVR.IVRSettings::GetInt32 _GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A * ___GetInt32_7; // OVR.OpenVR.IVRSettings/_GetFloat OVR.OpenVR.IVRSettings::GetFloat _GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8 * ___GetFloat_8; // OVR.OpenVR.IVRSettings/_GetString OVR.OpenVR.IVRSettings::GetString _GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0 * ___GetString_9; // OVR.OpenVR.IVRSettings/_RemoveSection OVR.OpenVR.IVRSettings::RemoveSection _RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA * ___RemoveSection_10; // OVR.OpenVR.IVRSettings/_RemoveKeyInSection OVR.OpenVR.IVRSettings::RemoveKeyInSection _RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D * ___RemoveKeyInSection_11; public: inline static int32_t get_offset_of_GetSettingsErrorNameFromEnum_0() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___GetSettingsErrorNameFromEnum_0)); } inline _GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E * get_GetSettingsErrorNameFromEnum_0() const { return ___GetSettingsErrorNameFromEnum_0; } inline _GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E ** get_address_of_GetSettingsErrorNameFromEnum_0() { return &___GetSettingsErrorNameFromEnum_0; } inline void set_GetSettingsErrorNameFromEnum_0(_GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E * value) { ___GetSettingsErrorNameFromEnum_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSettingsErrorNameFromEnum_0), (void*)value); } inline static int32_t get_offset_of_Sync_1() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___Sync_1)); } inline _Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C * get_Sync_1() const { return ___Sync_1; } inline _Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C ** get_address_of_Sync_1() { return &___Sync_1; } inline void set_Sync_1(_Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C * value) { ___Sync_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sync_1), (void*)value); } inline static int32_t get_offset_of_SetBool_2() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___SetBool_2)); } inline _SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB * get_SetBool_2() const { return ___SetBool_2; } inline _SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB ** get_address_of_SetBool_2() { return &___SetBool_2; } inline void set_SetBool_2(_SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB * value) { ___SetBool_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetBool_2), (void*)value); } inline static int32_t get_offset_of_SetInt32_3() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___SetInt32_3)); } inline _SetInt32_t331327F67192F344816533CACECA2DC544A25D8A * get_SetInt32_3() const { return ___SetInt32_3; } inline _SetInt32_t331327F67192F344816533CACECA2DC544A25D8A ** get_address_of_SetInt32_3() { return &___SetInt32_3; } inline void set_SetInt32_3(_SetInt32_t331327F67192F344816533CACECA2DC544A25D8A * value) { ___SetInt32_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetInt32_3), (void*)value); } inline static int32_t get_offset_of_SetFloat_4() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___SetFloat_4)); } inline _SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5 * get_SetFloat_4() const { return ___SetFloat_4; } inline _SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5 ** get_address_of_SetFloat_4() { return &___SetFloat_4; } inline void set_SetFloat_4(_SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5 * value) { ___SetFloat_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetFloat_4), (void*)value); } inline static int32_t get_offset_of_SetString_5() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___SetString_5)); } inline _SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19 * get_SetString_5() const { return ___SetString_5; } inline _SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19 ** get_address_of_SetString_5() { return &___SetString_5; } inline void set_SetString_5(_SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19 * value) { ___SetString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetString_5), (void*)value); } inline static int32_t get_offset_of_GetBool_6() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___GetBool_6)); } inline _GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86 * get_GetBool_6() const { return ___GetBool_6; } inline _GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86 ** get_address_of_GetBool_6() { return &___GetBool_6; } inline void set_GetBool_6(_GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86 * value) { ___GetBool_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetBool_6), (void*)value); } inline static int32_t get_offset_of_GetInt32_7() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___GetInt32_7)); } inline _GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A * get_GetInt32_7() const { return ___GetInt32_7; } inline _GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A ** get_address_of_GetInt32_7() { return &___GetInt32_7; } inline void set_GetInt32_7(_GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A * value) { ___GetInt32_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetInt32_7), (void*)value); } inline static int32_t get_offset_of_GetFloat_8() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___GetFloat_8)); } inline _GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8 * get_GetFloat_8() const { return ___GetFloat_8; } inline _GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8 ** get_address_of_GetFloat_8() { return &___GetFloat_8; } inline void set_GetFloat_8(_GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8 * value) { ___GetFloat_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetFloat_8), (void*)value); } inline static int32_t get_offset_of_GetString_9() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___GetString_9)); } inline _GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0 * get_GetString_9() const { return ___GetString_9; } inline _GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0 ** get_address_of_GetString_9() { return &___GetString_9; } inline void set_GetString_9(_GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0 * value) { ___GetString_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetString_9), (void*)value); } inline static int32_t get_offset_of_RemoveSection_10() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___RemoveSection_10)); } inline _RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA * get_RemoveSection_10() const { return ___RemoveSection_10; } inline _RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA ** get_address_of_RemoveSection_10() { return &___RemoveSection_10; } inline void set_RemoveSection_10(_RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA * value) { ___RemoveSection_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___RemoveSection_10), (void*)value); } inline static int32_t get_offset_of_RemoveKeyInSection_11() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___RemoveKeyInSection_11)); } inline _RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D * get_RemoveKeyInSection_11() const { return ___RemoveKeyInSection_11; } inline _RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D ** get_address_of_RemoveKeyInSection_11() { return &___RemoveKeyInSection_11; } inline void set_RemoveKeyInSection_11(_RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D * value) { ___RemoveKeyInSection_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___RemoveKeyInSection_11), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRSettings struct IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshaled_pinvoke { Il2CppMethodPointer ___GetSettingsErrorNameFromEnum_0; Il2CppMethodPointer ___Sync_1; Il2CppMethodPointer ___SetBool_2; Il2CppMethodPointer ___SetInt32_3; Il2CppMethodPointer ___SetFloat_4; Il2CppMethodPointer ___SetString_5; Il2CppMethodPointer ___GetBool_6; Il2CppMethodPointer ___GetInt32_7; Il2CppMethodPointer ___GetFloat_8; Il2CppMethodPointer ___GetString_9; Il2CppMethodPointer ___RemoveSection_10; Il2CppMethodPointer ___RemoveKeyInSection_11; }; // Native definition for COM marshalling of OVR.OpenVR.IVRSettings struct IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshaled_com { Il2CppMethodPointer ___GetSettingsErrorNameFromEnum_0; Il2CppMethodPointer ___Sync_1; Il2CppMethodPointer ___SetBool_2; Il2CppMethodPointer ___SetInt32_3; Il2CppMethodPointer ___SetFloat_4; Il2CppMethodPointer ___SetString_5; Il2CppMethodPointer ___GetBool_6; Il2CppMethodPointer ___GetInt32_7; Il2CppMethodPointer ___GetFloat_8; Il2CppMethodPointer ___GetString_9; Il2CppMethodPointer ___RemoveSection_10; Il2CppMethodPointer ___RemoveKeyInSection_11; }; // OVR.OpenVR.IVRSpatialAnchors struct IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 { public: // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromDescriptor OVR.OpenVR.IVRSpatialAnchors::CreateSpatialAnchorFromDescriptor _CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F * ___CreateSpatialAnchorFromDescriptor_0; // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromPose OVR.OpenVR.IVRSpatialAnchors::CreateSpatialAnchorFromPose _CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988 * ___CreateSpatialAnchorFromPose_1; // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorPose OVR.OpenVR.IVRSpatialAnchors::GetSpatialAnchorPose _GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0 * ___GetSpatialAnchorPose_2; // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorDescriptor OVR.OpenVR.IVRSpatialAnchors::GetSpatialAnchorDescriptor _GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6 * ___GetSpatialAnchorDescriptor_3; public: inline static int32_t get_offset_of_CreateSpatialAnchorFromDescriptor_0() { return static_cast(offsetof(IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652, ___CreateSpatialAnchorFromDescriptor_0)); } inline _CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F * get_CreateSpatialAnchorFromDescriptor_0() const { return ___CreateSpatialAnchorFromDescriptor_0; } inline _CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F ** get_address_of_CreateSpatialAnchorFromDescriptor_0() { return &___CreateSpatialAnchorFromDescriptor_0; } inline void set_CreateSpatialAnchorFromDescriptor_0(_CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F * value) { ___CreateSpatialAnchorFromDescriptor_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___CreateSpatialAnchorFromDescriptor_0), (void*)value); } inline static int32_t get_offset_of_CreateSpatialAnchorFromPose_1() { return static_cast(offsetof(IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652, ___CreateSpatialAnchorFromPose_1)); } inline _CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988 * get_CreateSpatialAnchorFromPose_1() const { return ___CreateSpatialAnchorFromPose_1; } inline _CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988 ** get_address_of_CreateSpatialAnchorFromPose_1() { return &___CreateSpatialAnchorFromPose_1; } inline void set_CreateSpatialAnchorFromPose_1(_CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988 * value) { ___CreateSpatialAnchorFromPose_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CreateSpatialAnchorFromPose_1), (void*)value); } inline static int32_t get_offset_of_GetSpatialAnchorPose_2() { return static_cast(offsetof(IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652, ___GetSpatialAnchorPose_2)); } inline _GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0 * get_GetSpatialAnchorPose_2() const { return ___GetSpatialAnchorPose_2; } inline _GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0 ** get_address_of_GetSpatialAnchorPose_2() { return &___GetSpatialAnchorPose_2; } inline void set_GetSpatialAnchorPose_2(_GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0 * value) { ___GetSpatialAnchorPose_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSpatialAnchorPose_2), (void*)value); } inline static int32_t get_offset_of_GetSpatialAnchorDescriptor_3() { return static_cast(offsetof(IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652, ___GetSpatialAnchorDescriptor_3)); } inline _GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6 * get_GetSpatialAnchorDescriptor_3() const { return ___GetSpatialAnchorDescriptor_3; } inline _GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6 ** get_address_of_GetSpatialAnchorDescriptor_3() { return &___GetSpatialAnchorDescriptor_3; } inline void set_GetSpatialAnchorDescriptor_3(_GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6 * value) { ___GetSpatialAnchorDescriptor_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSpatialAnchorDescriptor_3), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRSpatialAnchors struct IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshaled_pinvoke { Il2CppMethodPointer ___CreateSpatialAnchorFromDescriptor_0; Il2CppMethodPointer ___CreateSpatialAnchorFromPose_1; Il2CppMethodPointer ___GetSpatialAnchorPose_2; Il2CppMethodPointer ___GetSpatialAnchorDescriptor_3; }; // Native definition for COM marshalling of OVR.OpenVR.IVRSpatialAnchors struct IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshaled_com { Il2CppMethodPointer ___CreateSpatialAnchorFromDescriptor_0; Il2CppMethodPointer ___CreateSpatialAnchorFromPose_1; Il2CppMethodPointer ___GetSpatialAnchorPose_2; Il2CppMethodPointer ___GetSpatialAnchorDescriptor_3; }; // OVR.OpenVR.IVRSystem struct IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B { public: // OVR.OpenVR.IVRSystem/_GetRecommendedRenderTargetSize OVR.OpenVR.IVRSystem::GetRecommendedRenderTargetSize _GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5 * ___GetRecommendedRenderTargetSize_0; // OVR.OpenVR.IVRSystem/_GetProjectionMatrix OVR.OpenVR.IVRSystem::GetProjectionMatrix _GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A * ___GetProjectionMatrix_1; // OVR.OpenVR.IVRSystem/_GetProjectionRaw OVR.OpenVR.IVRSystem::GetProjectionRaw _GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE * ___GetProjectionRaw_2; // OVR.OpenVR.IVRSystem/_ComputeDistortion OVR.OpenVR.IVRSystem::ComputeDistortion _ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02 * ___ComputeDistortion_3; // OVR.OpenVR.IVRSystem/_GetEyeToHeadTransform OVR.OpenVR.IVRSystem::GetEyeToHeadTransform _GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148 * ___GetEyeToHeadTransform_4; // OVR.OpenVR.IVRSystem/_GetTimeSinceLastVsync OVR.OpenVR.IVRSystem::GetTimeSinceLastVsync _GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833 * ___GetTimeSinceLastVsync_5; // OVR.OpenVR.IVRSystem/_GetD3D9AdapterIndex OVR.OpenVR.IVRSystem::GetD3D9AdapterIndex _GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F * ___GetD3D9AdapterIndex_6; // OVR.OpenVR.IVRSystem/_GetDXGIOutputInfo OVR.OpenVR.IVRSystem::GetDXGIOutputInfo _GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53 * ___GetDXGIOutputInfo_7; // OVR.OpenVR.IVRSystem/_GetOutputDevice OVR.OpenVR.IVRSystem::GetOutputDevice _GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43 * ___GetOutputDevice_8; // OVR.OpenVR.IVRSystem/_IsDisplayOnDesktop OVR.OpenVR.IVRSystem::IsDisplayOnDesktop _IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2 * ___IsDisplayOnDesktop_9; // OVR.OpenVR.IVRSystem/_SetDisplayVisibility OVR.OpenVR.IVRSystem::SetDisplayVisibility _SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1 * ___SetDisplayVisibility_10; // OVR.OpenVR.IVRSystem/_GetDeviceToAbsoluteTrackingPose OVR.OpenVR.IVRSystem::GetDeviceToAbsoluteTrackingPose _GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D * ___GetDeviceToAbsoluteTrackingPose_11; // OVR.OpenVR.IVRSystem/_ResetSeatedZeroPose OVR.OpenVR.IVRSystem::ResetSeatedZeroPose _ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9 * ___ResetSeatedZeroPose_12; // OVR.OpenVR.IVRSystem/_GetSeatedZeroPoseToStandingAbsoluteTrackingPose OVR.OpenVR.IVRSystem::GetSeatedZeroPoseToStandingAbsoluteTrackingPose _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C * ___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13; // OVR.OpenVR.IVRSystem/_GetRawZeroPoseToStandingAbsoluteTrackingPose OVR.OpenVR.IVRSystem::GetRawZeroPoseToStandingAbsoluteTrackingPose _GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1 * ___GetRawZeroPoseToStandingAbsoluteTrackingPose_14; // OVR.OpenVR.IVRSystem/_GetSortedTrackedDeviceIndicesOfClass OVR.OpenVR.IVRSystem::GetSortedTrackedDeviceIndicesOfClass _GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E * ___GetSortedTrackedDeviceIndicesOfClass_15; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceActivityLevel OVR.OpenVR.IVRSystem::GetTrackedDeviceActivityLevel _GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C * ___GetTrackedDeviceActivityLevel_16; // OVR.OpenVR.IVRSystem/_ApplyTransform OVR.OpenVR.IVRSystem::ApplyTransform _ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA * ___ApplyTransform_17; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceIndexForControllerRole OVR.OpenVR.IVRSystem::GetTrackedDeviceIndexForControllerRole _GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4 * ___GetTrackedDeviceIndexForControllerRole_18; // OVR.OpenVR.IVRSystem/_GetControllerRoleForTrackedDeviceIndex OVR.OpenVR.IVRSystem::GetControllerRoleForTrackedDeviceIndex _GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436 * ___GetControllerRoleForTrackedDeviceIndex_19; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceClass OVR.OpenVR.IVRSystem::GetTrackedDeviceClass _GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0 * ___GetTrackedDeviceClass_20; // OVR.OpenVR.IVRSystem/_IsTrackedDeviceConnected OVR.OpenVR.IVRSystem::IsTrackedDeviceConnected _IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD * ___IsTrackedDeviceConnected_21; // OVR.OpenVR.IVRSystem/_GetBoolTrackedDeviceProperty OVR.OpenVR.IVRSystem::GetBoolTrackedDeviceProperty _GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5 * ___GetBoolTrackedDeviceProperty_22; // OVR.OpenVR.IVRSystem/_GetFloatTrackedDeviceProperty OVR.OpenVR.IVRSystem::GetFloatTrackedDeviceProperty _GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594 * ___GetFloatTrackedDeviceProperty_23; // OVR.OpenVR.IVRSystem/_GetInt32TrackedDeviceProperty OVR.OpenVR.IVRSystem::GetInt32TrackedDeviceProperty _GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313 * ___GetInt32TrackedDeviceProperty_24; // OVR.OpenVR.IVRSystem/_GetUint64TrackedDeviceProperty OVR.OpenVR.IVRSystem::GetUint64TrackedDeviceProperty _GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC * ___GetUint64TrackedDeviceProperty_25; // OVR.OpenVR.IVRSystem/_GetMatrix34TrackedDeviceProperty OVR.OpenVR.IVRSystem::GetMatrix34TrackedDeviceProperty _GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346 * ___GetMatrix34TrackedDeviceProperty_26; // OVR.OpenVR.IVRSystem/_GetArrayTrackedDeviceProperty OVR.OpenVR.IVRSystem::GetArrayTrackedDeviceProperty _GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343 * ___GetArrayTrackedDeviceProperty_27; // OVR.OpenVR.IVRSystem/_GetStringTrackedDeviceProperty OVR.OpenVR.IVRSystem::GetStringTrackedDeviceProperty _GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0 * ___GetStringTrackedDeviceProperty_28; // OVR.OpenVR.IVRSystem/_GetPropErrorNameFromEnum OVR.OpenVR.IVRSystem::GetPropErrorNameFromEnum _GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F * ___GetPropErrorNameFromEnum_29; // OVR.OpenVR.IVRSystem/_PollNextEvent OVR.OpenVR.IVRSystem::PollNextEvent _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * ___PollNextEvent_30; // OVR.OpenVR.IVRSystem/_PollNextEventWithPose OVR.OpenVR.IVRSystem::PollNextEventWithPose _PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD * ___PollNextEventWithPose_31; // OVR.OpenVR.IVRSystem/_GetEventTypeNameFromEnum OVR.OpenVR.IVRSystem::GetEventTypeNameFromEnum _GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9 * ___GetEventTypeNameFromEnum_32; // OVR.OpenVR.IVRSystem/_GetHiddenAreaMesh OVR.OpenVR.IVRSystem::GetHiddenAreaMesh _GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50 * ___GetHiddenAreaMesh_33; // OVR.OpenVR.IVRSystem/_GetControllerState OVR.OpenVR.IVRSystem::GetControllerState _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * ___GetControllerState_34; // OVR.OpenVR.IVRSystem/_GetControllerStateWithPose OVR.OpenVR.IVRSystem::GetControllerStateWithPose _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * ___GetControllerStateWithPose_35; // OVR.OpenVR.IVRSystem/_TriggerHapticPulse OVR.OpenVR.IVRSystem::TriggerHapticPulse _TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830 * ___TriggerHapticPulse_36; // OVR.OpenVR.IVRSystem/_GetButtonIdNameFromEnum OVR.OpenVR.IVRSystem::GetButtonIdNameFromEnum _GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0 * ___GetButtonIdNameFromEnum_37; // OVR.OpenVR.IVRSystem/_GetControllerAxisTypeNameFromEnum OVR.OpenVR.IVRSystem::GetControllerAxisTypeNameFromEnum _GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112 * ___GetControllerAxisTypeNameFromEnum_38; // OVR.OpenVR.IVRSystem/_IsInputAvailable OVR.OpenVR.IVRSystem::IsInputAvailable _IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220 * ___IsInputAvailable_39; // OVR.OpenVR.IVRSystem/_IsSteamVRDrawingControllers OVR.OpenVR.IVRSystem::IsSteamVRDrawingControllers _IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800 * ___IsSteamVRDrawingControllers_40; // OVR.OpenVR.IVRSystem/_ShouldApplicationPause OVR.OpenVR.IVRSystem::ShouldApplicationPause _ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32 * ___ShouldApplicationPause_41; // OVR.OpenVR.IVRSystem/_ShouldApplicationReduceRenderingWork OVR.OpenVR.IVRSystem::ShouldApplicationReduceRenderingWork _ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4 * ___ShouldApplicationReduceRenderingWork_42; // OVR.OpenVR.IVRSystem/_DriverDebugRequest OVR.OpenVR.IVRSystem::DriverDebugRequest _DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0 * ___DriverDebugRequest_43; // OVR.OpenVR.IVRSystem/_PerformFirmwareUpdate OVR.OpenVR.IVRSystem::PerformFirmwareUpdate _PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79 * ___PerformFirmwareUpdate_44; // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_Exiting OVR.OpenVR.IVRSystem::AcknowledgeQuit_Exiting _AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084 * ___AcknowledgeQuit_Exiting_45; // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_UserPrompt OVR.OpenVR.IVRSystem::AcknowledgeQuit_UserPrompt _AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73 * ___AcknowledgeQuit_UserPrompt_46; public: inline static int32_t get_offset_of_GetRecommendedRenderTargetSize_0() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetRecommendedRenderTargetSize_0)); } inline _GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5 * get_GetRecommendedRenderTargetSize_0() const { return ___GetRecommendedRenderTargetSize_0; } inline _GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5 ** get_address_of_GetRecommendedRenderTargetSize_0() { return &___GetRecommendedRenderTargetSize_0; } inline void set_GetRecommendedRenderTargetSize_0(_GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5 * value) { ___GetRecommendedRenderTargetSize_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRecommendedRenderTargetSize_0), (void*)value); } inline static int32_t get_offset_of_GetProjectionMatrix_1() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetProjectionMatrix_1)); } inline _GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A * get_GetProjectionMatrix_1() const { return ___GetProjectionMatrix_1; } inline _GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A ** get_address_of_GetProjectionMatrix_1() { return &___GetProjectionMatrix_1; } inline void set_GetProjectionMatrix_1(_GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A * value) { ___GetProjectionMatrix_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetProjectionMatrix_1), (void*)value); } inline static int32_t get_offset_of_GetProjectionRaw_2() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetProjectionRaw_2)); } inline _GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE * get_GetProjectionRaw_2() const { return ___GetProjectionRaw_2; } inline _GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE ** get_address_of_GetProjectionRaw_2() { return &___GetProjectionRaw_2; } inline void set_GetProjectionRaw_2(_GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE * value) { ___GetProjectionRaw_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetProjectionRaw_2), (void*)value); } inline static int32_t get_offset_of_ComputeDistortion_3() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___ComputeDistortion_3)); } inline _ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02 * get_ComputeDistortion_3() const { return ___ComputeDistortion_3; } inline _ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02 ** get_address_of_ComputeDistortion_3() { return &___ComputeDistortion_3; } inline void set_ComputeDistortion_3(_ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02 * value) { ___ComputeDistortion_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ComputeDistortion_3), (void*)value); } inline static int32_t get_offset_of_GetEyeToHeadTransform_4() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetEyeToHeadTransform_4)); } inline _GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148 * get_GetEyeToHeadTransform_4() const { return ___GetEyeToHeadTransform_4; } inline _GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148 ** get_address_of_GetEyeToHeadTransform_4() { return &___GetEyeToHeadTransform_4; } inline void set_GetEyeToHeadTransform_4(_GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148 * value) { ___GetEyeToHeadTransform_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetEyeToHeadTransform_4), (void*)value); } inline static int32_t get_offset_of_GetTimeSinceLastVsync_5() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetTimeSinceLastVsync_5)); } inline _GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833 * get_GetTimeSinceLastVsync_5() const { return ___GetTimeSinceLastVsync_5; } inline _GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833 ** get_address_of_GetTimeSinceLastVsync_5() { return &___GetTimeSinceLastVsync_5; } inline void set_GetTimeSinceLastVsync_5(_GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833 * value) { ___GetTimeSinceLastVsync_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTimeSinceLastVsync_5), (void*)value); } inline static int32_t get_offset_of_GetD3D9AdapterIndex_6() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetD3D9AdapterIndex_6)); } inline _GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F * get_GetD3D9AdapterIndex_6() const { return ___GetD3D9AdapterIndex_6; } inline _GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F ** get_address_of_GetD3D9AdapterIndex_6() { return &___GetD3D9AdapterIndex_6; } inline void set_GetD3D9AdapterIndex_6(_GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F * value) { ___GetD3D9AdapterIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetD3D9AdapterIndex_6), (void*)value); } inline static int32_t get_offset_of_GetDXGIOutputInfo_7() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetDXGIOutputInfo_7)); } inline _GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53 * get_GetDXGIOutputInfo_7() const { return ___GetDXGIOutputInfo_7; } inline _GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53 ** get_address_of_GetDXGIOutputInfo_7() { return &___GetDXGIOutputInfo_7; } inline void set_GetDXGIOutputInfo_7(_GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53 * value) { ___GetDXGIOutputInfo_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDXGIOutputInfo_7), (void*)value); } inline static int32_t get_offset_of_GetOutputDevice_8() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetOutputDevice_8)); } inline _GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43 * get_GetOutputDevice_8() const { return ___GetOutputDevice_8; } inline _GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43 ** get_address_of_GetOutputDevice_8() { return &___GetOutputDevice_8; } inline void set_GetOutputDevice_8(_GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43 * value) { ___GetOutputDevice_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOutputDevice_8), (void*)value); } inline static int32_t get_offset_of_IsDisplayOnDesktop_9() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___IsDisplayOnDesktop_9)); } inline _IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2 * get_IsDisplayOnDesktop_9() const { return ___IsDisplayOnDesktop_9; } inline _IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2 ** get_address_of_IsDisplayOnDesktop_9() { return &___IsDisplayOnDesktop_9; } inline void set_IsDisplayOnDesktop_9(_IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2 * value) { ___IsDisplayOnDesktop_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsDisplayOnDesktop_9), (void*)value); } inline static int32_t get_offset_of_SetDisplayVisibility_10() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___SetDisplayVisibility_10)); } inline _SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1 * get_SetDisplayVisibility_10() const { return ___SetDisplayVisibility_10; } inline _SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1 ** get_address_of_SetDisplayVisibility_10() { return &___SetDisplayVisibility_10; } inline void set_SetDisplayVisibility_10(_SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1 * value) { ___SetDisplayVisibility_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetDisplayVisibility_10), (void*)value); } inline static int32_t get_offset_of_GetDeviceToAbsoluteTrackingPose_11() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetDeviceToAbsoluteTrackingPose_11)); } inline _GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D * get_GetDeviceToAbsoluteTrackingPose_11() const { return ___GetDeviceToAbsoluteTrackingPose_11; } inline _GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D ** get_address_of_GetDeviceToAbsoluteTrackingPose_11() { return &___GetDeviceToAbsoluteTrackingPose_11; } inline void set_GetDeviceToAbsoluteTrackingPose_11(_GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D * value) { ___GetDeviceToAbsoluteTrackingPose_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDeviceToAbsoluteTrackingPose_11), (void*)value); } inline static int32_t get_offset_of_ResetSeatedZeroPose_12() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___ResetSeatedZeroPose_12)); } inline _ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9 * get_ResetSeatedZeroPose_12() const { return ___ResetSeatedZeroPose_12; } inline _ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9 ** get_address_of_ResetSeatedZeroPose_12() { return &___ResetSeatedZeroPose_12; } inline void set_ResetSeatedZeroPose_12(_ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9 * value) { ___ResetSeatedZeroPose_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResetSeatedZeroPose_12), (void*)value); } inline static int32_t get_offset_of_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13)); } inline _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C * get_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13() const { return ___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13; } inline _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C ** get_address_of_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13() { return &___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13; } inline void set_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13(_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C * value) { ___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13), (void*)value); } inline static int32_t get_offset_of_GetRawZeroPoseToStandingAbsoluteTrackingPose_14() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetRawZeroPoseToStandingAbsoluteTrackingPose_14)); } inline _GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1 * get_GetRawZeroPoseToStandingAbsoluteTrackingPose_14() const { return ___GetRawZeroPoseToStandingAbsoluteTrackingPose_14; } inline _GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1 ** get_address_of_GetRawZeroPoseToStandingAbsoluteTrackingPose_14() { return &___GetRawZeroPoseToStandingAbsoluteTrackingPose_14; } inline void set_GetRawZeroPoseToStandingAbsoluteTrackingPose_14(_GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1 * value) { ___GetRawZeroPoseToStandingAbsoluteTrackingPose_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRawZeroPoseToStandingAbsoluteTrackingPose_14), (void*)value); } inline static int32_t get_offset_of_GetSortedTrackedDeviceIndicesOfClass_15() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetSortedTrackedDeviceIndicesOfClass_15)); } inline _GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E * get_GetSortedTrackedDeviceIndicesOfClass_15() const { return ___GetSortedTrackedDeviceIndicesOfClass_15; } inline _GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E ** get_address_of_GetSortedTrackedDeviceIndicesOfClass_15() { return &___GetSortedTrackedDeviceIndicesOfClass_15; } inline void set_GetSortedTrackedDeviceIndicesOfClass_15(_GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E * value) { ___GetSortedTrackedDeviceIndicesOfClass_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSortedTrackedDeviceIndicesOfClass_15), (void*)value); } inline static int32_t get_offset_of_GetTrackedDeviceActivityLevel_16() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetTrackedDeviceActivityLevel_16)); } inline _GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C * get_GetTrackedDeviceActivityLevel_16() const { return ___GetTrackedDeviceActivityLevel_16; } inline _GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C ** get_address_of_GetTrackedDeviceActivityLevel_16() { return &___GetTrackedDeviceActivityLevel_16; } inline void set_GetTrackedDeviceActivityLevel_16(_GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C * value) { ___GetTrackedDeviceActivityLevel_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTrackedDeviceActivityLevel_16), (void*)value); } inline static int32_t get_offset_of_ApplyTransform_17() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___ApplyTransform_17)); } inline _ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA * get_ApplyTransform_17() const { return ___ApplyTransform_17; } inline _ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA ** get_address_of_ApplyTransform_17() { return &___ApplyTransform_17; } inline void set_ApplyTransform_17(_ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA * value) { ___ApplyTransform_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ApplyTransform_17), (void*)value); } inline static int32_t get_offset_of_GetTrackedDeviceIndexForControllerRole_18() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetTrackedDeviceIndexForControllerRole_18)); } inline _GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4 * get_GetTrackedDeviceIndexForControllerRole_18() const { return ___GetTrackedDeviceIndexForControllerRole_18; } inline _GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4 ** get_address_of_GetTrackedDeviceIndexForControllerRole_18() { return &___GetTrackedDeviceIndexForControllerRole_18; } inline void set_GetTrackedDeviceIndexForControllerRole_18(_GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4 * value) { ___GetTrackedDeviceIndexForControllerRole_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTrackedDeviceIndexForControllerRole_18), (void*)value); } inline static int32_t get_offset_of_GetControllerRoleForTrackedDeviceIndex_19() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetControllerRoleForTrackedDeviceIndex_19)); } inline _GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436 * get_GetControllerRoleForTrackedDeviceIndex_19() const { return ___GetControllerRoleForTrackedDeviceIndex_19; } inline _GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436 ** get_address_of_GetControllerRoleForTrackedDeviceIndex_19() { return &___GetControllerRoleForTrackedDeviceIndex_19; } inline void set_GetControllerRoleForTrackedDeviceIndex_19(_GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436 * value) { ___GetControllerRoleForTrackedDeviceIndex_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetControllerRoleForTrackedDeviceIndex_19), (void*)value); } inline static int32_t get_offset_of_GetTrackedDeviceClass_20() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetTrackedDeviceClass_20)); } inline _GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0 * get_GetTrackedDeviceClass_20() const { return ___GetTrackedDeviceClass_20; } inline _GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0 ** get_address_of_GetTrackedDeviceClass_20() { return &___GetTrackedDeviceClass_20; } inline void set_GetTrackedDeviceClass_20(_GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0 * value) { ___GetTrackedDeviceClass_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTrackedDeviceClass_20), (void*)value); } inline static int32_t get_offset_of_IsTrackedDeviceConnected_21() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___IsTrackedDeviceConnected_21)); } inline _IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD * get_IsTrackedDeviceConnected_21() const { return ___IsTrackedDeviceConnected_21; } inline _IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD ** get_address_of_IsTrackedDeviceConnected_21() { return &___IsTrackedDeviceConnected_21; } inline void set_IsTrackedDeviceConnected_21(_IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD * value) { ___IsTrackedDeviceConnected_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsTrackedDeviceConnected_21), (void*)value); } inline static int32_t get_offset_of_GetBoolTrackedDeviceProperty_22() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetBoolTrackedDeviceProperty_22)); } inline _GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5 * get_GetBoolTrackedDeviceProperty_22() const { return ___GetBoolTrackedDeviceProperty_22; } inline _GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5 ** get_address_of_GetBoolTrackedDeviceProperty_22() { return &___GetBoolTrackedDeviceProperty_22; } inline void set_GetBoolTrackedDeviceProperty_22(_GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5 * value) { ___GetBoolTrackedDeviceProperty_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetBoolTrackedDeviceProperty_22), (void*)value); } inline static int32_t get_offset_of_GetFloatTrackedDeviceProperty_23() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetFloatTrackedDeviceProperty_23)); } inline _GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594 * get_GetFloatTrackedDeviceProperty_23() const { return ___GetFloatTrackedDeviceProperty_23; } inline _GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594 ** get_address_of_GetFloatTrackedDeviceProperty_23() { return &___GetFloatTrackedDeviceProperty_23; } inline void set_GetFloatTrackedDeviceProperty_23(_GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594 * value) { ___GetFloatTrackedDeviceProperty_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetFloatTrackedDeviceProperty_23), (void*)value); } inline static int32_t get_offset_of_GetInt32TrackedDeviceProperty_24() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetInt32TrackedDeviceProperty_24)); } inline _GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313 * get_GetInt32TrackedDeviceProperty_24() const { return ___GetInt32TrackedDeviceProperty_24; } inline _GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313 ** get_address_of_GetInt32TrackedDeviceProperty_24() { return &___GetInt32TrackedDeviceProperty_24; } inline void set_GetInt32TrackedDeviceProperty_24(_GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313 * value) { ___GetInt32TrackedDeviceProperty_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetInt32TrackedDeviceProperty_24), (void*)value); } inline static int32_t get_offset_of_GetUint64TrackedDeviceProperty_25() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetUint64TrackedDeviceProperty_25)); } inline _GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC * get_GetUint64TrackedDeviceProperty_25() const { return ___GetUint64TrackedDeviceProperty_25; } inline _GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC ** get_address_of_GetUint64TrackedDeviceProperty_25() { return &___GetUint64TrackedDeviceProperty_25; } inline void set_GetUint64TrackedDeviceProperty_25(_GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC * value) { ___GetUint64TrackedDeviceProperty_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetUint64TrackedDeviceProperty_25), (void*)value); } inline static int32_t get_offset_of_GetMatrix34TrackedDeviceProperty_26() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetMatrix34TrackedDeviceProperty_26)); } inline _GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346 * get_GetMatrix34TrackedDeviceProperty_26() const { return ___GetMatrix34TrackedDeviceProperty_26; } inline _GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346 ** get_address_of_GetMatrix34TrackedDeviceProperty_26() { return &___GetMatrix34TrackedDeviceProperty_26; } inline void set_GetMatrix34TrackedDeviceProperty_26(_GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346 * value) { ___GetMatrix34TrackedDeviceProperty_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetMatrix34TrackedDeviceProperty_26), (void*)value); } inline static int32_t get_offset_of_GetArrayTrackedDeviceProperty_27() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetArrayTrackedDeviceProperty_27)); } inline _GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343 * get_GetArrayTrackedDeviceProperty_27() const { return ___GetArrayTrackedDeviceProperty_27; } inline _GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343 ** get_address_of_GetArrayTrackedDeviceProperty_27() { return &___GetArrayTrackedDeviceProperty_27; } inline void set_GetArrayTrackedDeviceProperty_27(_GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343 * value) { ___GetArrayTrackedDeviceProperty_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetArrayTrackedDeviceProperty_27), (void*)value); } inline static int32_t get_offset_of_GetStringTrackedDeviceProperty_28() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetStringTrackedDeviceProperty_28)); } inline _GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0 * get_GetStringTrackedDeviceProperty_28() const { return ___GetStringTrackedDeviceProperty_28; } inline _GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0 ** get_address_of_GetStringTrackedDeviceProperty_28() { return &___GetStringTrackedDeviceProperty_28; } inline void set_GetStringTrackedDeviceProperty_28(_GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0 * value) { ___GetStringTrackedDeviceProperty_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetStringTrackedDeviceProperty_28), (void*)value); } inline static int32_t get_offset_of_GetPropErrorNameFromEnum_29() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetPropErrorNameFromEnum_29)); } inline _GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F * get_GetPropErrorNameFromEnum_29() const { return ___GetPropErrorNameFromEnum_29; } inline _GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F ** get_address_of_GetPropErrorNameFromEnum_29() { return &___GetPropErrorNameFromEnum_29; } inline void set_GetPropErrorNameFromEnum_29(_GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F * value) { ___GetPropErrorNameFromEnum_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetPropErrorNameFromEnum_29), (void*)value); } inline static int32_t get_offset_of_PollNextEvent_30() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___PollNextEvent_30)); } inline _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * get_PollNextEvent_30() const { return ___PollNextEvent_30; } inline _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF ** get_address_of_PollNextEvent_30() { return &___PollNextEvent_30; } inline void set_PollNextEvent_30(_PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * value) { ___PollNextEvent_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___PollNextEvent_30), (void*)value); } inline static int32_t get_offset_of_PollNextEventWithPose_31() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___PollNextEventWithPose_31)); } inline _PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD * get_PollNextEventWithPose_31() const { return ___PollNextEventWithPose_31; } inline _PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD ** get_address_of_PollNextEventWithPose_31() { return &___PollNextEventWithPose_31; } inline void set_PollNextEventWithPose_31(_PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD * value) { ___PollNextEventWithPose_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___PollNextEventWithPose_31), (void*)value); } inline static int32_t get_offset_of_GetEventTypeNameFromEnum_32() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetEventTypeNameFromEnum_32)); } inline _GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9 * get_GetEventTypeNameFromEnum_32() const { return ___GetEventTypeNameFromEnum_32; } inline _GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9 ** get_address_of_GetEventTypeNameFromEnum_32() { return &___GetEventTypeNameFromEnum_32; } inline void set_GetEventTypeNameFromEnum_32(_GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9 * value) { ___GetEventTypeNameFromEnum_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetEventTypeNameFromEnum_32), (void*)value); } inline static int32_t get_offset_of_GetHiddenAreaMesh_33() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetHiddenAreaMesh_33)); } inline _GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50 * get_GetHiddenAreaMesh_33() const { return ___GetHiddenAreaMesh_33; } inline _GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50 ** get_address_of_GetHiddenAreaMesh_33() { return &___GetHiddenAreaMesh_33; } inline void set_GetHiddenAreaMesh_33(_GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50 * value) { ___GetHiddenAreaMesh_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetHiddenAreaMesh_33), (void*)value); } inline static int32_t get_offset_of_GetControllerState_34() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetControllerState_34)); } inline _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * get_GetControllerState_34() const { return ___GetControllerState_34; } inline _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC ** get_address_of_GetControllerState_34() { return &___GetControllerState_34; } inline void set_GetControllerState_34(_GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * value) { ___GetControllerState_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetControllerState_34), (void*)value); } inline static int32_t get_offset_of_GetControllerStateWithPose_35() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetControllerStateWithPose_35)); } inline _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * get_GetControllerStateWithPose_35() const { return ___GetControllerStateWithPose_35; } inline _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 ** get_address_of_GetControllerStateWithPose_35() { return &___GetControllerStateWithPose_35; } inline void set_GetControllerStateWithPose_35(_GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * value) { ___GetControllerStateWithPose_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetControllerStateWithPose_35), (void*)value); } inline static int32_t get_offset_of_TriggerHapticPulse_36() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___TriggerHapticPulse_36)); } inline _TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830 * get_TriggerHapticPulse_36() const { return ___TriggerHapticPulse_36; } inline _TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830 ** get_address_of_TriggerHapticPulse_36() { return &___TriggerHapticPulse_36; } inline void set_TriggerHapticPulse_36(_TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830 * value) { ___TriggerHapticPulse_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___TriggerHapticPulse_36), (void*)value); } inline static int32_t get_offset_of_GetButtonIdNameFromEnum_37() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetButtonIdNameFromEnum_37)); } inline _GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0 * get_GetButtonIdNameFromEnum_37() const { return ___GetButtonIdNameFromEnum_37; } inline _GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0 ** get_address_of_GetButtonIdNameFromEnum_37() { return &___GetButtonIdNameFromEnum_37; } inline void set_GetButtonIdNameFromEnum_37(_GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0 * value) { ___GetButtonIdNameFromEnum_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetButtonIdNameFromEnum_37), (void*)value); } inline static int32_t get_offset_of_GetControllerAxisTypeNameFromEnum_38() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetControllerAxisTypeNameFromEnum_38)); } inline _GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112 * get_GetControllerAxisTypeNameFromEnum_38() const { return ___GetControllerAxisTypeNameFromEnum_38; } inline _GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112 ** get_address_of_GetControllerAxisTypeNameFromEnum_38() { return &___GetControllerAxisTypeNameFromEnum_38; } inline void set_GetControllerAxisTypeNameFromEnum_38(_GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112 * value) { ___GetControllerAxisTypeNameFromEnum_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetControllerAxisTypeNameFromEnum_38), (void*)value); } inline static int32_t get_offset_of_IsInputAvailable_39() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___IsInputAvailable_39)); } inline _IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220 * get_IsInputAvailable_39() const { return ___IsInputAvailable_39; } inline _IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220 ** get_address_of_IsInputAvailable_39() { return &___IsInputAvailable_39; } inline void set_IsInputAvailable_39(_IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220 * value) { ___IsInputAvailable_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsInputAvailable_39), (void*)value); } inline static int32_t get_offset_of_IsSteamVRDrawingControllers_40() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___IsSteamVRDrawingControllers_40)); } inline _IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800 * get_IsSteamVRDrawingControllers_40() const { return ___IsSteamVRDrawingControllers_40; } inline _IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800 ** get_address_of_IsSteamVRDrawingControllers_40() { return &___IsSteamVRDrawingControllers_40; } inline void set_IsSteamVRDrawingControllers_40(_IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800 * value) { ___IsSteamVRDrawingControllers_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsSteamVRDrawingControllers_40), (void*)value); } inline static int32_t get_offset_of_ShouldApplicationPause_41() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___ShouldApplicationPause_41)); } inline _ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32 * get_ShouldApplicationPause_41() const { return ___ShouldApplicationPause_41; } inline _ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32 ** get_address_of_ShouldApplicationPause_41() { return &___ShouldApplicationPause_41; } inline void set_ShouldApplicationPause_41(_ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32 * value) { ___ShouldApplicationPause_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShouldApplicationPause_41), (void*)value); } inline static int32_t get_offset_of_ShouldApplicationReduceRenderingWork_42() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___ShouldApplicationReduceRenderingWork_42)); } inline _ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4 * get_ShouldApplicationReduceRenderingWork_42() const { return ___ShouldApplicationReduceRenderingWork_42; } inline _ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4 ** get_address_of_ShouldApplicationReduceRenderingWork_42() { return &___ShouldApplicationReduceRenderingWork_42; } inline void set_ShouldApplicationReduceRenderingWork_42(_ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4 * value) { ___ShouldApplicationReduceRenderingWork_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShouldApplicationReduceRenderingWork_42), (void*)value); } inline static int32_t get_offset_of_DriverDebugRequest_43() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___DriverDebugRequest_43)); } inline _DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0 * get_DriverDebugRequest_43() const { return ___DriverDebugRequest_43; } inline _DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0 ** get_address_of_DriverDebugRequest_43() { return &___DriverDebugRequest_43; } inline void set_DriverDebugRequest_43(_DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0 * value) { ___DriverDebugRequest_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___DriverDebugRequest_43), (void*)value); } inline static int32_t get_offset_of_PerformFirmwareUpdate_44() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___PerformFirmwareUpdate_44)); } inline _PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79 * get_PerformFirmwareUpdate_44() const { return ___PerformFirmwareUpdate_44; } inline _PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79 ** get_address_of_PerformFirmwareUpdate_44() { return &___PerformFirmwareUpdate_44; } inline void set_PerformFirmwareUpdate_44(_PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79 * value) { ___PerformFirmwareUpdate_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___PerformFirmwareUpdate_44), (void*)value); } inline static int32_t get_offset_of_AcknowledgeQuit_Exiting_45() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___AcknowledgeQuit_Exiting_45)); } inline _AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084 * get_AcknowledgeQuit_Exiting_45() const { return ___AcknowledgeQuit_Exiting_45; } inline _AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084 ** get_address_of_AcknowledgeQuit_Exiting_45() { return &___AcknowledgeQuit_Exiting_45; } inline void set_AcknowledgeQuit_Exiting_45(_AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084 * value) { ___AcknowledgeQuit_Exiting_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___AcknowledgeQuit_Exiting_45), (void*)value); } inline static int32_t get_offset_of_AcknowledgeQuit_UserPrompt_46() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___AcknowledgeQuit_UserPrompt_46)); } inline _AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73 * get_AcknowledgeQuit_UserPrompt_46() const { return ___AcknowledgeQuit_UserPrompt_46; } inline _AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73 ** get_address_of_AcknowledgeQuit_UserPrompt_46() { return &___AcknowledgeQuit_UserPrompt_46; } inline void set_AcknowledgeQuit_UserPrompt_46(_AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73 * value) { ___AcknowledgeQuit_UserPrompt_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___AcknowledgeQuit_UserPrompt_46), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRSystem struct IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshaled_pinvoke { Il2CppMethodPointer ___GetRecommendedRenderTargetSize_0; Il2CppMethodPointer ___GetProjectionMatrix_1; Il2CppMethodPointer ___GetProjectionRaw_2; Il2CppMethodPointer ___ComputeDistortion_3; Il2CppMethodPointer ___GetEyeToHeadTransform_4; Il2CppMethodPointer ___GetTimeSinceLastVsync_5; Il2CppMethodPointer ___GetD3D9AdapterIndex_6; Il2CppMethodPointer ___GetDXGIOutputInfo_7; Il2CppMethodPointer ___GetOutputDevice_8; Il2CppMethodPointer ___IsDisplayOnDesktop_9; Il2CppMethodPointer ___SetDisplayVisibility_10; Il2CppMethodPointer ___GetDeviceToAbsoluteTrackingPose_11; Il2CppMethodPointer ___ResetSeatedZeroPose_12; Il2CppMethodPointer ___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13; Il2CppMethodPointer ___GetRawZeroPoseToStandingAbsoluteTrackingPose_14; Il2CppMethodPointer ___GetSortedTrackedDeviceIndicesOfClass_15; Il2CppMethodPointer ___GetTrackedDeviceActivityLevel_16; Il2CppMethodPointer ___ApplyTransform_17; Il2CppMethodPointer ___GetTrackedDeviceIndexForControllerRole_18; Il2CppMethodPointer ___GetControllerRoleForTrackedDeviceIndex_19; Il2CppMethodPointer ___GetTrackedDeviceClass_20; Il2CppMethodPointer ___IsTrackedDeviceConnected_21; Il2CppMethodPointer ___GetBoolTrackedDeviceProperty_22; Il2CppMethodPointer ___GetFloatTrackedDeviceProperty_23; Il2CppMethodPointer ___GetInt32TrackedDeviceProperty_24; Il2CppMethodPointer ___GetUint64TrackedDeviceProperty_25; Il2CppMethodPointer ___GetMatrix34TrackedDeviceProperty_26; Il2CppMethodPointer ___GetArrayTrackedDeviceProperty_27; Il2CppMethodPointer ___GetStringTrackedDeviceProperty_28; Il2CppMethodPointer ___GetPropErrorNameFromEnum_29; Il2CppMethodPointer ___PollNextEvent_30; Il2CppMethodPointer ___PollNextEventWithPose_31; Il2CppMethodPointer ___GetEventTypeNameFromEnum_32; Il2CppMethodPointer ___GetHiddenAreaMesh_33; Il2CppMethodPointer ___GetControllerState_34; Il2CppMethodPointer ___GetControllerStateWithPose_35; Il2CppMethodPointer ___TriggerHapticPulse_36; Il2CppMethodPointer ___GetButtonIdNameFromEnum_37; Il2CppMethodPointer ___GetControllerAxisTypeNameFromEnum_38; Il2CppMethodPointer ___IsInputAvailable_39; Il2CppMethodPointer ___IsSteamVRDrawingControllers_40; Il2CppMethodPointer ___ShouldApplicationPause_41; Il2CppMethodPointer ___ShouldApplicationReduceRenderingWork_42; Il2CppMethodPointer ___DriverDebugRequest_43; Il2CppMethodPointer ___PerformFirmwareUpdate_44; Il2CppMethodPointer ___AcknowledgeQuit_Exiting_45; Il2CppMethodPointer ___AcknowledgeQuit_UserPrompt_46; }; // Native definition for COM marshalling of OVR.OpenVR.IVRSystem struct IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshaled_com { Il2CppMethodPointer ___GetRecommendedRenderTargetSize_0; Il2CppMethodPointer ___GetProjectionMatrix_1; Il2CppMethodPointer ___GetProjectionRaw_2; Il2CppMethodPointer ___ComputeDistortion_3; Il2CppMethodPointer ___GetEyeToHeadTransform_4; Il2CppMethodPointer ___GetTimeSinceLastVsync_5; Il2CppMethodPointer ___GetD3D9AdapterIndex_6; Il2CppMethodPointer ___GetDXGIOutputInfo_7; Il2CppMethodPointer ___GetOutputDevice_8; Il2CppMethodPointer ___IsDisplayOnDesktop_9; Il2CppMethodPointer ___SetDisplayVisibility_10; Il2CppMethodPointer ___GetDeviceToAbsoluteTrackingPose_11; Il2CppMethodPointer ___ResetSeatedZeroPose_12; Il2CppMethodPointer ___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13; Il2CppMethodPointer ___GetRawZeroPoseToStandingAbsoluteTrackingPose_14; Il2CppMethodPointer ___GetSortedTrackedDeviceIndicesOfClass_15; Il2CppMethodPointer ___GetTrackedDeviceActivityLevel_16; Il2CppMethodPointer ___ApplyTransform_17; Il2CppMethodPointer ___GetTrackedDeviceIndexForControllerRole_18; Il2CppMethodPointer ___GetControllerRoleForTrackedDeviceIndex_19; Il2CppMethodPointer ___GetTrackedDeviceClass_20; Il2CppMethodPointer ___IsTrackedDeviceConnected_21; Il2CppMethodPointer ___GetBoolTrackedDeviceProperty_22; Il2CppMethodPointer ___GetFloatTrackedDeviceProperty_23; Il2CppMethodPointer ___GetInt32TrackedDeviceProperty_24; Il2CppMethodPointer ___GetUint64TrackedDeviceProperty_25; Il2CppMethodPointer ___GetMatrix34TrackedDeviceProperty_26; Il2CppMethodPointer ___GetArrayTrackedDeviceProperty_27; Il2CppMethodPointer ___GetStringTrackedDeviceProperty_28; Il2CppMethodPointer ___GetPropErrorNameFromEnum_29; Il2CppMethodPointer ___PollNextEvent_30; Il2CppMethodPointer ___PollNextEventWithPose_31; Il2CppMethodPointer ___GetEventTypeNameFromEnum_32; Il2CppMethodPointer ___GetHiddenAreaMesh_33; Il2CppMethodPointer ___GetControllerState_34; Il2CppMethodPointer ___GetControllerStateWithPose_35; Il2CppMethodPointer ___TriggerHapticPulse_36; Il2CppMethodPointer ___GetButtonIdNameFromEnum_37; Il2CppMethodPointer ___GetControllerAxisTypeNameFromEnum_38; Il2CppMethodPointer ___IsInputAvailable_39; Il2CppMethodPointer ___IsSteamVRDrawingControllers_40; Il2CppMethodPointer ___ShouldApplicationPause_41; Il2CppMethodPointer ___ShouldApplicationReduceRenderingWork_42; Il2CppMethodPointer ___DriverDebugRequest_43; Il2CppMethodPointer ___PerformFirmwareUpdate_44; Il2CppMethodPointer ___AcknowledgeQuit_Exiting_45; Il2CppMethodPointer ___AcknowledgeQuit_UserPrompt_46; }; // OVR.OpenVR.IVRTrackedCamera struct IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB { public: // OVR.OpenVR.IVRTrackedCamera/_GetCameraErrorNameFromEnum OVR.OpenVR.IVRTrackedCamera::GetCameraErrorNameFromEnum _GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849 * ___GetCameraErrorNameFromEnum_0; // OVR.OpenVR.IVRTrackedCamera/_HasCamera OVR.OpenVR.IVRTrackedCamera::HasCamera _HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6 * ___HasCamera_1; // OVR.OpenVR.IVRTrackedCamera/_GetCameraFrameSize OVR.OpenVR.IVRTrackedCamera::GetCameraFrameSize _GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA * ___GetCameraFrameSize_2; // OVR.OpenVR.IVRTrackedCamera/_GetCameraIntrinsics OVR.OpenVR.IVRTrackedCamera::GetCameraIntrinsics _GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D * ___GetCameraIntrinsics_3; // OVR.OpenVR.IVRTrackedCamera/_GetCameraProjection OVR.OpenVR.IVRTrackedCamera::GetCameraProjection _GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7 * ___GetCameraProjection_4; // OVR.OpenVR.IVRTrackedCamera/_AcquireVideoStreamingService OVR.OpenVR.IVRTrackedCamera::AcquireVideoStreamingService _AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F * ___AcquireVideoStreamingService_5; // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamingService OVR.OpenVR.IVRTrackedCamera::ReleaseVideoStreamingService _ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151 * ___ReleaseVideoStreamingService_6; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamFrameBuffer OVR.OpenVR.IVRTrackedCamera::GetVideoStreamFrameBuffer _GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA * ___GetVideoStreamFrameBuffer_7; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureSize OVR.OpenVR.IVRTrackedCamera::GetVideoStreamTextureSize _GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533 * ___GetVideoStreamTextureSize_8; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureD3D11 OVR.OpenVR.IVRTrackedCamera::GetVideoStreamTextureD3D11 _GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D * ___GetVideoStreamTextureD3D11_9; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureGL OVR.OpenVR.IVRTrackedCamera::GetVideoStreamTextureGL _GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370 * ___GetVideoStreamTextureGL_10; // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamTextureGL OVR.OpenVR.IVRTrackedCamera::ReleaseVideoStreamTextureGL _ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF * ___ReleaseVideoStreamTextureGL_11; public: inline static int32_t get_offset_of_GetCameraErrorNameFromEnum_0() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetCameraErrorNameFromEnum_0)); } inline _GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849 * get_GetCameraErrorNameFromEnum_0() const { return ___GetCameraErrorNameFromEnum_0; } inline _GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849 ** get_address_of_GetCameraErrorNameFromEnum_0() { return &___GetCameraErrorNameFromEnum_0; } inline void set_GetCameraErrorNameFromEnum_0(_GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849 * value) { ___GetCameraErrorNameFromEnum_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCameraErrorNameFromEnum_0), (void*)value); } inline static int32_t get_offset_of_HasCamera_1() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___HasCamera_1)); } inline _HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6 * get_HasCamera_1() const { return ___HasCamera_1; } inline _HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6 ** get_address_of_HasCamera_1() { return &___HasCamera_1; } inline void set_HasCamera_1(_HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6 * value) { ___HasCamera_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HasCamera_1), (void*)value); } inline static int32_t get_offset_of_GetCameraFrameSize_2() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetCameraFrameSize_2)); } inline _GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA * get_GetCameraFrameSize_2() const { return ___GetCameraFrameSize_2; } inline _GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA ** get_address_of_GetCameraFrameSize_2() { return &___GetCameraFrameSize_2; } inline void set_GetCameraFrameSize_2(_GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA * value) { ___GetCameraFrameSize_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCameraFrameSize_2), (void*)value); } inline static int32_t get_offset_of_GetCameraIntrinsics_3() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetCameraIntrinsics_3)); } inline _GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D * get_GetCameraIntrinsics_3() const { return ___GetCameraIntrinsics_3; } inline _GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D ** get_address_of_GetCameraIntrinsics_3() { return &___GetCameraIntrinsics_3; } inline void set_GetCameraIntrinsics_3(_GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D * value) { ___GetCameraIntrinsics_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCameraIntrinsics_3), (void*)value); } inline static int32_t get_offset_of_GetCameraProjection_4() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetCameraProjection_4)); } inline _GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7 * get_GetCameraProjection_4() const { return ___GetCameraProjection_4; } inline _GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7 ** get_address_of_GetCameraProjection_4() { return &___GetCameraProjection_4; } inline void set_GetCameraProjection_4(_GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7 * value) { ___GetCameraProjection_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCameraProjection_4), (void*)value); } inline static int32_t get_offset_of_AcquireVideoStreamingService_5() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___AcquireVideoStreamingService_5)); } inline _AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F * get_AcquireVideoStreamingService_5() const { return ___AcquireVideoStreamingService_5; } inline _AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F ** get_address_of_AcquireVideoStreamingService_5() { return &___AcquireVideoStreamingService_5; } inline void set_AcquireVideoStreamingService_5(_AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F * value) { ___AcquireVideoStreamingService_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___AcquireVideoStreamingService_5), (void*)value); } inline static int32_t get_offset_of_ReleaseVideoStreamingService_6() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___ReleaseVideoStreamingService_6)); } inline _ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151 * get_ReleaseVideoStreamingService_6() const { return ___ReleaseVideoStreamingService_6; } inline _ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151 ** get_address_of_ReleaseVideoStreamingService_6() { return &___ReleaseVideoStreamingService_6; } inline void set_ReleaseVideoStreamingService_6(_ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151 * value) { ___ReleaseVideoStreamingService_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReleaseVideoStreamingService_6), (void*)value); } inline static int32_t get_offset_of_GetVideoStreamFrameBuffer_7() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetVideoStreamFrameBuffer_7)); } inline _GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA * get_GetVideoStreamFrameBuffer_7() const { return ___GetVideoStreamFrameBuffer_7; } inline _GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA ** get_address_of_GetVideoStreamFrameBuffer_7() { return &___GetVideoStreamFrameBuffer_7; } inline void set_GetVideoStreamFrameBuffer_7(_GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA * value) { ___GetVideoStreamFrameBuffer_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetVideoStreamFrameBuffer_7), (void*)value); } inline static int32_t get_offset_of_GetVideoStreamTextureSize_8() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetVideoStreamTextureSize_8)); } inline _GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533 * get_GetVideoStreamTextureSize_8() const { return ___GetVideoStreamTextureSize_8; } inline _GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533 ** get_address_of_GetVideoStreamTextureSize_8() { return &___GetVideoStreamTextureSize_8; } inline void set_GetVideoStreamTextureSize_8(_GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533 * value) { ___GetVideoStreamTextureSize_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetVideoStreamTextureSize_8), (void*)value); } inline static int32_t get_offset_of_GetVideoStreamTextureD3D11_9() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetVideoStreamTextureD3D11_9)); } inline _GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D * get_GetVideoStreamTextureD3D11_9() const { return ___GetVideoStreamTextureD3D11_9; } inline _GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D ** get_address_of_GetVideoStreamTextureD3D11_9() { return &___GetVideoStreamTextureD3D11_9; } inline void set_GetVideoStreamTextureD3D11_9(_GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D * value) { ___GetVideoStreamTextureD3D11_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetVideoStreamTextureD3D11_9), (void*)value); } inline static int32_t get_offset_of_GetVideoStreamTextureGL_10() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetVideoStreamTextureGL_10)); } inline _GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370 * get_GetVideoStreamTextureGL_10() const { return ___GetVideoStreamTextureGL_10; } inline _GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370 ** get_address_of_GetVideoStreamTextureGL_10() { return &___GetVideoStreamTextureGL_10; } inline void set_GetVideoStreamTextureGL_10(_GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370 * value) { ___GetVideoStreamTextureGL_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetVideoStreamTextureGL_10), (void*)value); } inline static int32_t get_offset_of_ReleaseVideoStreamTextureGL_11() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___ReleaseVideoStreamTextureGL_11)); } inline _ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF * get_ReleaseVideoStreamTextureGL_11() const { return ___ReleaseVideoStreamTextureGL_11; } inline _ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF ** get_address_of_ReleaseVideoStreamTextureGL_11() { return &___ReleaseVideoStreamTextureGL_11; } inline void set_ReleaseVideoStreamTextureGL_11(_ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF * value) { ___ReleaseVideoStreamTextureGL_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReleaseVideoStreamTextureGL_11), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRTrackedCamera struct IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshaled_pinvoke { Il2CppMethodPointer ___GetCameraErrorNameFromEnum_0; Il2CppMethodPointer ___HasCamera_1; Il2CppMethodPointer ___GetCameraFrameSize_2; Il2CppMethodPointer ___GetCameraIntrinsics_3; Il2CppMethodPointer ___GetCameraProjection_4; Il2CppMethodPointer ___AcquireVideoStreamingService_5; Il2CppMethodPointer ___ReleaseVideoStreamingService_6; Il2CppMethodPointer ___GetVideoStreamFrameBuffer_7; Il2CppMethodPointer ___GetVideoStreamTextureSize_8; Il2CppMethodPointer ___GetVideoStreamTextureD3D11_9; Il2CppMethodPointer ___GetVideoStreamTextureGL_10; Il2CppMethodPointer ___ReleaseVideoStreamTextureGL_11; }; // Native definition for COM marshalling of OVR.OpenVR.IVRTrackedCamera struct IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshaled_com { Il2CppMethodPointer ___GetCameraErrorNameFromEnum_0; Il2CppMethodPointer ___HasCamera_1; Il2CppMethodPointer ___GetCameraFrameSize_2; Il2CppMethodPointer ___GetCameraIntrinsics_3; Il2CppMethodPointer ___GetCameraProjection_4; Il2CppMethodPointer ___AcquireVideoStreamingService_5; Il2CppMethodPointer ___ReleaseVideoStreamingService_6; Il2CppMethodPointer ___GetVideoStreamFrameBuffer_7; Il2CppMethodPointer ___GetVideoStreamTextureSize_8; Il2CppMethodPointer ___GetVideoStreamTextureD3D11_9; Il2CppMethodPointer ___GetVideoStreamTextureGL_10; Il2CppMethodPointer ___ReleaseVideoStreamTextureGL_11; }; // OVR.OpenVR.InputAnalogActionData_t struct InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189 { public: // System.Boolean OVR.OpenVR.InputAnalogActionData_t::bActive bool ___bActive_0; // System.UInt64 OVR.OpenVR.InputAnalogActionData_t::activeOrigin uint64_t ___activeOrigin_1; // System.Single OVR.OpenVR.InputAnalogActionData_t::x float ___x_2; // System.Single OVR.OpenVR.InputAnalogActionData_t::y float ___y_3; // System.Single OVR.OpenVR.InputAnalogActionData_t::z float ___z_4; // System.Single OVR.OpenVR.InputAnalogActionData_t::deltaX float ___deltaX_5; // System.Single OVR.OpenVR.InputAnalogActionData_t::deltaY float ___deltaY_6; // System.Single OVR.OpenVR.InputAnalogActionData_t::deltaZ float ___deltaZ_7; // System.Single OVR.OpenVR.InputAnalogActionData_t::fUpdateTime float ___fUpdateTime_8; public: inline static int32_t get_offset_of_bActive_0() { return static_cast(offsetof(InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189, ___bActive_0)); } inline bool get_bActive_0() const { return ___bActive_0; } inline bool* get_address_of_bActive_0() { return &___bActive_0; } inline void set_bActive_0(bool value) { ___bActive_0 = value; } inline static int32_t get_offset_of_activeOrigin_1() { return static_cast(offsetof(InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189, ___activeOrigin_1)); } inline uint64_t get_activeOrigin_1() const { return ___activeOrigin_1; } inline uint64_t* get_address_of_activeOrigin_1() { return &___activeOrigin_1; } inline void set_activeOrigin_1(uint64_t value) { ___activeOrigin_1 = value; } inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189, ___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(InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189, ___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(InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189, ___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; } inline static int32_t get_offset_of_deltaX_5() { return static_cast(offsetof(InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189, ___deltaX_5)); } inline float get_deltaX_5() const { return ___deltaX_5; } inline float* get_address_of_deltaX_5() { return &___deltaX_5; } inline void set_deltaX_5(float value) { ___deltaX_5 = value; } inline static int32_t get_offset_of_deltaY_6() { return static_cast(offsetof(InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189, ___deltaY_6)); } inline float get_deltaY_6() const { return ___deltaY_6; } inline float* get_address_of_deltaY_6() { return &___deltaY_6; } inline void set_deltaY_6(float value) { ___deltaY_6 = value; } inline static int32_t get_offset_of_deltaZ_7() { return static_cast(offsetof(InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189, ___deltaZ_7)); } inline float get_deltaZ_7() const { return ___deltaZ_7; } inline float* get_address_of_deltaZ_7() { return &___deltaZ_7; } inline void set_deltaZ_7(float value) { ___deltaZ_7 = value; } inline static int32_t get_offset_of_fUpdateTime_8() { return static_cast(offsetof(InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189, ___fUpdateTime_8)); } inline float get_fUpdateTime_8() const { return ___fUpdateTime_8; } inline float* get_address_of_fUpdateTime_8() { return &___fUpdateTime_8; } inline void set_fUpdateTime_8(float value) { ___fUpdateTime_8 = value; } }; // OVR.OpenVR.InputDigitalActionData_t struct InputDigitalActionData_t_tC7875C582A1187037853BA400A24D616649D332B { public: // System.Boolean OVR.OpenVR.InputDigitalActionData_t::bActive bool ___bActive_0; // System.UInt64 OVR.OpenVR.InputDigitalActionData_t::activeOrigin uint64_t ___activeOrigin_1; // System.Boolean OVR.OpenVR.InputDigitalActionData_t::bState bool ___bState_2; // System.Boolean OVR.OpenVR.InputDigitalActionData_t::bChanged bool ___bChanged_3; // System.Single OVR.OpenVR.InputDigitalActionData_t::fUpdateTime float ___fUpdateTime_4; public: inline static int32_t get_offset_of_bActive_0() { return static_cast(offsetof(InputDigitalActionData_t_tC7875C582A1187037853BA400A24D616649D332B, ___bActive_0)); } inline bool get_bActive_0() const { return ___bActive_0; } inline bool* get_address_of_bActive_0() { return &___bActive_0; } inline void set_bActive_0(bool value) { ___bActive_0 = value; } inline static int32_t get_offset_of_activeOrigin_1() { return static_cast(offsetof(InputDigitalActionData_t_tC7875C582A1187037853BA400A24D616649D332B, ___activeOrigin_1)); } inline uint64_t get_activeOrigin_1() const { return ___activeOrigin_1; } inline uint64_t* get_address_of_activeOrigin_1() { return &___activeOrigin_1; } inline void set_activeOrigin_1(uint64_t value) { ___activeOrigin_1 = value; } inline static int32_t get_offset_of_bState_2() { return static_cast(offsetof(InputDigitalActionData_t_tC7875C582A1187037853BA400A24D616649D332B, ___bState_2)); } inline bool get_bState_2() const { return ___bState_2; } inline bool* get_address_of_bState_2() { return &___bState_2; } inline void set_bState_2(bool value) { ___bState_2 = value; } inline static int32_t get_offset_of_bChanged_3() { return static_cast(offsetof(InputDigitalActionData_t_tC7875C582A1187037853BA400A24D616649D332B, ___bChanged_3)); } inline bool get_bChanged_3() const { return ___bChanged_3; } inline bool* get_address_of_bChanged_3() { return &___bChanged_3; } inline void set_bChanged_3(bool value) { ___bChanged_3 = value; } inline static int32_t get_offset_of_fUpdateTime_4() { return static_cast(offsetof(InputDigitalActionData_t_tC7875C582A1187037853BA400A24D616649D332B, ___fUpdateTime_4)); } inline float get_fUpdateTime_4() const { return ___fUpdateTime_4; } inline float* get_address_of_fUpdateTime_4() { return &___fUpdateTime_4; } inline void set_fUpdateTime_4(float value) { ___fUpdateTime_4 = value; } }; // OVR.OpenVR.InputOriginInfo_t struct InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88 { public: // System.UInt64 OVR.OpenVR.InputOriginInfo_t::devicePath uint64_t ___devicePath_0; // System.UInt32 OVR.OpenVR.InputOriginInfo_t::trackedDeviceIndex uint32_t ___trackedDeviceIndex_1; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName0 uint8_t ___rchRenderModelComponentName0_2; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName1 uint8_t ___rchRenderModelComponentName1_3; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName2 uint8_t ___rchRenderModelComponentName2_4; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName3 uint8_t ___rchRenderModelComponentName3_5; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName4 uint8_t ___rchRenderModelComponentName4_6; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName5 uint8_t ___rchRenderModelComponentName5_7; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName6 uint8_t ___rchRenderModelComponentName6_8; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName7 uint8_t ___rchRenderModelComponentName7_9; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName8 uint8_t ___rchRenderModelComponentName8_10; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName9 uint8_t ___rchRenderModelComponentName9_11; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName10 uint8_t ___rchRenderModelComponentName10_12; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName11 uint8_t ___rchRenderModelComponentName11_13; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName12 uint8_t ___rchRenderModelComponentName12_14; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName13 uint8_t ___rchRenderModelComponentName13_15; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName14 uint8_t ___rchRenderModelComponentName14_16; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName15 uint8_t ___rchRenderModelComponentName15_17; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName16 uint8_t ___rchRenderModelComponentName16_18; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName17 uint8_t ___rchRenderModelComponentName17_19; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName18 uint8_t ___rchRenderModelComponentName18_20; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName19 uint8_t ___rchRenderModelComponentName19_21; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName20 uint8_t ___rchRenderModelComponentName20_22; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName21 uint8_t ___rchRenderModelComponentName21_23; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName22 uint8_t ___rchRenderModelComponentName22_24; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName23 uint8_t ___rchRenderModelComponentName23_25; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName24 uint8_t ___rchRenderModelComponentName24_26; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName25 uint8_t ___rchRenderModelComponentName25_27; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName26 uint8_t ___rchRenderModelComponentName26_28; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName27 uint8_t ___rchRenderModelComponentName27_29; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName28 uint8_t ___rchRenderModelComponentName28_30; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName29 uint8_t ___rchRenderModelComponentName29_31; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName30 uint8_t ___rchRenderModelComponentName30_32; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName31 uint8_t ___rchRenderModelComponentName31_33; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName32 uint8_t ___rchRenderModelComponentName32_34; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName33 uint8_t ___rchRenderModelComponentName33_35; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName34 uint8_t ___rchRenderModelComponentName34_36; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName35 uint8_t ___rchRenderModelComponentName35_37; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName36 uint8_t ___rchRenderModelComponentName36_38; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName37 uint8_t ___rchRenderModelComponentName37_39; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName38 uint8_t ___rchRenderModelComponentName38_40; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName39 uint8_t ___rchRenderModelComponentName39_41; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName40 uint8_t ___rchRenderModelComponentName40_42; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName41 uint8_t ___rchRenderModelComponentName41_43; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName42 uint8_t ___rchRenderModelComponentName42_44; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName43 uint8_t ___rchRenderModelComponentName43_45; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName44 uint8_t ___rchRenderModelComponentName44_46; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName45 uint8_t ___rchRenderModelComponentName45_47; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName46 uint8_t ___rchRenderModelComponentName46_48; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName47 uint8_t ___rchRenderModelComponentName47_49; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName48 uint8_t ___rchRenderModelComponentName48_50; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName49 uint8_t ___rchRenderModelComponentName49_51; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName50 uint8_t ___rchRenderModelComponentName50_52; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName51 uint8_t ___rchRenderModelComponentName51_53; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName52 uint8_t ___rchRenderModelComponentName52_54; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName53 uint8_t ___rchRenderModelComponentName53_55; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName54 uint8_t ___rchRenderModelComponentName54_56; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName55 uint8_t ___rchRenderModelComponentName55_57; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName56 uint8_t ___rchRenderModelComponentName56_58; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName57 uint8_t ___rchRenderModelComponentName57_59; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName58 uint8_t ___rchRenderModelComponentName58_60; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName59 uint8_t ___rchRenderModelComponentName59_61; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName60 uint8_t ___rchRenderModelComponentName60_62; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName61 uint8_t ___rchRenderModelComponentName61_63; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName62 uint8_t ___rchRenderModelComponentName62_64; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName63 uint8_t ___rchRenderModelComponentName63_65; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName64 uint8_t ___rchRenderModelComponentName64_66; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName65 uint8_t ___rchRenderModelComponentName65_67; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName66 uint8_t ___rchRenderModelComponentName66_68; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName67 uint8_t ___rchRenderModelComponentName67_69; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName68 uint8_t ___rchRenderModelComponentName68_70; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName69 uint8_t ___rchRenderModelComponentName69_71; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName70 uint8_t ___rchRenderModelComponentName70_72; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName71 uint8_t ___rchRenderModelComponentName71_73; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName72 uint8_t ___rchRenderModelComponentName72_74; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName73 uint8_t ___rchRenderModelComponentName73_75; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName74 uint8_t ___rchRenderModelComponentName74_76; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName75 uint8_t ___rchRenderModelComponentName75_77; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName76 uint8_t ___rchRenderModelComponentName76_78; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName77 uint8_t ___rchRenderModelComponentName77_79; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName78 uint8_t ___rchRenderModelComponentName78_80; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName79 uint8_t ___rchRenderModelComponentName79_81; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName80 uint8_t ___rchRenderModelComponentName80_82; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName81 uint8_t ___rchRenderModelComponentName81_83; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName82 uint8_t ___rchRenderModelComponentName82_84; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName83 uint8_t ___rchRenderModelComponentName83_85; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName84 uint8_t ___rchRenderModelComponentName84_86; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName85 uint8_t ___rchRenderModelComponentName85_87; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName86 uint8_t ___rchRenderModelComponentName86_88; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName87 uint8_t ___rchRenderModelComponentName87_89; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName88 uint8_t ___rchRenderModelComponentName88_90; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName89 uint8_t ___rchRenderModelComponentName89_91; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName90 uint8_t ___rchRenderModelComponentName90_92; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName91 uint8_t ___rchRenderModelComponentName91_93; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName92 uint8_t ___rchRenderModelComponentName92_94; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName93 uint8_t ___rchRenderModelComponentName93_95; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName94 uint8_t ___rchRenderModelComponentName94_96; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName95 uint8_t ___rchRenderModelComponentName95_97; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName96 uint8_t ___rchRenderModelComponentName96_98; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName97 uint8_t ___rchRenderModelComponentName97_99; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName98 uint8_t ___rchRenderModelComponentName98_100; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName99 uint8_t ___rchRenderModelComponentName99_101; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName100 uint8_t ___rchRenderModelComponentName100_102; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName101 uint8_t ___rchRenderModelComponentName101_103; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName102 uint8_t ___rchRenderModelComponentName102_104; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName103 uint8_t ___rchRenderModelComponentName103_105; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName104 uint8_t ___rchRenderModelComponentName104_106; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName105 uint8_t ___rchRenderModelComponentName105_107; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName106 uint8_t ___rchRenderModelComponentName106_108; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName107 uint8_t ___rchRenderModelComponentName107_109; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName108 uint8_t ___rchRenderModelComponentName108_110; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName109 uint8_t ___rchRenderModelComponentName109_111; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName110 uint8_t ___rchRenderModelComponentName110_112; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName111 uint8_t ___rchRenderModelComponentName111_113; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName112 uint8_t ___rchRenderModelComponentName112_114; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName113 uint8_t ___rchRenderModelComponentName113_115; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName114 uint8_t ___rchRenderModelComponentName114_116; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName115 uint8_t ___rchRenderModelComponentName115_117; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName116 uint8_t ___rchRenderModelComponentName116_118; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName117 uint8_t ___rchRenderModelComponentName117_119; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName118 uint8_t ___rchRenderModelComponentName118_120; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName119 uint8_t ___rchRenderModelComponentName119_121; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName120 uint8_t ___rchRenderModelComponentName120_122; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName121 uint8_t ___rchRenderModelComponentName121_123; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName122 uint8_t ___rchRenderModelComponentName122_124; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName123 uint8_t ___rchRenderModelComponentName123_125; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName124 uint8_t ___rchRenderModelComponentName124_126; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName125 uint8_t ___rchRenderModelComponentName125_127; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName126 uint8_t ___rchRenderModelComponentName126_128; // System.Byte OVR.OpenVR.InputOriginInfo_t::rchRenderModelComponentName127 uint8_t ___rchRenderModelComponentName127_129; public: inline static int32_t get_offset_of_devicePath_0() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___devicePath_0)); } inline uint64_t get_devicePath_0() const { return ___devicePath_0; } inline uint64_t* get_address_of_devicePath_0() { return &___devicePath_0; } inline void set_devicePath_0(uint64_t value) { ___devicePath_0 = value; } inline static int32_t get_offset_of_trackedDeviceIndex_1() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___trackedDeviceIndex_1)); } inline uint32_t get_trackedDeviceIndex_1() const { return ___trackedDeviceIndex_1; } inline uint32_t* get_address_of_trackedDeviceIndex_1() { return &___trackedDeviceIndex_1; } inline void set_trackedDeviceIndex_1(uint32_t value) { ___trackedDeviceIndex_1 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName0_2() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName0_2)); } inline uint8_t get_rchRenderModelComponentName0_2() const { return ___rchRenderModelComponentName0_2; } inline uint8_t* get_address_of_rchRenderModelComponentName0_2() { return &___rchRenderModelComponentName0_2; } inline void set_rchRenderModelComponentName0_2(uint8_t value) { ___rchRenderModelComponentName0_2 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName1_3() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName1_3)); } inline uint8_t get_rchRenderModelComponentName1_3() const { return ___rchRenderModelComponentName1_3; } inline uint8_t* get_address_of_rchRenderModelComponentName1_3() { return &___rchRenderModelComponentName1_3; } inline void set_rchRenderModelComponentName1_3(uint8_t value) { ___rchRenderModelComponentName1_3 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName2_4() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName2_4)); } inline uint8_t get_rchRenderModelComponentName2_4() const { return ___rchRenderModelComponentName2_4; } inline uint8_t* get_address_of_rchRenderModelComponentName2_4() { return &___rchRenderModelComponentName2_4; } inline void set_rchRenderModelComponentName2_4(uint8_t value) { ___rchRenderModelComponentName2_4 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName3_5() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName3_5)); } inline uint8_t get_rchRenderModelComponentName3_5() const { return ___rchRenderModelComponentName3_5; } inline uint8_t* get_address_of_rchRenderModelComponentName3_5() { return &___rchRenderModelComponentName3_5; } inline void set_rchRenderModelComponentName3_5(uint8_t value) { ___rchRenderModelComponentName3_5 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName4_6() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName4_6)); } inline uint8_t get_rchRenderModelComponentName4_6() const { return ___rchRenderModelComponentName4_6; } inline uint8_t* get_address_of_rchRenderModelComponentName4_6() { return &___rchRenderModelComponentName4_6; } inline void set_rchRenderModelComponentName4_6(uint8_t value) { ___rchRenderModelComponentName4_6 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName5_7() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName5_7)); } inline uint8_t get_rchRenderModelComponentName5_7() const { return ___rchRenderModelComponentName5_7; } inline uint8_t* get_address_of_rchRenderModelComponentName5_7() { return &___rchRenderModelComponentName5_7; } inline void set_rchRenderModelComponentName5_7(uint8_t value) { ___rchRenderModelComponentName5_7 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName6_8() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName6_8)); } inline uint8_t get_rchRenderModelComponentName6_8() const { return ___rchRenderModelComponentName6_8; } inline uint8_t* get_address_of_rchRenderModelComponentName6_8() { return &___rchRenderModelComponentName6_8; } inline void set_rchRenderModelComponentName6_8(uint8_t value) { ___rchRenderModelComponentName6_8 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName7_9() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName7_9)); } inline uint8_t get_rchRenderModelComponentName7_9() const { return ___rchRenderModelComponentName7_9; } inline uint8_t* get_address_of_rchRenderModelComponentName7_9() { return &___rchRenderModelComponentName7_9; } inline void set_rchRenderModelComponentName7_9(uint8_t value) { ___rchRenderModelComponentName7_9 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName8_10() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName8_10)); } inline uint8_t get_rchRenderModelComponentName8_10() const { return ___rchRenderModelComponentName8_10; } inline uint8_t* get_address_of_rchRenderModelComponentName8_10() { return &___rchRenderModelComponentName8_10; } inline void set_rchRenderModelComponentName8_10(uint8_t value) { ___rchRenderModelComponentName8_10 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName9_11() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName9_11)); } inline uint8_t get_rchRenderModelComponentName9_11() const { return ___rchRenderModelComponentName9_11; } inline uint8_t* get_address_of_rchRenderModelComponentName9_11() { return &___rchRenderModelComponentName9_11; } inline void set_rchRenderModelComponentName9_11(uint8_t value) { ___rchRenderModelComponentName9_11 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName10_12() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName10_12)); } inline uint8_t get_rchRenderModelComponentName10_12() const { return ___rchRenderModelComponentName10_12; } inline uint8_t* get_address_of_rchRenderModelComponentName10_12() { return &___rchRenderModelComponentName10_12; } inline void set_rchRenderModelComponentName10_12(uint8_t value) { ___rchRenderModelComponentName10_12 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName11_13() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName11_13)); } inline uint8_t get_rchRenderModelComponentName11_13() const { return ___rchRenderModelComponentName11_13; } inline uint8_t* get_address_of_rchRenderModelComponentName11_13() { return &___rchRenderModelComponentName11_13; } inline void set_rchRenderModelComponentName11_13(uint8_t value) { ___rchRenderModelComponentName11_13 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName12_14() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName12_14)); } inline uint8_t get_rchRenderModelComponentName12_14() const { return ___rchRenderModelComponentName12_14; } inline uint8_t* get_address_of_rchRenderModelComponentName12_14() { return &___rchRenderModelComponentName12_14; } inline void set_rchRenderModelComponentName12_14(uint8_t value) { ___rchRenderModelComponentName12_14 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName13_15() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName13_15)); } inline uint8_t get_rchRenderModelComponentName13_15() const { return ___rchRenderModelComponentName13_15; } inline uint8_t* get_address_of_rchRenderModelComponentName13_15() { return &___rchRenderModelComponentName13_15; } inline void set_rchRenderModelComponentName13_15(uint8_t value) { ___rchRenderModelComponentName13_15 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName14_16() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName14_16)); } inline uint8_t get_rchRenderModelComponentName14_16() const { return ___rchRenderModelComponentName14_16; } inline uint8_t* get_address_of_rchRenderModelComponentName14_16() { return &___rchRenderModelComponentName14_16; } inline void set_rchRenderModelComponentName14_16(uint8_t value) { ___rchRenderModelComponentName14_16 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName15_17() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName15_17)); } inline uint8_t get_rchRenderModelComponentName15_17() const { return ___rchRenderModelComponentName15_17; } inline uint8_t* get_address_of_rchRenderModelComponentName15_17() { return &___rchRenderModelComponentName15_17; } inline void set_rchRenderModelComponentName15_17(uint8_t value) { ___rchRenderModelComponentName15_17 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName16_18() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName16_18)); } inline uint8_t get_rchRenderModelComponentName16_18() const { return ___rchRenderModelComponentName16_18; } inline uint8_t* get_address_of_rchRenderModelComponentName16_18() { return &___rchRenderModelComponentName16_18; } inline void set_rchRenderModelComponentName16_18(uint8_t value) { ___rchRenderModelComponentName16_18 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName17_19() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName17_19)); } inline uint8_t get_rchRenderModelComponentName17_19() const { return ___rchRenderModelComponentName17_19; } inline uint8_t* get_address_of_rchRenderModelComponentName17_19() { return &___rchRenderModelComponentName17_19; } inline void set_rchRenderModelComponentName17_19(uint8_t value) { ___rchRenderModelComponentName17_19 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName18_20() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName18_20)); } inline uint8_t get_rchRenderModelComponentName18_20() const { return ___rchRenderModelComponentName18_20; } inline uint8_t* get_address_of_rchRenderModelComponentName18_20() { return &___rchRenderModelComponentName18_20; } inline void set_rchRenderModelComponentName18_20(uint8_t value) { ___rchRenderModelComponentName18_20 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName19_21() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName19_21)); } inline uint8_t get_rchRenderModelComponentName19_21() const { return ___rchRenderModelComponentName19_21; } inline uint8_t* get_address_of_rchRenderModelComponentName19_21() { return &___rchRenderModelComponentName19_21; } inline void set_rchRenderModelComponentName19_21(uint8_t value) { ___rchRenderModelComponentName19_21 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName20_22() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName20_22)); } inline uint8_t get_rchRenderModelComponentName20_22() const { return ___rchRenderModelComponentName20_22; } inline uint8_t* get_address_of_rchRenderModelComponentName20_22() { return &___rchRenderModelComponentName20_22; } inline void set_rchRenderModelComponentName20_22(uint8_t value) { ___rchRenderModelComponentName20_22 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName21_23() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName21_23)); } inline uint8_t get_rchRenderModelComponentName21_23() const { return ___rchRenderModelComponentName21_23; } inline uint8_t* get_address_of_rchRenderModelComponentName21_23() { return &___rchRenderModelComponentName21_23; } inline void set_rchRenderModelComponentName21_23(uint8_t value) { ___rchRenderModelComponentName21_23 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName22_24() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName22_24)); } inline uint8_t get_rchRenderModelComponentName22_24() const { return ___rchRenderModelComponentName22_24; } inline uint8_t* get_address_of_rchRenderModelComponentName22_24() { return &___rchRenderModelComponentName22_24; } inline void set_rchRenderModelComponentName22_24(uint8_t value) { ___rchRenderModelComponentName22_24 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName23_25() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName23_25)); } inline uint8_t get_rchRenderModelComponentName23_25() const { return ___rchRenderModelComponentName23_25; } inline uint8_t* get_address_of_rchRenderModelComponentName23_25() { return &___rchRenderModelComponentName23_25; } inline void set_rchRenderModelComponentName23_25(uint8_t value) { ___rchRenderModelComponentName23_25 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName24_26() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName24_26)); } inline uint8_t get_rchRenderModelComponentName24_26() const { return ___rchRenderModelComponentName24_26; } inline uint8_t* get_address_of_rchRenderModelComponentName24_26() { return &___rchRenderModelComponentName24_26; } inline void set_rchRenderModelComponentName24_26(uint8_t value) { ___rchRenderModelComponentName24_26 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName25_27() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName25_27)); } inline uint8_t get_rchRenderModelComponentName25_27() const { return ___rchRenderModelComponentName25_27; } inline uint8_t* get_address_of_rchRenderModelComponentName25_27() { return &___rchRenderModelComponentName25_27; } inline void set_rchRenderModelComponentName25_27(uint8_t value) { ___rchRenderModelComponentName25_27 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName26_28() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName26_28)); } inline uint8_t get_rchRenderModelComponentName26_28() const { return ___rchRenderModelComponentName26_28; } inline uint8_t* get_address_of_rchRenderModelComponentName26_28() { return &___rchRenderModelComponentName26_28; } inline void set_rchRenderModelComponentName26_28(uint8_t value) { ___rchRenderModelComponentName26_28 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName27_29() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName27_29)); } inline uint8_t get_rchRenderModelComponentName27_29() const { return ___rchRenderModelComponentName27_29; } inline uint8_t* get_address_of_rchRenderModelComponentName27_29() { return &___rchRenderModelComponentName27_29; } inline void set_rchRenderModelComponentName27_29(uint8_t value) { ___rchRenderModelComponentName27_29 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName28_30() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName28_30)); } inline uint8_t get_rchRenderModelComponentName28_30() const { return ___rchRenderModelComponentName28_30; } inline uint8_t* get_address_of_rchRenderModelComponentName28_30() { return &___rchRenderModelComponentName28_30; } inline void set_rchRenderModelComponentName28_30(uint8_t value) { ___rchRenderModelComponentName28_30 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName29_31() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName29_31)); } inline uint8_t get_rchRenderModelComponentName29_31() const { return ___rchRenderModelComponentName29_31; } inline uint8_t* get_address_of_rchRenderModelComponentName29_31() { return &___rchRenderModelComponentName29_31; } inline void set_rchRenderModelComponentName29_31(uint8_t value) { ___rchRenderModelComponentName29_31 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName30_32() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName30_32)); } inline uint8_t get_rchRenderModelComponentName30_32() const { return ___rchRenderModelComponentName30_32; } inline uint8_t* get_address_of_rchRenderModelComponentName30_32() { return &___rchRenderModelComponentName30_32; } inline void set_rchRenderModelComponentName30_32(uint8_t value) { ___rchRenderModelComponentName30_32 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName31_33() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName31_33)); } inline uint8_t get_rchRenderModelComponentName31_33() const { return ___rchRenderModelComponentName31_33; } inline uint8_t* get_address_of_rchRenderModelComponentName31_33() { return &___rchRenderModelComponentName31_33; } inline void set_rchRenderModelComponentName31_33(uint8_t value) { ___rchRenderModelComponentName31_33 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName32_34() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName32_34)); } inline uint8_t get_rchRenderModelComponentName32_34() const { return ___rchRenderModelComponentName32_34; } inline uint8_t* get_address_of_rchRenderModelComponentName32_34() { return &___rchRenderModelComponentName32_34; } inline void set_rchRenderModelComponentName32_34(uint8_t value) { ___rchRenderModelComponentName32_34 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName33_35() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName33_35)); } inline uint8_t get_rchRenderModelComponentName33_35() const { return ___rchRenderModelComponentName33_35; } inline uint8_t* get_address_of_rchRenderModelComponentName33_35() { return &___rchRenderModelComponentName33_35; } inline void set_rchRenderModelComponentName33_35(uint8_t value) { ___rchRenderModelComponentName33_35 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName34_36() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName34_36)); } inline uint8_t get_rchRenderModelComponentName34_36() const { return ___rchRenderModelComponentName34_36; } inline uint8_t* get_address_of_rchRenderModelComponentName34_36() { return &___rchRenderModelComponentName34_36; } inline void set_rchRenderModelComponentName34_36(uint8_t value) { ___rchRenderModelComponentName34_36 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName35_37() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName35_37)); } inline uint8_t get_rchRenderModelComponentName35_37() const { return ___rchRenderModelComponentName35_37; } inline uint8_t* get_address_of_rchRenderModelComponentName35_37() { return &___rchRenderModelComponentName35_37; } inline void set_rchRenderModelComponentName35_37(uint8_t value) { ___rchRenderModelComponentName35_37 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName36_38() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName36_38)); } inline uint8_t get_rchRenderModelComponentName36_38() const { return ___rchRenderModelComponentName36_38; } inline uint8_t* get_address_of_rchRenderModelComponentName36_38() { return &___rchRenderModelComponentName36_38; } inline void set_rchRenderModelComponentName36_38(uint8_t value) { ___rchRenderModelComponentName36_38 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName37_39() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName37_39)); } inline uint8_t get_rchRenderModelComponentName37_39() const { return ___rchRenderModelComponentName37_39; } inline uint8_t* get_address_of_rchRenderModelComponentName37_39() { return &___rchRenderModelComponentName37_39; } inline void set_rchRenderModelComponentName37_39(uint8_t value) { ___rchRenderModelComponentName37_39 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName38_40() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName38_40)); } inline uint8_t get_rchRenderModelComponentName38_40() const { return ___rchRenderModelComponentName38_40; } inline uint8_t* get_address_of_rchRenderModelComponentName38_40() { return &___rchRenderModelComponentName38_40; } inline void set_rchRenderModelComponentName38_40(uint8_t value) { ___rchRenderModelComponentName38_40 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName39_41() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName39_41)); } inline uint8_t get_rchRenderModelComponentName39_41() const { return ___rchRenderModelComponentName39_41; } inline uint8_t* get_address_of_rchRenderModelComponentName39_41() { return &___rchRenderModelComponentName39_41; } inline void set_rchRenderModelComponentName39_41(uint8_t value) { ___rchRenderModelComponentName39_41 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName40_42() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName40_42)); } inline uint8_t get_rchRenderModelComponentName40_42() const { return ___rchRenderModelComponentName40_42; } inline uint8_t* get_address_of_rchRenderModelComponentName40_42() { return &___rchRenderModelComponentName40_42; } inline void set_rchRenderModelComponentName40_42(uint8_t value) { ___rchRenderModelComponentName40_42 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName41_43() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName41_43)); } inline uint8_t get_rchRenderModelComponentName41_43() const { return ___rchRenderModelComponentName41_43; } inline uint8_t* get_address_of_rchRenderModelComponentName41_43() { return &___rchRenderModelComponentName41_43; } inline void set_rchRenderModelComponentName41_43(uint8_t value) { ___rchRenderModelComponentName41_43 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName42_44() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName42_44)); } inline uint8_t get_rchRenderModelComponentName42_44() const { return ___rchRenderModelComponentName42_44; } inline uint8_t* get_address_of_rchRenderModelComponentName42_44() { return &___rchRenderModelComponentName42_44; } inline void set_rchRenderModelComponentName42_44(uint8_t value) { ___rchRenderModelComponentName42_44 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName43_45() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName43_45)); } inline uint8_t get_rchRenderModelComponentName43_45() const { return ___rchRenderModelComponentName43_45; } inline uint8_t* get_address_of_rchRenderModelComponentName43_45() { return &___rchRenderModelComponentName43_45; } inline void set_rchRenderModelComponentName43_45(uint8_t value) { ___rchRenderModelComponentName43_45 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName44_46() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName44_46)); } inline uint8_t get_rchRenderModelComponentName44_46() const { return ___rchRenderModelComponentName44_46; } inline uint8_t* get_address_of_rchRenderModelComponentName44_46() { return &___rchRenderModelComponentName44_46; } inline void set_rchRenderModelComponentName44_46(uint8_t value) { ___rchRenderModelComponentName44_46 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName45_47() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName45_47)); } inline uint8_t get_rchRenderModelComponentName45_47() const { return ___rchRenderModelComponentName45_47; } inline uint8_t* get_address_of_rchRenderModelComponentName45_47() { return &___rchRenderModelComponentName45_47; } inline void set_rchRenderModelComponentName45_47(uint8_t value) { ___rchRenderModelComponentName45_47 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName46_48() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName46_48)); } inline uint8_t get_rchRenderModelComponentName46_48() const { return ___rchRenderModelComponentName46_48; } inline uint8_t* get_address_of_rchRenderModelComponentName46_48() { return &___rchRenderModelComponentName46_48; } inline void set_rchRenderModelComponentName46_48(uint8_t value) { ___rchRenderModelComponentName46_48 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName47_49() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName47_49)); } inline uint8_t get_rchRenderModelComponentName47_49() const { return ___rchRenderModelComponentName47_49; } inline uint8_t* get_address_of_rchRenderModelComponentName47_49() { return &___rchRenderModelComponentName47_49; } inline void set_rchRenderModelComponentName47_49(uint8_t value) { ___rchRenderModelComponentName47_49 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName48_50() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName48_50)); } inline uint8_t get_rchRenderModelComponentName48_50() const { return ___rchRenderModelComponentName48_50; } inline uint8_t* get_address_of_rchRenderModelComponentName48_50() { return &___rchRenderModelComponentName48_50; } inline void set_rchRenderModelComponentName48_50(uint8_t value) { ___rchRenderModelComponentName48_50 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName49_51() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName49_51)); } inline uint8_t get_rchRenderModelComponentName49_51() const { return ___rchRenderModelComponentName49_51; } inline uint8_t* get_address_of_rchRenderModelComponentName49_51() { return &___rchRenderModelComponentName49_51; } inline void set_rchRenderModelComponentName49_51(uint8_t value) { ___rchRenderModelComponentName49_51 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName50_52() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName50_52)); } inline uint8_t get_rchRenderModelComponentName50_52() const { return ___rchRenderModelComponentName50_52; } inline uint8_t* get_address_of_rchRenderModelComponentName50_52() { return &___rchRenderModelComponentName50_52; } inline void set_rchRenderModelComponentName50_52(uint8_t value) { ___rchRenderModelComponentName50_52 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName51_53() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName51_53)); } inline uint8_t get_rchRenderModelComponentName51_53() const { return ___rchRenderModelComponentName51_53; } inline uint8_t* get_address_of_rchRenderModelComponentName51_53() { return &___rchRenderModelComponentName51_53; } inline void set_rchRenderModelComponentName51_53(uint8_t value) { ___rchRenderModelComponentName51_53 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName52_54() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName52_54)); } inline uint8_t get_rchRenderModelComponentName52_54() const { return ___rchRenderModelComponentName52_54; } inline uint8_t* get_address_of_rchRenderModelComponentName52_54() { return &___rchRenderModelComponentName52_54; } inline void set_rchRenderModelComponentName52_54(uint8_t value) { ___rchRenderModelComponentName52_54 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName53_55() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName53_55)); } inline uint8_t get_rchRenderModelComponentName53_55() const { return ___rchRenderModelComponentName53_55; } inline uint8_t* get_address_of_rchRenderModelComponentName53_55() { return &___rchRenderModelComponentName53_55; } inline void set_rchRenderModelComponentName53_55(uint8_t value) { ___rchRenderModelComponentName53_55 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName54_56() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName54_56)); } inline uint8_t get_rchRenderModelComponentName54_56() const { return ___rchRenderModelComponentName54_56; } inline uint8_t* get_address_of_rchRenderModelComponentName54_56() { return &___rchRenderModelComponentName54_56; } inline void set_rchRenderModelComponentName54_56(uint8_t value) { ___rchRenderModelComponentName54_56 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName55_57() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName55_57)); } inline uint8_t get_rchRenderModelComponentName55_57() const { return ___rchRenderModelComponentName55_57; } inline uint8_t* get_address_of_rchRenderModelComponentName55_57() { return &___rchRenderModelComponentName55_57; } inline void set_rchRenderModelComponentName55_57(uint8_t value) { ___rchRenderModelComponentName55_57 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName56_58() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName56_58)); } inline uint8_t get_rchRenderModelComponentName56_58() const { return ___rchRenderModelComponentName56_58; } inline uint8_t* get_address_of_rchRenderModelComponentName56_58() { return &___rchRenderModelComponentName56_58; } inline void set_rchRenderModelComponentName56_58(uint8_t value) { ___rchRenderModelComponentName56_58 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName57_59() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName57_59)); } inline uint8_t get_rchRenderModelComponentName57_59() const { return ___rchRenderModelComponentName57_59; } inline uint8_t* get_address_of_rchRenderModelComponentName57_59() { return &___rchRenderModelComponentName57_59; } inline void set_rchRenderModelComponentName57_59(uint8_t value) { ___rchRenderModelComponentName57_59 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName58_60() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName58_60)); } inline uint8_t get_rchRenderModelComponentName58_60() const { return ___rchRenderModelComponentName58_60; } inline uint8_t* get_address_of_rchRenderModelComponentName58_60() { return &___rchRenderModelComponentName58_60; } inline void set_rchRenderModelComponentName58_60(uint8_t value) { ___rchRenderModelComponentName58_60 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName59_61() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName59_61)); } inline uint8_t get_rchRenderModelComponentName59_61() const { return ___rchRenderModelComponentName59_61; } inline uint8_t* get_address_of_rchRenderModelComponentName59_61() { return &___rchRenderModelComponentName59_61; } inline void set_rchRenderModelComponentName59_61(uint8_t value) { ___rchRenderModelComponentName59_61 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName60_62() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName60_62)); } inline uint8_t get_rchRenderModelComponentName60_62() const { return ___rchRenderModelComponentName60_62; } inline uint8_t* get_address_of_rchRenderModelComponentName60_62() { return &___rchRenderModelComponentName60_62; } inline void set_rchRenderModelComponentName60_62(uint8_t value) { ___rchRenderModelComponentName60_62 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName61_63() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName61_63)); } inline uint8_t get_rchRenderModelComponentName61_63() const { return ___rchRenderModelComponentName61_63; } inline uint8_t* get_address_of_rchRenderModelComponentName61_63() { return &___rchRenderModelComponentName61_63; } inline void set_rchRenderModelComponentName61_63(uint8_t value) { ___rchRenderModelComponentName61_63 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName62_64() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName62_64)); } inline uint8_t get_rchRenderModelComponentName62_64() const { return ___rchRenderModelComponentName62_64; } inline uint8_t* get_address_of_rchRenderModelComponentName62_64() { return &___rchRenderModelComponentName62_64; } inline void set_rchRenderModelComponentName62_64(uint8_t value) { ___rchRenderModelComponentName62_64 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName63_65() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName63_65)); } inline uint8_t get_rchRenderModelComponentName63_65() const { return ___rchRenderModelComponentName63_65; } inline uint8_t* get_address_of_rchRenderModelComponentName63_65() { return &___rchRenderModelComponentName63_65; } inline void set_rchRenderModelComponentName63_65(uint8_t value) { ___rchRenderModelComponentName63_65 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName64_66() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName64_66)); } inline uint8_t get_rchRenderModelComponentName64_66() const { return ___rchRenderModelComponentName64_66; } inline uint8_t* get_address_of_rchRenderModelComponentName64_66() { return &___rchRenderModelComponentName64_66; } inline void set_rchRenderModelComponentName64_66(uint8_t value) { ___rchRenderModelComponentName64_66 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName65_67() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName65_67)); } inline uint8_t get_rchRenderModelComponentName65_67() const { return ___rchRenderModelComponentName65_67; } inline uint8_t* get_address_of_rchRenderModelComponentName65_67() { return &___rchRenderModelComponentName65_67; } inline void set_rchRenderModelComponentName65_67(uint8_t value) { ___rchRenderModelComponentName65_67 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName66_68() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName66_68)); } inline uint8_t get_rchRenderModelComponentName66_68() const { return ___rchRenderModelComponentName66_68; } inline uint8_t* get_address_of_rchRenderModelComponentName66_68() { return &___rchRenderModelComponentName66_68; } inline void set_rchRenderModelComponentName66_68(uint8_t value) { ___rchRenderModelComponentName66_68 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName67_69() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName67_69)); } inline uint8_t get_rchRenderModelComponentName67_69() const { return ___rchRenderModelComponentName67_69; } inline uint8_t* get_address_of_rchRenderModelComponentName67_69() { return &___rchRenderModelComponentName67_69; } inline void set_rchRenderModelComponentName67_69(uint8_t value) { ___rchRenderModelComponentName67_69 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName68_70() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName68_70)); } inline uint8_t get_rchRenderModelComponentName68_70() const { return ___rchRenderModelComponentName68_70; } inline uint8_t* get_address_of_rchRenderModelComponentName68_70() { return &___rchRenderModelComponentName68_70; } inline void set_rchRenderModelComponentName68_70(uint8_t value) { ___rchRenderModelComponentName68_70 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName69_71() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName69_71)); } inline uint8_t get_rchRenderModelComponentName69_71() const { return ___rchRenderModelComponentName69_71; } inline uint8_t* get_address_of_rchRenderModelComponentName69_71() { return &___rchRenderModelComponentName69_71; } inline void set_rchRenderModelComponentName69_71(uint8_t value) { ___rchRenderModelComponentName69_71 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName70_72() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName70_72)); } inline uint8_t get_rchRenderModelComponentName70_72() const { return ___rchRenderModelComponentName70_72; } inline uint8_t* get_address_of_rchRenderModelComponentName70_72() { return &___rchRenderModelComponentName70_72; } inline void set_rchRenderModelComponentName70_72(uint8_t value) { ___rchRenderModelComponentName70_72 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName71_73() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName71_73)); } inline uint8_t get_rchRenderModelComponentName71_73() const { return ___rchRenderModelComponentName71_73; } inline uint8_t* get_address_of_rchRenderModelComponentName71_73() { return &___rchRenderModelComponentName71_73; } inline void set_rchRenderModelComponentName71_73(uint8_t value) { ___rchRenderModelComponentName71_73 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName72_74() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName72_74)); } inline uint8_t get_rchRenderModelComponentName72_74() const { return ___rchRenderModelComponentName72_74; } inline uint8_t* get_address_of_rchRenderModelComponentName72_74() { return &___rchRenderModelComponentName72_74; } inline void set_rchRenderModelComponentName72_74(uint8_t value) { ___rchRenderModelComponentName72_74 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName73_75() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName73_75)); } inline uint8_t get_rchRenderModelComponentName73_75() const { return ___rchRenderModelComponentName73_75; } inline uint8_t* get_address_of_rchRenderModelComponentName73_75() { return &___rchRenderModelComponentName73_75; } inline void set_rchRenderModelComponentName73_75(uint8_t value) { ___rchRenderModelComponentName73_75 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName74_76() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName74_76)); } inline uint8_t get_rchRenderModelComponentName74_76() const { return ___rchRenderModelComponentName74_76; } inline uint8_t* get_address_of_rchRenderModelComponentName74_76() { return &___rchRenderModelComponentName74_76; } inline void set_rchRenderModelComponentName74_76(uint8_t value) { ___rchRenderModelComponentName74_76 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName75_77() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName75_77)); } inline uint8_t get_rchRenderModelComponentName75_77() const { return ___rchRenderModelComponentName75_77; } inline uint8_t* get_address_of_rchRenderModelComponentName75_77() { return &___rchRenderModelComponentName75_77; } inline void set_rchRenderModelComponentName75_77(uint8_t value) { ___rchRenderModelComponentName75_77 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName76_78() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName76_78)); } inline uint8_t get_rchRenderModelComponentName76_78() const { return ___rchRenderModelComponentName76_78; } inline uint8_t* get_address_of_rchRenderModelComponentName76_78() { return &___rchRenderModelComponentName76_78; } inline void set_rchRenderModelComponentName76_78(uint8_t value) { ___rchRenderModelComponentName76_78 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName77_79() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName77_79)); } inline uint8_t get_rchRenderModelComponentName77_79() const { return ___rchRenderModelComponentName77_79; } inline uint8_t* get_address_of_rchRenderModelComponentName77_79() { return &___rchRenderModelComponentName77_79; } inline void set_rchRenderModelComponentName77_79(uint8_t value) { ___rchRenderModelComponentName77_79 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName78_80() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName78_80)); } inline uint8_t get_rchRenderModelComponentName78_80() const { return ___rchRenderModelComponentName78_80; } inline uint8_t* get_address_of_rchRenderModelComponentName78_80() { return &___rchRenderModelComponentName78_80; } inline void set_rchRenderModelComponentName78_80(uint8_t value) { ___rchRenderModelComponentName78_80 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName79_81() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName79_81)); } inline uint8_t get_rchRenderModelComponentName79_81() const { return ___rchRenderModelComponentName79_81; } inline uint8_t* get_address_of_rchRenderModelComponentName79_81() { return &___rchRenderModelComponentName79_81; } inline void set_rchRenderModelComponentName79_81(uint8_t value) { ___rchRenderModelComponentName79_81 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName80_82() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName80_82)); } inline uint8_t get_rchRenderModelComponentName80_82() const { return ___rchRenderModelComponentName80_82; } inline uint8_t* get_address_of_rchRenderModelComponentName80_82() { return &___rchRenderModelComponentName80_82; } inline void set_rchRenderModelComponentName80_82(uint8_t value) { ___rchRenderModelComponentName80_82 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName81_83() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName81_83)); } inline uint8_t get_rchRenderModelComponentName81_83() const { return ___rchRenderModelComponentName81_83; } inline uint8_t* get_address_of_rchRenderModelComponentName81_83() { return &___rchRenderModelComponentName81_83; } inline void set_rchRenderModelComponentName81_83(uint8_t value) { ___rchRenderModelComponentName81_83 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName82_84() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName82_84)); } inline uint8_t get_rchRenderModelComponentName82_84() const { return ___rchRenderModelComponentName82_84; } inline uint8_t* get_address_of_rchRenderModelComponentName82_84() { return &___rchRenderModelComponentName82_84; } inline void set_rchRenderModelComponentName82_84(uint8_t value) { ___rchRenderModelComponentName82_84 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName83_85() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName83_85)); } inline uint8_t get_rchRenderModelComponentName83_85() const { return ___rchRenderModelComponentName83_85; } inline uint8_t* get_address_of_rchRenderModelComponentName83_85() { return &___rchRenderModelComponentName83_85; } inline void set_rchRenderModelComponentName83_85(uint8_t value) { ___rchRenderModelComponentName83_85 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName84_86() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName84_86)); } inline uint8_t get_rchRenderModelComponentName84_86() const { return ___rchRenderModelComponentName84_86; } inline uint8_t* get_address_of_rchRenderModelComponentName84_86() { return &___rchRenderModelComponentName84_86; } inline void set_rchRenderModelComponentName84_86(uint8_t value) { ___rchRenderModelComponentName84_86 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName85_87() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName85_87)); } inline uint8_t get_rchRenderModelComponentName85_87() const { return ___rchRenderModelComponentName85_87; } inline uint8_t* get_address_of_rchRenderModelComponentName85_87() { return &___rchRenderModelComponentName85_87; } inline void set_rchRenderModelComponentName85_87(uint8_t value) { ___rchRenderModelComponentName85_87 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName86_88() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName86_88)); } inline uint8_t get_rchRenderModelComponentName86_88() const { return ___rchRenderModelComponentName86_88; } inline uint8_t* get_address_of_rchRenderModelComponentName86_88() { return &___rchRenderModelComponentName86_88; } inline void set_rchRenderModelComponentName86_88(uint8_t value) { ___rchRenderModelComponentName86_88 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName87_89() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName87_89)); } inline uint8_t get_rchRenderModelComponentName87_89() const { return ___rchRenderModelComponentName87_89; } inline uint8_t* get_address_of_rchRenderModelComponentName87_89() { return &___rchRenderModelComponentName87_89; } inline void set_rchRenderModelComponentName87_89(uint8_t value) { ___rchRenderModelComponentName87_89 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName88_90() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName88_90)); } inline uint8_t get_rchRenderModelComponentName88_90() const { return ___rchRenderModelComponentName88_90; } inline uint8_t* get_address_of_rchRenderModelComponentName88_90() { return &___rchRenderModelComponentName88_90; } inline void set_rchRenderModelComponentName88_90(uint8_t value) { ___rchRenderModelComponentName88_90 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName89_91() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName89_91)); } inline uint8_t get_rchRenderModelComponentName89_91() const { return ___rchRenderModelComponentName89_91; } inline uint8_t* get_address_of_rchRenderModelComponentName89_91() { return &___rchRenderModelComponentName89_91; } inline void set_rchRenderModelComponentName89_91(uint8_t value) { ___rchRenderModelComponentName89_91 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName90_92() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName90_92)); } inline uint8_t get_rchRenderModelComponentName90_92() const { return ___rchRenderModelComponentName90_92; } inline uint8_t* get_address_of_rchRenderModelComponentName90_92() { return &___rchRenderModelComponentName90_92; } inline void set_rchRenderModelComponentName90_92(uint8_t value) { ___rchRenderModelComponentName90_92 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName91_93() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName91_93)); } inline uint8_t get_rchRenderModelComponentName91_93() const { return ___rchRenderModelComponentName91_93; } inline uint8_t* get_address_of_rchRenderModelComponentName91_93() { return &___rchRenderModelComponentName91_93; } inline void set_rchRenderModelComponentName91_93(uint8_t value) { ___rchRenderModelComponentName91_93 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName92_94() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName92_94)); } inline uint8_t get_rchRenderModelComponentName92_94() const { return ___rchRenderModelComponentName92_94; } inline uint8_t* get_address_of_rchRenderModelComponentName92_94() { return &___rchRenderModelComponentName92_94; } inline void set_rchRenderModelComponentName92_94(uint8_t value) { ___rchRenderModelComponentName92_94 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName93_95() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName93_95)); } inline uint8_t get_rchRenderModelComponentName93_95() const { return ___rchRenderModelComponentName93_95; } inline uint8_t* get_address_of_rchRenderModelComponentName93_95() { return &___rchRenderModelComponentName93_95; } inline void set_rchRenderModelComponentName93_95(uint8_t value) { ___rchRenderModelComponentName93_95 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName94_96() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName94_96)); } inline uint8_t get_rchRenderModelComponentName94_96() const { return ___rchRenderModelComponentName94_96; } inline uint8_t* get_address_of_rchRenderModelComponentName94_96() { return &___rchRenderModelComponentName94_96; } inline void set_rchRenderModelComponentName94_96(uint8_t value) { ___rchRenderModelComponentName94_96 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName95_97() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName95_97)); } inline uint8_t get_rchRenderModelComponentName95_97() const { return ___rchRenderModelComponentName95_97; } inline uint8_t* get_address_of_rchRenderModelComponentName95_97() { return &___rchRenderModelComponentName95_97; } inline void set_rchRenderModelComponentName95_97(uint8_t value) { ___rchRenderModelComponentName95_97 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName96_98() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName96_98)); } inline uint8_t get_rchRenderModelComponentName96_98() const { return ___rchRenderModelComponentName96_98; } inline uint8_t* get_address_of_rchRenderModelComponentName96_98() { return &___rchRenderModelComponentName96_98; } inline void set_rchRenderModelComponentName96_98(uint8_t value) { ___rchRenderModelComponentName96_98 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName97_99() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName97_99)); } inline uint8_t get_rchRenderModelComponentName97_99() const { return ___rchRenderModelComponentName97_99; } inline uint8_t* get_address_of_rchRenderModelComponentName97_99() { return &___rchRenderModelComponentName97_99; } inline void set_rchRenderModelComponentName97_99(uint8_t value) { ___rchRenderModelComponentName97_99 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName98_100() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName98_100)); } inline uint8_t get_rchRenderModelComponentName98_100() const { return ___rchRenderModelComponentName98_100; } inline uint8_t* get_address_of_rchRenderModelComponentName98_100() { return &___rchRenderModelComponentName98_100; } inline void set_rchRenderModelComponentName98_100(uint8_t value) { ___rchRenderModelComponentName98_100 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName99_101() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName99_101)); } inline uint8_t get_rchRenderModelComponentName99_101() const { return ___rchRenderModelComponentName99_101; } inline uint8_t* get_address_of_rchRenderModelComponentName99_101() { return &___rchRenderModelComponentName99_101; } inline void set_rchRenderModelComponentName99_101(uint8_t value) { ___rchRenderModelComponentName99_101 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName100_102() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName100_102)); } inline uint8_t get_rchRenderModelComponentName100_102() const { return ___rchRenderModelComponentName100_102; } inline uint8_t* get_address_of_rchRenderModelComponentName100_102() { return &___rchRenderModelComponentName100_102; } inline void set_rchRenderModelComponentName100_102(uint8_t value) { ___rchRenderModelComponentName100_102 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName101_103() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName101_103)); } inline uint8_t get_rchRenderModelComponentName101_103() const { return ___rchRenderModelComponentName101_103; } inline uint8_t* get_address_of_rchRenderModelComponentName101_103() { return &___rchRenderModelComponentName101_103; } inline void set_rchRenderModelComponentName101_103(uint8_t value) { ___rchRenderModelComponentName101_103 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName102_104() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName102_104)); } inline uint8_t get_rchRenderModelComponentName102_104() const { return ___rchRenderModelComponentName102_104; } inline uint8_t* get_address_of_rchRenderModelComponentName102_104() { return &___rchRenderModelComponentName102_104; } inline void set_rchRenderModelComponentName102_104(uint8_t value) { ___rchRenderModelComponentName102_104 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName103_105() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName103_105)); } inline uint8_t get_rchRenderModelComponentName103_105() const { return ___rchRenderModelComponentName103_105; } inline uint8_t* get_address_of_rchRenderModelComponentName103_105() { return &___rchRenderModelComponentName103_105; } inline void set_rchRenderModelComponentName103_105(uint8_t value) { ___rchRenderModelComponentName103_105 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName104_106() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName104_106)); } inline uint8_t get_rchRenderModelComponentName104_106() const { return ___rchRenderModelComponentName104_106; } inline uint8_t* get_address_of_rchRenderModelComponentName104_106() { return &___rchRenderModelComponentName104_106; } inline void set_rchRenderModelComponentName104_106(uint8_t value) { ___rchRenderModelComponentName104_106 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName105_107() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName105_107)); } inline uint8_t get_rchRenderModelComponentName105_107() const { return ___rchRenderModelComponentName105_107; } inline uint8_t* get_address_of_rchRenderModelComponentName105_107() { return &___rchRenderModelComponentName105_107; } inline void set_rchRenderModelComponentName105_107(uint8_t value) { ___rchRenderModelComponentName105_107 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName106_108() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName106_108)); } inline uint8_t get_rchRenderModelComponentName106_108() const { return ___rchRenderModelComponentName106_108; } inline uint8_t* get_address_of_rchRenderModelComponentName106_108() { return &___rchRenderModelComponentName106_108; } inline void set_rchRenderModelComponentName106_108(uint8_t value) { ___rchRenderModelComponentName106_108 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName107_109() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName107_109)); } inline uint8_t get_rchRenderModelComponentName107_109() const { return ___rchRenderModelComponentName107_109; } inline uint8_t* get_address_of_rchRenderModelComponentName107_109() { return &___rchRenderModelComponentName107_109; } inline void set_rchRenderModelComponentName107_109(uint8_t value) { ___rchRenderModelComponentName107_109 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName108_110() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName108_110)); } inline uint8_t get_rchRenderModelComponentName108_110() const { return ___rchRenderModelComponentName108_110; } inline uint8_t* get_address_of_rchRenderModelComponentName108_110() { return &___rchRenderModelComponentName108_110; } inline void set_rchRenderModelComponentName108_110(uint8_t value) { ___rchRenderModelComponentName108_110 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName109_111() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName109_111)); } inline uint8_t get_rchRenderModelComponentName109_111() const { return ___rchRenderModelComponentName109_111; } inline uint8_t* get_address_of_rchRenderModelComponentName109_111() { return &___rchRenderModelComponentName109_111; } inline void set_rchRenderModelComponentName109_111(uint8_t value) { ___rchRenderModelComponentName109_111 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName110_112() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName110_112)); } inline uint8_t get_rchRenderModelComponentName110_112() const { return ___rchRenderModelComponentName110_112; } inline uint8_t* get_address_of_rchRenderModelComponentName110_112() { return &___rchRenderModelComponentName110_112; } inline void set_rchRenderModelComponentName110_112(uint8_t value) { ___rchRenderModelComponentName110_112 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName111_113() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName111_113)); } inline uint8_t get_rchRenderModelComponentName111_113() const { return ___rchRenderModelComponentName111_113; } inline uint8_t* get_address_of_rchRenderModelComponentName111_113() { return &___rchRenderModelComponentName111_113; } inline void set_rchRenderModelComponentName111_113(uint8_t value) { ___rchRenderModelComponentName111_113 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName112_114() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName112_114)); } inline uint8_t get_rchRenderModelComponentName112_114() const { return ___rchRenderModelComponentName112_114; } inline uint8_t* get_address_of_rchRenderModelComponentName112_114() { return &___rchRenderModelComponentName112_114; } inline void set_rchRenderModelComponentName112_114(uint8_t value) { ___rchRenderModelComponentName112_114 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName113_115() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName113_115)); } inline uint8_t get_rchRenderModelComponentName113_115() const { return ___rchRenderModelComponentName113_115; } inline uint8_t* get_address_of_rchRenderModelComponentName113_115() { return &___rchRenderModelComponentName113_115; } inline void set_rchRenderModelComponentName113_115(uint8_t value) { ___rchRenderModelComponentName113_115 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName114_116() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName114_116)); } inline uint8_t get_rchRenderModelComponentName114_116() const { return ___rchRenderModelComponentName114_116; } inline uint8_t* get_address_of_rchRenderModelComponentName114_116() { return &___rchRenderModelComponentName114_116; } inline void set_rchRenderModelComponentName114_116(uint8_t value) { ___rchRenderModelComponentName114_116 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName115_117() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName115_117)); } inline uint8_t get_rchRenderModelComponentName115_117() const { return ___rchRenderModelComponentName115_117; } inline uint8_t* get_address_of_rchRenderModelComponentName115_117() { return &___rchRenderModelComponentName115_117; } inline void set_rchRenderModelComponentName115_117(uint8_t value) { ___rchRenderModelComponentName115_117 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName116_118() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName116_118)); } inline uint8_t get_rchRenderModelComponentName116_118() const { return ___rchRenderModelComponentName116_118; } inline uint8_t* get_address_of_rchRenderModelComponentName116_118() { return &___rchRenderModelComponentName116_118; } inline void set_rchRenderModelComponentName116_118(uint8_t value) { ___rchRenderModelComponentName116_118 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName117_119() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName117_119)); } inline uint8_t get_rchRenderModelComponentName117_119() const { return ___rchRenderModelComponentName117_119; } inline uint8_t* get_address_of_rchRenderModelComponentName117_119() { return &___rchRenderModelComponentName117_119; } inline void set_rchRenderModelComponentName117_119(uint8_t value) { ___rchRenderModelComponentName117_119 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName118_120() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName118_120)); } inline uint8_t get_rchRenderModelComponentName118_120() const { return ___rchRenderModelComponentName118_120; } inline uint8_t* get_address_of_rchRenderModelComponentName118_120() { return &___rchRenderModelComponentName118_120; } inline void set_rchRenderModelComponentName118_120(uint8_t value) { ___rchRenderModelComponentName118_120 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName119_121() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName119_121)); } inline uint8_t get_rchRenderModelComponentName119_121() const { return ___rchRenderModelComponentName119_121; } inline uint8_t* get_address_of_rchRenderModelComponentName119_121() { return &___rchRenderModelComponentName119_121; } inline void set_rchRenderModelComponentName119_121(uint8_t value) { ___rchRenderModelComponentName119_121 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName120_122() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName120_122)); } inline uint8_t get_rchRenderModelComponentName120_122() const { return ___rchRenderModelComponentName120_122; } inline uint8_t* get_address_of_rchRenderModelComponentName120_122() { return &___rchRenderModelComponentName120_122; } inline void set_rchRenderModelComponentName120_122(uint8_t value) { ___rchRenderModelComponentName120_122 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName121_123() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName121_123)); } inline uint8_t get_rchRenderModelComponentName121_123() const { return ___rchRenderModelComponentName121_123; } inline uint8_t* get_address_of_rchRenderModelComponentName121_123() { return &___rchRenderModelComponentName121_123; } inline void set_rchRenderModelComponentName121_123(uint8_t value) { ___rchRenderModelComponentName121_123 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName122_124() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName122_124)); } inline uint8_t get_rchRenderModelComponentName122_124() const { return ___rchRenderModelComponentName122_124; } inline uint8_t* get_address_of_rchRenderModelComponentName122_124() { return &___rchRenderModelComponentName122_124; } inline void set_rchRenderModelComponentName122_124(uint8_t value) { ___rchRenderModelComponentName122_124 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName123_125() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName123_125)); } inline uint8_t get_rchRenderModelComponentName123_125() const { return ___rchRenderModelComponentName123_125; } inline uint8_t* get_address_of_rchRenderModelComponentName123_125() { return &___rchRenderModelComponentName123_125; } inline void set_rchRenderModelComponentName123_125(uint8_t value) { ___rchRenderModelComponentName123_125 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName124_126() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName124_126)); } inline uint8_t get_rchRenderModelComponentName124_126() const { return ___rchRenderModelComponentName124_126; } inline uint8_t* get_address_of_rchRenderModelComponentName124_126() { return &___rchRenderModelComponentName124_126; } inline void set_rchRenderModelComponentName124_126(uint8_t value) { ___rchRenderModelComponentName124_126 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName125_127() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName125_127)); } inline uint8_t get_rchRenderModelComponentName125_127() const { return ___rchRenderModelComponentName125_127; } inline uint8_t* get_address_of_rchRenderModelComponentName125_127() { return &___rchRenderModelComponentName125_127; } inline void set_rchRenderModelComponentName125_127(uint8_t value) { ___rchRenderModelComponentName125_127 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName126_128() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName126_128)); } inline uint8_t get_rchRenderModelComponentName126_128() const { return ___rchRenderModelComponentName126_128; } inline uint8_t* get_address_of_rchRenderModelComponentName126_128() { return &___rchRenderModelComponentName126_128; } inline void set_rchRenderModelComponentName126_128(uint8_t value) { ___rchRenderModelComponentName126_128 = value; } inline static int32_t get_offset_of_rchRenderModelComponentName127_129() { return static_cast(offsetof(InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88, ___rchRenderModelComponentName127_129)); } inline uint8_t get_rchRenderModelComponentName127_129() const { return ___rchRenderModelComponentName127_129; } inline uint8_t* get_address_of_rchRenderModelComponentName127_129() { return &___rchRenderModelComponentName127_129; } inline void set_rchRenderModelComponentName127_129(uint8_t value) { ___rchRenderModelComponentName127_129 = value; } }; // OVR.OpenVR.InputSkeletalActionData_t struct InputSkeletalActionData_t_tB643F2DF6E0FA47711DF8E901E1866FA8EAA68D5 { public: // System.Boolean OVR.OpenVR.InputSkeletalActionData_t::bActive bool ___bActive_0; // System.UInt64 OVR.OpenVR.InputSkeletalActionData_t::activeOrigin uint64_t ___activeOrigin_1; // System.UInt32 OVR.OpenVR.InputSkeletalActionData_t::boneCount uint32_t ___boneCount_2; public: inline static int32_t get_offset_of_bActive_0() { return static_cast(offsetof(InputSkeletalActionData_t_tB643F2DF6E0FA47711DF8E901E1866FA8EAA68D5, ___bActive_0)); } inline bool get_bActive_0() const { return ___bActive_0; } inline bool* get_address_of_bActive_0() { return &___bActive_0; } inline void set_bActive_0(bool value) { ___bActive_0 = value; } inline static int32_t get_offset_of_activeOrigin_1() { return static_cast(offsetof(InputSkeletalActionData_t_tB643F2DF6E0FA47711DF8E901E1866FA8EAA68D5, ___activeOrigin_1)); } inline uint64_t get_activeOrigin_1() const { return ___activeOrigin_1; } inline uint64_t* get_address_of_activeOrigin_1() { return &___activeOrigin_1; } inline void set_activeOrigin_1(uint64_t value) { ___activeOrigin_1 = value; } inline static int32_t get_offset_of_boneCount_2() { return static_cast(offsetof(InputSkeletalActionData_t_tB643F2DF6E0FA47711DF8E901E1866FA8EAA68D5, ___boneCount_2)); } inline uint32_t get_boneCount_2() const { return ___boneCount_2; } inline uint32_t* get_address_of_boneCount_2() { return &___boneCount_2; } inline void set_boneCount_2(uint32_t value) { ___boneCount_2 = value; } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; // OVR.OpenVR.IntersectionMaskCircle_t struct IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F { public: // System.Single OVR.OpenVR.IntersectionMaskCircle_t::m_flCenterX float ___m_flCenterX_0; // System.Single OVR.OpenVR.IntersectionMaskCircle_t::m_flCenterY float ___m_flCenterY_1; // System.Single OVR.OpenVR.IntersectionMaskCircle_t::m_flRadius float ___m_flRadius_2; public: inline static int32_t get_offset_of_m_flCenterX_0() { return static_cast(offsetof(IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F, ___m_flCenterX_0)); } inline float get_m_flCenterX_0() const { return ___m_flCenterX_0; } inline float* get_address_of_m_flCenterX_0() { return &___m_flCenterX_0; } inline void set_m_flCenterX_0(float value) { ___m_flCenterX_0 = value; } inline static int32_t get_offset_of_m_flCenterY_1() { return static_cast(offsetof(IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F, ___m_flCenterY_1)); } inline float get_m_flCenterY_1() const { return ___m_flCenterY_1; } inline float* get_address_of_m_flCenterY_1() { return &___m_flCenterY_1; } inline void set_m_flCenterY_1(float value) { ___m_flCenterY_1 = value; } inline static int32_t get_offset_of_m_flRadius_2() { return static_cast(offsetof(IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F, ___m_flRadius_2)); } inline float get_m_flRadius_2() const { return ___m_flRadius_2; } inline float* get_address_of_m_flRadius_2() { return &___m_flRadius_2; } inline void set_m_flRadius_2(float value) { ___m_flRadius_2 = value; } }; // OVR.OpenVR.IntersectionMaskRectangle_t struct IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70 { public: // System.Single OVR.OpenVR.IntersectionMaskRectangle_t::m_flTopLeftX float ___m_flTopLeftX_0; // System.Single OVR.OpenVR.IntersectionMaskRectangle_t::m_flTopLeftY float ___m_flTopLeftY_1; // System.Single OVR.OpenVR.IntersectionMaskRectangle_t::m_flWidth float ___m_flWidth_2; // System.Single OVR.OpenVR.IntersectionMaskRectangle_t::m_flHeight float ___m_flHeight_3; public: inline static int32_t get_offset_of_m_flTopLeftX_0() { return static_cast(offsetof(IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70, ___m_flTopLeftX_0)); } inline float get_m_flTopLeftX_0() const { return ___m_flTopLeftX_0; } inline float* get_address_of_m_flTopLeftX_0() { return &___m_flTopLeftX_0; } inline void set_m_flTopLeftX_0(float value) { ___m_flTopLeftX_0 = value; } inline static int32_t get_offset_of_m_flTopLeftY_1() { return static_cast(offsetof(IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70, ___m_flTopLeftY_1)); } inline float get_m_flTopLeftY_1() const { return ___m_flTopLeftY_1; } inline float* get_address_of_m_flTopLeftY_1() { return &___m_flTopLeftY_1; } inline void set_m_flTopLeftY_1(float value) { ___m_flTopLeftY_1 = value; } inline static int32_t get_offset_of_m_flWidth_2() { return static_cast(offsetof(IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70, ___m_flWidth_2)); } inline float get_m_flWidth_2() const { return ___m_flWidth_2; } inline float* get_address_of_m_flWidth_2() { return &___m_flWidth_2; } inline void set_m_flWidth_2(float value) { ___m_flWidth_2 = value; } inline static int32_t get_offset_of_m_flHeight_3() { return static_cast(offsetof(IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70, ___m_flHeight_3)); } inline float get_m_flHeight_3() const { return ___m_flHeight_3; } inline float* get_address_of_m_flHeight_3() { return &___m_flHeight_3; } inline void set_m_flHeight_3(float value) { ___m_flHeight_3 = value; } }; // UnityEngine.LayerMask struct LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 { public: // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; public: inline static int32_t get_offset_of_m_Mask_0() { return static_cast(offsetof(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8, ___m_Mask_0)); } inline int32_t get_m_Mask_0() const { return ___m_Mask_0; } inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; } inline void set_m_Mask_0(int32_t value) { ___m_Mask_0 = value; } }; // UnityEngine.Matrix4x4 struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; // OVRBinaryChunk struct OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 { public: // System.IO.Stream OVRBinaryChunk::chunkStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___chunkStream_0; // System.UInt32 OVRBinaryChunk::chunkLength uint32_t ___chunkLength_1; // System.Int64 OVRBinaryChunk::chunkStart int64_t ___chunkStart_2; public: inline static int32_t get_offset_of_chunkStream_0() { return static_cast(offsetof(OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607, ___chunkStream_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_chunkStream_0() const { return ___chunkStream_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_chunkStream_0() { return &___chunkStream_0; } inline void set_chunkStream_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___chunkStream_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___chunkStream_0), (void*)value); } inline static int32_t get_offset_of_chunkLength_1() { return static_cast(offsetof(OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607, ___chunkLength_1)); } inline uint32_t get_chunkLength_1() const { return ___chunkLength_1; } inline uint32_t* get_address_of_chunkLength_1() { return &___chunkLength_1; } inline void set_chunkLength_1(uint32_t value) { ___chunkLength_1 = value; } inline static int32_t get_offset_of_chunkStart_2() { return static_cast(offsetof(OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607, ___chunkStart_2)); } inline int64_t get_chunkStart_2() const { return ___chunkStart_2; } inline int64_t* get_address_of_chunkStart_2() { return &___chunkStart_2; } inline void set_chunkStart_2(int64_t value) { ___chunkStart_2 = value; } }; // Native definition for P/Invoke marshalling of OVRBinaryChunk struct OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshaled_pinvoke { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___chunkStream_0; uint32_t ___chunkLength_1; int64_t ___chunkStart_2; }; // Native definition for COM marshalling of OVRBinaryChunk struct OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshaled_com { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___chunkStream_0; uint32_t ___chunkLength_1; int64_t ___chunkStart_2; }; // 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; } }; // OVR.OpenVR.RenderModel_ControllerMode_State_t struct RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940 { public: // System.Boolean OVR.OpenVR.RenderModel_ControllerMode_State_t::bScrollWheelVisible bool ___bScrollWheelVisible_0; public: inline static int32_t get_offset_of_bScrollWheelVisible_0() { return static_cast(offsetof(RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940, ___bScrollWheelVisible_0)); } inline bool get_bScrollWheelVisible_0() const { return ___bScrollWheelVisible_0; } inline bool* get_address_of_bScrollWheelVisible_0() { return &___bScrollWheelVisible_0; } inline void set_bScrollWheelVisible_0(bool value) { ___bScrollWheelVisible_0 = value; } }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = 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.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)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.VRActiveActionSet_t struct VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC { public: // System.UInt64 OVR.OpenVR.VRActiveActionSet_t::ulActionSet uint64_t ___ulActionSet_0; // System.UInt64 OVR.OpenVR.VRActiveActionSet_t::ulRestrictedToDevice uint64_t ___ulRestrictedToDevice_1; // System.UInt64 OVR.OpenVR.VRActiveActionSet_t::ulSecondaryActionSet uint64_t ___ulSecondaryActionSet_2; // System.UInt32 OVR.OpenVR.VRActiveActionSet_t::unPadding uint32_t ___unPadding_3; // System.Int32 OVR.OpenVR.VRActiveActionSet_t::nPriority int32_t ___nPriority_4; public: inline static int32_t get_offset_of_ulActionSet_0() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___ulActionSet_0)); } inline uint64_t get_ulActionSet_0() const { return ___ulActionSet_0; } inline uint64_t* get_address_of_ulActionSet_0() { return &___ulActionSet_0; } inline void set_ulActionSet_0(uint64_t value) { ___ulActionSet_0 = value; } inline static int32_t get_offset_of_ulRestrictedToDevice_1() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___ulRestrictedToDevice_1)); } inline uint64_t get_ulRestrictedToDevice_1() const { return ___ulRestrictedToDevice_1; } inline uint64_t* get_address_of_ulRestrictedToDevice_1() { return &___ulRestrictedToDevice_1; } inline void set_ulRestrictedToDevice_1(uint64_t value) { ___ulRestrictedToDevice_1 = value; } inline static int32_t get_offset_of_ulSecondaryActionSet_2() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___ulSecondaryActionSet_2)); } inline uint64_t get_ulSecondaryActionSet_2() const { return ___ulSecondaryActionSet_2; } inline uint64_t* get_address_of_ulSecondaryActionSet_2() { return &___ulSecondaryActionSet_2; } inline void set_ulSecondaryActionSet_2(uint64_t value) { ___ulSecondaryActionSet_2 = value; } inline static int32_t get_offset_of_unPadding_3() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___unPadding_3)); } inline uint32_t get_unPadding_3() const { return ___unPadding_3; } inline uint32_t* get_address_of_unPadding_3() { return &___unPadding_3; } inline void set_unPadding_3(uint32_t value) { ___unPadding_3 = value; } inline static int32_t get_offset_of_nPriority_4() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___nPriority_4)); } inline int32_t get_nPriority_4() const { return ___nPriority_4; } inline int32_t* get_address_of_nPriority_4() { return &___nPriority_4; } inline void set_nPriority_4(int32_t value) { ___nPriority_4 = value; } }; // OVR.OpenVR.VRControllerAxis_t struct VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A { public: // System.Single OVR.OpenVR.VRControllerAxis_t::x float ___x_0; // System.Single OVR.OpenVR.VRControllerAxis_t::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; // OVR.OpenVR.VREvent_ApplicationLaunch_t struct VREvent_ApplicationLaunch_t_t02701E4611F42EDF610D282B3D56D9BCC7A72408 { public: // System.UInt32 OVR.OpenVR.VREvent_ApplicationLaunch_t::pid uint32_t ___pid_0; // System.UInt32 OVR.OpenVR.VREvent_ApplicationLaunch_t::unArgsHandle uint32_t ___unArgsHandle_1; public: inline static int32_t get_offset_of_pid_0() { return static_cast(offsetof(VREvent_ApplicationLaunch_t_t02701E4611F42EDF610D282B3D56D9BCC7A72408, ___pid_0)); } inline uint32_t get_pid_0() const { return ___pid_0; } inline uint32_t* get_address_of_pid_0() { return &___pid_0; } inline void set_pid_0(uint32_t value) { ___pid_0 = value; } inline static int32_t get_offset_of_unArgsHandle_1() { return static_cast(offsetof(VREvent_ApplicationLaunch_t_t02701E4611F42EDF610D282B3D56D9BCC7A72408, ___unArgsHandle_1)); } inline uint32_t get_unArgsHandle_1() const { return ___unArgsHandle_1; } inline uint32_t* get_address_of_unArgsHandle_1() { return &___unArgsHandle_1; } inline void set_unArgsHandle_1(uint32_t value) { ___unArgsHandle_1 = value; } }; // OVR.OpenVR.VREvent_Chaperone_t struct VREvent_Chaperone_t_t639304DC478D06E54F1DD3E0814A67F976D0D42B { public: // System.UInt64 OVR.OpenVR.VREvent_Chaperone_t::m_nPreviousUniverse uint64_t ___m_nPreviousUniverse_0; // System.UInt64 OVR.OpenVR.VREvent_Chaperone_t::m_nCurrentUniverse uint64_t ___m_nCurrentUniverse_1; public: inline static int32_t get_offset_of_m_nPreviousUniverse_0() { return static_cast(offsetof(VREvent_Chaperone_t_t639304DC478D06E54F1DD3E0814A67F976D0D42B, ___m_nPreviousUniverse_0)); } inline uint64_t get_m_nPreviousUniverse_0() const { return ___m_nPreviousUniverse_0; } inline uint64_t* get_address_of_m_nPreviousUniverse_0() { return &___m_nPreviousUniverse_0; } inline void set_m_nPreviousUniverse_0(uint64_t value) { ___m_nPreviousUniverse_0 = value; } inline static int32_t get_offset_of_m_nCurrentUniverse_1() { return static_cast(offsetof(VREvent_Chaperone_t_t639304DC478D06E54F1DD3E0814A67F976D0D42B, ___m_nCurrentUniverse_1)); } inline uint64_t get_m_nCurrentUniverse_1() const { return ___m_nCurrentUniverse_1; } inline uint64_t* get_address_of_m_nCurrentUniverse_1() { return &___m_nCurrentUniverse_1; } inline void set_m_nCurrentUniverse_1(uint64_t value) { ___m_nCurrentUniverse_1 = value; } }; // OVR.OpenVR.VREvent_Controller_t struct VREvent_Controller_t_t7901CAEC2435CBEC07DDD734DB1FF75EEF1D14D2 { public: // System.UInt32 OVR.OpenVR.VREvent_Controller_t::button uint32_t ___button_0; public: inline static int32_t get_offset_of_button_0() { return static_cast(offsetof(VREvent_Controller_t_t7901CAEC2435CBEC07DDD734DB1FF75EEF1D14D2, ___button_0)); } inline uint32_t get_button_0() const { return ___button_0; } inline uint32_t* get_address_of_button_0() { return &___button_0; } inline void set_button_0(uint32_t value) { ___button_0 = value; } }; // OVR.OpenVR.VREvent_EditingCameraSurface_t struct VREvent_EditingCameraSurface_t_t01D52345885D2256A62E54942F66312E28523829 { public: // System.UInt64 OVR.OpenVR.VREvent_EditingCameraSurface_t::overlayHandle uint64_t ___overlayHandle_0; // System.UInt32 OVR.OpenVR.VREvent_EditingCameraSurface_t::nVisualMode uint32_t ___nVisualMode_1; public: inline static int32_t get_offset_of_overlayHandle_0() { return static_cast(offsetof(VREvent_EditingCameraSurface_t_t01D52345885D2256A62E54942F66312E28523829, ___overlayHandle_0)); } inline uint64_t get_overlayHandle_0() const { return ___overlayHandle_0; } inline uint64_t* get_address_of_overlayHandle_0() { return &___overlayHandle_0; } inline void set_overlayHandle_0(uint64_t value) { ___overlayHandle_0 = value; } inline static int32_t get_offset_of_nVisualMode_1() { return static_cast(offsetof(VREvent_EditingCameraSurface_t_t01D52345885D2256A62E54942F66312E28523829, ___nVisualMode_1)); } inline uint32_t get_nVisualMode_1() const { return ___nVisualMode_1; } inline uint32_t* get_address_of_nVisualMode_1() { return &___nVisualMode_1; } inline void set_nVisualMode_1(uint32_t value) { ___nVisualMode_1 = value; } }; // OVR.OpenVR.VREvent_HapticVibration_t struct VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD { public: // System.UInt64 OVR.OpenVR.VREvent_HapticVibration_t::containerHandle uint64_t ___containerHandle_0; // System.UInt64 OVR.OpenVR.VREvent_HapticVibration_t::componentHandle uint64_t ___componentHandle_1; // System.Single OVR.OpenVR.VREvent_HapticVibration_t::fDurationSeconds float ___fDurationSeconds_2; // System.Single OVR.OpenVR.VREvent_HapticVibration_t::fFrequency float ___fFrequency_3; // System.Single OVR.OpenVR.VREvent_HapticVibration_t::fAmplitude float ___fAmplitude_4; public: inline static int32_t get_offset_of_containerHandle_0() { return static_cast(offsetof(VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD, ___containerHandle_0)); } inline uint64_t get_containerHandle_0() const { return ___containerHandle_0; } inline uint64_t* get_address_of_containerHandle_0() { return &___containerHandle_0; } inline void set_containerHandle_0(uint64_t value) { ___containerHandle_0 = value; } inline static int32_t get_offset_of_componentHandle_1() { return static_cast(offsetof(VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD, ___componentHandle_1)); } inline uint64_t get_componentHandle_1() const { return ___componentHandle_1; } inline uint64_t* get_address_of_componentHandle_1() { return &___componentHandle_1; } inline void set_componentHandle_1(uint64_t value) { ___componentHandle_1 = value; } inline static int32_t get_offset_of_fDurationSeconds_2() { return static_cast(offsetof(VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD, ___fDurationSeconds_2)); } inline float get_fDurationSeconds_2() const { return ___fDurationSeconds_2; } inline float* get_address_of_fDurationSeconds_2() { return &___fDurationSeconds_2; } inline void set_fDurationSeconds_2(float value) { ___fDurationSeconds_2 = value; } inline static int32_t get_offset_of_fFrequency_3() { return static_cast(offsetof(VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD, ___fFrequency_3)); } inline float get_fFrequency_3() const { return ___fFrequency_3; } inline float* get_address_of_fFrequency_3() { return &___fFrequency_3; } inline void set_fFrequency_3(float value) { ___fFrequency_3 = value; } inline static int32_t get_offset_of_fAmplitude_4() { return static_cast(offsetof(VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD, ___fAmplitude_4)); } inline float get_fAmplitude_4() const { return ___fAmplitude_4; } inline float* get_address_of_fAmplitude_4() { return &___fAmplitude_4; } inline void set_fAmplitude_4(float value) { ___fAmplitude_4 = value; } }; // OVR.OpenVR.VREvent_InputBindingLoad_t struct VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639 { public: // System.UInt64 OVR.OpenVR.VREvent_InputBindingLoad_t::ulAppContainer uint64_t ___ulAppContainer_0; // System.UInt64 OVR.OpenVR.VREvent_InputBindingLoad_t::pathMessage uint64_t ___pathMessage_1; // System.UInt64 OVR.OpenVR.VREvent_InputBindingLoad_t::pathUrl uint64_t ___pathUrl_2; // System.UInt64 OVR.OpenVR.VREvent_InputBindingLoad_t::pathControllerType uint64_t ___pathControllerType_3; public: inline static int32_t get_offset_of_ulAppContainer_0() { return static_cast(offsetof(VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639, ___ulAppContainer_0)); } inline uint64_t get_ulAppContainer_0() const { return ___ulAppContainer_0; } inline uint64_t* get_address_of_ulAppContainer_0() { return &___ulAppContainer_0; } inline void set_ulAppContainer_0(uint64_t value) { ___ulAppContainer_0 = value; } inline static int32_t get_offset_of_pathMessage_1() { return static_cast(offsetof(VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639, ___pathMessage_1)); } inline uint64_t get_pathMessage_1() const { return ___pathMessage_1; } inline uint64_t* get_address_of_pathMessage_1() { return &___pathMessage_1; } inline void set_pathMessage_1(uint64_t value) { ___pathMessage_1 = value; } inline static int32_t get_offset_of_pathUrl_2() { return static_cast(offsetof(VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639, ___pathUrl_2)); } inline uint64_t get_pathUrl_2() const { return ___pathUrl_2; } inline uint64_t* get_address_of_pathUrl_2() { return &___pathUrl_2; } inline void set_pathUrl_2(uint64_t value) { ___pathUrl_2 = value; } inline static int32_t get_offset_of_pathControllerType_3() { return static_cast(offsetof(VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639, ___pathControllerType_3)); } inline uint64_t get_pathControllerType_3() const { return ___pathControllerType_3; } inline uint64_t* get_address_of_pathControllerType_3() { return &___pathControllerType_3; } inline void set_pathControllerType_3(uint64_t value) { ___pathControllerType_3 = value; } }; // OVR.OpenVR.VREvent_Ipd_t struct VREvent_Ipd_t_tF6DB2AE61DCC798F45C0C7F06D9C9C4AAB64A3C5 { public: // System.Single OVR.OpenVR.VREvent_Ipd_t::ipdMeters float ___ipdMeters_0; public: inline static int32_t get_offset_of_ipdMeters_0() { return static_cast(offsetof(VREvent_Ipd_t_tF6DB2AE61DCC798F45C0C7F06D9C9C4AAB64A3C5, ___ipdMeters_0)); } inline float get_ipdMeters_0() const { return ___ipdMeters_0; } inline float* get_address_of_ipdMeters_0() { return &___ipdMeters_0; } inline void set_ipdMeters_0(float value) { ___ipdMeters_0 = value; } }; // OVR.OpenVR.VREvent_Keyboard_t struct VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056 { public: // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput0 uint8_t ___cNewInput0_0; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput1 uint8_t ___cNewInput1_1; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput2 uint8_t ___cNewInput2_2; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput3 uint8_t ___cNewInput3_3; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput4 uint8_t ___cNewInput4_4; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput5 uint8_t ___cNewInput5_5; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput6 uint8_t ___cNewInput6_6; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput7 uint8_t ___cNewInput7_7; // System.UInt64 OVR.OpenVR.VREvent_Keyboard_t::uUserValue uint64_t ___uUserValue_8; public: inline static int32_t get_offset_of_cNewInput0_0() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput0_0)); } inline uint8_t get_cNewInput0_0() const { return ___cNewInput0_0; } inline uint8_t* get_address_of_cNewInput0_0() { return &___cNewInput0_0; } inline void set_cNewInput0_0(uint8_t value) { ___cNewInput0_0 = value; } inline static int32_t get_offset_of_cNewInput1_1() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput1_1)); } inline uint8_t get_cNewInput1_1() const { return ___cNewInput1_1; } inline uint8_t* get_address_of_cNewInput1_1() { return &___cNewInput1_1; } inline void set_cNewInput1_1(uint8_t value) { ___cNewInput1_1 = value; } inline static int32_t get_offset_of_cNewInput2_2() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput2_2)); } inline uint8_t get_cNewInput2_2() const { return ___cNewInput2_2; } inline uint8_t* get_address_of_cNewInput2_2() { return &___cNewInput2_2; } inline void set_cNewInput2_2(uint8_t value) { ___cNewInput2_2 = value; } inline static int32_t get_offset_of_cNewInput3_3() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput3_3)); } inline uint8_t get_cNewInput3_3() const { return ___cNewInput3_3; } inline uint8_t* get_address_of_cNewInput3_3() { return &___cNewInput3_3; } inline void set_cNewInput3_3(uint8_t value) { ___cNewInput3_3 = value; } inline static int32_t get_offset_of_cNewInput4_4() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput4_4)); } inline uint8_t get_cNewInput4_4() const { return ___cNewInput4_4; } inline uint8_t* get_address_of_cNewInput4_4() { return &___cNewInput4_4; } inline void set_cNewInput4_4(uint8_t value) { ___cNewInput4_4 = value; } inline static int32_t get_offset_of_cNewInput5_5() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput5_5)); } inline uint8_t get_cNewInput5_5() const { return ___cNewInput5_5; } inline uint8_t* get_address_of_cNewInput5_5() { return &___cNewInput5_5; } inline void set_cNewInput5_5(uint8_t value) { ___cNewInput5_5 = value; } inline static int32_t get_offset_of_cNewInput6_6() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput6_6)); } inline uint8_t get_cNewInput6_6() const { return ___cNewInput6_6; } inline uint8_t* get_address_of_cNewInput6_6() { return &___cNewInput6_6; } inline void set_cNewInput6_6(uint8_t value) { ___cNewInput6_6 = value; } inline static int32_t get_offset_of_cNewInput7_7() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput7_7)); } inline uint8_t get_cNewInput7_7() const { return ___cNewInput7_7; } inline uint8_t* get_address_of_cNewInput7_7() { return &___cNewInput7_7; } inline void set_cNewInput7_7(uint8_t value) { ___cNewInput7_7 = value; } inline static int32_t get_offset_of_uUserValue_8() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___uUserValue_8)); } inline uint64_t get_uUserValue_8() const { return ___uUserValue_8; } inline uint64_t* get_address_of_uUserValue_8() { return &___uUserValue_8; } inline void set_uUserValue_8(uint64_t value) { ___uUserValue_8 = value; } }; // OVR.OpenVR.VREvent_MessageOverlay_t struct VREvent_MessageOverlay_t_tB5BD1A125CD235523A66E4F2211B33AE21271AB1 { public: // System.UInt32 OVR.OpenVR.VREvent_MessageOverlay_t::unVRMessageOverlayResponse uint32_t ___unVRMessageOverlayResponse_0; public: inline static int32_t get_offset_of_unVRMessageOverlayResponse_0() { return static_cast(offsetof(VREvent_MessageOverlay_t_tB5BD1A125CD235523A66E4F2211B33AE21271AB1, ___unVRMessageOverlayResponse_0)); } inline uint32_t get_unVRMessageOverlayResponse_0() const { return ___unVRMessageOverlayResponse_0; } inline uint32_t* get_address_of_unVRMessageOverlayResponse_0() { return &___unVRMessageOverlayResponse_0; } inline void set_unVRMessageOverlayResponse_0(uint32_t value) { ___unVRMessageOverlayResponse_0 = value; } }; // OVR.OpenVR.VREvent_Mouse_t struct VREvent_Mouse_t_t71A8C3803F8452B6F9944C40BF17E636F3E3F7B2 { public: // System.Single OVR.OpenVR.VREvent_Mouse_t::x float ___x_0; // System.Single OVR.OpenVR.VREvent_Mouse_t::y float ___y_1; // System.UInt32 OVR.OpenVR.VREvent_Mouse_t::button uint32_t ___button_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(VREvent_Mouse_t_t71A8C3803F8452B6F9944C40BF17E636F3E3F7B2, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(VREvent_Mouse_t_t71A8C3803F8452B6F9944C40BF17E636F3E3F7B2, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_button_2() { return static_cast(offsetof(VREvent_Mouse_t_t71A8C3803F8452B6F9944C40BF17E636F3E3F7B2, ___button_2)); } inline uint32_t get_button_2() const { return ___button_2; } inline uint32_t* get_address_of_button_2() { return &___button_2; } inline void set_button_2(uint32_t value) { ___button_2 = value; } }; // OVR.OpenVR.VREvent_Notification_t struct VREvent_Notification_t_tBDE6B9394AF6CDA45225B3D47559E26146248392 { public: // System.UInt64 OVR.OpenVR.VREvent_Notification_t::ulUserValue uint64_t ___ulUserValue_0; // System.UInt32 OVR.OpenVR.VREvent_Notification_t::notificationId uint32_t ___notificationId_1; public: inline static int32_t get_offset_of_ulUserValue_0() { return static_cast(offsetof(VREvent_Notification_t_tBDE6B9394AF6CDA45225B3D47559E26146248392, ___ulUserValue_0)); } inline uint64_t get_ulUserValue_0() const { return ___ulUserValue_0; } inline uint64_t* get_address_of_ulUserValue_0() { return &___ulUserValue_0; } inline void set_ulUserValue_0(uint64_t value) { ___ulUserValue_0 = value; } inline static int32_t get_offset_of_notificationId_1() { return static_cast(offsetof(VREvent_Notification_t_tBDE6B9394AF6CDA45225B3D47559E26146248392, ___notificationId_1)); } inline uint32_t get_notificationId_1() const { return ___notificationId_1; } inline uint32_t* get_address_of_notificationId_1() { return &___notificationId_1; } inline void set_notificationId_1(uint32_t value) { ___notificationId_1 = value; } }; // OVR.OpenVR.VREvent_Overlay_t struct VREvent_Overlay_t_t632E13166289B6C53D8101DB872090C6BBE01CA2 { public: // System.UInt64 OVR.OpenVR.VREvent_Overlay_t::overlayHandle uint64_t ___overlayHandle_0; // System.UInt64 OVR.OpenVR.VREvent_Overlay_t::devicePath uint64_t ___devicePath_1; public: inline static int32_t get_offset_of_overlayHandle_0() { return static_cast(offsetof(VREvent_Overlay_t_t632E13166289B6C53D8101DB872090C6BBE01CA2, ___overlayHandle_0)); } inline uint64_t get_overlayHandle_0() const { return ___overlayHandle_0; } inline uint64_t* get_address_of_overlayHandle_0() { return &___overlayHandle_0; } inline void set_overlayHandle_0(uint64_t value) { ___overlayHandle_0 = value; } inline static int32_t get_offset_of_devicePath_1() { return static_cast(offsetof(VREvent_Overlay_t_t632E13166289B6C53D8101DB872090C6BBE01CA2, ___devicePath_1)); } inline uint64_t get_devicePath_1() const { return ___devicePath_1; } inline uint64_t* get_address_of_devicePath_1() { return &___devicePath_1; } inline void set_devicePath_1(uint64_t value) { ___devicePath_1 = value; } }; // OVR.OpenVR.VREvent_PerformanceTest_t struct VREvent_PerformanceTest_t_tB713B9352793F28D06C246E97F9160FDC1487F81 { public: // System.UInt32 OVR.OpenVR.VREvent_PerformanceTest_t::m_nFidelityLevel uint32_t ___m_nFidelityLevel_0; public: inline static int32_t get_offset_of_m_nFidelityLevel_0() { return static_cast(offsetof(VREvent_PerformanceTest_t_tB713B9352793F28D06C246E97F9160FDC1487F81, ___m_nFidelityLevel_0)); } inline uint32_t get_m_nFidelityLevel_0() const { return ___m_nFidelityLevel_0; } inline uint32_t* get_address_of_m_nFidelityLevel_0() { return &___m_nFidelityLevel_0; } inline void set_m_nFidelityLevel_0(uint32_t value) { ___m_nFidelityLevel_0 = value; } }; // OVR.OpenVR.VREvent_Process_t struct VREvent_Process_t_tD0A81C075BE50722A8050A1F52B019DD21E3B234 { public: // System.UInt32 OVR.OpenVR.VREvent_Process_t::pid uint32_t ___pid_0; // System.UInt32 OVR.OpenVR.VREvent_Process_t::oldPid uint32_t ___oldPid_1; // System.Boolean OVR.OpenVR.VREvent_Process_t::bForced bool ___bForced_2; public: inline static int32_t get_offset_of_pid_0() { return static_cast(offsetof(VREvent_Process_t_tD0A81C075BE50722A8050A1F52B019DD21E3B234, ___pid_0)); } inline uint32_t get_pid_0() const { return ___pid_0; } inline uint32_t* get_address_of_pid_0() { return &___pid_0; } inline void set_pid_0(uint32_t value) { ___pid_0 = value; } inline static int32_t get_offset_of_oldPid_1() { return static_cast(offsetof(VREvent_Process_t_tD0A81C075BE50722A8050A1F52B019DD21E3B234, ___oldPid_1)); } inline uint32_t get_oldPid_1() const { return ___oldPid_1; } inline uint32_t* get_address_of_oldPid_1() { return &___oldPid_1; } inline void set_oldPid_1(uint32_t value) { ___oldPid_1 = value; } inline static int32_t get_offset_of_bForced_2() { return static_cast(offsetof(VREvent_Process_t_tD0A81C075BE50722A8050A1F52B019DD21E3B234, ___bForced_2)); } inline bool get_bForced_2() const { return ___bForced_2; } inline bool* get_address_of_bForced_2() { return &___bForced_2; } inline void set_bForced_2(bool value) { ___bForced_2 = value; } }; // OVR.OpenVR.VREvent_Reserved_t struct VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93 { public: // System.UInt64 OVR.OpenVR.VREvent_Reserved_t::reserved0 uint64_t ___reserved0_0; // System.UInt64 OVR.OpenVR.VREvent_Reserved_t::reserved1 uint64_t ___reserved1_1; // System.UInt64 OVR.OpenVR.VREvent_Reserved_t::reserved2 uint64_t ___reserved2_2; // System.UInt64 OVR.OpenVR.VREvent_Reserved_t::reserved3 uint64_t ___reserved3_3; public: inline static int32_t get_offset_of_reserved0_0() { return static_cast(offsetof(VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93, ___reserved0_0)); } inline uint64_t get_reserved0_0() const { return ___reserved0_0; } inline uint64_t* get_address_of_reserved0_0() { return &___reserved0_0; } inline void set_reserved0_0(uint64_t value) { ___reserved0_0 = value; } inline static int32_t get_offset_of_reserved1_1() { return static_cast(offsetof(VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93, ___reserved1_1)); } inline uint64_t get_reserved1_1() const { return ___reserved1_1; } inline uint64_t* get_address_of_reserved1_1() { return &___reserved1_1; } inline void set_reserved1_1(uint64_t value) { ___reserved1_1 = value; } inline static int32_t get_offset_of_reserved2_2() { return static_cast(offsetof(VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93, ___reserved2_2)); } inline uint64_t get_reserved2_2() const { return ___reserved2_2; } inline uint64_t* get_address_of_reserved2_2() { return &___reserved2_2; } inline void set_reserved2_2(uint64_t value) { ___reserved2_2 = value; } inline static int32_t get_offset_of_reserved3_3() { return static_cast(offsetof(VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93, ___reserved3_3)); } inline uint64_t get_reserved3_3() const { return ___reserved3_3; } inline uint64_t* get_address_of_reserved3_3() { return &___reserved3_3; } inline void set_reserved3_3(uint64_t value) { ___reserved3_3 = value; } }; // OVR.OpenVR.VREvent_ScreenshotProgress_t struct VREvent_ScreenshotProgress_t_t1706A45792D9D2C11DABECC1750AD6B8F2E664A1 { public: // System.Single OVR.OpenVR.VREvent_ScreenshotProgress_t::progress float ___progress_0; public: inline static int32_t get_offset_of_progress_0() { return static_cast(offsetof(VREvent_ScreenshotProgress_t_t1706A45792D9D2C11DABECC1750AD6B8F2E664A1, ___progress_0)); } inline float get_progress_0() const { return ___progress_0; } inline float* get_address_of_progress_0() { return &___progress_0; } inline void set_progress_0(float value) { ___progress_0 = value; } }; // OVR.OpenVR.VREvent_Screenshot_t struct VREvent_Screenshot_t_t69336B08BB167BAB953BCAA673649C3C4DF02272 { public: // System.UInt32 OVR.OpenVR.VREvent_Screenshot_t::handle uint32_t ___handle_0; // System.UInt32 OVR.OpenVR.VREvent_Screenshot_t::type uint32_t ___type_1; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(VREvent_Screenshot_t_t69336B08BB167BAB953BCAA673649C3C4DF02272, ___handle_0)); } inline uint32_t get_handle_0() const { return ___handle_0; } inline uint32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(uint32_t value) { ___handle_0 = value; } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(VREvent_Screenshot_t_t69336B08BB167BAB953BCAA673649C3C4DF02272, ___type_1)); } inline uint32_t get_type_1() const { return ___type_1; } inline uint32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(uint32_t value) { ___type_1 = value; } }; // OVR.OpenVR.VREvent_Scroll_t struct VREvent_Scroll_t_t840E62C8334B96AA55B638DEC55A7F6281AF3E11 { public: // System.Single OVR.OpenVR.VREvent_Scroll_t::xdelta float ___xdelta_0; // System.Single OVR.OpenVR.VREvent_Scroll_t::ydelta float ___ydelta_1; // System.UInt32 OVR.OpenVR.VREvent_Scroll_t::repeatCount uint32_t ___repeatCount_2; public: inline static int32_t get_offset_of_xdelta_0() { return static_cast(offsetof(VREvent_Scroll_t_t840E62C8334B96AA55B638DEC55A7F6281AF3E11, ___xdelta_0)); } inline float get_xdelta_0() const { return ___xdelta_0; } inline float* get_address_of_xdelta_0() { return &___xdelta_0; } inline void set_xdelta_0(float value) { ___xdelta_0 = value; } inline static int32_t get_offset_of_ydelta_1() { return static_cast(offsetof(VREvent_Scroll_t_t840E62C8334B96AA55B638DEC55A7F6281AF3E11, ___ydelta_1)); } inline float get_ydelta_1() const { return ___ydelta_1; } inline float* get_address_of_ydelta_1() { return &___ydelta_1; } inline void set_ydelta_1(float value) { ___ydelta_1 = value; } inline static int32_t get_offset_of_repeatCount_2() { return static_cast(offsetof(VREvent_Scroll_t_t840E62C8334B96AA55B638DEC55A7F6281AF3E11, ___repeatCount_2)); } inline uint32_t get_repeatCount_2() const { return ___repeatCount_2; } inline uint32_t* get_address_of_repeatCount_2() { return &___repeatCount_2; } inline void set_repeatCount_2(uint32_t value) { ___repeatCount_2 = value; } }; // OVR.OpenVR.VREvent_SeatedZeroPoseReset_t struct VREvent_SeatedZeroPoseReset_t_tC10E049353C682B105C3380A4C3E6E3709739D31 { public: // System.Boolean OVR.OpenVR.VREvent_SeatedZeroPoseReset_t::bResetBySystemMenu bool ___bResetBySystemMenu_0; public: inline static int32_t get_offset_of_bResetBySystemMenu_0() { return static_cast(offsetof(VREvent_SeatedZeroPoseReset_t_tC10E049353C682B105C3380A4C3E6E3709739D31, ___bResetBySystemMenu_0)); } inline bool get_bResetBySystemMenu_0() const { return ___bResetBySystemMenu_0; } inline bool* get_address_of_bResetBySystemMenu_0() { return &___bResetBySystemMenu_0; } inline void set_bResetBySystemMenu_0(bool value) { ___bResetBySystemMenu_0 = value; } }; // OVR.OpenVR.VREvent_SpatialAnchor_t struct VREvent_SpatialAnchor_t_t3C8488E016948B0ACEA713F5CE36D86A0AD4B8C6 { public: // System.UInt32 OVR.OpenVR.VREvent_SpatialAnchor_t::unHandle uint32_t ___unHandle_0; public: inline static int32_t get_offset_of_unHandle_0() { return static_cast(offsetof(VREvent_SpatialAnchor_t_t3C8488E016948B0ACEA713F5CE36D86A0AD4B8C6, ___unHandle_0)); } inline uint32_t get_unHandle_0() const { return ___unHandle_0; } inline uint32_t* get_address_of_unHandle_0() { return &___unHandle_0; } inline void set_unHandle_0(uint32_t value) { ___unHandle_0 = value; } }; // OVR.OpenVR.VREvent_Status_t struct VREvent_Status_t_tA17A7CFCF74EA589C82CA7CC32B75A68FE030757 { public: // System.UInt32 OVR.OpenVR.VREvent_Status_t::statusState uint32_t ___statusState_0; public: inline static int32_t get_offset_of_statusState_0() { return static_cast(offsetof(VREvent_Status_t_tA17A7CFCF74EA589C82CA7CC32B75A68FE030757, ___statusState_0)); } inline uint32_t get_statusState_0() const { return ___statusState_0; } inline uint32_t* get_address_of_statusState_0() { return &___statusState_0; } inline void set_statusState_0(uint32_t value) { ___statusState_0 = value; } }; // OVR.OpenVR.VREvent_TouchPadMove_t struct VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162 { public: // System.Boolean OVR.OpenVR.VREvent_TouchPadMove_t::bFingerDown bool ___bFingerDown_0; // System.Single OVR.OpenVR.VREvent_TouchPadMove_t::flSecondsFingerDown float ___flSecondsFingerDown_1; // System.Single OVR.OpenVR.VREvent_TouchPadMove_t::fValueXFirst float ___fValueXFirst_2; // System.Single OVR.OpenVR.VREvent_TouchPadMove_t::fValueYFirst float ___fValueYFirst_3; // System.Single OVR.OpenVR.VREvent_TouchPadMove_t::fValueXRaw float ___fValueXRaw_4; // System.Single OVR.OpenVR.VREvent_TouchPadMove_t::fValueYRaw float ___fValueYRaw_5; public: inline static int32_t get_offset_of_bFingerDown_0() { return static_cast(offsetof(VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162, ___bFingerDown_0)); } inline bool get_bFingerDown_0() const { return ___bFingerDown_0; } inline bool* get_address_of_bFingerDown_0() { return &___bFingerDown_0; } inline void set_bFingerDown_0(bool value) { ___bFingerDown_0 = value; } inline static int32_t get_offset_of_flSecondsFingerDown_1() { return static_cast(offsetof(VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162, ___flSecondsFingerDown_1)); } inline float get_flSecondsFingerDown_1() const { return ___flSecondsFingerDown_1; } inline float* get_address_of_flSecondsFingerDown_1() { return &___flSecondsFingerDown_1; } inline void set_flSecondsFingerDown_1(float value) { ___flSecondsFingerDown_1 = value; } inline static int32_t get_offset_of_fValueXFirst_2() { return static_cast(offsetof(VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162, ___fValueXFirst_2)); } inline float get_fValueXFirst_2() const { return ___fValueXFirst_2; } inline float* get_address_of_fValueXFirst_2() { return &___fValueXFirst_2; } inline void set_fValueXFirst_2(float value) { ___fValueXFirst_2 = value; } inline static int32_t get_offset_of_fValueYFirst_3() { return static_cast(offsetof(VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162, ___fValueYFirst_3)); } inline float get_fValueYFirst_3() const { return ___fValueYFirst_3; } inline float* get_address_of_fValueYFirst_3() { return &___fValueYFirst_3; } inline void set_fValueYFirst_3(float value) { ___fValueYFirst_3 = value; } inline static int32_t get_offset_of_fValueXRaw_4() { return static_cast(offsetof(VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162, ___fValueXRaw_4)); } inline float get_fValueXRaw_4() const { return ___fValueXRaw_4; } inline float* get_address_of_fValueXRaw_4() { return &___fValueXRaw_4; } inline void set_fValueXRaw_4(float value) { ___fValueXRaw_4 = value; } inline static int32_t get_offset_of_fValueYRaw_5() { return static_cast(offsetof(VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162, ___fValueYRaw_5)); } inline float get_fValueYRaw_5() const { return ___fValueYRaw_5; } inline float* get_address_of_fValueYRaw_5() { return &___fValueYRaw_5; } inline void set_fValueYRaw_5(float value) { ___fValueYRaw_5 = value; } }; // OVR.OpenVR.VREvent_WebConsole_t struct VREvent_WebConsole_t_t6B3C308911E6DD82D6C6C6FB814FB28FDADB6EB2 { public: // System.UInt64 OVR.OpenVR.VREvent_WebConsole_t::webConsoleHandle uint64_t ___webConsoleHandle_0; public: inline static int32_t get_offset_of_webConsoleHandle_0() { return static_cast(offsetof(VREvent_WebConsole_t_t6B3C308911E6DD82D6C6C6FB814FB28FDADB6EB2, ___webConsoleHandle_0)); } inline uint64_t get_webConsoleHandle_0() const { return ___webConsoleHandle_0; } inline uint64_t* get_address_of_webConsoleHandle_0() { return &___webConsoleHandle_0; } inline void set_webConsoleHandle_0(uint64_t value) { ___webConsoleHandle_0 = value; } }; // OVR.OpenVR.VRTextureBounds_t struct VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 { public: // System.Single OVR.OpenVR.VRTextureBounds_t::uMin float ___uMin_0; // System.Single OVR.OpenVR.VRTextureBounds_t::vMin float ___vMin_1; // System.Single OVR.OpenVR.VRTextureBounds_t::uMax float ___uMax_2; // System.Single OVR.OpenVR.VRTextureBounds_t::vMax float ___vMax_3; public: inline static int32_t get_offset_of_uMin_0() { return static_cast(offsetof(VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870, ___uMin_0)); } inline float get_uMin_0() const { return ___uMin_0; } inline float* get_address_of_uMin_0() { return &___uMin_0; } inline void set_uMin_0(float value) { ___uMin_0 = value; } inline static int32_t get_offset_of_vMin_1() { return static_cast(offsetof(VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870, ___vMin_1)); } inline float get_vMin_1() const { return ___vMin_1; } inline float* get_address_of_vMin_1() { return &___vMin_1; } inline void set_vMin_1(float value) { ___vMin_1 = value; } inline static int32_t get_offset_of_uMax_2() { return static_cast(offsetof(VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870, ___uMax_2)); } inline float get_uMax_2() const { return ___uMax_2; } inline float* get_address_of_uMax_2() { return &___uMax_2; } inline void set_uMax_2(float value) { ___uMax_2 = value; } inline static int32_t get_offset_of_vMax_3() { return static_cast(offsetof(VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870, ___vMax_3)); } inline float get_vMax_3() const { return ___vMax_3; } inline float* get_address_of_vMax_3() { return &___vMax_3; } inline void set_vMax_3(float value) { ___vMax_3 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t59C8A7F4E254F45E5134CF5899F9FC8D45B1B35D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t59C8A7F4E254F45E5134CF5899F9FC8D45B1B35D__padding[24]; }; public: }; // OVR.OpenVR.CVROverlay/PollNextOverlayEventUnion struct PollNextOverlayEventUnion_t01A2A53691CFA7B488F3C073444E91DB5EC75B10 { public: union { #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IVROverlay/_PollNextOverlayEvent OVR.OpenVR.CVROverlay/PollNextOverlayEventUnion::pPollNextOverlayEvent _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * ___pPollNextOverlayEvent_0; }; #pragma pack(pop, tp) struct { _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * ___pPollNextOverlayEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.CVROverlay/_PollNextOverlayEventPacked OVR.OpenVR.CVROverlay/PollNextOverlayEventUnion::pPollNextOverlayEventPacked _PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E * ___pPollNextOverlayEventPacked_1; }; #pragma pack(pop, tp) struct { _PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E * ___pPollNextOverlayEventPacked_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_pPollNextOverlayEvent_0() { return static_cast(offsetof(PollNextOverlayEventUnion_t01A2A53691CFA7B488F3C073444E91DB5EC75B10, ___pPollNextOverlayEvent_0)); } inline _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * get_pPollNextOverlayEvent_0() const { return ___pPollNextOverlayEvent_0; } inline _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB ** get_address_of_pPollNextOverlayEvent_0() { return &___pPollNextOverlayEvent_0; } inline void set_pPollNextOverlayEvent_0(_PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * value) { ___pPollNextOverlayEvent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pPollNextOverlayEvent_0), (void*)value); } inline static int32_t get_offset_of_pPollNextOverlayEventPacked_1() { return static_cast(offsetof(PollNextOverlayEventUnion_t01A2A53691CFA7B488F3C073444E91DB5EC75B10, ___pPollNextOverlayEventPacked_1)); } inline _PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E * get_pPollNextOverlayEventPacked_1() const { return ___pPollNextOverlayEventPacked_1; } inline _PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E ** get_address_of_pPollNextOverlayEventPacked_1() { return &___pPollNextOverlayEventPacked_1; } inline void set_pPollNextOverlayEventPacked_1(_PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E * value) { ___pPollNextOverlayEventPacked_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___pPollNextOverlayEventPacked_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.CVROverlay/PollNextOverlayEventUnion struct PollNextOverlayEventUnion_t01A2A53691CFA7B488F3C073444E91DB5EC75B10_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextOverlayEvent_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextOverlayEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextOverlayEventPacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextOverlayEventPacked_1_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of OVR.OpenVR.CVROverlay/PollNextOverlayEventUnion struct PollNextOverlayEventUnion_t01A2A53691CFA7B488F3C073444E91DB5EC75B10_marshaled_com { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextOverlayEvent_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextOverlayEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextOverlayEventPacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextOverlayEventPacked_1_forAlignmentOnly; }; }; }; // OVR.OpenVR.CVRRenderModels/GetComponentStateUnion struct GetComponentStateUnion_t1FA248C68EB1FA250B79DD5AC8E6BB700AF886F0 { public: union { #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IVRRenderModels/_GetComponentState OVR.OpenVR.CVRRenderModels/GetComponentStateUnion::pGetComponentState _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * ___pGetComponentState_0; }; #pragma pack(pop, tp) struct { _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * ___pGetComponentState_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.CVRRenderModels/_GetComponentStatePacked OVR.OpenVR.CVRRenderModels/GetComponentStateUnion::pGetComponentStatePacked _GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 * ___pGetComponentStatePacked_1; }; #pragma pack(pop, tp) struct { _GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 * ___pGetComponentStatePacked_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_pGetComponentState_0() { return static_cast(offsetof(GetComponentStateUnion_t1FA248C68EB1FA250B79DD5AC8E6BB700AF886F0, ___pGetComponentState_0)); } inline _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * get_pGetComponentState_0() const { return ___pGetComponentState_0; } inline _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 ** get_address_of_pGetComponentState_0() { return &___pGetComponentState_0; } inline void set_pGetComponentState_0(_GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * value) { ___pGetComponentState_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pGetComponentState_0), (void*)value); } inline static int32_t get_offset_of_pGetComponentStatePacked_1() { return static_cast(offsetof(GetComponentStateUnion_t1FA248C68EB1FA250B79DD5AC8E6BB700AF886F0, ___pGetComponentStatePacked_1)); } inline _GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 * get_pGetComponentStatePacked_1() const { return ___pGetComponentStatePacked_1; } inline _GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 ** get_address_of_pGetComponentStatePacked_1() { return &___pGetComponentStatePacked_1; } inline void set_pGetComponentStatePacked_1(_GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 * value) { ___pGetComponentStatePacked_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___pGetComponentStatePacked_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.CVRRenderModels/GetComponentStateUnion struct GetComponentStateUnion_t1FA248C68EB1FA250B79DD5AC8E6BB700AF886F0_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetComponentState_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetComponentState_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetComponentStatePacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetComponentStatePacked_1_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of OVR.OpenVR.CVRRenderModels/GetComponentStateUnion struct GetComponentStateUnion_t1FA248C68EB1FA250B79DD5AC8E6BB700AF886F0_marshaled_com { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetComponentState_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetComponentState_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetComponentStatePacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetComponentStatePacked_1_forAlignmentOnly; }; }; }; // OVR.OpenVR.CVRSystem/GetControllerStateUnion struct GetControllerStateUnion_t3CCAA646AE9C8D527EC035B539CC6DE6538DF0F1 { public: union { #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IVRSystem/_GetControllerState OVR.OpenVR.CVRSystem/GetControllerStateUnion::pGetControllerState _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * ___pGetControllerState_0; }; #pragma pack(pop, tp) struct { _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * ___pGetControllerState_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.CVRSystem/_GetControllerStatePacked OVR.OpenVR.CVRSystem/GetControllerStateUnion::pGetControllerStatePacked _GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 * ___pGetControllerStatePacked_1; }; #pragma pack(pop, tp) struct { _GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 * ___pGetControllerStatePacked_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_pGetControllerState_0() { return static_cast(offsetof(GetControllerStateUnion_t3CCAA646AE9C8D527EC035B539CC6DE6538DF0F1, ___pGetControllerState_0)); } inline _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * get_pGetControllerState_0() const { return ___pGetControllerState_0; } inline _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC ** get_address_of_pGetControllerState_0() { return &___pGetControllerState_0; } inline void set_pGetControllerState_0(_GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * value) { ___pGetControllerState_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pGetControllerState_0), (void*)value); } inline static int32_t get_offset_of_pGetControllerStatePacked_1() { return static_cast(offsetof(GetControllerStateUnion_t3CCAA646AE9C8D527EC035B539CC6DE6538DF0F1, ___pGetControllerStatePacked_1)); } inline _GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 * get_pGetControllerStatePacked_1() const { return ___pGetControllerStatePacked_1; } inline _GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 ** get_address_of_pGetControllerStatePacked_1() { return &___pGetControllerStatePacked_1; } inline void set_pGetControllerStatePacked_1(_GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 * value) { ___pGetControllerStatePacked_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___pGetControllerStatePacked_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.CVRSystem/GetControllerStateUnion struct GetControllerStateUnion_t3CCAA646AE9C8D527EC035B539CC6DE6538DF0F1_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerState_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerState_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerStatePacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerStatePacked_1_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of OVR.OpenVR.CVRSystem/GetControllerStateUnion struct GetControllerStateUnion_t3CCAA646AE9C8D527EC035B539CC6DE6538DF0F1_marshaled_com { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerState_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerState_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerStatePacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerStatePacked_1_forAlignmentOnly; }; }; }; // OVR.OpenVR.CVRSystem/GetControllerStateWithPoseUnion struct GetControllerStateWithPoseUnion_t8B38C5C056838CFD8A75DCF9129F8ABED7688257 { public: union { #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IVRSystem/_GetControllerStateWithPose OVR.OpenVR.CVRSystem/GetControllerStateWithPoseUnion::pGetControllerStateWithPose _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * ___pGetControllerStateWithPose_0; }; #pragma pack(pop, tp) struct { _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * ___pGetControllerStateWithPose_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.CVRSystem/_GetControllerStateWithPosePacked OVR.OpenVR.CVRSystem/GetControllerStateWithPoseUnion::pGetControllerStateWithPosePacked _GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F * ___pGetControllerStateWithPosePacked_1; }; #pragma pack(pop, tp) struct { _GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F * ___pGetControllerStateWithPosePacked_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_pGetControllerStateWithPose_0() { return static_cast(offsetof(GetControllerStateWithPoseUnion_t8B38C5C056838CFD8A75DCF9129F8ABED7688257, ___pGetControllerStateWithPose_0)); } inline _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * get_pGetControllerStateWithPose_0() const { return ___pGetControllerStateWithPose_0; } inline _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 ** get_address_of_pGetControllerStateWithPose_0() { return &___pGetControllerStateWithPose_0; } inline void set_pGetControllerStateWithPose_0(_GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * value) { ___pGetControllerStateWithPose_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pGetControllerStateWithPose_0), (void*)value); } inline static int32_t get_offset_of_pGetControllerStateWithPosePacked_1() { return static_cast(offsetof(GetControllerStateWithPoseUnion_t8B38C5C056838CFD8A75DCF9129F8ABED7688257, ___pGetControllerStateWithPosePacked_1)); } inline _GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F * get_pGetControllerStateWithPosePacked_1() const { return ___pGetControllerStateWithPosePacked_1; } inline _GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F ** get_address_of_pGetControllerStateWithPosePacked_1() { return &___pGetControllerStateWithPosePacked_1; } inline void set_pGetControllerStateWithPosePacked_1(_GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F * value) { ___pGetControllerStateWithPosePacked_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___pGetControllerStateWithPosePacked_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.CVRSystem/GetControllerStateWithPoseUnion struct GetControllerStateWithPoseUnion_t8B38C5C056838CFD8A75DCF9129F8ABED7688257_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerStateWithPose_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerStateWithPose_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerStateWithPosePacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerStateWithPosePacked_1_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of OVR.OpenVR.CVRSystem/GetControllerStateWithPoseUnion struct GetControllerStateWithPoseUnion_t8B38C5C056838CFD8A75DCF9129F8ABED7688257_marshaled_com { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerStateWithPose_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerStateWithPose_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerStateWithPosePacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerStateWithPosePacked_1_forAlignmentOnly; }; }; }; // OVR.OpenVR.CVRSystem/PollNextEventUnion struct PollNextEventUnion_tB3DACE2AF5403A0105323E9D463F8FBAD90E7E6F { public: union { #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IVRSystem/_PollNextEvent OVR.OpenVR.CVRSystem/PollNextEventUnion::pPollNextEvent _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * ___pPollNextEvent_0; }; #pragma pack(pop, tp) struct { _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * ___pPollNextEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.CVRSystem/_PollNextEventPacked OVR.OpenVR.CVRSystem/PollNextEventUnion::pPollNextEventPacked _PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB * ___pPollNextEventPacked_1; }; #pragma pack(pop, tp) struct { _PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB * ___pPollNextEventPacked_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_pPollNextEvent_0() { return static_cast(offsetof(PollNextEventUnion_tB3DACE2AF5403A0105323E9D463F8FBAD90E7E6F, ___pPollNextEvent_0)); } inline _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * get_pPollNextEvent_0() const { return ___pPollNextEvent_0; } inline _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF ** get_address_of_pPollNextEvent_0() { return &___pPollNextEvent_0; } inline void set_pPollNextEvent_0(_PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * value) { ___pPollNextEvent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pPollNextEvent_0), (void*)value); } inline static int32_t get_offset_of_pPollNextEventPacked_1() { return static_cast(offsetof(PollNextEventUnion_tB3DACE2AF5403A0105323E9D463F8FBAD90E7E6F, ___pPollNextEventPacked_1)); } inline _PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB * get_pPollNextEventPacked_1() const { return ___pPollNextEventPacked_1; } inline _PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB ** get_address_of_pPollNextEventPacked_1() { return &___pPollNextEventPacked_1; } inline void set_pPollNextEventPacked_1(_PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB * value) { ___pPollNextEventPacked_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___pPollNextEventPacked_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.CVRSystem/PollNextEventUnion struct PollNextEventUnion_tB3DACE2AF5403A0105323E9D463F8FBAD90E7E6F_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextEvent_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextEventPacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextEventPacked_1_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of OVR.OpenVR.CVRSystem/PollNextEventUnion struct PollNextEventUnion_tB3DACE2AF5403A0105323E9D463F8FBAD90E7E6F_marshaled_com { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextEvent_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextEventPacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextEventPacked_1_forAlignmentOnly; }; }; }; // OVRPlugin/Fovf struct Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF { public: // System.Single OVRPlugin/Fovf::UpTan float ___UpTan_0; // System.Single OVRPlugin/Fovf::DownTan float ___DownTan_1; // System.Single OVRPlugin/Fovf::LeftTan float ___LeftTan_2; // System.Single OVRPlugin/Fovf::RightTan float ___RightTan_3; public: inline static int32_t get_offset_of_UpTan_0() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___UpTan_0)); } inline float get_UpTan_0() const { return ___UpTan_0; } inline float* get_address_of_UpTan_0() { return &___UpTan_0; } inline void set_UpTan_0(float value) { ___UpTan_0 = value; } inline static int32_t get_offset_of_DownTan_1() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___DownTan_1)); } inline float get_DownTan_1() const { return ___DownTan_1; } inline float* get_address_of_DownTan_1() { return &___DownTan_1; } inline void set_DownTan_1(float value) { ___DownTan_1 = value; } inline static int32_t get_offset_of_LeftTan_2() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___LeftTan_2)); } inline float get_LeftTan_2() const { return ___LeftTan_2; } inline float* get_address_of_LeftTan_2() { return &___LeftTan_2; } inline void set_LeftTan_2(float value) { ___LeftTan_2 = value; } inline static int32_t get_offset_of_RightTan_3() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___RightTan_3)); } inline float get_RightTan_3() const { return ___RightTan_3; } inline float* get_address_of_RightTan_3() { return &___RightTan_3; } inline void set_RightTan_3(float value) { ___RightTan_3 = value; } }; // OVRPlugin/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/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/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; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994, ___dictionary_0)); } inline Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994, ___current_3)); } inline KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA get_current_3() const { return ___current_3; } inline KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // struct U3CPrivateImplementationDetailsU3E_t4D6325C768AF0C9BE49B578F0B7E43147C9D1364 : public RuntimeObject { public: public: }; // OVR.OpenVR.AppOverrideKeys_t struct AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C { public: // System.IntPtr OVR.OpenVR.AppOverrideKeys_t::pchKey intptr_t ___pchKey_0; // System.IntPtr OVR.OpenVR.AppOverrideKeys_t::pchValue intptr_t ___pchValue_1; public: inline static int32_t get_offset_of_pchKey_0() { return static_cast(offsetof(AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C, ___pchKey_0)); } inline intptr_t get_pchKey_0() const { return ___pchKey_0; } inline intptr_t* get_address_of_pchKey_0() { return &___pchKey_0; } inline void set_pchKey_0(intptr_t value) { ___pchKey_0 = value; } inline static int32_t get_offset_of_pchValue_1() { return static_cast(offsetof(AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C, ___pchValue_1)); } inline intptr_t get_pchValue_1() const { return ___pchValue_1; } inline intptr_t* get_address_of_pchValue_1() { return &___pchValue_1; } inline void set_pchValue_1(intptr_t value) { ___pchValue_1 = value; } }; // 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.COpenVRContext struct COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB { public: // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRSystem intptr_t ___m_pVRSystem_0; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRChaperone intptr_t ___m_pVRChaperone_1; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRChaperoneSetup intptr_t ___m_pVRChaperoneSetup_2; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRCompositor intptr_t ___m_pVRCompositor_3; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVROverlay intptr_t ___m_pVROverlay_4; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRResources intptr_t ___m_pVRResources_5; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRRenderModels intptr_t ___m_pVRRenderModels_6; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRExtendedDisplay intptr_t ___m_pVRExtendedDisplay_7; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRSettings intptr_t ___m_pVRSettings_8; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRApplications intptr_t ___m_pVRApplications_9; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRTrackedCamera intptr_t ___m_pVRTrackedCamera_10; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRScreenshots intptr_t ___m_pVRScreenshots_11; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRDriverManager intptr_t ___m_pVRDriverManager_12; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRInput intptr_t ___m_pVRInput_13; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRIOBuffer intptr_t ___m_pVRIOBuffer_14; // System.IntPtr OVR.OpenVR.COpenVRContext::m_pVRSpatialAnchors intptr_t ___m_pVRSpatialAnchors_15; public: inline static int32_t get_offset_of_m_pVRSystem_0() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRSystem_0)); } inline intptr_t get_m_pVRSystem_0() const { return ___m_pVRSystem_0; } inline intptr_t* get_address_of_m_pVRSystem_0() { return &___m_pVRSystem_0; } inline void set_m_pVRSystem_0(intptr_t value) { ___m_pVRSystem_0 = value; } inline static int32_t get_offset_of_m_pVRChaperone_1() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRChaperone_1)); } inline intptr_t get_m_pVRChaperone_1() const { return ___m_pVRChaperone_1; } inline intptr_t* get_address_of_m_pVRChaperone_1() { return &___m_pVRChaperone_1; } inline void set_m_pVRChaperone_1(intptr_t value) { ___m_pVRChaperone_1 = value; } inline static int32_t get_offset_of_m_pVRChaperoneSetup_2() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRChaperoneSetup_2)); } inline intptr_t get_m_pVRChaperoneSetup_2() const { return ___m_pVRChaperoneSetup_2; } inline intptr_t* get_address_of_m_pVRChaperoneSetup_2() { return &___m_pVRChaperoneSetup_2; } inline void set_m_pVRChaperoneSetup_2(intptr_t value) { ___m_pVRChaperoneSetup_2 = value; } inline static int32_t get_offset_of_m_pVRCompositor_3() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRCompositor_3)); } inline intptr_t get_m_pVRCompositor_3() const { return ___m_pVRCompositor_3; } inline intptr_t* get_address_of_m_pVRCompositor_3() { return &___m_pVRCompositor_3; } inline void set_m_pVRCompositor_3(intptr_t value) { ___m_pVRCompositor_3 = value; } inline static int32_t get_offset_of_m_pVROverlay_4() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVROverlay_4)); } inline intptr_t get_m_pVROverlay_4() const { return ___m_pVROverlay_4; } inline intptr_t* get_address_of_m_pVROverlay_4() { return &___m_pVROverlay_4; } inline void set_m_pVROverlay_4(intptr_t value) { ___m_pVROverlay_4 = value; } inline static int32_t get_offset_of_m_pVRResources_5() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRResources_5)); } inline intptr_t get_m_pVRResources_5() const { return ___m_pVRResources_5; } inline intptr_t* get_address_of_m_pVRResources_5() { return &___m_pVRResources_5; } inline void set_m_pVRResources_5(intptr_t value) { ___m_pVRResources_5 = value; } inline static int32_t get_offset_of_m_pVRRenderModels_6() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRRenderModels_6)); } inline intptr_t get_m_pVRRenderModels_6() const { return ___m_pVRRenderModels_6; } inline intptr_t* get_address_of_m_pVRRenderModels_6() { return &___m_pVRRenderModels_6; } inline void set_m_pVRRenderModels_6(intptr_t value) { ___m_pVRRenderModels_6 = value; } inline static int32_t get_offset_of_m_pVRExtendedDisplay_7() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRExtendedDisplay_7)); } inline intptr_t get_m_pVRExtendedDisplay_7() const { return ___m_pVRExtendedDisplay_7; } inline intptr_t* get_address_of_m_pVRExtendedDisplay_7() { return &___m_pVRExtendedDisplay_7; } inline void set_m_pVRExtendedDisplay_7(intptr_t value) { ___m_pVRExtendedDisplay_7 = value; } inline static int32_t get_offset_of_m_pVRSettings_8() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRSettings_8)); } inline intptr_t get_m_pVRSettings_8() const { return ___m_pVRSettings_8; } inline intptr_t* get_address_of_m_pVRSettings_8() { return &___m_pVRSettings_8; } inline void set_m_pVRSettings_8(intptr_t value) { ___m_pVRSettings_8 = value; } inline static int32_t get_offset_of_m_pVRApplications_9() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRApplications_9)); } inline intptr_t get_m_pVRApplications_9() const { return ___m_pVRApplications_9; } inline intptr_t* get_address_of_m_pVRApplications_9() { return &___m_pVRApplications_9; } inline void set_m_pVRApplications_9(intptr_t value) { ___m_pVRApplications_9 = value; } inline static int32_t get_offset_of_m_pVRTrackedCamera_10() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRTrackedCamera_10)); } inline intptr_t get_m_pVRTrackedCamera_10() const { return ___m_pVRTrackedCamera_10; } inline intptr_t* get_address_of_m_pVRTrackedCamera_10() { return &___m_pVRTrackedCamera_10; } inline void set_m_pVRTrackedCamera_10(intptr_t value) { ___m_pVRTrackedCamera_10 = value; } inline static int32_t get_offset_of_m_pVRScreenshots_11() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRScreenshots_11)); } inline intptr_t get_m_pVRScreenshots_11() const { return ___m_pVRScreenshots_11; } inline intptr_t* get_address_of_m_pVRScreenshots_11() { return &___m_pVRScreenshots_11; } inline void set_m_pVRScreenshots_11(intptr_t value) { ___m_pVRScreenshots_11 = value; } inline static int32_t get_offset_of_m_pVRDriverManager_12() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRDriverManager_12)); } inline intptr_t get_m_pVRDriverManager_12() const { return ___m_pVRDriverManager_12; } inline intptr_t* get_address_of_m_pVRDriverManager_12() { return &___m_pVRDriverManager_12; } inline void set_m_pVRDriverManager_12(intptr_t value) { ___m_pVRDriverManager_12 = value; } inline static int32_t get_offset_of_m_pVRInput_13() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRInput_13)); } inline intptr_t get_m_pVRInput_13() const { return ___m_pVRInput_13; } inline intptr_t* get_address_of_m_pVRInput_13() { return &___m_pVRInput_13; } inline void set_m_pVRInput_13(intptr_t value) { ___m_pVRInput_13 = value; } inline static int32_t get_offset_of_m_pVRIOBuffer_14() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRIOBuffer_14)); } inline intptr_t get_m_pVRIOBuffer_14() const { return ___m_pVRIOBuffer_14; } inline intptr_t* get_address_of_m_pVRIOBuffer_14() { return &___m_pVRIOBuffer_14; } inline void set_m_pVRIOBuffer_14(intptr_t value) { ___m_pVRIOBuffer_14 = value; } inline static int32_t get_offset_of_m_pVRSpatialAnchors_15() { return static_cast(offsetof(COpenVRContext_tB7D36C2E8DBA0F63F0A0E30381C9176930C405BB, ___m_pVRSpatialAnchors_15)); } inline intptr_t get_m_pVRSpatialAnchors_15() const { return ___m_pVRSpatialAnchors_15; } inline intptr_t* get_address_of_m_pVRSpatialAnchors_15() { return &___m_pVRSpatialAnchors_15; } inline void set_m_pVRSpatialAnchors_15(intptr_t value) { ___m_pVRSpatialAnchors_15 = value; } }; // OVR.OpenVR.CVRApplications struct CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 : public RuntimeObject { public: // OVR.OpenVR.IVRApplications OVR.OpenVR.CVRApplications::FnTable IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600, ___FnTable_0)); } inline IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 get_FnTable_0() const { return ___FnTable_0; } inline IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___AddApplicationManifest_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___RemoveApplicationManifest_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsApplicationInstalled_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationCount_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationKeyByIndex_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationKeyByProcessId_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LaunchApplication_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LaunchTemplateApplication_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LaunchApplicationFromMimeType_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LaunchDashboardOverlay_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CancelApplicationLaunch_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IdentifyApplication_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationProcessId_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationsErrorNameFromEnum_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationPropertyString_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationPropertyBool_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationPropertyUint64_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetApplicationAutoLaunch_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationAutoLaunch_18), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetDefaultApplicationForMimeType_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDefaultApplicationForMimeType_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationSupportedMimeTypes_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationsThatSupportMimeType_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationLaunchArguments_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetStartingApplication_24), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTransitionState_25), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___PerformApplicationPrelaunchCheck_26), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationsTransitionStateNameFromEnum_27), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsQuitUserPromptRequested_28), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LaunchInternalProcess_29), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCurrentSceneProcessId_30), (void*)NULL); #endif } }; // OVR.OpenVR.CVRChaperone struct CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 : public RuntimeObject { public: // OVR.OpenVR.IVRChaperone OVR.OpenVR.CVRChaperone::FnTable IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15, ___FnTable_0)); } inline IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 get_FnTable_0() const { return ___FnTable_0; } inline IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCalibrationState_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetPlayAreaSize_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetPlayAreaRect_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReloadInfo_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetSceneColor_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetBoundsColor_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___AreBoundsVisible_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ForceBoundsVisible_7), (void*)NULL); #endif } }; // OVR.OpenVR.CVRChaperoneSetup struct CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A : public RuntimeObject { public: // OVR.OpenVR.IVRChaperoneSetup OVR.OpenVR.CVRChaperoneSetup::FnTable IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A, ___FnTable_0)); } inline IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 get_FnTable_0() const { return ___FnTable_0; } inline IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CommitWorkingCopy_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___RevertWorkingCopy_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetWorkingPlayAreaSize_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetWorkingPlayAreaRect_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetWorkingCollisionBoundsInfo_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLiveCollisionBoundsInfo_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetWorkingSeatedZeroPoseToRawTrackingPose_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetWorkingStandingZeroPoseToRawTrackingPose_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetWorkingPlayAreaSize_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetWorkingCollisionBoundsInfo_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetWorkingSeatedZeroPoseToRawTrackingPose_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetWorkingStandingZeroPoseToRawTrackingPose_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReloadFromDisk_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLiveSeatedZeroPoseToRawTrackingPose_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetWorkingCollisionBoundsTagsInfo_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLiveCollisionBoundsTagsInfo_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetWorkingPhysicalBoundsInfo_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLivePhysicalBoundsInfo_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ExportLiveToBuffer_18), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ImportFromBufferToWorking_19), (void*)NULL); #endif } }; // OVR.OpenVR.CVRCompositor struct CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D : public RuntimeObject { public: // OVR.OpenVR.IVRCompositor OVR.OpenVR.CVRCompositor::FnTable IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D, ___FnTable_0)); } inline IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC get_FnTable_0() const { return ___FnTable_0; } inline IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetTrackingSpace_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTrackingSpace_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___WaitGetPoses_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLastPoses_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLastPoseForTrackedDeviceIndex_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___Submit_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ClearLastSubmittedFrame_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___PostPresentHandoff_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetFrameTiming_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetFrameTimings_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetFrameTimeRemaining_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCumulativeStats_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___FadeToColor_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCurrentFadeColor_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___FadeGrid_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCurrentGridAlpha_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetSkyboxOverride_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ClearSkyboxOverride_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CompositorBringToFront_18), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CompositorGoToBack_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CompositorQuit_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsFullscreen_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCurrentSceneFocusProcess_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLastFrameRenderer_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CanRenderScene_24), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowMirrorWindow_25), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___HideMirrorWindow_26), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsMirrorWindowVisible_27), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CompositorDumpImages_28), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShouldAppRenderWithLowResources_29), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ForceInterleavedReprojectionOn_30), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ForceReconnectProcess_31), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SuspendRendering_32), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetMirrorTextureD3D11_33), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReleaseMirrorTextureD3D11_34), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetMirrorTextureGL_35), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReleaseSharedGLTexture_36), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LockGLSharedTextureForAccess_37), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___UnlockGLSharedTextureForAccess_38), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetVulkanInstanceExtensionsRequired_39), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetVulkanDeviceExtensionsRequired_40), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetExplicitTimingMode_41), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SubmitExplicitTimingData_42), (void*)NULL); #endif } }; // OVR.OpenVR.CVRDriverManager struct CVRDriverManager_tC6848762E9C9EE05C8E5D70E5EC4B46C8028589A : public RuntimeObject { public: // OVR.OpenVR.IVRDriverManager OVR.OpenVR.CVRDriverManager::FnTable IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRDriverManager_tC6848762E9C9EE05C8E5D70E5EC4B46C8028589A, ___FnTable_0)); } inline IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F get_FnTable_0() const { return ___FnTable_0; } inline IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDriverCount_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDriverName_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDriverHandle_2), (void*)NULL); #endif } }; // OVR.OpenVR.CVRExtendedDisplay struct CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD : public RuntimeObject { public: // OVR.OpenVR.IVRExtendedDisplay OVR.OpenVR.CVRExtendedDisplay::FnTable IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD, ___FnTable_0)); } inline IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 get_FnTable_0() const { return ___FnTable_0; } inline IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetWindowBounds_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetEyeOutputViewport_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDXGIOutputInfo_2), (void*)NULL); #endif } }; // OVR.OpenVR.CVRIOBuffer struct CVRIOBuffer_tA488C2D25AA73C2913D52B82262A06083DE528AC : public RuntimeObject { public: // OVR.OpenVR.IVRIOBuffer OVR.OpenVR.CVRIOBuffer::FnTable IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRIOBuffer_tA488C2D25AA73C2913D52B82262A06083DE528AC, ___FnTable_0)); } inline IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D get_FnTable_0() const { return ___FnTable_0; } inline IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___Open_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___Close_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___Read_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___Write_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___PropertyContainer_4), (void*)NULL); #endif } }; // OVR.OpenVR.CVRInput struct CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 : public RuntimeObject { public: // OVR.OpenVR.IVRInput OVR.OpenVR.CVRInput::FnTable IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365, ___FnTable_0)); } inline IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 get_FnTable_0() const { return ___FnTable_0; } inline IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetActionManifestPath_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetActionSetHandle_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetActionHandle_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetInputSourceHandle_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___UpdateActionState_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDigitalActionData_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetAnalogActionData_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetPoseActionData_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSkeletalActionData_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSkeletalBoneData_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSkeletalBoneDataCompressed_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___DecompressSkeletalBoneData_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___TriggerHapticVibrationAction_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetActionOrigins_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOriginLocalizedName_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOriginTrackedDeviceInfo_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowActionOrigins_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowBindingsForActionSet_17), (void*)NULL); #endif } }; // OVR.OpenVR.CVRNotifications struct CVRNotifications_t8DDF70DE5120600194E306D61004EC379EA846A3 : public RuntimeObject { public: // OVR.OpenVR.IVRNotifications OVR.OpenVR.CVRNotifications::FnTable IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRNotifications_t8DDF70DE5120600194E306D61004EC379EA846A3, ___FnTable_0)); } inline IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B get_FnTable_0() const { return ___FnTable_0; } inline IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CreateNotification_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___RemoveNotification_1), (void*)NULL); #endif } }; // OVR.OpenVR.CVROverlay struct CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 : public RuntimeObject { public: // OVR.OpenVR.IVROverlay OVR.OpenVR.CVROverlay::FnTable IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640, ___FnTable_0)); } inline IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 get_FnTable_0() const { return ___FnTable_0; } inline IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___FindOverlay_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CreateOverlay_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___DestroyOverlay_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetHighQualityOverlay_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetHighQualityOverlay_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayKey_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayName_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayName_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayImageData_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayErrorNameFromEnum_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayRenderingPid_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayRenderingPid_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayFlag_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayFlag_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayColor_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayColor_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayAlpha_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayAlpha_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTexelAspect_18), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTexelAspect_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlaySortOrder_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlaySortOrder_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayWidthInMeters_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayWidthInMeters_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayAutoCurveDistanceRangeInMeters_24), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayAutoCurveDistanceRangeInMeters_25), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTextureColorSpace_26), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTextureColorSpace_27), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTextureBounds_28), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTextureBounds_29), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayRenderModel_30), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayRenderModel_31), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTransformType_32), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTransformAbsolute_33), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTransformAbsolute_34), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTransformTrackedDeviceRelative_35), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTransformTrackedDeviceRelative_36), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTransformTrackedDeviceComponent_37), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTransformTrackedDeviceComponent_38), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTransformOverlayRelative_39), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTransformOverlayRelative_40), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowOverlay_41), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___HideOverlay_42), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsOverlayVisible_43), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTransformForOverlayCoordinates_44), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___PollNextOverlayEvent_45), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayInputMethod_46), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayInputMethod_47), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayMouseScale_48), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayMouseScale_49), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ComputeOverlayIntersection_50), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsHoverTargetOverlay_51), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetGamepadFocusOverlay_52), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetGamepadFocusOverlay_53), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayNeighbor_54), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___MoveGamepadFocusToNeighbor_55), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayDualAnalogTransform_56), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayDualAnalogTransform_57), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTexture_58), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ClearOverlayTexture_59), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayRaw_60), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayFromFile_61), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTexture_62), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReleaseNativeOverlayHandle_63), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTextureSize_64), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CreateDashboardOverlay_65), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsDashboardVisible_66), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsActiveDashboardOverlay_67), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetDashboardOverlaySceneProcess_68), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDashboardOverlaySceneProcess_69), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowDashboard_70), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetPrimaryDashboardDevice_71), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowKeyboard_72), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowKeyboardForOverlay_73), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetKeyboardText_74), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___HideKeyboard_75), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetKeyboardTransformAbsolute_76), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetKeyboardPositionForOverlay_77), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayIntersectionMask_78), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayFlags_79), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowMessageOverlay_80), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CloseMessageOverlay_81), (void*)NULL); #endif } }; // OVR.OpenVR.CVRRenderModels struct CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F : public RuntimeObject { public: // OVR.OpenVR.IVRRenderModels OVR.OpenVR.CVRRenderModels::FnTable IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F, ___FnTable_0)); } inline IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 get_FnTable_0() const { return ___FnTable_0; } inline IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LoadRenderModel_Async_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___FreeRenderModel_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LoadTexture_Async_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___FreeTexture_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LoadTextureD3D11_Async_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LoadIntoTextureD3D11_Async_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___FreeTextureD3D11_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRenderModelName_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRenderModelCount_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetComponentCount_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetComponentName_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetComponentButtonMask_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetComponentRenderModelName_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetComponentStateForDevicePath_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetComponentState_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___RenderModelHasComponent_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRenderModelThumbnailURL_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRenderModelOriginalPath_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRenderModelErrorNameFromEnum_18), (void*)NULL); #endif } }; // OVR.OpenVR.CVRResources struct CVRResources_t169A79D32A337A63F8786E7D5B9C1A5B732A2DE8 : public RuntimeObject { public: // OVR.OpenVR.IVRResources OVR.OpenVR.CVRResources::FnTable IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRResources_t169A79D32A337A63F8786E7D5B9C1A5B732A2DE8, ___FnTable_0)); } inline IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1 get_FnTable_0() const { return ___FnTable_0; } inline IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LoadSharedResource_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetResourceFullPath_1), (void*)NULL); #endif } }; // OVR.OpenVR.CVRScreenshots struct CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 : public RuntimeObject { public: // OVR.OpenVR.IVRScreenshots OVR.OpenVR.CVRScreenshots::FnTable IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871, ___FnTable_0)); } inline IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A get_FnTable_0() const { return ___FnTable_0; } inline IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___RequestScreenshot_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___HookScreenshot_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetScreenshotPropertyType_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetScreenshotPropertyFilename_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___UpdateScreenshotProgress_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___TakeStereoScreenshot_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SubmitScreenshot_6), (void*)NULL); #endif } }; // OVR.OpenVR.CVRSettingHelper struct CVRSettingHelper_tBC2DAD00F7D0971749FC264712990CDC3218E5D3 { public: // System.IntPtr OVR.OpenVR.CVRSettingHelper::m_pSettings intptr_t ___m_pSettings_0; public: inline static int32_t get_offset_of_m_pSettings_0() { return static_cast(offsetof(CVRSettingHelper_tBC2DAD00F7D0971749FC264712990CDC3218E5D3, ___m_pSettings_0)); } inline intptr_t get_m_pSettings_0() const { return ___m_pSettings_0; } inline intptr_t* get_address_of_m_pSettings_0() { return &___m_pSettings_0; } inline void set_m_pSettings_0(intptr_t value) { ___m_pSettings_0 = value; } }; // OVR.OpenVR.CVRSettings struct CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 : public RuntimeObject { public: // OVR.OpenVR.IVRSettings OVR.OpenVR.CVRSettings::FnTable IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750, ___FnTable_0)); } inline IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 get_FnTable_0() const { return ___FnTable_0; } inline IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSettingsErrorNameFromEnum_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___Sync_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetBool_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetInt32_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetFloat_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetString_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetBool_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetInt32_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetFloat_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetString_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___RemoveSection_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___RemoveKeyInSection_11), (void*)NULL); #endif } }; // OVR.OpenVR.CVRSpatialAnchors struct CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9 : public RuntimeObject { public: // OVR.OpenVR.IVRSpatialAnchors OVR.OpenVR.CVRSpatialAnchors::FnTable IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9, ___FnTable_0)); } inline IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 get_FnTable_0() const { return ___FnTable_0; } inline IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CreateSpatialAnchorFromDescriptor_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CreateSpatialAnchorFromPose_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSpatialAnchorPose_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSpatialAnchorDescriptor_3), (void*)NULL); #endif } }; // OVR.OpenVR.CVRSystem struct CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 : public RuntimeObject { public: // OVR.OpenVR.IVRSystem OVR.OpenVR.CVRSystem::FnTable IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9, ___FnTable_0)); } inline IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B get_FnTable_0() const { return ___FnTable_0; } inline IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRecommendedRenderTargetSize_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetProjectionMatrix_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetProjectionRaw_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ComputeDistortion_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetEyeToHeadTransform_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTimeSinceLastVsync_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetD3D9AdapterIndex_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDXGIOutputInfo_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOutputDevice_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsDisplayOnDesktop_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetDisplayVisibility_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDeviceToAbsoluteTrackingPose_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ResetSeatedZeroPose_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRawZeroPoseToStandingAbsoluteTrackingPose_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSortedTrackedDeviceIndicesOfClass_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTrackedDeviceActivityLevel_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ApplyTransform_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTrackedDeviceIndexForControllerRole_18), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetControllerRoleForTrackedDeviceIndex_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTrackedDeviceClass_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsTrackedDeviceConnected_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetBoolTrackedDeviceProperty_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetFloatTrackedDeviceProperty_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetInt32TrackedDeviceProperty_24), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetUint64TrackedDeviceProperty_25), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetMatrix34TrackedDeviceProperty_26), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetArrayTrackedDeviceProperty_27), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetStringTrackedDeviceProperty_28), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetPropErrorNameFromEnum_29), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___PollNextEvent_30), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___PollNextEventWithPose_31), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetEventTypeNameFromEnum_32), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetHiddenAreaMesh_33), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetControllerState_34), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetControllerStateWithPose_35), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___TriggerHapticPulse_36), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetButtonIdNameFromEnum_37), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetControllerAxisTypeNameFromEnum_38), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsInputAvailable_39), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsSteamVRDrawingControllers_40), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShouldApplicationPause_41), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShouldApplicationReduceRenderingWork_42), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___DriverDebugRequest_43), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___PerformFirmwareUpdate_44), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___AcknowledgeQuit_Exiting_45), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___AcknowledgeQuit_UserPrompt_46), (void*)NULL); #endif } }; // OVR.OpenVR.CVRTrackedCamera struct CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE : public RuntimeObject { public: // OVR.OpenVR.IVRTrackedCamera OVR.OpenVR.CVRTrackedCamera::FnTable IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE, ___FnTable_0)); } inline IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB get_FnTable_0() const { return ___FnTable_0; } inline IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCameraErrorNameFromEnum_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___HasCamera_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCameraFrameSize_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCameraIntrinsics_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCameraProjection_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___AcquireVideoStreamingService_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReleaseVideoStreamingService_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetVideoStreamFrameBuffer_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetVideoStreamTextureSize_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetVideoStreamTextureD3D11_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetVideoStreamTextureGL_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReleaseVideoStreamTextureGL_11), (void*)NULL); #endif } }; // OVR.OpenVR.ChaperoneCalibrationState struct ChaperoneCalibrationState_t7EB361D22336B9800A48A26DBF19834A921AA166 { public: // System.Int32 OVR.OpenVR.ChaperoneCalibrationState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ChaperoneCalibrationState_t7EB361D22336B9800A48A26DBF19834A921AA166, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.Compositor_OverlaySettings struct Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8 { public: // System.UInt32 OVR.OpenVR.Compositor_OverlaySettings::size uint32_t ___size_0; // System.Boolean OVR.OpenVR.Compositor_OverlaySettings::curved bool ___curved_1; // System.Boolean OVR.OpenVR.Compositor_OverlaySettings::antialias bool ___antialias_2; // System.Single OVR.OpenVR.Compositor_OverlaySettings::scale float ___scale_3; // System.Single OVR.OpenVR.Compositor_OverlaySettings::distance float ___distance_4; // System.Single OVR.OpenVR.Compositor_OverlaySettings::alpha float ___alpha_5; // System.Single OVR.OpenVR.Compositor_OverlaySettings::uOffset float ___uOffset_6; // System.Single OVR.OpenVR.Compositor_OverlaySettings::vOffset float ___vOffset_7; // System.Single OVR.OpenVR.Compositor_OverlaySettings::uScale float ___uScale_8; // System.Single OVR.OpenVR.Compositor_OverlaySettings::vScale float ___vScale_9; // System.Single OVR.OpenVR.Compositor_OverlaySettings::gridDivs float ___gridDivs_10; // System.Single OVR.OpenVR.Compositor_OverlaySettings::gridWidth float ___gridWidth_11; // System.Single OVR.OpenVR.Compositor_OverlaySettings::gridScale float ___gridScale_12; // OVR.OpenVR.HmdMatrix44_t OVR.OpenVR.Compositor_OverlaySettings::transform HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA ___transform_13; public: inline static int32_t get_offset_of_size_0() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___size_0)); } inline uint32_t get_size_0() const { return ___size_0; } inline uint32_t* get_address_of_size_0() { return &___size_0; } inline void set_size_0(uint32_t value) { ___size_0 = value; } inline static int32_t get_offset_of_curved_1() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___curved_1)); } inline bool get_curved_1() const { return ___curved_1; } inline bool* get_address_of_curved_1() { return &___curved_1; } inline void set_curved_1(bool value) { ___curved_1 = value; } inline static int32_t get_offset_of_antialias_2() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___antialias_2)); } inline bool get_antialias_2() const { return ___antialias_2; } inline bool* get_address_of_antialias_2() { return &___antialias_2; } inline void set_antialias_2(bool value) { ___antialias_2 = value; } inline static int32_t get_offset_of_scale_3() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___scale_3)); } inline float get_scale_3() const { return ___scale_3; } inline float* get_address_of_scale_3() { return &___scale_3; } inline void set_scale_3(float value) { ___scale_3 = value; } inline static int32_t get_offset_of_distance_4() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___distance_4)); } inline float get_distance_4() const { return ___distance_4; } inline float* get_address_of_distance_4() { return &___distance_4; } inline void set_distance_4(float value) { ___distance_4 = value; } inline static int32_t get_offset_of_alpha_5() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___alpha_5)); } inline float get_alpha_5() const { return ___alpha_5; } inline float* get_address_of_alpha_5() { return &___alpha_5; } inline void set_alpha_5(float value) { ___alpha_5 = value; } inline static int32_t get_offset_of_uOffset_6() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___uOffset_6)); } inline float get_uOffset_6() const { return ___uOffset_6; } inline float* get_address_of_uOffset_6() { return &___uOffset_6; } inline void set_uOffset_6(float value) { ___uOffset_6 = value; } inline static int32_t get_offset_of_vOffset_7() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___vOffset_7)); } inline float get_vOffset_7() const { return ___vOffset_7; } inline float* get_address_of_vOffset_7() { return &___vOffset_7; } inline void set_vOffset_7(float value) { ___vOffset_7 = value; } inline static int32_t get_offset_of_uScale_8() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___uScale_8)); } inline float get_uScale_8() const { return ___uScale_8; } inline float* get_address_of_uScale_8() { return &___uScale_8; } inline void set_uScale_8(float value) { ___uScale_8 = value; } inline static int32_t get_offset_of_vScale_9() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___vScale_9)); } inline float get_vScale_9() const { return ___vScale_9; } inline float* get_address_of_vScale_9() { return &___vScale_9; } inline void set_vScale_9(float value) { ___vScale_9 = value; } inline static int32_t get_offset_of_gridDivs_10() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___gridDivs_10)); } inline float get_gridDivs_10() const { return ___gridDivs_10; } inline float* get_address_of_gridDivs_10() { return &___gridDivs_10; } inline void set_gridDivs_10(float value) { ___gridDivs_10 = value; } inline static int32_t get_offset_of_gridWidth_11() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___gridWidth_11)); } inline float get_gridWidth_11() const { return ___gridWidth_11; } inline float* get_address_of_gridWidth_11() { return &___gridWidth_11; } inline void set_gridWidth_11(float value) { ___gridWidth_11 = value; } inline static int32_t get_offset_of_gridScale_12() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___gridScale_12)); } inline float get_gridScale_12() const { return ___gridScale_12; } inline float* get_address_of_gridScale_12() { return &___gridScale_12; } inline void set_gridScale_12(float value) { ___gridScale_12 = value; } inline static int32_t get_offset_of_transform_13() { return static_cast(offsetof(Compositor_OverlaySettings_tBC2D017B89110DE2E8452B9447AE89896B659AF8, ___transform_13)); } inline HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA get_transform_13() const { return ___transform_13; } inline HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA * get_address_of_transform_13() { return &___transform_13; } inline void set_transform_13(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA value) { ___transform_13 = value; } }; // OVR.OpenVR.D3D12TextureData_t struct D3D12TextureData_t_t70A59B7A881ACC98F27416B3113AC0C264E2FED6 { public: // System.IntPtr OVR.OpenVR.D3D12TextureData_t::m_pResource intptr_t ___m_pResource_0; // System.IntPtr OVR.OpenVR.D3D12TextureData_t::m_pCommandQueue intptr_t ___m_pCommandQueue_1; // System.UInt32 OVR.OpenVR.D3D12TextureData_t::m_nNodeMask uint32_t ___m_nNodeMask_2; public: inline static int32_t get_offset_of_m_pResource_0() { return static_cast(offsetof(D3D12TextureData_t_t70A59B7A881ACC98F27416B3113AC0C264E2FED6, ___m_pResource_0)); } inline intptr_t get_m_pResource_0() const { return ___m_pResource_0; } inline intptr_t* get_address_of_m_pResource_0() { return &___m_pResource_0; } inline void set_m_pResource_0(intptr_t value) { ___m_pResource_0 = value; } inline static int32_t get_offset_of_m_pCommandQueue_1() { return static_cast(offsetof(D3D12TextureData_t_t70A59B7A881ACC98F27416B3113AC0C264E2FED6, ___m_pCommandQueue_1)); } inline intptr_t get_m_pCommandQueue_1() const { return ___m_pCommandQueue_1; } inline intptr_t* get_address_of_m_pCommandQueue_1() { return &___m_pCommandQueue_1; } inline void set_m_pCommandQueue_1(intptr_t value) { ___m_pCommandQueue_1 = value; } inline static int32_t get_offset_of_m_nNodeMask_2() { return static_cast(offsetof(D3D12TextureData_t_t70A59B7A881ACC98F27416B3113AC0C264E2FED6, ___m_nNodeMask_2)); } inline uint32_t get_m_nNodeMask_2() const { return ___m_nNodeMask_2; } inline uint32_t* get_address_of_m_nNodeMask_2() { return &___m_nNodeMask_2; } inline void set_m_nNodeMask_2(uint32_t value) { ___m_nNodeMask_2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // UnityEngine.DepthTextureMode struct DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A { public: // System.Int32 UnityEngine.DepthTextureMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.EChaperoneConfigFile struct EChaperoneConfigFile_t8A40747D1C8236AAC3FB81644DABA8F7481064D1 { public: // System.Int32 OVR.OpenVR.EChaperoneConfigFile::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EChaperoneConfigFile_t8A40747D1C8236AAC3FB81644DABA8F7481064D1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.EChaperoneImportFlags struct EChaperoneImportFlags_t4B75C519C041504C5E82914708007D005959C48A { public: // System.Int32 OVR.OpenVR.EChaperoneImportFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EChaperoneImportFlags_t4B75C519C041504C5E82914708007D005959C48A, ___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.ECollisionBoundsStyle struct ECollisionBoundsStyle_t050023FF2E5BD95668B8A67819C6A1A84524E4C4 { public: // System.Int32 OVR.OpenVR.ECollisionBoundsStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ECollisionBoundsStyle_t050023FF2E5BD95668B8A67819C6A1A84524E4C4, ___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.EDeviceActivityLevel struct EDeviceActivityLevel_t9A224D72D7FA5D51760801B255B892A3B104F948 { public: // System.Int32 OVR.OpenVR.EDeviceActivityLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EDeviceActivityLevel_t9A224D72D7FA5D51760801B255B892A3B104F948, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.EDualAnalogWhich struct EDualAnalogWhich_t697807BBFB329C617B55A047DBF08588C8378960 { public: // System.Int32 OVR.OpenVR.EDualAnalogWhich::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EDualAnalogWhich_t697807BBFB329C617B55A047DBF08588C8378960, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.EGamepadTextInputLineMode struct EGamepadTextInputLineMode_tB17FA9375BE05587C4FC7130252A620D2D5AB99A { public: // System.Int32 OVR.OpenVR.EGamepadTextInputLineMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EGamepadTextInputLineMode_tB17FA9375BE05587C4FC7130252A620D2D5AB99A, ___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.EGamepadTextInputMode struct EGamepadTextInputMode_t7030588F0FF8773922524354376907F260D6B81B { public: // System.Int32 OVR.OpenVR.EGamepadTextInputMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EGamepadTextInputMode_t7030588F0FF8773922524354376907F260D6B81B, ___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.EHiddenAreaMeshType struct EHiddenAreaMeshType_t69E5DFCF41FB6B06952FF5870643C4EC486E9225 { public: // System.Int32 OVR.OpenVR.EHiddenAreaMeshType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EHiddenAreaMeshType_t69E5DFCF41FB6B06952FF5870643C4EC486E9225, ___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.EIOBufferError struct EIOBufferError_t6F9ABAB0995730323E1EA9D74C131984EAFE0998 { public: // System.Int32 OVR.OpenVR.EIOBufferError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EIOBufferError_t6F9ABAB0995730323E1EA9D74C131984EAFE0998, ___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.EIOBufferMode struct EIOBufferMode_t52ED41327F36AA82CFE0B8DD76BBAD9662794BB1 { public: // System.Int32 OVR.OpenVR.EIOBufferMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EIOBufferMode_t52ED41327F36AA82CFE0B8DD76BBAD9662794BB1, ___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.EOverlayDirection struct EOverlayDirection_t08AE54847068D70F342692572FE7CA8B6B6C6135 { public: // System.Int32 OVR.OpenVR.EOverlayDirection::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EOverlayDirection_t08AE54847068D70F342692572FE7CA8B6B6C6135, ___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.ETrackingResult struct ETrackingResult_tD3407BF26713EDC20AF2028ED4FE9A6FE5F4B2D4 { public: // System.Int32 OVR.OpenVR.ETrackingResult::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ETrackingResult_tD3407BF26713EDC20AF2028ED4FE9A6FE5F4B2D4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.ETrackingUniverseOrigin struct ETrackingUniverseOrigin_tB2C53D8E3E175F560934B2E700EE616B3417C711 { public: // System.Int32 OVR.OpenVR.ETrackingUniverseOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ETrackingUniverseOrigin_tB2C53D8E3E175F560934B2E700EE616B3417C711, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.EVRApplicationError struct EVRApplicationError_t7BC69D4154A1AAD33CF95A6FA92EA088C6894593 { public: // System.Int32 OVR.OpenVR.EVRApplicationError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRApplicationError_t7BC69D4154A1AAD33CF95A6FA92EA088C6894593, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.EVRApplicationProperty struct EVRApplicationProperty_t37188C2BB2B5AC8DB5B5B61842344516C769C207 { public: // System.Int32 OVR.OpenVR.EVRApplicationProperty::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRApplicationProperty_t37188C2BB2B5AC8DB5B5B61842344516C769C207, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.EVRApplicationTransitionState struct EVRApplicationTransitionState_t27DEA27E4A990A5539AB6239880285E4CAAB0DBB { public: // System.Int32 OVR.OpenVR.EVRApplicationTransitionState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRApplicationTransitionState_t27DEA27E4A990A5539AB6239880285E4CAAB0DBB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.EVRApplicationType struct EVRApplicationType_tA7E37D3DAD0DB4043FF47CEABA9F87F883665941 { public: // System.Int32 OVR.OpenVR.EVRApplicationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRApplicationType_tA7E37D3DAD0DB4043FF47CEABA9F87F883665941, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.EVRButtonId struct EVRButtonId_tB6396911406EC02F96B32E366A2E06935F0BAB17 { public: // System.Int32 OVR.OpenVR.EVRButtonId::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRButtonId_tB6396911406EC02F96B32E366A2E06935F0BAB17, ___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.EVRComponentProperty struct EVRComponentProperty_tBF8C9FDD8BF7E0A6F06C289CE1B1120DEAE4E01E { public: // System.Int32 OVR.OpenVR.EVRComponentProperty::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRComponentProperty_tBF8C9FDD8BF7E0A6F06C289CE1B1120DEAE4E01E, ___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.EVRCompositorError struct EVRCompositorError_t1C7F7EBB3EF62DF5303178916E64FD9EB5810E1D { public: // System.Int32 OVR.OpenVR.EVRCompositorError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRCompositorError_t1C7F7EBB3EF62DF5303178916E64FD9EB5810E1D, ___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.EVRCompositorTimingMode struct EVRCompositorTimingMode_tB42448E6689E423C22CE64B1A2BF0A20922FFCFC { public: // System.Int32 OVR.OpenVR.EVRCompositorTimingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRCompositorTimingMode_tB42448E6689E423C22CE64B1A2BF0A20922FFCFC, ___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.EVRControllerAxisType struct EVRControllerAxisType_t5A84273FB34CCABF216FE4BFCC335DD5913BE990 { public: // System.Int32 OVR.OpenVR.EVRControllerAxisType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRControllerAxisType_t5A84273FB34CCABF216FE4BFCC335DD5913BE990, ___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.EVRControllerEventOutputType struct EVRControllerEventOutputType_tA13A8CA87CCFF830B4793B5904FAC4E19F4D39FB { public: // System.Int32 OVR.OpenVR.EVRControllerEventOutputType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRControllerEventOutputType_tA13A8CA87CCFF830B4793B5904FAC4E19F4D39FB, ___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.EVREventType struct EVREventType_t25ECCD94280B7CF5E93C8986DD9F4DCF390E87B6 { public: // System.Int32 OVR.OpenVR.EVREventType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVREventType_t25ECCD94280B7CF5E93C8986DD9F4DCF390E87B6, ___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.EVREye struct EVREye_t85A0FDE710674B51D9C0EA78692E436F950E21AA { public: // System.Int32 OVR.OpenVR.EVREye::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVREye_t85A0FDE710674B51D9C0EA78692E436F950E21AA, ___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.EVRFirmwareError struct EVRFirmwareError_tC336EF10FFCB01F0AC1772FC8964DC74A4463395 { public: // System.Int32 OVR.OpenVR.EVRFirmwareError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRFirmwareError_tC336EF10FFCB01F0AC1772FC8964DC74A4463395, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.EVRInitError struct EVRInitError_tE1E547DBCB020BB8F0C3510A5FB18657A7C395F1 { public: // System.Int32 OVR.OpenVR.EVRInitError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRInitError_tE1E547DBCB020BB8F0C3510A5FB18657A7C395F1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.EVRInputError struct EVRInputError_tDCFEB094769F205DE544026C5581E67F90340A72 { public: // System.Int32 OVR.OpenVR.EVRInputError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRInputError_tDCFEB094769F205DE544026C5581E67F90340A72, ___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.EVRInputFilterCancelType struct EVRInputFilterCancelType_t6FCBE989C8BF71C353BC38CC5371AB9A2C04A0F1 { public: // System.Int32 OVR.OpenVR.EVRInputFilterCancelType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRInputFilterCancelType_t6FCBE989C8BF71C353BC38CC5371AB9A2C04A0F1, ___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.EVRMouseButton struct EVRMouseButton_t5E710D772DA8A531AEA41041A594A01BC2CC2ECB { public: // System.Int32 OVR.OpenVR.EVRMouseButton::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRMouseButton_t5E710D772DA8A531AEA41041A594A01BC2CC2ECB, ___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.EVRMuraCorrectionMode struct EVRMuraCorrectionMode_tA10D3C1115DF013E82C1BC868EE0E06D83DA5B00 { public: // System.Int32 OVR.OpenVR.EVRMuraCorrectionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRMuraCorrectionMode_tA10D3C1115DF013E82C1BC868EE0E06D83DA5B00, ___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.EVRNotificationError struct EVRNotificationError_t7BD237AA58095E8A172FD15B8416F00EAA04CDE9 { public: // System.Int32 OVR.OpenVR.EVRNotificationError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRNotificationError_t7BD237AA58095E8A172FD15B8416F00EAA04CDE9, ___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.EVRNotificationStyle struct EVRNotificationStyle_tECE11B1A39C06AAFFCECF684DEE4B7B549D062DC { public: // System.Int32 OVR.OpenVR.EVRNotificationStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRNotificationStyle_tECE11B1A39C06AAFFCECF684DEE4B7B549D062DC, ___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.EVRNotificationType struct EVRNotificationType_t08712906203F98126A2FE5CB94DC8C069CA63474 { public: // System.Int32 OVR.OpenVR.EVRNotificationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRNotificationType_t08712906203F98126A2FE5CB94DC8C069CA63474, ___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; } }; // OVR.OpenVR.EVROverlayIntersectionMaskPrimitiveType struct EVROverlayIntersectionMaskPrimitiveType_t1709B3251A5044B71B8DB4CDAF0B6422E5AB8D58 { public: // System.Int32 OVR.OpenVR.EVROverlayIntersectionMaskPrimitiveType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVROverlayIntersectionMaskPrimitiveType_t1709B3251A5044B71B8DB4CDAF0B6422E5AB8D58, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.EVRRenderModelError struct EVRRenderModelError_tC6F851529BE8FFF4C973D5C39FE40BC584694504 { public: // System.Int32 OVR.OpenVR.EVRRenderModelError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRRenderModelError_tC6F851529BE8FFF4C973D5C39FE40BC584694504, ___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.EVRScreenshotError struct EVRScreenshotError_tC1CEB390EB6F68E0142780AA51AF90109E2AB806 { public: // System.Int32 OVR.OpenVR.EVRScreenshotError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRScreenshotError_tC1CEB390EB6F68E0142780AA51AF90109E2AB806, ___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.EVRScreenshotPropertyFilenames struct EVRScreenshotPropertyFilenames_t3C101C694582275FC07876274298479B973E14C8 { public: // System.Int32 OVR.OpenVR.EVRScreenshotPropertyFilenames::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRScreenshotPropertyFilenames_t3C101C694582275FC07876274298479B973E14C8, ___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.EVRScreenshotType struct EVRScreenshotType_t2CEE1AB8C0960510842519BEF47AE736C222DA87 { public: // System.Int32 OVR.OpenVR.EVRScreenshotType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRScreenshotType_t2CEE1AB8C0960510842519BEF47AE736C222DA87, ___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.EVRSettingsError struct EVRSettingsError_t30EEAD67D0BD0C0143B59423F0A3998228AE124E { public: // System.Int32 OVR.OpenVR.EVRSettingsError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRSettingsError_t30EEAD67D0BD0C0143B59423F0A3998228AE124E, ___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.EVRSkeletalMotionRange struct EVRSkeletalMotionRange_t82D63B8E64E95E7FB14797229300FCB97A71CC77 { public: // System.Int32 OVR.OpenVR.EVRSkeletalMotionRange::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRSkeletalMotionRange_t82D63B8E64E95E7FB14797229300FCB97A71CC77, ___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.EVRSkeletalTransformSpace struct EVRSkeletalTransformSpace_tF11417E9E1B771ECA5DD0F6286347509A04E4407 { public: // System.Int32 OVR.OpenVR.EVRSkeletalTransformSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRSkeletalTransformSpace_tF11417E9E1B771ECA5DD0F6286347509A04E4407, ___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.EVRSpatialAnchorError struct EVRSpatialAnchorError_t58625D6AAC691452D5FA82C2A8651B9A44BCC68D { public: // System.Int32 OVR.OpenVR.EVRSpatialAnchorError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRSpatialAnchorError_t58625D6AAC691452D5FA82C2A8651B9A44BCC68D, ___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.EVRState struct EVRState_tC187C4CF10D315919512C2F7D202D1B86BB2BEE7 { public: // System.Int32 OVR.OpenVR.EVRState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRState_tC187C4CF10D315919512C2F7D202D1B86BB2BEE7, ___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.EVRSubmitFlags struct EVRSubmitFlags_tA44DB6B29CCA70FCA5833D22AA290835B513EFB2 { public: // System.Int32 OVR.OpenVR.EVRSubmitFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRSubmitFlags_tA44DB6B29CCA70FCA5833D22AA290835B513EFB2, ___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.EVRTrackedCameraError struct EVRTrackedCameraError_t5CE8AFE7DD084B2DE049046A247644264EC4D640 { public: // System.Int32 OVR.OpenVR.EVRTrackedCameraError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRTrackedCameraError_t5CE8AFE7DD084B2DE049046A247644264EC4D640, ___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.EVRTrackedCameraFrameLayout struct EVRTrackedCameraFrameLayout_t37D13532E13C7F55C2B84D9F5723021D7C5D80E9 { public: // System.Int32 OVR.OpenVR.EVRTrackedCameraFrameLayout::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRTrackedCameraFrameLayout_t37D13532E13C7F55C2B84D9F5723021D7C5D80E9, ___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.EVRTrackedCameraFrameType struct EVRTrackedCameraFrameType_t4429B3B0D3A85738B4EAA2F5C756AEF93E6AA1E6 { public: // System.Int32 OVR.OpenVR.EVRTrackedCameraFrameType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRTrackedCameraFrameType_t4429B3B0D3A85738B4EAA2F5C756AEF93E6AA1E6, ___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.EVSync struct EVSync_t61C53DF5BC22AEFC6945CE407512EFD64A564C98 { public: // System.Int32 OVR.OpenVR.EVSync::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVSync_t61C53DF5BC22AEFC6945CE407512EFD64A564C98, ___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; }; // OVR.OpenVR.HiddenAreaMesh_t struct HiddenAreaMesh_t_t8FD9885A0103794C0C04A262E81BFDD10EEC4209 { public: // System.IntPtr OVR.OpenVR.HiddenAreaMesh_t::pVertexData intptr_t ___pVertexData_0; // System.UInt32 OVR.OpenVR.HiddenAreaMesh_t::unTriangleCount uint32_t ___unTriangleCount_1; public: inline static int32_t get_offset_of_pVertexData_0() { return static_cast(offsetof(HiddenAreaMesh_t_t8FD9885A0103794C0C04A262E81BFDD10EEC4209, ___pVertexData_0)); } inline intptr_t get_pVertexData_0() const { return ___pVertexData_0; } inline intptr_t* get_address_of_pVertexData_0() { return &___pVertexData_0; } inline void set_pVertexData_0(intptr_t value) { ___pVertexData_0 = value; } inline static int32_t get_offset_of_unTriangleCount_1() { return static_cast(offsetof(HiddenAreaMesh_t_t8FD9885A0103794C0C04A262E81BFDD10EEC4209, ___unTriangleCount_1)); } inline uint32_t get_unTriangleCount_1() const { return ___unTriangleCount_1; } inline uint32_t* get_address_of_unTriangleCount_1() { return &___unTriangleCount_1; } inline void set_unTriangleCount_1(uint32_t value) { ___unTriangleCount_1 = value; } }; // OVR.OpenVR.HmdQuad_t struct HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 { public: // OVR.OpenVR.HmdVector3_t OVR.OpenVR.HmdQuad_t::vCorners0 HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vCorners0_0; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.HmdQuad_t::vCorners1 HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vCorners1_1; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.HmdQuad_t::vCorners2 HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vCorners2_2; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.HmdQuad_t::vCorners3 HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vCorners3_3; public: inline static int32_t get_offset_of_vCorners0_0() { return static_cast(offsetof(HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374, ___vCorners0_0)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vCorners0_0() const { return ___vCorners0_0; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vCorners0_0() { return &___vCorners0_0; } inline void set_vCorners0_0(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vCorners0_0 = value; } inline static int32_t get_offset_of_vCorners1_1() { return static_cast(offsetof(HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374, ___vCorners1_1)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vCorners1_1() const { return ___vCorners1_1; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vCorners1_1() { return &___vCorners1_1; } inline void set_vCorners1_1(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vCorners1_1 = value; } inline static int32_t get_offset_of_vCorners2_2() { return static_cast(offsetof(HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374, ___vCorners2_2)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vCorners2_2() const { return ___vCorners2_2; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vCorners2_2() { return &___vCorners2_2; } inline void set_vCorners2_2(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vCorners2_2 = value; } inline static int32_t get_offset_of_vCorners3_3() { return static_cast(offsetof(HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374, ___vCorners3_3)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vCorners3_3() const { return ___vCorners3_3; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vCorners3_3() { return &___vCorners3_3; } inline void set_vCorners3_3(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vCorners3_3 = value; } }; // OVR.OpenVR.HmdRect2_t struct HmdRect2_t_t4D4F7F157C1E1269E140F9DBC41CDCE92D69C27F { public: // OVR.OpenVR.HmdVector2_t OVR.OpenVR.HmdRect2_t::vTopLeft HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 ___vTopLeft_0; // OVR.OpenVR.HmdVector2_t OVR.OpenVR.HmdRect2_t::vBottomRight HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 ___vBottomRight_1; public: inline static int32_t get_offset_of_vTopLeft_0() { return static_cast(offsetof(HmdRect2_t_t4D4F7F157C1E1269E140F9DBC41CDCE92D69C27F, ___vTopLeft_0)); } inline HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 get_vTopLeft_0() const { return ___vTopLeft_0; } inline HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * get_address_of_vTopLeft_0() { return &___vTopLeft_0; } inline void set_vTopLeft_0(HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 value) { ___vTopLeft_0 = value; } inline static int32_t get_offset_of_vBottomRight_1() { return static_cast(offsetof(HmdRect2_t_t4D4F7F157C1E1269E140F9DBC41CDCE92D69C27F, ___vBottomRight_1)); } inline HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 get_vBottomRight_1() const { return ___vBottomRight_1; } inline HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * get_address_of_vBottomRight_1() { return &___vBottomRight_1; } inline void set_vBottomRight_1(HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 value) { ___vBottomRight_1 = value; } }; // OVR.OpenVR.ImuSample_t struct ImuSample_t_tF63FA06420150B590721D86AB74CCC2D6F9C6123 { public: // System.Double OVR.OpenVR.ImuSample_t::fSampleTime double ___fSampleTime_0; // OVR.OpenVR.HmdVector3d_t OVR.OpenVR.ImuSample_t::vAccel HmdVector3d_t_t51703C54EBECE7DF4B82EFE960FE5B434908A49D ___vAccel_1; // OVR.OpenVR.HmdVector3d_t OVR.OpenVR.ImuSample_t::vGyro HmdVector3d_t_t51703C54EBECE7DF4B82EFE960FE5B434908A49D ___vGyro_2; // System.UInt32 OVR.OpenVR.ImuSample_t::unOffScaleFlags uint32_t ___unOffScaleFlags_3; public: inline static int32_t get_offset_of_fSampleTime_0() { return static_cast(offsetof(ImuSample_t_tF63FA06420150B590721D86AB74CCC2D6F9C6123, ___fSampleTime_0)); } inline double get_fSampleTime_0() const { return ___fSampleTime_0; } inline double* get_address_of_fSampleTime_0() { return &___fSampleTime_0; } inline void set_fSampleTime_0(double value) { ___fSampleTime_0 = value; } inline static int32_t get_offset_of_vAccel_1() { return static_cast(offsetof(ImuSample_t_tF63FA06420150B590721D86AB74CCC2D6F9C6123, ___vAccel_1)); } inline HmdVector3d_t_t51703C54EBECE7DF4B82EFE960FE5B434908A49D get_vAccel_1() const { return ___vAccel_1; } inline HmdVector3d_t_t51703C54EBECE7DF4B82EFE960FE5B434908A49D * get_address_of_vAccel_1() { return &___vAccel_1; } inline void set_vAccel_1(HmdVector3d_t_t51703C54EBECE7DF4B82EFE960FE5B434908A49D value) { ___vAccel_1 = value; } inline static int32_t get_offset_of_vGyro_2() { return static_cast(offsetof(ImuSample_t_tF63FA06420150B590721D86AB74CCC2D6F9C6123, ___vGyro_2)); } inline HmdVector3d_t_t51703C54EBECE7DF4B82EFE960FE5B434908A49D get_vGyro_2() const { return ___vGyro_2; } inline HmdVector3d_t_t51703C54EBECE7DF4B82EFE960FE5B434908A49D * get_address_of_vGyro_2() { return &___vGyro_2; } inline void set_vGyro_2(HmdVector3d_t_t51703C54EBECE7DF4B82EFE960FE5B434908A49D value) { ___vGyro_2 = value; } inline static int32_t get_offset_of_unOffScaleFlags_3() { return static_cast(offsetof(ImuSample_t_tF63FA06420150B590721D86AB74CCC2D6F9C6123, ___unOffScaleFlags_3)); } inline uint32_t get_unOffScaleFlags_3() const { return ___unOffScaleFlags_3; } inline uint32_t* get_address_of_unOffScaleFlags_3() { return &___unOffScaleFlags_3; } inline void set_unOffScaleFlags_3(uint32_t value) { ___unOffScaleFlags_3 = value; } }; // OVR.OpenVR.Imu_OffScaleFlags struct Imu_OffScaleFlags_tA719E550C891442746902DB554315E696971FADA { public: // System.Int32 OVR.OpenVR.Imu_OffScaleFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Imu_OffScaleFlags_tA719E550C891442746902DB554315E696971FADA, ___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; }; // OVRSimpleJSON.JSONContainerType struct JSONContainerType_tCF7E685C80F8FD3643089B9D19AA1843F0696816 { public: // System.Int32 OVRSimpleJSON.JSONContainerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JSONContainerType_tCF7E685C80F8FD3643089B9D19AA1843F0696816, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRSimpleJSON.JSONNodeType struct JSONNodeType_t7F7C7DC3AFDF4C2C460C76DAA23C2A29B90B0098 { public: // System.Int32 OVRSimpleJSON.JSONNodeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JSONNodeType_t7F7C7DC3AFDF4C2C460C76DAA23C2A29B90B0098, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRSimpleJSON.JSONTextMode struct JSONTextMode_t1D5B573BE7EC3BBD8102D00F967539CB97858774 { public: // System.Int32 OVRSimpleJSON.JSONTextMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JSONTextMode_t1D5B573BE7EC3BBD8102D00F967539CB97858774, ___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; } }; // OVR.OpenVR.NotificationBitmap_t struct NotificationBitmap_t_t99C6082454FEBC7D77293B4D7F0CFCA02BADF789 { public: // System.IntPtr OVR.OpenVR.NotificationBitmap_t::m_pImageData intptr_t ___m_pImageData_0; // System.Int32 OVR.OpenVR.NotificationBitmap_t::m_nWidth int32_t ___m_nWidth_1; // System.Int32 OVR.OpenVR.NotificationBitmap_t::m_nHeight int32_t ___m_nHeight_2; // System.Int32 OVR.OpenVR.NotificationBitmap_t::m_nBytesPerPixel int32_t ___m_nBytesPerPixel_3; public: inline static int32_t get_offset_of_m_pImageData_0() { return static_cast(offsetof(NotificationBitmap_t_t99C6082454FEBC7D77293B4D7F0CFCA02BADF789, ___m_pImageData_0)); } inline intptr_t get_m_pImageData_0() const { return ___m_pImageData_0; } inline intptr_t* get_address_of_m_pImageData_0() { return &___m_pImageData_0; } inline void set_m_pImageData_0(intptr_t value) { ___m_pImageData_0 = value; } inline static int32_t get_offset_of_m_nWidth_1() { return static_cast(offsetof(NotificationBitmap_t_t99C6082454FEBC7D77293B4D7F0CFCA02BADF789, ___m_nWidth_1)); } inline int32_t get_m_nWidth_1() const { return ___m_nWidth_1; } inline int32_t* get_address_of_m_nWidth_1() { return &___m_nWidth_1; } inline void set_m_nWidth_1(int32_t value) { ___m_nWidth_1 = value; } inline static int32_t get_offset_of_m_nHeight_2() { return static_cast(offsetof(NotificationBitmap_t_t99C6082454FEBC7D77293B4D7F0CFCA02BADF789, ___m_nHeight_2)); } inline int32_t get_m_nHeight_2() const { return ___m_nHeight_2; } inline int32_t* get_address_of_m_nHeight_2() { return &___m_nHeight_2; } inline void set_m_nHeight_2(int32_t value) { ___m_nHeight_2 = value; } inline static int32_t get_offset_of_m_nBytesPerPixel_3() { return static_cast(offsetof(NotificationBitmap_t_t99C6082454FEBC7D77293B4D7F0CFCA02BADF789, ___m_nBytesPerPixel_3)); } inline int32_t get_m_nBytesPerPixel_3() const { return ___m_nBytesPerPixel_3; } inline int32_t* get_address_of_m_nBytesPerPixel_3() { return &___m_nBytesPerPixel_3; } inline void set_m_nBytesPerPixel_3(int32_t value) { ___m_nBytesPerPixel_3 = value; } }; // System.Globalization.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594, ___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; } }; // OVRChunkType struct OVRChunkType_t0A7918B6D8F5D61F1AF6AF6FA637AFFD68B8500C { public: // System.Int32 OVRChunkType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OVRChunkType_t0A7918B6D8F5D61F1AF6AF6FA637AFFD68B8500C, ___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; } }; // 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; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // System.PlatformID struct PlatformID_tAE7D984C08AF0DB2E5398AAE4842B704DBDDE159 { public: // System.Int32 System.PlatformID::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PlatformID_tAE7D984C08AF0DB2E5398AAE4842B704DBDDE159, ___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.PrimitiveType struct PrimitiveType_t0E20B7B2F4ABBD14BAE02F0444EE003C6479E93E { public: // System.Int32 UnityEngine.PrimitiveType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PrimitiveType_t0E20B7B2F4ABBD14BAE02F0444EE003C6479E93E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 : public RuntimeObject { public: // System.IntPtr UnityEngine.RectOffset::m_Ptr intptr_t ___m_Ptr_0; // System.Object UnityEngine.RectOffset::m_SourceStyle RuntimeObject * ___m_SourceStyle_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70, ___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_SourceStyle_1() { return static_cast(offsetof(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70, ___m_SourceStyle_1)); } inline RuntimeObject * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline RuntimeObject ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(RuntimeObject * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SourceStyle_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; // Native definition for COM marshalling of UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; // OVR.OpenVR.RenderModel_ComponentState_t struct RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50 { public: // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.RenderModel_ComponentState_t::mTrackingToComponentRenderModel HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F ___mTrackingToComponentRenderModel_0; // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.RenderModel_ComponentState_t::mTrackingToComponentLocal HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F ___mTrackingToComponentLocal_1; // System.UInt32 OVR.OpenVR.RenderModel_ComponentState_t::uProperties uint32_t ___uProperties_2; public: inline static int32_t get_offset_of_mTrackingToComponentRenderModel_0() { return static_cast(offsetof(RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50, ___mTrackingToComponentRenderModel_0)); } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F get_mTrackingToComponentRenderModel_0() const { return ___mTrackingToComponentRenderModel_0; } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * get_address_of_mTrackingToComponentRenderModel_0() { return &___mTrackingToComponentRenderModel_0; } inline void set_mTrackingToComponentRenderModel_0(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F value) { ___mTrackingToComponentRenderModel_0 = value; } inline static int32_t get_offset_of_mTrackingToComponentLocal_1() { return static_cast(offsetof(RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50, ___mTrackingToComponentLocal_1)); } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F get_mTrackingToComponentLocal_1() const { return ___mTrackingToComponentLocal_1; } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * get_address_of_mTrackingToComponentLocal_1() { return &___mTrackingToComponentLocal_1; } inline void set_mTrackingToComponentLocal_1(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F value) { ___mTrackingToComponentLocal_1 = value; } inline static int32_t get_offset_of_uProperties_2() { return static_cast(offsetof(RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50, ___uProperties_2)); } inline uint32_t get_uProperties_2() const { return ___uProperties_2; } inline uint32_t* get_address_of_uProperties_2() { return &___uProperties_2; } inline void set_uProperties_2(uint32_t value) { ___uProperties_2 = value; } }; // 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.ShadowCastingMode struct ShadowCastingMode_t4193084D236CFA695FE2F3FD04D0898ABF03F8B2 { public: // System.Int32 UnityEngine.Rendering.ShadowCastingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ShadowCastingMode_t4193084D236CFA695FE2F3FD04D0898ABF03F8B2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.SpatialAnchorPose_t struct SpatialAnchorPose_t_tCF8513A170C37D730EEC2A996F936BDB5B84FA74 { public: // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.SpatialAnchorPose_t::mAnchorToAbsoluteTracking HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F ___mAnchorToAbsoluteTracking_0; public: inline static int32_t get_offset_of_mAnchorToAbsoluteTracking_0() { return static_cast(offsetof(SpatialAnchorPose_t_tCF8513A170C37D730EEC2A996F936BDB5B84FA74, ___mAnchorToAbsoluteTracking_0)); } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F get_mAnchorToAbsoluteTracking_0() const { return ___mAnchorToAbsoluteTracking_0; } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * get_address_of_mAnchorToAbsoluteTracking_0() { return &___mAnchorToAbsoluteTracking_0; } inline void set_mAnchorToAbsoluteTracking_0(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F value) { ___mAnchorToAbsoluteTracking_0 = value; } }; // UnityEngine.StereoTargetEyeMask struct StereoTargetEyeMask_tD03182A6532F0CA3CD452D11CC0FBC2126306A66 { public: // System.Int32 UnityEngine.StereoTargetEyeMask::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StereoTargetEyeMask_tD03182A6532F0CA3CD452D11CC0FBC2126306A66, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.VRBoneTransform_t struct VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 { public: // OVR.OpenVR.HmdVector4_t OVR.OpenVR.VRBoneTransform_t::position HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 ___position_0; // OVR.OpenVR.HmdQuaternionf_t OVR.OpenVR.VRBoneTransform_t::orientation HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A ___orientation_1; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3, ___position_0)); } inline HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 get_position_0() const { return ___position_0; } inline HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 value) { ___position_0 = value; } inline static int32_t get_offset_of_orientation_1() { return static_cast(offsetof(VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3, ___orientation_1)); } inline HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A get_orientation_1() const { return ___orientation_1; } inline HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A * get_address_of_orientation_1() { return &___orientation_1; } inline void set_orientation_1(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A value) { ___orientation_1 = value; } }; // OVR.OpenVR.VRControllerState_t struct VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A { public: // System.UInt32 OVR.OpenVR.VRControllerState_t::unPacketNum uint32_t ___unPacketNum_0; // System.UInt64 OVR.OpenVR.VRControllerState_t::ulButtonPressed uint64_t ___ulButtonPressed_1; // System.UInt64 OVR.OpenVR.VRControllerState_t::ulButtonTouched uint64_t ___ulButtonTouched_2; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis0 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis0_3; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis1 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis1_4; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis2 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis2_5; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis3 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis3_6; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis4 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis4_7; public: inline static int32_t get_offset_of_unPacketNum_0() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___unPacketNum_0)); } inline uint32_t get_unPacketNum_0() const { return ___unPacketNum_0; } inline uint32_t* get_address_of_unPacketNum_0() { return &___unPacketNum_0; } inline void set_unPacketNum_0(uint32_t value) { ___unPacketNum_0 = value; } inline static int32_t get_offset_of_ulButtonPressed_1() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___ulButtonPressed_1)); } inline uint64_t get_ulButtonPressed_1() const { return ___ulButtonPressed_1; } inline uint64_t* get_address_of_ulButtonPressed_1() { return &___ulButtonPressed_1; } inline void set_ulButtonPressed_1(uint64_t value) { ___ulButtonPressed_1 = value; } inline static int32_t get_offset_of_ulButtonTouched_2() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___ulButtonTouched_2)); } inline uint64_t get_ulButtonTouched_2() const { return ___ulButtonTouched_2; } inline uint64_t* get_address_of_ulButtonTouched_2() { return &___ulButtonTouched_2; } inline void set_ulButtonTouched_2(uint64_t value) { ___ulButtonTouched_2 = value; } inline static int32_t get_offset_of_rAxis0_3() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis0_3)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis0_3() const { return ___rAxis0_3; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis0_3() { return &___rAxis0_3; } inline void set_rAxis0_3(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis0_3 = value; } inline static int32_t get_offset_of_rAxis1_4() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis1_4)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis1_4() const { return ___rAxis1_4; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis1_4() { return &___rAxis1_4; } inline void set_rAxis1_4(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis1_4 = value; } inline static int32_t get_offset_of_rAxis2_5() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis2_5)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis2_5() const { return ___rAxis2_5; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis2_5() { return &___rAxis2_5; } inline void set_rAxis2_5(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis2_5 = value; } inline static int32_t get_offset_of_rAxis3_6() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis3_6)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis3_6() const { return ___rAxis3_6; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis3_6() { return &___rAxis3_6; } inline void set_rAxis3_6(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis3_6 = value; } inline static int32_t get_offset_of_rAxis4_7() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis4_7)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis4_7() const { return ___rAxis4_7; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis4_7() { return &___rAxis4_7; } inline void set_rAxis4_7(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis4_7 = value; } }; // OVR.OpenVR.VRControllerState_t_Packed #pragma pack(push, tp, 4) struct VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 { public: // System.UInt32 OVR.OpenVR.VRControllerState_t_Packed::unPacketNum uint32_t ___unPacketNum_0; // System.UInt64 OVR.OpenVR.VRControllerState_t_Packed::ulButtonPressed uint64_t ___ulButtonPressed_1; // System.UInt64 OVR.OpenVR.VRControllerState_t_Packed::ulButtonTouched uint64_t ___ulButtonTouched_2; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t_Packed::rAxis0 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis0_3; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t_Packed::rAxis1 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis1_4; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t_Packed::rAxis2 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis2_5; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t_Packed::rAxis3 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis3_6; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t_Packed::rAxis4 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis4_7; public: inline static int32_t get_offset_of_unPacketNum_0() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___unPacketNum_0)); } inline uint32_t get_unPacketNum_0() const { return ___unPacketNum_0; } inline uint32_t* get_address_of_unPacketNum_0() { return &___unPacketNum_0; } inline void set_unPacketNum_0(uint32_t value) { ___unPacketNum_0 = value; } inline static int32_t get_offset_of_ulButtonPressed_1() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___ulButtonPressed_1)); } inline uint64_t get_ulButtonPressed_1() const { return ___ulButtonPressed_1; } inline uint64_t* get_address_of_ulButtonPressed_1() { return &___ulButtonPressed_1; } inline void set_ulButtonPressed_1(uint64_t value) { ___ulButtonPressed_1 = value; } inline static int32_t get_offset_of_ulButtonTouched_2() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___ulButtonTouched_2)); } inline uint64_t get_ulButtonTouched_2() const { return ___ulButtonTouched_2; } inline uint64_t* get_address_of_ulButtonTouched_2() { return &___ulButtonTouched_2; } inline void set_ulButtonTouched_2(uint64_t value) { ___ulButtonTouched_2 = value; } inline static int32_t get_offset_of_rAxis0_3() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___rAxis0_3)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis0_3() const { return ___rAxis0_3; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis0_3() { return &___rAxis0_3; } inline void set_rAxis0_3(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis0_3 = value; } inline static int32_t get_offset_of_rAxis1_4() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___rAxis1_4)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis1_4() const { return ___rAxis1_4; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis1_4() { return &___rAxis1_4; } inline void set_rAxis1_4(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis1_4 = value; } inline static int32_t get_offset_of_rAxis2_5() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___rAxis2_5)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis2_5() const { return ___rAxis2_5; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis2_5() { return &___rAxis2_5; } inline void set_rAxis2_5(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis2_5 = value; } inline static int32_t get_offset_of_rAxis3_6() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___rAxis3_6)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis3_6() const { return ___rAxis3_6; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis3_6() { return &___rAxis3_6; } inline void set_rAxis3_6(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis3_6 = value; } inline static int32_t get_offset_of_rAxis4_7() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___rAxis4_7)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis4_7() const { return ___rAxis4_7; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis4_7() { return &___rAxis4_7; } inline void set_rAxis4_7(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis4_7 = value; } }; #pragma pack(pop, tp) // OVR.OpenVR.VRMessageOverlayResponse struct VRMessageOverlayResponse_t815B164F42BF7CB56B419AFE3E79A21117D2BFAB { public: // System.Int32 OVR.OpenVR.VRMessageOverlayResponse::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VRMessageOverlayResponse_t815B164F42BF7CB56B419AFE3E79A21117D2BFAB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.VROverlayFlags struct VROverlayFlags_t0809613CCC8C58173622C1655D221F4BFC3D5A10 { public: // System.Int32 OVR.OpenVR.VROverlayFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VROverlayFlags_t0809613CCC8C58173622C1655D221F4BFC3D5A10, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.VROverlayInputMethod struct VROverlayInputMethod_t8E39B417FFD9F9EF1AE7CBACB05C0ED676BA6886 { public: // System.Int32 OVR.OpenVR.VROverlayInputMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VROverlayInputMethod_t8E39B417FFD9F9EF1AE7CBACB05C0ED676BA6886, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVR.OpenVR.VROverlayIntersectionMaskPrimitive_Data_t struct VROverlayIntersectionMaskPrimitive_Data_t_t98E1E4B4C46B1B59DAA51EC168E323B93D6D0E1D { public: union { #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IntersectionMaskRectangle_t OVR.OpenVR.VROverlayIntersectionMaskPrimitive_Data_t::m_Rectangle IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70 ___m_Rectangle_0; }; #pragma pack(pop, tp) struct { IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70 ___m_Rectangle_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IntersectionMaskCircle_t OVR.OpenVR.VROverlayIntersectionMaskPrimitive_Data_t::m_Circle IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F ___m_Circle_1; }; #pragma pack(pop, tp) struct { IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F ___m_Circle_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_m_Rectangle_0() { return static_cast(offsetof(VROverlayIntersectionMaskPrimitive_Data_t_t98E1E4B4C46B1B59DAA51EC168E323B93D6D0E1D, ___m_Rectangle_0)); } inline IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70 get_m_Rectangle_0() const { return ___m_Rectangle_0; } inline IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70 * get_address_of_m_Rectangle_0() { return &___m_Rectangle_0; } inline void set_m_Rectangle_0(IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70 value) { ___m_Rectangle_0 = value; } inline static int32_t get_offset_of_m_Circle_1() { return static_cast(offsetof(VROverlayIntersectionMaskPrimitive_Data_t_t98E1E4B4C46B1B59DAA51EC168E323B93D6D0E1D, ___m_Circle_1)); } inline IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F get_m_Circle_1() const { return ___m_Circle_1; } inline IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F * get_address_of_m_Circle_1() { return &___m_Circle_1; } inline void set_m_Circle_1(IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F value) { ___m_Circle_1 = value; } }; // OVR.OpenVR.VROverlayIntersectionResults_t struct VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4 { public: // OVR.OpenVR.HmdVector3_t OVR.OpenVR.VROverlayIntersectionResults_t::vPoint HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vPoint_0; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.VROverlayIntersectionResults_t::vNormal HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vNormal_1; // OVR.OpenVR.HmdVector2_t OVR.OpenVR.VROverlayIntersectionResults_t::vUVs HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 ___vUVs_2; // System.Single OVR.OpenVR.VROverlayIntersectionResults_t::fDistance float ___fDistance_3; public: inline static int32_t get_offset_of_vPoint_0() { return static_cast(offsetof(VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4, ___vPoint_0)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vPoint_0() const { return ___vPoint_0; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vPoint_0() { return &___vPoint_0; } inline void set_vPoint_0(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vPoint_0 = value; } inline static int32_t get_offset_of_vNormal_1() { return static_cast(offsetof(VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4, ___vNormal_1)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vNormal_1() const { return ___vNormal_1; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vNormal_1() { return &___vNormal_1; } inline void set_vNormal_1(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vNormal_1 = value; } inline static int32_t get_offset_of_vUVs_2() { return static_cast(offsetof(VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4, ___vUVs_2)); } inline HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 get_vUVs_2() const { return ___vUVs_2; } inline HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * get_address_of_vUVs_2() { return &___vUVs_2; } inline void set_vUVs_2(HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 value) { ___vUVs_2 = value; } inline static int32_t get_offset_of_fDistance_3() { return static_cast(offsetof(VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4, ___fDistance_3)); } inline float get_fDistance_3() const { return ___fDistance_3; } inline float* get_address_of_fDistance_3() { return &___fDistance_3; } inline void set_fDistance_3(float value) { ___fDistance_3 = value; } }; // OVR.OpenVR.VROverlayTransformType struct VROverlayTransformType_tD867A0458852E6CD38A11D050A719826CCF42A16 { public: // System.Int32 OVR.OpenVR.VROverlayTransformType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VROverlayTransformType_tD867A0458852E6CD38A11D050A719826CCF42A16, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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; } }; // OVRSimpleJSON.JSONArray/d__22 struct U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6 : public RuntimeObject { public: // System.Int32 OVRSimpleJSON.JSONArray/d__22::<>1__state int32_t ___U3CU3E1__state_0; // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONArray/d__22::<>2__current JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___U3CU3E2__current_1; // System.Int32 OVRSimpleJSON.JSONArray/d__22::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // OVRSimpleJSON.JSONArray OVRSimpleJSON.JSONArray/d__22::<>4__this JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * ___U3CU3E4__this_3; // System.Collections.Generic.List`1/Enumerator OVRSimpleJSON.JSONArray/d__22::<>7__wrap1 Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 ___U3CU3E7__wrap1_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6, ___U3CU3E2__current_1)); } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6, ___U3CU3E4__this_3)); } inline JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_4() { return static_cast(offsetof(U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6, ___U3CU3E7__wrap1_4)); } inline Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 get_U3CU3E7__wrap1_4() const { return ___U3CU3E7__wrap1_4; } inline Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 * get_address_of_U3CU3E7__wrap1_4() { return &___U3CU3E7__wrap1_4; } inline void set_U3CU3E7__wrap1_4(Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 value) { ___U3CU3E7__wrap1_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E7__wrap1_4))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E7__wrap1_4))->___current_3), (void*)NULL); #endif } }; // OVRBoundary/BoundaryTestResult struct BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619 { public: // System.Boolean OVRBoundary/BoundaryTestResult::IsTriggering bool ___IsTriggering_0; // System.Single OVRBoundary/BoundaryTestResult::ClosestDistance float ___ClosestDistance_1; // UnityEngine.Vector3 OVRBoundary/BoundaryTestResult::ClosestPoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___ClosestPoint_2; // UnityEngine.Vector3 OVRBoundary/BoundaryTestResult::ClosestPointNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___ClosestPointNormal_3; public: inline static int32_t get_offset_of_IsTriggering_0() { return static_cast(offsetof(BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619, ___IsTriggering_0)); } inline bool get_IsTriggering_0() const { return ___IsTriggering_0; } inline bool* get_address_of_IsTriggering_0() { return &___IsTriggering_0; } inline void set_IsTriggering_0(bool value) { ___IsTriggering_0 = value; } inline static int32_t get_offset_of_ClosestDistance_1() { return static_cast(offsetof(BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619, ___ClosestDistance_1)); } inline float get_ClosestDistance_1() const { return ___ClosestDistance_1; } inline float* get_address_of_ClosestDistance_1() { return &___ClosestDistance_1; } inline void set_ClosestDistance_1(float value) { ___ClosestDistance_1 = value; } inline static int32_t get_offset_of_ClosestPoint_2() { return static_cast(offsetof(BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619, ___ClosestPoint_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_ClosestPoint_2() const { return ___ClosestPoint_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_ClosestPoint_2() { return &___ClosestPoint_2; } inline void set_ClosestPoint_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___ClosestPoint_2 = value; } inline static int32_t get_offset_of_ClosestPointNormal_3() { return static_cast(offsetof(BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619, ___ClosestPointNormal_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_ClosestPointNormal_3() const { return ___ClosestPointNormal_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_ClosestPointNormal_3() { return &___ClosestPointNormal_3; } inline void set_ClosestPointNormal_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___ClosestPointNormal_3 = value; } }; // Native definition for P/Invoke marshalling of OVRBoundary/BoundaryTestResult struct BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619_marshaled_pinvoke { int32_t ___IsTriggering_0; float ___ClosestDistance_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___ClosestPoint_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___ClosestPointNormal_3; }; // Native definition for COM marshalling of OVRBoundary/BoundaryTestResult struct BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619_marshaled_com { int32_t ___IsTriggering_0; float ___ClosestDistance_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___ClosestPoint_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___ClosestPointNormal_3; }; // OVRBoundary/BoundaryType struct BoundaryType_tADD946D6CB616E2077C3E088D0DC581162AB33F4 { public: // System.Int32 OVRBoundary/BoundaryType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BoundaryType_tADD946D6CB616E2077C3E088D0DC581162AB33F4, ___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; } }; // OVRBoundary/Node struct Node_t75423751711869B54DF0ED9D6292B4CEE5552BE0 { public: // System.Int32 OVRBoundary/Node::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Node_t75423751711869B54DF0ED9D6292B4CEE5552BE0, ___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; } }; // OVRControllerHelper/ControllerType struct ControllerType_tE10849E6651CF56D5E166AE111F12866B5E7AF22 { public: // System.Int32 OVRControllerHelper/ControllerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ControllerType_tE10849E6651CF56D5E166AE111F12866B5E7AF22, ___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/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; } }; // OVRManager/CameraDevice struct CameraDevice_t343D6D903FA0B6FE8C518F5C1982D78893DE45A8 { public: // System.Int32 OVRManager/CameraDevice::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraDevice_t343D6D903FA0B6FE8C518F5C1982D78893DE45A8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRManager/ColorSpace struct ColorSpace_t650DDFE12C26DD827C43B7572C2C1B6DCDE190F5 { public: // System.Int32 OVRManager/ColorSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ColorSpace_t650DDFE12C26DD827C43B7572C2C1B6DCDE190F5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRManager/CompositionMethod struct CompositionMethod_tE14AB92FD882C540F547BB34CE92E3980A463621 { public: // System.Int32 OVRManager/CompositionMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompositionMethod_tE14AB92FD882C540F547BB34CE92E3980A463621, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRManager/DepthQuality struct DepthQuality_t87C2F2BC4469C8B18E10DB28869B9120BCE88E87 { public: // System.Int32 OVRManager/DepthQuality::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DepthQuality_t87C2F2BC4469C8B18E10DB28869B9120BCE88E87, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRManager/MrcActivationMode struct MrcActivationMode_tE6A05BDE8D9DD02B045404013ACE5818AB293CDC { public: // System.Int32 OVRManager/MrcActivationMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MrcActivationMode_tE6A05BDE8D9DD02B045404013ACE5818AB293CDC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRManager/PassthroughInitializationState struct PassthroughInitializationState_t6E899396D9C69E9F302220F3D60AEB90C5442CED { public: // System.Int32 OVRManager/PassthroughInitializationState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PassthroughInitializationState_t6E899396D9C69E9F302220F3D60AEB90C5442CED, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRManager/TrackingOrigin struct TrackingOrigin_t5173D7627082C15011166C4F31E81997BFA48219 { public: // System.Int32 OVRManager/TrackingOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TrackingOrigin_t5173D7627082C15011166C4F31E81997BFA48219, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRManager/VirtualGreenScreenType struct VirtualGreenScreenType_tC6483A446F7FF4003A8BC06A858B90022B5C0FA3 { public: // System.Int32 OVRManager/VirtualGreenScreenType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VirtualGreenScreenType_tC6483A446F7FF4003A8BC06A858B90022B5C0FA3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRManager/XRDevice struct XRDevice_t21C532ED4C5C7408D383516CBC43300C6C8F2EE4 { public: // System.Int32 OVRManager/XRDevice::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XRDevice_t21C532ED4C5C7408D383516CBC43300C6C8F2EE4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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/BoundaryType struct BoundaryType_tCC8E1E14EABDFBDE86F26CBBCEDE28DE28B1F7AF { public: // System.Int32 OVRPlugin/BoundaryType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BoundaryType_tCC8E1E14EABDFBDE86F26CBBCEDE28DE28B1F7AF, ___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/CameraDeviceDepthQuality struct CameraDeviceDepthQuality_tC8E2CBFF08D80C2B41F9C42BC59B4E0CD6752C7B { public: // System.Int32 OVRPlugin/CameraDeviceDepthQuality::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraDeviceDepthQuality_tC8E2CBFF08D80C2B41F9C42BC59B4E0CD6752C7B, ___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/CameraDeviceDepthSensingMode struct CameraDeviceDepthSensingMode_t4AE36BB39ED63AFEA6183A4E14C9E8B3AE1FAFFA { public: // System.Int32 OVRPlugin/CameraDeviceDepthSensingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraDeviceDepthSensingMode_t4AE36BB39ED63AFEA6183A4E14C9E8B3AE1FAFFA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/CameraStatus struct CameraStatus_tADE3E92AA069758135353096CA8CF35E70F31BED { public: // System.Int32 OVRPlugin/CameraStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraStatus_tADE3E92AA069758135353096CA8CF35E70F31BED, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/EventType struct EventType_t9927BD364F4D4D5210F5D3067C7B195E3E876F30 { public: // System.Int32 OVRPlugin/EventType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventType_t9927BD364F4D4D5210F5D3067C7B195E3E876F30, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/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/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/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; } }; // 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; } }; // UnityEngine.XR.XRDisplaySubsystem/LateLatchNode struct LateLatchNode_t366DC1AAE9FE6DB63AE79F34FBFB2808F9BDA87B { public: // System.Int32 UnityEngine.XR.XRDisplaySubsystem/LateLatchNode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LateLatchNode_t366DC1AAE9FE6DB63AE79F34FBFB2808F9BDA87B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRSimpleJSON.JSONNode/Enumerator/Type struct Type_tC0FAEE60EF254F16C787C91032D4CFA66C7C48C9 { public: // System.Int32 OVRSimpleJSON.JSONNode/Enumerator/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_tC0FAEE60EF254F16C787C91032D4CFA66C7C48C9, ___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`1 struct IntegratedSubsystem_1_t2737E0F52E6DC7B2E3D42D1B05C5FD7C9FDE4EA4 : public IntegratedSubsystem_t8FB3A371F812CF9521903AC016C64E95C7412002 { public: public: }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // OVRSimpleJSON.JSONNode struct JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B : public RuntimeObject { 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: }; // System.OperatingSystem struct OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 : public RuntimeObject { public: // System.PlatformID System.OperatingSystem::_platform int32_t ____platform_0; // System.Version System.OperatingSystem::_version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ____version_1; // System.String System.OperatingSystem::_servicePack String_t* ____servicePack_2; public: inline static int32_t get_offset_of__platform_0() { return static_cast(offsetof(OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463, ____platform_0)); } inline int32_t get__platform_0() const { return ____platform_0; } inline int32_t* get_address_of__platform_0() { return &____platform_0; } inline void set__platform_0(int32_t value) { ____platform_0 = value; } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463, ____version_1)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get__version_1() const { return ____version_1; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of__version_1() { return &____version_1; } inline void set__version_1(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ____version_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_1), (void*)value); } inline static int32_t get_offset_of__servicePack_2() { return static_cast(offsetof(OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463, ____servicePack_2)); } inline String_t* get__servicePack_2() const { return ____servicePack_2; } inline String_t** get_address_of__servicePack_2() { return &____servicePack_2; } inline void set__servicePack_2(String_t* value) { ____servicePack_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____servicePack_2), (void*)value); } }; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // OVR.OpenVR.Texture_t struct Texture_t_t620CAA304875674443E89FE116A335886BF0413F { public: // System.IntPtr OVR.OpenVR.Texture_t::handle intptr_t ___handle_0; // OVR.OpenVR.ETextureType OVR.OpenVR.Texture_t::eType int32_t ___eType_1; // OVR.OpenVR.EColorSpace OVR.OpenVR.Texture_t::eColorSpace int32_t ___eColorSpace_2; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(Texture_t_t620CAA304875674443E89FE116A335886BF0413F, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } inline static int32_t get_offset_of_eType_1() { return static_cast(offsetof(Texture_t_t620CAA304875674443E89FE116A335886BF0413F, ___eType_1)); } inline int32_t get_eType_1() const { return ___eType_1; } inline int32_t* get_address_of_eType_1() { return &___eType_1; } inline void set_eType_1(int32_t value) { ___eType_1 = value; } inline static int32_t get_offset_of_eColorSpace_2() { return static_cast(offsetof(Texture_t_t620CAA304875674443E89FE116A335886BF0413F, ___eColorSpace_2)); } inline int32_t get_eColorSpace_2() const { return ___eColorSpace_2; } inline int32_t* get_address_of_eColorSpace_2() { return &___eColorSpace_2; } inline void set_eColorSpace_2(int32_t value) { ___eColorSpace_2 = value; } }; // OVR.OpenVR.TrackedDevicePose_t struct TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 { public: // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.TrackedDevicePose_t::mDeviceToAbsoluteTracking HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F ___mDeviceToAbsoluteTracking_0; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.TrackedDevicePose_t::vVelocity HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vVelocity_1; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.TrackedDevicePose_t::vAngularVelocity HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vAngularVelocity_2; // OVR.OpenVR.ETrackingResult OVR.OpenVR.TrackedDevicePose_t::eTrackingResult int32_t ___eTrackingResult_3; // System.Boolean OVR.OpenVR.TrackedDevicePose_t::bPoseIsValid bool ___bPoseIsValid_4; // System.Boolean OVR.OpenVR.TrackedDevicePose_t::bDeviceIsConnected bool ___bDeviceIsConnected_5; public: inline static int32_t get_offset_of_mDeviceToAbsoluteTracking_0() { return static_cast(offsetof(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153, ___mDeviceToAbsoluteTracking_0)); } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F get_mDeviceToAbsoluteTracking_0() const { return ___mDeviceToAbsoluteTracking_0; } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * get_address_of_mDeviceToAbsoluteTracking_0() { return &___mDeviceToAbsoluteTracking_0; } inline void set_mDeviceToAbsoluteTracking_0(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F value) { ___mDeviceToAbsoluteTracking_0 = value; } inline static int32_t get_offset_of_vVelocity_1() { return static_cast(offsetof(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153, ___vVelocity_1)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vVelocity_1() const { return ___vVelocity_1; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vVelocity_1() { return &___vVelocity_1; } inline void set_vVelocity_1(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vVelocity_1 = value; } inline static int32_t get_offset_of_vAngularVelocity_2() { return static_cast(offsetof(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153, ___vAngularVelocity_2)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vAngularVelocity_2() const { return ___vAngularVelocity_2; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vAngularVelocity_2() { return &___vAngularVelocity_2; } inline void set_vAngularVelocity_2(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vAngularVelocity_2 = value; } inline static int32_t get_offset_of_eTrackingResult_3() { return static_cast(offsetof(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153, ___eTrackingResult_3)); } inline int32_t get_eTrackingResult_3() const { return ___eTrackingResult_3; } inline int32_t* get_address_of_eTrackingResult_3() { return &___eTrackingResult_3; } inline void set_eTrackingResult_3(int32_t value) { ___eTrackingResult_3 = value; } inline static int32_t get_offset_of_bPoseIsValid_4() { return static_cast(offsetof(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153, ___bPoseIsValid_4)); } inline bool get_bPoseIsValid_4() const { return ___bPoseIsValid_4; } inline bool* get_address_of_bPoseIsValid_4() { return &___bPoseIsValid_4; } inline void set_bPoseIsValid_4(bool value) { ___bPoseIsValid_4 = value; } inline static int32_t get_offset_of_bDeviceIsConnected_5() { return static_cast(offsetof(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153, ___bDeviceIsConnected_5)); } inline bool get_bDeviceIsConnected_5() const { return ___bDeviceIsConnected_5; } inline bool* get_address_of_bDeviceIsConnected_5() { return &___bDeviceIsConnected_5; } inline void set_bDeviceIsConnected_5(bool value) { ___bDeviceIsConnected_5 = value; } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; // OVR.OpenVR.VREvent_DualAnalog_t struct VREvent_DualAnalog_t_tA0C664C3472F62AA3ED7EAD6EA44E325A866FC3F { public: // System.Single OVR.OpenVR.VREvent_DualAnalog_t::x float ___x_0; // System.Single OVR.OpenVR.VREvent_DualAnalog_t::y float ___y_1; // System.Single OVR.OpenVR.VREvent_DualAnalog_t::transformedX float ___transformedX_2; // System.Single OVR.OpenVR.VREvent_DualAnalog_t::transformedY float ___transformedY_3; // OVR.OpenVR.EDualAnalogWhich OVR.OpenVR.VREvent_DualAnalog_t::which int32_t ___which_4; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(VREvent_DualAnalog_t_tA0C664C3472F62AA3ED7EAD6EA44E325A866FC3F, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(VREvent_DualAnalog_t_tA0C664C3472F62AA3ED7EAD6EA44E325A866FC3F, ___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_transformedX_2() { return static_cast(offsetof(VREvent_DualAnalog_t_tA0C664C3472F62AA3ED7EAD6EA44E325A866FC3F, ___transformedX_2)); } inline float get_transformedX_2() const { return ___transformedX_2; } inline float* get_address_of_transformedX_2() { return &___transformedX_2; } inline void set_transformedX_2(float value) { ___transformedX_2 = value; } inline static int32_t get_offset_of_transformedY_3() { return static_cast(offsetof(VREvent_DualAnalog_t_tA0C664C3472F62AA3ED7EAD6EA44E325A866FC3F, ___transformedY_3)); } inline float get_transformedY_3() const { return ___transformedY_3; } inline float* get_address_of_transformedY_3() { return &___transformedY_3; } inline void set_transformedY_3(float value) { ___transformedY_3 = value; } inline static int32_t get_offset_of_which_4() { return static_cast(offsetof(VREvent_DualAnalog_t_tA0C664C3472F62AA3ED7EAD6EA44E325A866FC3F, ___which_4)); } inline int32_t get_which_4() const { return ___which_4; } inline int32_t* get_address_of_which_4() { return &___which_4; } inline void set_which_4(int32_t value) { ___which_4 = value; } }; // OVR.OpenVR.VREvent_Property_t struct VREvent_Property_t_tA37318C2EEBD6076D37DBFC4292B8AB08C7463BF { public: // System.UInt64 OVR.OpenVR.VREvent_Property_t::container uint64_t ___container_0; // OVR.OpenVR.ETrackedDeviceProperty OVR.OpenVR.VREvent_Property_t::prop int32_t ___prop_1; public: inline static int32_t get_offset_of_container_0() { return static_cast(offsetof(VREvent_Property_t_tA37318C2EEBD6076D37DBFC4292B8AB08C7463BF, ___container_0)); } inline uint64_t get_container_0() const { return ___container_0; } inline uint64_t* get_address_of_container_0() { return &___container_0; } inline void set_container_0(uint64_t value) { ___container_0 = value; } inline static int32_t get_offset_of_prop_1() { return static_cast(offsetof(VREvent_Property_t_tA37318C2EEBD6076D37DBFC4292B8AB08C7463BF, ___prop_1)); } inline int32_t get_prop_1() const { return ___prop_1; } inline int32_t* get_address_of_prop_1() { return &___prop_1; } inline void set_prop_1(int32_t value) { ___prop_1 = value; } }; // OVR.OpenVR.VROverlayIntersectionMaskPrimitive_t struct VROverlayIntersectionMaskPrimitive_t_t7FEA13F894B205CD39951A364EDEBBA50C12C368 { public: // OVR.OpenVR.EVROverlayIntersectionMaskPrimitiveType OVR.OpenVR.VROverlayIntersectionMaskPrimitive_t::m_nPrimitiveType int32_t ___m_nPrimitiveType_0; // OVR.OpenVR.VROverlayIntersectionMaskPrimitive_Data_t OVR.OpenVR.VROverlayIntersectionMaskPrimitive_t::m_Primitive VROverlayIntersectionMaskPrimitive_Data_t_t98E1E4B4C46B1B59DAA51EC168E323B93D6D0E1D ___m_Primitive_1; public: inline static int32_t get_offset_of_m_nPrimitiveType_0() { return static_cast(offsetof(VROverlayIntersectionMaskPrimitive_t_t7FEA13F894B205CD39951A364EDEBBA50C12C368, ___m_nPrimitiveType_0)); } inline int32_t get_m_nPrimitiveType_0() const { return ___m_nPrimitiveType_0; } inline int32_t* get_address_of_m_nPrimitiveType_0() { return &___m_nPrimitiveType_0; } inline void set_m_nPrimitiveType_0(int32_t value) { ___m_nPrimitiveType_0 = value; } inline static int32_t get_offset_of_m_Primitive_1() { return static_cast(offsetof(VROverlayIntersectionMaskPrimitive_t_t7FEA13F894B205CD39951A364EDEBBA50C12C368, ___m_Primitive_1)); } inline VROverlayIntersectionMaskPrimitive_Data_t_t98E1E4B4C46B1B59DAA51EC168E323B93D6D0E1D get_m_Primitive_1() const { return ___m_Primitive_1; } inline VROverlayIntersectionMaskPrimitive_Data_t_t98E1E4B4C46B1B59DAA51EC168E323B93D6D0E1D * get_address_of_m_Primitive_1() { return &___m_Primitive_1; } inline void set_m_Primitive_1(VROverlayIntersectionMaskPrimitive_Data_t_t98E1E4B4C46B1B59DAA51EC168E323B93D6D0E1D value) { ___m_Primitive_1 = value; } }; // OVR.OpenVR.VROverlayIntersectionParams_t struct VROverlayIntersectionParams_t_t2ADB5E77B8F646ADC13CD619BF839805441FA880 { public: // OVR.OpenVR.HmdVector3_t OVR.OpenVR.VROverlayIntersectionParams_t::vSource HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vSource_0; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.VROverlayIntersectionParams_t::vDirection HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vDirection_1; // OVR.OpenVR.ETrackingUniverseOrigin OVR.OpenVR.VROverlayIntersectionParams_t::eOrigin int32_t ___eOrigin_2; public: inline static int32_t get_offset_of_vSource_0() { return static_cast(offsetof(VROverlayIntersectionParams_t_t2ADB5E77B8F646ADC13CD619BF839805441FA880, ___vSource_0)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vSource_0() const { return ___vSource_0; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vSource_0() { return &___vSource_0; } inline void set_vSource_0(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vSource_0 = value; } inline static int32_t get_offset_of_vDirection_1() { return static_cast(offsetof(VROverlayIntersectionParams_t_t2ADB5E77B8F646ADC13CD619BF839805441FA880, ___vDirection_1)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vDirection_1() const { return ___vDirection_1; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vDirection_1() { return &___vDirection_1; } inline void set_vDirection_1(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vDirection_1 = value; } inline static int32_t get_offset_of_eOrigin_2() { return static_cast(offsetof(VROverlayIntersectionParams_t_t2ADB5E77B8F646ADC13CD619BF839805441FA880, ___eOrigin_2)); } inline int32_t get_eOrigin_2() const { return ___eOrigin_2; } inline int32_t* get_address_of_eOrigin_2() { return &___eOrigin_2; } inline void set_eOrigin_2(int32_t value) { ___eOrigin_2 = value; } }; // OVRSimpleJSON.JSONNode/Enumerator struct Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C { public: // OVRSimpleJSON.JSONNode/Enumerator/Type OVRSimpleJSON.JSONNode/Enumerator::type int32_t ___type_0; // System.Collections.Generic.Dictionary`2/Enumerator OVRSimpleJSON.JSONNode/Enumerator::m_Object Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 ___m_Object_1; // System.Collections.Generic.List`1/Enumerator OVRSimpleJSON.JSONNode/Enumerator::m_Array Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 ___m_Array_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_m_Object_1() { return static_cast(offsetof(Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C, ___m_Object_1)); } inline Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 get_m_Object_1() const { return ___m_Object_1; } inline Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 * get_address_of_m_Object_1() { return &___m_Object_1; } inline void set_m_Object_1(Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 value) { ___m_Object_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Object_1))->___dictionary_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Object_1))->___current_3))->___key_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Object_1))->___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Array_2() { return static_cast(offsetof(Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C, ___m_Array_2)); } inline Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 get_m_Array_2() const { return ___m_Array_2; } inline Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 * get_address_of_m_Array_2() { return &___m_Array_2; } inline void set_m_Array_2(Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 value) { ___m_Array_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Array_2))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Array_2))->___current_3), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of OVRSimpleJSON.JSONNode/Enumerator struct Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C_marshaled_pinvoke { int32_t ___type_0; Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 ___m_Object_1; Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 ___m_Array_2; }; // Native definition for COM marshalling of OVRSimpleJSON.JSONNode/Enumerator struct Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C_marshaled_com { int32_t ___type_0; Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 ___m_Object_1; Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 ___m_Array_2; }; // OVRSimpleJSON.JSONObject/d__23 struct U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F : public RuntimeObject { public: // System.Int32 OVRSimpleJSON.JSONObject/d__23::<>1__state int32_t ___U3CU3E1__state_0; // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONObject/d__23::<>2__current JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___U3CU3E2__current_1; // System.Int32 OVRSimpleJSON.JSONObject/d__23::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // OVRSimpleJSON.JSONObject OVRSimpleJSON.JSONObject/d__23::<>4__this JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * ___U3CU3E4__this_3; // System.Collections.Generic.Dictionary`2/Enumerator OVRSimpleJSON.JSONObject/d__23::<>7__wrap1 Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 ___U3CU3E7__wrap1_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F, ___U3CU3E2__current_1)); } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F, ___U3CU3E4__this_3)); } inline JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_4() { return static_cast(offsetof(U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F, ___U3CU3E7__wrap1_4)); } inline Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 get_U3CU3E7__wrap1_4() const { return ___U3CU3E7__wrap1_4; } inline Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 * get_address_of_U3CU3E7__wrap1_4() { return &___U3CU3E7__wrap1_4; } inline void set_U3CU3E7__wrap1_4(Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 value) { ___U3CU3E7__wrap1_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E7__wrap1_4))->___dictionary_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E7__wrap1_4))->___current_3))->___key_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E7__wrap1_4))->___current_3))->___value_1), (void*)NULL); #endif } }; // OVRPlugin/BoundaryTestResult struct BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 { public: // OVRPlugin/Bool OVRPlugin/BoundaryTestResult::IsTriggering int32_t ___IsTriggering_0; // System.Single OVRPlugin/BoundaryTestResult::ClosestDistance float ___ClosestDistance_1; // OVRPlugin/Vector3f OVRPlugin/BoundaryTestResult::ClosestPoint Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___ClosestPoint_2; // OVRPlugin/Vector3f OVRPlugin/BoundaryTestResult::ClosestPointNormal Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___ClosestPointNormal_3; public: inline static int32_t get_offset_of_IsTriggering_0() { return static_cast(offsetof(BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47, ___IsTriggering_0)); } inline int32_t get_IsTriggering_0() const { return ___IsTriggering_0; } inline int32_t* get_address_of_IsTriggering_0() { return &___IsTriggering_0; } inline void set_IsTriggering_0(int32_t value) { ___IsTriggering_0 = value; } inline static int32_t get_offset_of_ClosestDistance_1() { return static_cast(offsetof(BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47, ___ClosestDistance_1)); } inline float get_ClosestDistance_1() const { return ___ClosestDistance_1; } inline float* get_address_of_ClosestDistance_1() { return &___ClosestDistance_1; } inline void set_ClosestDistance_1(float value) { ___ClosestDistance_1 = value; } inline static int32_t get_offset_of_ClosestPoint_2() { return static_cast(offsetof(BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47, ___ClosestPoint_2)); } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 get_ClosestPoint_2() const { return ___ClosestPoint_2; } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 * get_address_of_ClosestPoint_2() { return &___ClosestPoint_2; } inline void set_ClosestPoint_2(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 value) { ___ClosestPoint_2 = value; } inline static int32_t get_offset_of_ClosestPointNormal_3() { return static_cast(offsetof(BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47, ___ClosestPointNormal_3)); } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 get_ClosestPointNormal_3() const { return ___ClosestPointNormal_3; } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 * get_address_of_ClosestPointNormal_3() { return &___ClosestPointNormal_3; } inline void set_ClosestPointNormal_3(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 value) { ___ClosestPointNormal_3 = value; } }; // OVRPlugin/CameraExtrinsics struct CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF { public: // OVRPlugin/Bool OVRPlugin/CameraExtrinsics::IsValid int32_t ___IsValid_0; // System.Double OVRPlugin/CameraExtrinsics::LastChangedTimeSeconds double ___LastChangedTimeSeconds_1; // OVRPlugin/CameraStatus OVRPlugin/CameraExtrinsics::CameraStatusData int32_t ___CameraStatusData_2; // OVRPlugin/Node OVRPlugin/CameraExtrinsics::AttachedToNode int32_t ___AttachedToNode_3; // OVRPlugin/Posef OVRPlugin/CameraExtrinsics::RelativePose Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___RelativePose_4; public: inline static int32_t get_offset_of_IsValid_0() { return static_cast(offsetof(CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF, ___IsValid_0)); } inline int32_t get_IsValid_0() const { return ___IsValid_0; } inline int32_t* get_address_of_IsValid_0() { return &___IsValid_0; } inline void set_IsValid_0(int32_t value) { ___IsValid_0 = value; } inline static int32_t get_offset_of_LastChangedTimeSeconds_1() { return static_cast(offsetof(CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF, ___LastChangedTimeSeconds_1)); } inline double get_LastChangedTimeSeconds_1() const { return ___LastChangedTimeSeconds_1; } inline double* get_address_of_LastChangedTimeSeconds_1() { return &___LastChangedTimeSeconds_1; } inline void set_LastChangedTimeSeconds_1(double value) { ___LastChangedTimeSeconds_1 = value; } inline static int32_t get_offset_of_CameraStatusData_2() { return static_cast(offsetof(CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF, ___CameraStatusData_2)); } inline int32_t get_CameraStatusData_2() const { return ___CameraStatusData_2; } inline int32_t* get_address_of_CameraStatusData_2() { return &___CameraStatusData_2; } inline void set_CameraStatusData_2(int32_t value) { ___CameraStatusData_2 = value; } inline static int32_t get_offset_of_AttachedToNode_3() { return static_cast(offsetof(CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF, ___AttachedToNode_3)); } inline int32_t get_AttachedToNode_3() const { return ___AttachedToNode_3; } inline int32_t* get_address_of_AttachedToNode_3() { return &___AttachedToNode_3; } inline void set_AttachedToNode_3(int32_t value) { ___AttachedToNode_3 = value; } inline static int32_t get_offset_of_RelativePose_4() { return static_cast(offsetof(CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF, ___RelativePose_4)); } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 get_RelativePose_4() const { return ___RelativePose_4; } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * get_address_of_RelativePose_4() { return &___RelativePose_4; } inline void set_RelativePose_4(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 value) { ___RelativePose_4 = value; } }; // OVRPlugin/CameraIntrinsics struct CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA { public: // OVRPlugin/Bool OVRPlugin/CameraIntrinsics::IsValid int32_t ___IsValid_0; // System.Double OVRPlugin/CameraIntrinsics::LastChangedTimeSeconds double ___LastChangedTimeSeconds_1; // OVRPlugin/Fovf OVRPlugin/CameraIntrinsics::FOVPort Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF ___FOVPort_2; // System.Single OVRPlugin/CameraIntrinsics::VirtualNearPlaneDistanceMeters float ___VirtualNearPlaneDistanceMeters_3; // System.Single OVRPlugin/CameraIntrinsics::VirtualFarPlaneDistanceMeters float ___VirtualFarPlaneDistanceMeters_4; // OVRPlugin/Sizei OVRPlugin/CameraIntrinsics::ImageSensorPixelResolution Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 ___ImageSensorPixelResolution_5; public: inline static int32_t get_offset_of_IsValid_0() { return static_cast(offsetof(CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA, ___IsValid_0)); } inline int32_t get_IsValid_0() const { return ___IsValid_0; } inline int32_t* get_address_of_IsValid_0() { return &___IsValid_0; } inline void set_IsValid_0(int32_t value) { ___IsValid_0 = value; } inline static int32_t get_offset_of_LastChangedTimeSeconds_1() { return static_cast(offsetof(CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA, ___LastChangedTimeSeconds_1)); } inline double get_LastChangedTimeSeconds_1() const { return ___LastChangedTimeSeconds_1; } inline double* get_address_of_LastChangedTimeSeconds_1() { return &___LastChangedTimeSeconds_1; } inline void set_LastChangedTimeSeconds_1(double value) { ___LastChangedTimeSeconds_1 = value; } inline static int32_t get_offset_of_FOVPort_2() { return static_cast(offsetof(CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA, ___FOVPort_2)); } inline Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF get_FOVPort_2() const { return ___FOVPort_2; } inline Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF * get_address_of_FOVPort_2() { return &___FOVPort_2; } inline void set_FOVPort_2(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF value) { ___FOVPort_2 = value; } inline static int32_t get_offset_of_VirtualNearPlaneDistanceMeters_3() { return static_cast(offsetof(CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA, ___VirtualNearPlaneDistanceMeters_3)); } inline float get_VirtualNearPlaneDistanceMeters_3() const { return ___VirtualNearPlaneDistanceMeters_3; } inline float* get_address_of_VirtualNearPlaneDistanceMeters_3() { return &___VirtualNearPlaneDistanceMeters_3; } inline void set_VirtualNearPlaneDistanceMeters_3(float value) { ___VirtualNearPlaneDistanceMeters_3 = value; } inline static int32_t get_offset_of_VirtualFarPlaneDistanceMeters_4() { return static_cast(offsetof(CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA, ___VirtualFarPlaneDistanceMeters_4)); } inline float get_VirtualFarPlaneDistanceMeters_4() const { return ___VirtualFarPlaneDistanceMeters_4; } inline float* get_address_of_VirtualFarPlaneDistanceMeters_4() { return &___VirtualFarPlaneDistanceMeters_4; } inline void set_VirtualFarPlaneDistanceMeters_4(float value) { ___VirtualFarPlaneDistanceMeters_4 = value; } inline static int32_t get_offset_of_ImageSensorPixelResolution_5() { return static_cast(offsetof(CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA, ___ImageSensorPixelResolution_5)); } inline Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 get_ImageSensorPixelResolution_5() const { return ___ImageSensorPixelResolution_5; } inline Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 * get_address_of_ImageSensorPixelResolution_5() { return &___ImageSensorPixelResolution_5; } inline void set_ImageSensorPixelResolution_5(Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 value) { ___ImageSensorPixelResolution_5 = value; } }; // OVRPlugin/EventDataBuffer struct EventDataBuffer_tD55C8F1085C0B7FD1DC9C7C3683C5352833F2AA9 { public: // OVRPlugin/EventType OVRPlugin/EventDataBuffer::EventType int32_t ___EventType_0; // System.Byte[] OVRPlugin/EventDataBuffer::EventData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EventData_1; public: inline static int32_t get_offset_of_EventType_0() { return static_cast(offsetof(EventDataBuffer_tD55C8F1085C0B7FD1DC9C7C3683C5352833F2AA9, ___EventType_0)); } inline int32_t get_EventType_0() const { return ___EventType_0; } inline int32_t* get_address_of_EventType_0() { return &___EventType_0; } inline void set_EventType_0(int32_t value) { ___EventType_0 = value; } inline static int32_t get_offset_of_EventData_1() { return static_cast(offsetof(EventDataBuffer_tD55C8F1085C0B7FD1DC9C7C3683C5352833F2AA9, ___EventData_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EventData_1() const { return ___EventData_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EventData_1() { return &___EventData_1; } inline void set_EventData_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EventData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EventData_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVRPlugin/EventDataBuffer struct EventDataBuffer_tD55C8F1085C0B7FD1DC9C7C3683C5352833F2AA9_marshaled_pinvoke { int32_t ___EventType_0; uint8_t ___EventData_1[4000]; }; // Native definition for COM marshalling of OVRPlugin/EventDataBuffer struct EventDataBuffer_tD55C8F1085C0B7FD1DC9C7C3683C5352833F2AA9_marshaled_com { int32_t ___EventType_0; uint8_t ___EventData_1[4000]; }; // System.Action`1 struct Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tE420926B64A6FE6E24977D31555AF9CF87CA9FE8 : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // OVR.OpenVR.CameraVideoStreamFrameHeader_t struct CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D { public: // OVR.OpenVR.EVRTrackedCameraFrameType OVR.OpenVR.CameraVideoStreamFrameHeader_t::eFrameType int32_t ___eFrameType_0; // System.UInt32 OVR.OpenVR.CameraVideoStreamFrameHeader_t::nWidth uint32_t ___nWidth_1; // System.UInt32 OVR.OpenVR.CameraVideoStreamFrameHeader_t::nHeight uint32_t ___nHeight_2; // System.UInt32 OVR.OpenVR.CameraVideoStreamFrameHeader_t::nBytesPerPixel uint32_t ___nBytesPerPixel_3; // System.UInt32 OVR.OpenVR.CameraVideoStreamFrameHeader_t::nFrameSequence uint32_t ___nFrameSequence_4; // OVR.OpenVR.TrackedDevicePose_t OVR.OpenVR.CameraVideoStreamFrameHeader_t::standingTrackedDevicePose TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 ___standingTrackedDevicePose_5; public: inline static int32_t get_offset_of_eFrameType_0() { return static_cast(offsetof(CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D, ___eFrameType_0)); } inline int32_t get_eFrameType_0() const { return ___eFrameType_0; } inline int32_t* get_address_of_eFrameType_0() { return &___eFrameType_0; } inline void set_eFrameType_0(int32_t value) { ___eFrameType_0 = value; } inline static int32_t get_offset_of_nWidth_1() { return static_cast(offsetof(CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D, ___nWidth_1)); } inline uint32_t get_nWidth_1() const { return ___nWidth_1; } inline uint32_t* get_address_of_nWidth_1() { return &___nWidth_1; } inline void set_nWidth_1(uint32_t value) { ___nWidth_1 = value; } inline static int32_t get_offset_of_nHeight_2() { return static_cast(offsetof(CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D, ___nHeight_2)); } inline uint32_t get_nHeight_2() const { return ___nHeight_2; } inline uint32_t* get_address_of_nHeight_2() { return &___nHeight_2; } inline void set_nHeight_2(uint32_t value) { ___nHeight_2 = value; } inline static int32_t get_offset_of_nBytesPerPixel_3() { return static_cast(offsetof(CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D, ___nBytesPerPixel_3)); } inline uint32_t get_nBytesPerPixel_3() const { return ___nBytesPerPixel_3; } inline uint32_t* get_address_of_nBytesPerPixel_3() { return &___nBytesPerPixel_3; } inline void set_nBytesPerPixel_3(uint32_t value) { ___nBytesPerPixel_3 = value; } inline static int32_t get_offset_of_nFrameSequence_4() { return static_cast(offsetof(CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D, ___nFrameSequence_4)); } inline uint32_t get_nFrameSequence_4() const { return ___nFrameSequence_4; } inline uint32_t* get_address_of_nFrameSequence_4() { return &___nFrameSequence_4; } inline void set_nFrameSequence_4(uint32_t value) { ___nFrameSequence_4 = value; } inline static int32_t get_offset_of_standingTrackedDevicePose_5() { return static_cast(offsetof(CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D, ___standingTrackedDevicePose_5)); } inline TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 get_standingTrackedDevicePose_5() const { return ___standingTrackedDevicePose_5; } inline TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * get_address_of_standingTrackedDevicePose_5() { return &___standingTrackedDevicePose_5; } inline void set_standingTrackedDevicePose_5(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 value) { ___standingTrackedDevicePose_5 = value; } }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // OVR.OpenVR.Compositor_FrameTiming struct Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646 { public: // System.UInt32 OVR.OpenVR.Compositor_FrameTiming::m_nSize uint32_t ___m_nSize_0; // System.UInt32 OVR.OpenVR.Compositor_FrameTiming::m_nFrameIndex uint32_t ___m_nFrameIndex_1; // System.UInt32 OVR.OpenVR.Compositor_FrameTiming::m_nNumFramePresents uint32_t ___m_nNumFramePresents_2; // System.UInt32 OVR.OpenVR.Compositor_FrameTiming::m_nNumMisPresented uint32_t ___m_nNumMisPresented_3; // System.UInt32 OVR.OpenVR.Compositor_FrameTiming::m_nNumDroppedFrames uint32_t ___m_nNumDroppedFrames_4; // System.UInt32 OVR.OpenVR.Compositor_FrameTiming::m_nReprojectionFlags uint32_t ___m_nReprojectionFlags_5; // System.Double OVR.OpenVR.Compositor_FrameTiming::m_flSystemTimeInSeconds double ___m_flSystemTimeInSeconds_6; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flPreSubmitGpuMs float ___m_flPreSubmitGpuMs_7; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flPostSubmitGpuMs float ___m_flPostSubmitGpuMs_8; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flTotalRenderGpuMs float ___m_flTotalRenderGpuMs_9; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flCompositorRenderGpuMs float ___m_flCompositorRenderGpuMs_10; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flCompositorRenderCpuMs float ___m_flCompositorRenderCpuMs_11; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flCompositorIdleCpuMs float ___m_flCompositorIdleCpuMs_12; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flClientFrameIntervalMs float ___m_flClientFrameIntervalMs_13; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flPresentCallCpuMs float ___m_flPresentCallCpuMs_14; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flWaitForPresentCpuMs float ___m_flWaitForPresentCpuMs_15; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flSubmitFrameMs float ___m_flSubmitFrameMs_16; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flWaitGetPosesCalledMs float ___m_flWaitGetPosesCalledMs_17; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flNewPosesReadyMs float ___m_flNewPosesReadyMs_18; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flNewFrameReadyMs float ___m_flNewFrameReadyMs_19; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flCompositorUpdateStartMs float ___m_flCompositorUpdateStartMs_20; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flCompositorUpdateEndMs float ___m_flCompositorUpdateEndMs_21; // System.Single OVR.OpenVR.Compositor_FrameTiming::m_flCompositorRenderStartMs float ___m_flCompositorRenderStartMs_22; // OVR.OpenVR.TrackedDevicePose_t OVR.OpenVR.Compositor_FrameTiming::m_HmdPose TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 ___m_HmdPose_23; public: inline static int32_t get_offset_of_m_nSize_0() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_nSize_0)); } inline uint32_t get_m_nSize_0() const { return ___m_nSize_0; } inline uint32_t* get_address_of_m_nSize_0() { return &___m_nSize_0; } inline void set_m_nSize_0(uint32_t value) { ___m_nSize_0 = value; } inline static int32_t get_offset_of_m_nFrameIndex_1() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_nFrameIndex_1)); } inline uint32_t get_m_nFrameIndex_1() const { return ___m_nFrameIndex_1; } inline uint32_t* get_address_of_m_nFrameIndex_1() { return &___m_nFrameIndex_1; } inline void set_m_nFrameIndex_1(uint32_t value) { ___m_nFrameIndex_1 = value; } inline static int32_t get_offset_of_m_nNumFramePresents_2() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_nNumFramePresents_2)); } inline uint32_t get_m_nNumFramePresents_2() const { return ___m_nNumFramePresents_2; } inline uint32_t* get_address_of_m_nNumFramePresents_2() { return &___m_nNumFramePresents_2; } inline void set_m_nNumFramePresents_2(uint32_t value) { ___m_nNumFramePresents_2 = value; } inline static int32_t get_offset_of_m_nNumMisPresented_3() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_nNumMisPresented_3)); } inline uint32_t get_m_nNumMisPresented_3() const { return ___m_nNumMisPresented_3; } inline uint32_t* get_address_of_m_nNumMisPresented_3() { return &___m_nNumMisPresented_3; } inline void set_m_nNumMisPresented_3(uint32_t value) { ___m_nNumMisPresented_3 = value; } inline static int32_t get_offset_of_m_nNumDroppedFrames_4() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_nNumDroppedFrames_4)); } inline uint32_t get_m_nNumDroppedFrames_4() const { return ___m_nNumDroppedFrames_4; } inline uint32_t* get_address_of_m_nNumDroppedFrames_4() { return &___m_nNumDroppedFrames_4; } inline void set_m_nNumDroppedFrames_4(uint32_t value) { ___m_nNumDroppedFrames_4 = value; } inline static int32_t get_offset_of_m_nReprojectionFlags_5() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_nReprojectionFlags_5)); } inline uint32_t get_m_nReprojectionFlags_5() const { return ___m_nReprojectionFlags_5; } inline uint32_t* get_address_of_m_nReprojectionFlags_5() { return &___m_nReprojectionFlags_5; } inline void set_m_nReprojectionFlags_5(uint32_t value) { ___m_nReprojectionFlags_5 = value; } inline static int32_t get_offset_of_m_flSystemTimeInSeconds_6() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flSystemTimeInSeconds_6)); } inline double get_m_flSystemTimeInSeconds_6() const { return ___m_flSystemTimeInSeconds_6; } inline double* get_address_of_m_flSystemTimeInSeconds_6() { return &___m_flSystemTimeInSeconds_6; } inline void set_m_flSystemTimeInSeconds_6(double value) { ___m_flSystemTimeInSeconds_6 = value; } inline static int32_t get_offset_of_m_flPreSubmitGpuMs_7() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flPreSubmitGpuMs_7)); } inline float get_m_flPreSubmitGpuMs_7() const { return ___m_flPreSubmitGpuMs_7; } inline float* get_address_of_m_flPreSubmitGpuMs_7() { return &___m_flPreSubmitGpuMs_7; } inline void set_m_flPreSubmitGpuMs_7(float value) { ___m_flPreSubmitGpuMs_7 = value; } inline static int32_t get_offset_of_m_flPostSubmitGpuMs_8() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flPostSubmitGpuMs_8)); } inline float get_m_flPostSubmitGpuMs_8() const { return ___m_flPostSubmitGpuMs_8; } inline float* get_address_of_m_flPostSubmitGpuMs_8() { return &___m_flPostSubmitGpuMs_8; } inline void set_m_flPostSubmitGpuMs_8(float value) { ___m_flPostSubmitGpuMs_8 = value; } inline static int32_t get_offset_of_m_flTotalRenderGpuMs_9() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flTotalRenderGpuMs_9)); } inline float get_m_flTotalRenderGpuMs_9() const { return ___m_flTotalRenderGpuMs_9; } inline float* get_address_of_m_flTotalRenderGpuMs_9() { return &___m_flTotalRenderGpuMs_9; } inline void set_m_flTotalRenderGpuMs_9(float value) { ___m_flTotalRenderGpuMs_9 = value; } inline static int32_t get_offset_of_m_flCompositorRenderGpuMs_10() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flCompositorRenderGpuMs_10)); } inline float get_m_flCompositorRenderGpuMs_10() const { return ___m_flCompositorRenderGpuMs_10; } inline float* get_address_of_m_flCompositorRenderGpuMs_10() { return &___m_flCompositorRenderGpuMs_10; } inline void set_m_flCompositorRenderGpuMs_10(float value) { ___m_flCompositorRenderGpuMs_10 = value; } inline static int32_t get_offset_of_m_flCompositorRenderCpuMs_11() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flCompositorRenderCpuMs_11)); } inline float get_m_flCompositorRenderCpuMs_11() const { return ___m_flCompositorRenderCpuMs_11; } inline float* get_address_of_m_flCompositorRenderCpuMs_11() { return &___m_flCompositorRenderCpuMs_11; } inline void set_m_flCompositorRenderCpuMs_11(float value) { ___m_flCompositorRenderCpuMs_11 = value; } inline static int32_t get_offset_of_m_flCompositorIdleCpuMs_12() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flCompositorIdleCpuMs_12)); } inline float get_m_flCompositorIdleCpuMs_12() const { return ___m_flCompositorIdleCpuMs_12; } inline float* get_address_of_m_flCompositorIdleCpuMs_12() { return &___m_flCompositorIdleCpuMs_12; } inline void set_m_flCompositorIdleCpuMs_12(float value) { ___m_flCompositorIdleCpuMs_12 = value; } inline static int32_t get_offset_of_m_flClientFrameIntervalMs_13() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flClientFrameIntervalMs_13)); } inline float get_m_flClientFrameIntervalMs_13() const { return ___m_flClientFrameIntervalMs_13; } inline float* get_address_of_m_flClientFrameIntervalMs_13() { return &___m_flClientFrameIntervalMs_13; } inline void set_m_flClientFrameIntervalMs_13(float value) { ___m_flClientFrameIntervalMs_13 = value; } inline static int32_t get_offset_of_m_flPresentCallCpuMs_14() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flPresentCallCpuMs_14)); } inline float get_m_flPresentCallCpuMs_14() const { return ___m_flPresentCallCpuMs_14; } inline float* get_address_of_m_flPresentCallCpuMs_14() { return &___m_flPresentCallCpuMs_14; } inline void set_m_flPresentCallCpuMs_14(float value) { ___m_flPresentCallCpuMs_14 = value; } inline static int32_t get_offset_of_m_flWaitForPresentCpuMs_15() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flWaitForPresentCpuMs_15)); } inline float get_m_flWaitForPresentCpuMs_15() const { return ___m_flWaitForPresentCpuMs_15; } inline float* get_address_of_m_flWaitForPresentCpuMs_15() { return &___m_flWaitForPresentCpuMs_15; } inline void set_m_flWaitForPresentCpuMs_15(float value) { ___m_flWaitForPresentCpuMs_15 = value; } inline static int32_t get_offset_of_m_flSubmitFrameMs_16() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flSubmitFrameMs_16)); } inline float get_m_flSubmitFrameMs_16() const { return ___m_flSubmitFrameMs_16; } inline float* get_address_of_m_flSubmitFrameMs_16() { return &___m_flSubmitFrameMs_16; } inline void set_m_flSubmitFrameMs_16(float value) { ___m_flSubmitFrameMs_16 = value; } inline static int32_t get_offset_of_m_flWaitGetPosesCalledMs_17() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flWaitGetPosesCalledMs_17)); } inline float get_m_flWaitGetPosesCalledMs_17() const { return ___m_flWaitGetPosesCalledMs_17; } inline float* get_address_of_m_flWaitGetPosesCalledMs_17() { return &___m_flWaitGetPosesCalledMs_17; } inline void set_m_flWaitGetPosesCalledMs_17(float value) { ___m_flWaitGetPosesCalledMs_17 = value; } inline static int32_t get_offset_of_m_flNewPosesReadyMs_18() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flNewPosesReadyMs_18)); } inline float get_m_flNewPosesReadyMs_18() const { return ___m_flNewPosesReadyMs_18; } inline float* get_address_of_m_flNewPosesReadyMs_18() { return &___m_flNewPosesReadyMs_18; } inline void set_m_flNewPosesReadyMs_18(float value) { ___m_flNewPosesReadyMs_18 = value; } inline static int32_t get_offset_of_m_flNewFrameReadyMs_19() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flNewFrameReadyMs_19)); } inline float get_m_flNewFrameReadyMs_19() const { return ___m_flNewFrameReadyMs_19; } inline float* get_address_of_m_flNewFrameReadyMs_19() { return &___m_flNewFrameReadyMs_19; } inline void set_m_flNewFrameReadyMs_19(float value) { ___m_flNewFrameReadyMs_19 = value; } inline static int32_t get_offset_of_m_flCompositorUpdateStartMs_20() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flCompositorUpdateStartMs_20)); } inline float get_m_flCompositorUpdateStartMs_20() const { return ___m_flCompositorUpdateStartMs_20; } inline float* get_address_of_m_flCompositorUpdateStartMs_20() { return &___m_flCompositorUpdateStartMs_20; } inline void set_m_flCompositorUpdateStartMs_20(float value) { ___m_flCompositorUpdateStartMs_20 = value; } inline static int32_t get_offset_of_m_flCompositorUpdateEndMs_21() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flCompositorUpdateEndMs_21)); } inline float get_m_flCompositorUpdateEndMs_21() const { return ___m_flCompositorUpdateEndMs_21; } inline float* get_address_of_m_flCompositorUpdateEndMs_21() { return &___m_flCompositorUpdateEndMs_21; } inline void set_m_flCompositorUpdateEndMs_21(float value) { ___m_flCompositorUpdateEndMs_21 = value; } inline static int32_t get_offset_of_m_flCompositorRenderStartMs_22() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_flCompositorRenderStartMs_22)); } inline float get_m_flCompositorRenderStartMs_22() const { return ___m_flCompositorRenderStartMs_22; } inline float* get_address_of_m_flCompositorRenderStartMs_22() { return &___m_flCompositorRenderStartMs_22; } inline void set_m_flCompositorRenderStartMs_22(float value) { ___m_flCompositorRenderStartMs_22 = value; } inline static int32_t get_offset_of_m_HmdPose_23() { return static_cast(offsetof(Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646, ___m_HmdPose_23)); } inline TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 get_m_HmdPose_23() const { return ___m_HmdPose_23; } inline TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * get_address_of_m_HmdPose_23() { return &___m_HmdPose_23; } inline void set_m_HmdPose_23(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 value) { ___m_HmdPose_23 = value; } }; // Assets.OVR.Scripts.FixMethodDelegate struct FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.InputPoseActionData_t struct InputPoseActionData_t_t71F8C63E0261D5ECDF587429D5644F62396BF97A { public: // System.Boolean OVR.OpenVR.InputPoseActionData_t::bActive bool ___bActive_0; // System.UInt64 OVR.OpenVR.InputPoseActionData_t::activeOrigin uint64_t ___activeOrigin_1; // OVR.OpenVR.TrackedDevicePose_t OVR.OpenVR.InputPoseActionData_t::pose TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 ___pose_2; public: inline static int32_t get_offset_of_bActive_0() { return static_cast(offsetof(InputPoseActionData_t_t71F8C63E0261D5ECDF587429D5644F62396BF97A, ___bActive_0)); } inline bool get_bActive_0() const { return ___bActive_0; } inline bool* get_address_of_bActive_0() { return &___bActive_0; } inline void set_bActive_0(bool value) { ___bActive_0 = value; } inline static int32_t get_offset_of_activeOrigin_1() { return static_cast(offsetof(InputPoseActionData_t_t71F8C63E0261D5ECDF587429D5644F62396BF97A, ___activeOrigin_1)); } inline uint64_t get_activeOrigin_1() const { return ___activeOrigin_1; } inline uint64_t* get_address_of_activeOrigin_1() { return &___activeOrigin_1; } inline void set_activeOrigin_1(uint64_t value) { ___activeOrigin_1 = value; } inline static int32_t get_offset_of_pose_2() { return static_cast(offsetof(InputPoseActionData_t_t71F8C63E0261D5ECDF587429D5644F62396BF97A, ___pose_2)); } inline TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 get_pose_2() const { return ___pose_2; } inline TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * get_address_of_pose_2() { return &___pose_2; } inline void set_pose_2(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 value) { ___pose_2 = value; } }; // OVRSimpleJSON.JSONArray struct JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D : public JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B { public: // System.Collections.Generic.List`1 OVRSimpleJSON.JSONArray::m_List List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * ___m_List_6; // System.Boolean OVRSimpleJSON.JSONArray::inline bool ___inline_7; public: inline static int32_t get_offset_of_m_List_6() { return static_cast(offsetof(JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D, ___m_List_6)); } inline List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * get_m_List_6() const { return ___m_List_6; } inline List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE ** get_address_of_m_List_6() { return &___m_List_6; } inline void set_m_List_6(List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * value) { ___m_List_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_List_6), (void*)value); } inline static int32_t get_offset_of_inline_7() { return static_cast(offsetof(JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D, ___inline_7)); } inline bool get_inline_7() const { return ___inline_7; } inline bool* get_address_of_inline_7() { return &___inline_7; } inline void set_inline_7(bool value) { ___inline_7 = value; } }; // OVRSimpleJSON.JSONBool struct JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF : public JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B { public: // System.Boolean OVRSimpleJSON.JSONBool::m_Data bool ___m_Data_6; public: inline static int32_t get_offset_of_m_Data_6() { return static_cast(offsetof(JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF, ___m_Data_6)); } inline bool get_m_Data_6() const { return ___m_Data_6; } inline bool* get_address_of_m_Data_6() { return &___m_Data_6; } inline void set_m_Data_6(bool value) { ___m_Data_6 = value; } }; // OVRSimpleJSON.JSONLazyCreator struct JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D : public JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B { public: // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONLazyCreator::m_Node JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___m_Node_6; // System.String OVRSimpleJSON.JSONLazyCreator::m_Key String_t* ___m_Key_7; public: inline static int32_t get_offset_of_m_Node_6() { return static_cast(offsetof(JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D, ___m_Node_6)); } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * get_m_Node_6() const { return ___m_Node_6; } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B ** get_address_of_m_Node_6() { return &___m_Node_6; } inline void set_m_Node_6(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * value) { ___m_Node_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Node_6), (void*)value); } inline static int32_t get_offset_of_m_Key_7() { return static_cast(offsetof(JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D, ___m_Key_7)); } inline String_t* get_m_Key_7() const { return ___m_Key_7; } inline String_t** get_address_of_m_Key_7() { return &___m_Key_7; } inline void set_m_Key_7(String_t* value) { ___m_Key_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Key_7), (void*)value); } }; // OVRSimpleJSON.JSONNull struct JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 : public JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B { public: public: }; // OVRSimpleJSON.JSONNumber struct JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F : public JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B { public: // System.Double OVRSimpleJSON.JSONNumber::m_Data double ___m_Data_6; public: inline static int32_t get_offset_of_m_Data_6() { return static_cast(offsetof(JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F, ___m_Data_6)); } inline double get_m_Data_6() const { return ___m_Data_6; } inline double* get_address_of_m_Data_6() { return &___m_Data_6; } inline void set_m_Data_6(double value) { ___m_Data_6 = value; } }; // OVRSimpleJSON.JSONObject struct JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 : public JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B { public: // System.Collections.Generic.Dictionary`2 OVRSimpleJSON.JSONObject::m_Dict Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * ___m_Dict_6; // System.Boolean OVRSimpleJSON.JSONObject::inline bool ___inline_7; public: inline static int32_t get_offset_of_m_Dict_6() { return static_cast(offsetof(JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4, ___m_Dict_6)); } inline Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * get_m_Dict_6() const { return ___m_Dict_6; } inline Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A ** get_address_of_m_Dict_6() { return &___m_Dict_6; } inline void set_m_Dict_6(Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * value) { ___m_Dict_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Dict_6), (void*)value); } inline static int32_t get_offset_of_inline_7() { return static_cast(offsetof(JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4, ___inline_7)); } inline bool get_inline_7() const { return ___inline_7; } inline bool* get_address_of_inline_7() { return &___inline_7; } inline void set_inline_7(bool value) { ___inline_7 = value; } }; // OVRSimpleJSON.JSONString struct JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 : public JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B { public: // System.String OVRSimpleJSON.JSONString::m_Data String_t* ___m_Data_6; public: inline static int32_t get_offset_of_m_Data_6() { return static_cast(offsetof(JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416, ___m_Data_6)); } inline String_t* get_m_Data_6() const { return ___m_Data_6; } inline String_t** get_address_of_m_Data_6() { return &___m_Data_6; } inline void set_m_Data_6(String_t* value) { ___m_Data_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Data_6), (void*)value); } }; // OVRCameraComposition struct OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 : public OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 { public: // UnityEngine.GameObject OVRCameraComposition::cameraFramePlaneObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___cameraFramePlaneObject_4; // System.Single OVRCameraComposition::cameraFramePlaneDistance float ___cameraFramePlaneDistance_5; // System.Boolean OVRCameraComposition::hasCameraDeviceOpened bool ___hasCameraDeviceOpened_6; // OVRPlugin/CameraDevice OVRCameraComposition::cameraDevice int32_t ___cameraDevice_7; // UnityEngine.Mesh OVRCameraComposition::boundaryMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___boundaryMesh_8; // System.Single OVRCameraComposition::boundaryMeshTopY float ___boundaryMeshTopY_9; // System.Single OVRCameraComposition::boundaryMeshBottomY float ___boundaryMeshBottomY_10; // OVRManager/VirtualGreenScreenType OVRCameraComposition::boundaryMeshType int32_t ___boundaryMeshType_11; // OVRCameraComposition/OVRCameraFrameCompositionManager OVRCameraComposition::cameraFrameCompositionManager OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A * ___cameraFrameCompositionManager_12; // System.Boolean OVRCameraComposition::nullcameraRigWarningDisplayed bool ___nullcameraRigWarningDisplayed_13; public: inline static int32_t get_offset_of_cameraFramePlaneObject_4() { return static_cast(offsetof(OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049, ___cameraFramePlaneObject_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_cameraFramePlaneObject_4() const { return ___cameraFramePlaneObject_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_cameraFramePlaneObject_4() { return &___cameraFramePlaneObject_4; } inline void set_cameraFramePlaneObject_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___cameraFramePlaneObject_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraFramePlaneObject_4), (void*)value); } inline static int32_t get_offset_of_cameraFramePlaneDistance_5() { return static_cast(offsetof(OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049, ___cameraFramePlaneDistance_5)); } inline float get_cameraFramePlaneDistance_5() const { return ___cameraFramePlaneDistance_5; } inline float* get_address_of_cameraFramePlaneDistance_5() { return &___cameraFramePlaneDistance_5; } inline void set_cameraFramePlaneDistance_5(float value) { ___cameraFramePlaneDistance_5 = value; } inline static int32_t get_offset_of_hasCameraDeviceOpened_6() { return static_cast(offsetof(OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049, ___hasCameraDeviceOpened_6)); } inline bool get_hasCameraDeviceOpened_6() const { return ___hasCameraDeviceOpened_6; } inline bool* get_address_of_hasCameraDeviceOpened_6() { return &___hasCameraDeviceOpened_6; } inline void set_hasCameraDeviceOpened_6(bool value) { ___hasCameraDeviceOpened_6 = value; } inline static int32_t get_offset_of_cameraDevice_7() { return static_cast(offsetof(OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049, ___cameraDevice_7)); } inline int32_t get_cameraDevice_7() const { return ___cameraDevice_7; } inline int32_t* get_address_of_cameraDevice_7() { return &___cameraDevice_7; } inline void set_cameraDevice_7(int32_t value) { ___cameraDevice_7 = value; } inline static int32_t get_offset_of_boundaryMesh_8() { return static_cast(offsetof(OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049, ___boundaryMesh_8)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_boundaryMesh_8() const { return ___boundaryMesh_8; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_boundaryMesh_8() { return &___boundaryMesh_8; } inline void set_boundaryMesh_8(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___boundaryMesh_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___boundaryMesh_8), (void*)value); } inline static int32_t get_offset_of_boundaryMeshTopY_9() { return static_cast(offsetof(OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049, ___boundaryMeshTopY_9)); } inline float get_boundaryMeshTopY_9() const { return ___boundaryMeshTopY_9; } inline float* get_address_of_boundaryMeshTopY_9() { return &___boundaryMeshTopY_9; } inline void set_boundaryMeshTopY_9(float value) { ___boundaryMeshTopY_9 = value; } inline static int32_t get_offset_of_boundaryMeshBottomY_10() { return static_cast(offsetof(OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049, ___boundaryMeshBottomY_10)); } inline float get_boundaryMeshBottomY_10() const { return ___boundaryMeshBottomY_10; } inline float* get_address_of_boundaryMeshBottomY_10() { return &___boundaryMeshBottomY_10; } inline void set_boundaryMeshBottomY_10(float value) { ___boundaryMeshBottomY_10 = value; } inline static int32_t get_offset_of_boundaryMeshType_11() { return static_cast(offsetof(OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049, ___boundaryMeshType_11)); } inline int32_t get_boundaryMeshType_11() const { return ___boundaryMeshType_11; } inline int32_t* get_address_of_boundaryMeshType_11() { return &___boundaryMeshType_11; } inline void set_boundaryMeshType_11(int32_t value) { ___boundaryMeshType_11 = value; } inline static int32_t get_offset_of_cameraFrameCompositionManager_12() { return static_cast(offsetof(OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049, ___cameraFrameCompositionManager_12)); } inline OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A * get_cameraFrameCompositionManager_12() const { return ___cameraFrameCompositionManager_12; } inline OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A ** get_address_of_cameraFrameCompositionManager_12() { return &___cameraFrameCompositionManager_12; } inline void set_cameraFrameCompositionManager_12(OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A * value) { ___cameraFrameCompositionManager_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraFrameCompositionManager_12), (void*)value); } inline static int32_t get_offset_of_nullcameraRigWarningDisplayed_13() { return static_cast(offsetof(OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049, ___nullcameraRigWarningDisplayed_13)); } inline bool get_nullcameraRigWarningDisplayed_13() const { return ___nullcameraRigWarningDisplayed_13; } inline bool* get_address_of_nullcameraRigWarningDisplayed_13() { return &___nullcameraRigWarningDisplayed_13; } inline void set_nullcameraRigWarningDisplayed_13(bool value) { ___nullcameraRigWarningDisplayed_13 = value; } }; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.VREvent_Data_t struct VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9 { public: union { #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_Reserved_t OVR.OpenVR.VREvent_Data_t::reserved VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93 ___reserved_0; }; #pragma pack(pop, tp) struct { VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93 ___reserved_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_Controller_t OVR.OpenVR.VREvent_Data_t::controller VREvent_Controller_t_t7901CAEC2435CBEC07DDD734DB1FF75EEF1D14D2 ___controller_1; }; #pragma pack(pop, tp) struct { VREvent_Controller_t_t7901CAEC2435CBEC07DDD734DB1FF75EEF1D14D2 ___controller_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_Mouse_t OVR.OpenVR.VREvent_Data_t::mouse VREvent_Mouse_t_t71A8C3803F8452B6F9944C40BF17E636F3E3F7B2 ___mouse_2; }; #pragma pack(pop, tp) struct { VREvent_Mouse_t_t71A8C3803F8452B6F9944C40BF17E636F3E3F7B2 ___mouse_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_Scroll_t OVR.OpenVR.VREvent_Data_t::scroll VREvent_Scroll_t_t840E62C8334B96AA55B638DEC55A7F6281AF3E11 ___scroll_3; }; #pragma pack(pop, tp) struct { VREvent_Scroll_t_t840E62C8334B96AA55B638DEC55A7F6281AF3E11 ___scroll_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_Process_t OVR.OpenVR.VREvent_Data_t::process VREvent_Process_t_tD0A81C075BE50722A8050A1F52B019DD21E3B234 ___process_4; }; #pragma pack(pop, tp) struct { VREvent_Process_t_tD0A81C075BE50722A8050A1F52B019DD21E3B234 ___process_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_Notification_t OVR.OpenVR.VREvent_Data_t::notification VREvent_Notification_t_tBDE6B9394AF6CDA45225B3D47559E26146248392 ___notification_5; }; #pragma pack(pop, tp) struct { VREvent_Notification_t_tBDE6B9394AF6CDA45225B3D47559E26146248392 ___notification_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_Overlay_t OVR.OpenVR.VREvent_Data_t::overlay VREvent_Overlay_t_t632E13166289B6C53D8101DB872090C6BBE01CA2 ___overlay_6; }; #pragma pack(pop, tp) struct { VREvent_Overlay_t_t632E13166289B6C53D8101DB872090C6BBE01CA2 ___overlay_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_Status_t OVR.OpenVR.VREvent_Data_t::status VREvent_Status_t_tA17A7CFCF74EA589C82CA7CC32B75A68FE030757 ___status_7; }; #pragma pack(pop, tp) struct { VREvent_Status_t_tA17A7CFCF74EA589C82CA7CC32B75A68FE030757 ___status_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_Ipd_t OVR.OpenVR.VREvent_Data_t::ipd VREvent_Ipd_t_tF6DB2AE61DCC798F45C0C7F06D9C9C4AAB64A3C5 ___ipd_8; }; #pragma pack(pop, tp) struct { VREvent_Ipd_t_tF6DB2AE61DCC798F45C0C7F06D9C9C4AAB64A3C5 ___ipd_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_Chaperone_t OVR.OpenVR.VREvent_Data_t::chaperone VREvent_Chaperone_t_t639304DC478D06E54F1DD3E0814A67F976D0D42B ___chaperone_9; }; #pragma pack(pop, tp) struct { VREvent_Chaperone_t_t639304DC478D06E54F1DD3E0814A67F976D0D42B ___chaperone_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_PerformanceTest_t OVR.OpenVR.VREvent_Data_t::performanceTest VREvent_PerformanceTest_t_tB713B9352793F28D06C246E97F9160FDC1487F81 ___performanceTest_10; }; #pragma pack(pop, tp) struct { VREvent_PerformanceTest_t_tB713B9352793F28D06C246E97F9160FDC1487F81 ___performanceTest_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_TouchPadMove_t OVR.OpenVR.VREvent_Data_t::touchPadMove VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162 ___touchPadMove_11; }; #pragma pack(pop, tp) struct { VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162 ___touchPadMove_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_SeatedZeroPoseReset_t OVR.OpenVR.VREvent_Data_t::seatedZeroPoseReset VREvent_SeatedZeroPoseReset_t_tC10E049353C682B105C3380A4C3E6E3709739D31 ___seatedZeroPoseReset_12; }; #pragma pack(pop, tp) struct { VREvent_SeatedZeroPoseReset_t_tC10E049353C682B105C3380A4C3E6E3709739D31 ___seatedZeroPoseReset_12_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_Screenshot_t OVR.OpenVR.VREvent_Data_t::screenshot VREvent_Screenshot_t_t69336B08BB167BAB953BCAA673649C3C4DF02272 ___screenshot_13; }; #pragma pack(pop, tp) struct { VREvent_Screenshot_t_t69336B08BB167BAB953BCAA673649C3C4DF02272 ___screenshot_13_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_ScreenshotProgress_t OVR.OpenVR.VREvent_Data_t::screenshotProgress VREvent_ScreenshotProgress_t_t1706A45792D9D2C11DABECC1750AD6B8F2E664A1 ___screenshotProgress_14; }; #pragma pack(pop, tp) struct { VREvent_ScreenshotProgress_t_t1706A45792D9D2C11DABECC1750AD6B8F2E664A1 ___screenshotProgress_14_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_ApplicationLaunch_t OVR.OpenVR.VREvent_Data_t::applicationLaunch VREvent_ApplicationLaunch_t_t02701E4611F42EDF610D282B3D56D9BCC7A72408 ___applicationLaunch_15; }; #pragma pack(pop, tp) struct { VREvent_ApplicationLaunch_t_t02701E4611F42EDF610D282B3D56D9BCC7A72408 ___applicationLaunch_15_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_EditingCameraSurface_t OVR.OpenVR.VREvent_Data_t::cameraSurface VREvent_EditingCameraSurface_t_t01D52345885D2256A62E54942F66312E28523829 ___cameraSurface_16; }; #pragma pack(pop, tp) struct { VREvent_EditingCameraSurface_t_t01D52345885D2256A62E54942F66312E28523829 ___cameraSurface_16_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_MessageOverlay_t OVR.OpenVR.VREvent_Data_t::messageOverlay VREvent_MessageOverlay_t_tB5BD1A125CD235523A66E4F2211B33AE21271AB1 ___messageOverlay_17; }; #pragma pack(pop, tp) struct { VREvent_MessageOverlay_t_tB5BD1A125CD235523A66E4F2211B33AE21271AB1 ___messageOverlay_17_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_Property_t OVR.OpenVR.VREvent_Data_t::property VREvent_Property_t_tA37318C2EEBD6076D37DBFC4292B8AB08C7463BF ___property_18; }; #pragma pack(pop, tp) struct { VREvent_Property_t_tA37318C2EEBD6076D37DBFC4292B8AB08C7463BF ___property_18_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_DualAnalog_t OVR.OpenVR.VREvent_Data_t::dualAnalog VREvent_DualAnalog_t_tA0C664C3472F62AA3ED7EAD6EA44E325A866FC3F ___dualAnalog_19; }; #pragma pack(pop, tp) struct { VREvent_DualAnalog_t_tA0C664C3472F62AA3ED7EAD6EA44E325A866FC3F ___dualAnalog_19_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_HapticVibration_t OVR.OpenVR.VREvent_Data_t::hapticVibration VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD ___hapticVibration_20; }; #pragma pack(pop, tp) struct { VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD ___hapticVibration_20_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_WebConsole_t OVR.OpenVR.VREvent_Data_t::webConsole VREvent_WebConsole_t_t6B3C308911E6DD82D6C6C6FB814FB28FDADB6EB2 ___webConsole_21; }; #pragma pack(pop, tp) struct { VREvent_WebConsole_t_t6B3C308911E6DD82D6C6C6FB814FB28FDADB6EB2 ___webConsole_21_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_InputBindingLoad_t OVR.OpenVR.VREvent_Data_t::inputBinding VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639 ___inputBinding_22; }; #pragma pack(pop, tp) struct { VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639 ___inputBinding_22_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_SpatialAnchor_t OVR.OpenVR.VREvent_Data_t::spatialAnchor VREvent_SpatialAnchor_t_t3C8488E016948B0ACEA713F5CE36D86A0AD4B8C6 ___spatialAnchor_23; }; #pragma pack(pop, tp) struct { VREvent_SpatialAnchor_t_t3C8488E016948B0ACEA713F5CE36D86A0AD4B8C6 ___spatialAnchor_23_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.VREvent_Keyboard_t OVR.OpenVR.VREvent_Data_t::keyboard VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056 ___keyboard_24; }; #pragma pack(pop, tp) struct { VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056 ___keyboard_24_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_reserved_0() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___reserved_0)); } inline VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93 get_reserved_0() const { return ___reserved_0; } inline VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93 * get_address_of_reserved_0() { return &___reserved_0; } inline void set_reserved_0(VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93 value) { ___reserved_0 = value; } inline static int32_t get_offset_of_controller_1() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___controller_1)); } inline VREvent_Controller_t_t7901CAEC2435CBEC07DDD734DB1FF75EEF1D14D2 get_controller_1() const { return ___controller_1; } inline VREvent_Controller_t_t7901CAEC2435CBEC07DDD734DB1FF75EEF1D14D2 * get_address_of_controller_1() { return &___controller_1; } inline void set_controller_1(VREvent_Controller_t_t7901CAEC2435CBEC07DDD734DB1FF75EEF1D14D2 value) { ___controller_1 = value; } inline static int32_t get_offset_of_mouse_2() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___mouse_2)); } inline VREvent_Mouse_t_t71A8C3803F8452B6F9944C40BF17E636F3E3F7B2 get_mouse_2() const { return ___mouse_2; } inline VREvent_Mouse_t_t71A8C3803F8452B6F9944C40BF17E636F3E3F7B2 * get_address_of_mouse_2() { return &___mouse_2; } inline void set_mouse_2(VREvent_Mouse_t_t71A8C3803F8452B6F9944C40BF17E636F3E3F7B2 value) { ___mouse_2 = value; } inline static int32_t get_offset_of_scroll_3() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___scroll_3)); } inline VREvent_Scroll_t_t840E62C8334B96AA55B638DEC55A7F6281AF3E11 get_scroll_3() const { return ___scroll_3; } inline VREvent_Scroll_t_t840E62C8334B96AA55B638DEC55A7F6281AF3E11 * get_address_of_scroll_3() { return &___scroll_3; } inline void set_scroll_3(VREvent_Scroll_t_t840E62C8334B96AA55B638DEC55A7F6281AF3E11 value) { ___scroll_3 = value; } inline static int32_t get_offset_of_process_4() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___process_4)); } inline VREvent_Process_t_tD0A81C075BE50722A8050A1F52B019DD21E3B234 get_process_4() const { return ___process_4; } inline VREvent_Process_t_tD0A81C075BE50722A8050A1F52B019DD21E3B234 * get_address_of_process_4() { return &___process_4; } inline void set_process_4(VREvent_Process_t_tD0A81C075BE50722A8050A1F52B019DD21E3B234 value) { ___process_4 = value; } inline static int32_t get_offset_of_notification_5() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___notification_5)); } inline VREvent_Notification_t_tBDE6B9394AF6CDA45225B3D47559E26146248392 get_notification_5() const { return ___notification_5; } inline VREvent_Notification_t_tBDE6B9394AF6CDA45225B3D47559E26146248392 * get_address_of_notification_5() { return &___notification_5; } inline void set_notification_5(VREvent_Notification_t_tBDE6B9394AF6CDA45225B3D47559E26146248392 value) { ___notification_5 = value; } inline static int32_t get_offset_of_overlay_6() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___overlay_6)); } inline VREvent_Overlay_t_t632E13166289B6C53D8101DB872090C6BBE01CA2 get_overlay_6() const { return ___overlay_6; } inline VREvent_Overlay_t_t632E13166289B6C53D8101DB872090C6BBE01CA2 * get_address_of_overlay_6() { return &___overlay_6; } inline void set_overlay_6(VREvent_Overlay_t_t632E13166289B6C53D8101DB872090C6BBE01CA2 value) { ___overlay_6 = value; } inline static int32_t get_offset_of_status_7() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___status_7)); } inline VREvent_Status_t_tA17A7CFCF74EA589C82CA7CC32B75A68FE030757 get_status_7() const { return ___status_7; } inline VREvent_Status_t_tA17A7CFCF74EA589C82CA7CC32B75A68FE030757 * get_address_of_status_7() { return &___status_7; } inline void set_status_7(VREvent_Status_t_tA17A7CFCF74EA589C82CA7CC32B75A68FE030757 value) { ___status_7 = value; } inline static int32_t get_offset_of_ipd_8() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___ipd_8)); } inline VREvent_Ipd_t_tF6DB2AE61DCC798F45C0C7F06D9C9C4AAB64A3C5 get_ipd_8() const { return ___ipd_8; } inline VREvent_Ipd_t_tF6DB2AE61DCC798F45C0C7F06D9C9C4AAB64A3C5 * get_address_of_ipd_8() { return &___ipd_8; } inline void set_ipd_8(VREvent_Ipd_t_tF6DB2AE61DCC798F45C0C7F06D9C9C4AAB64A3C5 value) { ___ipd_8 = value; } inline static int32_t get_offset_of_chaperone_9() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___chaperone_9)); } inline VREvent_Chaperone_t_t639304DC478D06E54F1DD3E0814A67F976D0D42B get_chaperone_9() const { return ___chaperone_9; } inline VREvent_Chaperone_t_t639304DC478D06E54F1DD3E0814A67F976D0D42B * get_address_of_chaperone_9() { return &___chaperone_9; } inline void set_chaperone_9(VREvent_Chaperone_t_t639304DC478D06E54F1DD3E0814A67F976D0D42B value) { ___chaperone_9 = value; } inline static int32_t get_offset_of_performanceTest_10() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___performanceTest_10)); } inline VREvent_PerformanceTest_t_tB713B9352793F28D06C246E97F9160FDC1487F81 get_performanceTest_10() const { return ___performanceTest_10; } inline VREvent_PerformanceTest_t_tB713B9352793F28D06C246E97F9160FDC1487F81 * get_address_of_performanceTest_10() { return &___performanceTest_10; } inline void set_performanceTest_10(VREvent_PerformanceTest_t_tB713B9352793F28D06C246E97F9160FDC1487F81 value) { ___performanceTest_10 = value; } inline static int32_t get_offset_of_touchPadMove_11() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___touchPadMove_11)); } inline VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162 get_touchPadMove_11() const { return ___touchPadMove_11; } inline VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162 * get_address_of_touchPadMove_11() { return &___touchPadMove_11; } inline void set_touchPadMove_11(VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162 value) { ___touchPadMove_11 = value; } inline static int32_t get_offset_of_seatedZeroPoseReset_12() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___seatedZeroPoseReset_12)); } inline VREvent_SeatedZeroPoseReset_t_tC10E049353C682B105C3380A4C3E6E3709739D31 get_seatedZeroPoseReset_12() const { return ___seatedZeroPoseReset_12; } inline VREvent_SeatedZeroPoseReset_t_tC10E049353C682B105C3380A4C3E6E3709739D31 * get_address_of_seatedZeroPoseReset_12() { return &___seatedZeroPoseReset_12; } inline void set_seatedZeroPoseReset_12(VREvent_SeatedZeroPoseReset_t_tC10E049353C682B105C3380A4C3E6E3709739D31 value) { ___seatedZeroPoseReset_12 = value; } inline static int32_t get_offset_of_screenshot_13() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___screenshot_13)); } inline VREvent_Screenshot_t_t69336B08BB167BAB953BCAA673649C3C4DF02272 get_screenshot_13() const { return ___screenshot_13; } inline VREvent_Screenshot_t_t69336B08BB167BAB953BCAA673649C3C4DF02272 * get_address_of_screenshot_13() { return &___screenshot_13; } inline void set_screenshot_13(VREvent_Screenshot_t_t69336B08BB167BAB953BCAA673649C3C4DF02272 value) { ___screenshot_13 = value; } inline static int32_t get_offset_of_screenshotProgress_14() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___screenshotProgress_14)); } inline VREvent_ScreenshotProgress_t_t1706A45792D9D2C11DABECC1750AD6B8F2E664A1 get_screenshotProgress_14() const { return ___screenshotProgress_14; } inline VREvent_ScreenshotProgress_t_t1706A45792D9D2C11DABECC1750AD6B8F2E664A1 * get_address_of_screenshotProgress_14() { return &___screenshotProgress_14; } inline void set_screenshotProgress_14(VREvent_ScreenshotProgress_t_t1706A45792D9D2C11DABECC1750AD6B8F2E664A1 value) { ___screenshotProgress_14 = value; } inline static int32_t get_offset_of_applicationLaunch_15() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___applicationLaunch_15)); } inline VREvent_ApplicationLaunch_t_t02701E4611F42EDF610D282B3D56D9BCC7A72408 get_applicationLaunch_15() const { return ___applicationLaunch_15; } inline VREvent_ApplicationLaunch_t_t02701E4611F42EDF610D282B3D56D9BCC7A72408 * get_address_of_applicationLaunch_15() { return &___applicationLaunch_15; } inline void set_applicationLaunch_15(VREvent_ApplicationLaunch_t_t02701E4611F42EDF610D282B3D56D9BCC7A72408 value) { ___applicationLaunch_15 = value; } inline static int32_t get_offset_of_cameraSurface_16() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___cameraSurface_16)); } inline VREvent_EditingCameraSurface_t_t01D52345885D2256A62E54942F66312E28523829 get_cameraSurface_16() const { return ___cameraSurface_16; } inline VREvent_EditingCameraSurface_t_t01D52345885D2256A62E54942F66312E28523829 * get_address_of_cameraSurface_16() { return &___cameraSurface_16; } inline void set_cameraSurface_16(VREvent_EditingCameraSurface_t_t01D52345885D2256A62E54942F66312E28523829 value) { ___cameraSurface_16 = value; } inline static int32_t get_offset_of_messageOverlay_17() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___messageOverlay_17)); } inline VREvent_MessageOverlay_t_tB5BD1A125CD235523A66E4F2211B33AE21271AB1 get_messageOverlay_17() const { return ___messageOverlay_17; } inline VREvent_MessageOverlay_t_tB5BD1A125CD235523A66E4F2211B33AE21271AB1 * get_address_of_messageOverlay_17() { return &___messageOverlay_17; } inline void set_messageOverlay_17(VREvent_MessageOverlay_t_tB5BD1A125CD235523A66E4F2211B33AE21271AB1 value) { ___messageOverlay_17 = value; } inline static int32_t get_offset_of_property_18() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___property_18)); } inline VREvent_Property_t_tA37318C2EEBD6076D37DBFC4292B8AB08C7463BF get_property_18() const { return ___property_18; } inline VREvent_Property_t_tA37318C2EEBD6076D37DBFC4292B8AB08C7463BF * get_address_of_property_18() { return &___property_18; } inline void set_property_18(VREvent_Property_t_tA37318C2EEBD6076D37DBFC4292B8AB08C7463BF value) { ___property_18 = value; } inline static int32_t get_offset_of_dualAnalog_19() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___dualAnalog_19)); } inline VREvent_DualAnalog_t_tA0C664C3472F62AA3ED7EAD6EA44E325A866FC3F get_dualAnalog_19() const { return ___dualAnalog_19; } inline VREvent_DualAnalog_t_tA0C664C3472F62AA3ED7EAD6EA44E325A866FC3F * get_address_of_dualAnalog_19() { return &___dualAnalog_19; } inline void set_dualAnalog_19(VREvent_DualAnalog_t_tA0C664C3472F62AA3ED7EAD6EA44E325A866FC3F value) { ___dualAnalog_19 = value; } inline static int32_t get_offset_of_hapticVibration_20() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___hapticVibration_20)); } inline VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD get_hapticVibration_20() const { return ___hapticVibration_20; } inline VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD * get_address_of_hapticVibration_20() { return &___hapticVibration_20; } inline void set_hapticVibration_20(VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD value) { ___hapticVibration_20 = value; } inline static int32_t get_offset_of_webConsole_21() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___webConsole_21)); } inline VREvent_WebConsole_t_t6B3C308911E6DD82D6C6C6FB814FB28FDADB6EB2 get_webConsole_21() const { return ___webConsole_21; } inline VREvent_WebConsole_t_t6B3C308911E6DD82D6C6C6FB814FB28FDADB6EB2 * get_address_of_webConsole_21() { return &___webConsole_21; } inline void set_webConsole_21(VREvent_WebConsole_t_t6B3C308911E6DD82D6C6C6FB814FB28FDADB6EB2 value) { ___webConsole_21 = value; } inline static int32_t get_offset_of_inputBinding_22() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___inputBinding_22)); } inline VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639 get_inputBinding_22() const { return ___inputBinding_22; } inline VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639 * get_address_of_inputBinding_22() { return &___inputBinding_22; } inline void set_inputBinding_22(VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639 value) { ___inputBinding_22 = value; } inline static int32_t get_offset_of_spatialAnchor_23() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___spatialAnchor_23)); } inline VREvent_SpatialAnchor_t_t3C8488E016948B0ACEA713F5CE36D86A0AD4B8C6 get_spatialAnchor_23() const { return ___spatialAnchor_23; } inline VREvent_SpatialAnchor_t_t3C8488E016948B0ACEA713F5CE36D86A0AD4B8C6 * get_address_of_spatialAnchor_23() { return &___spatialAnchor_23; } inline void set_spatialAnchor_23(VREvent_SpatialAnchor_t_t3C8488E016948B0ACEA713F5CE36D86A0AD4B8C6 value) { ___spatialAnchor_23 = value; } inline static int32_t get_offset_of_keyboard_24() { return static_cast(offsetof(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9, ___keyboard_24)); } inline VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056 get_keyboard_24() const { return ___keyboard_24; } inline VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056 * get_address_of_keyboard_24() { return &___keyboard_24; } inline void set_keyboard_24(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056 value) { ___keyboard_24 = value; } }; // UnityEngine.XR.XRDisplaySubsystem struct XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 : public IntegratedSubsystem_1_t2737E0F52E6DC7B2E3D42D1B05C5FD7C9FDE4EA4 { public: // System.Action`1 UnityEngine.XR.XRDisplaySubsystem::displayFocusChanged Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * ___displayFocusChanged_2; public: inline static int32_t get_offset_of_displayFocusChanged_2() { return static_cast(offsetof(XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93, ___displayFocusChanged_2)); } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * get_displayFocusChanged_2() const { return ___displayFocusChanged_2; } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 ** get_address_of_displayFocusChanged_2() { return &___displayFocusChanged_2; } inline void set_displayFocusChanged_2(Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * value) { ___displayFocusChanged_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayFocusChanged_2), (void*)value); } }; // OVR.OpenVR.CVRRenderModels/_GetComponentStatePacked struct _GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.CVRSystem/_GetControllerStatePacked struct _GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.CVRSystem/_GetControllerStateWithPosePacked struct _GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_AddApplicationManifest struct _AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_CancelApplicationLaunch struct _CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetApplicationAutoLaunch struct _GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetApplicationCount struct _GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetApplicationKeyByIndex struct _GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetApplicationKeyByProcessId struct _GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetApplicationLaunchArguments struct _GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetApplicationProcessId struct _GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyBool struct _GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyString struct _GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyUint64 struct _GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetApplicationSupportedMimeTypes struct _GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetApplicationsErrorNameFromEnum struct _GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetApplicationsThatSupportMimeType struct _GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetApplicationsTransitionStateNameFromEnum struct _GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetCurrentSceneProcessId struct _GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetDefaultApplicationForMimeType struct _GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetStartingApplication struct _GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_GetTransitionState struct _GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_IdentifyApplication struct _IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_IsApplicationInstalled struct _IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_IsQuitUserPromptRequested struct _IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_LaunchApplication struct _LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_LaunchApplicationFromMimeType struct _LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_LaunchDashboardOverlay struct _LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_LaunchInternalProcess struct _LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_LaunchTemplateApplication struct _LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_PerformApplicationPrelaunchCheck struct _PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_RemoveApplicationManifest struct _RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_SetApplicationAutoLaunch struct _SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRApplications/_SetDefaultApplicationForMimeType struct _SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperone/_AreBoundsVisible struct _AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperone/_ForceBoundsVisible struct _ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperone/_GetBoundsColor struct _GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperone/_GetCalibrationState struct _GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperone/_GetPlayAreaRect struct _GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperone/_GetPlayAreaSize struct _GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperone/_ReloadInfo struct _ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperone/_SetSceneColor struct _SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_CommitWorkingCopy struct _CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_ExportLiveToBuffer struct _ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsInfo struct _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsTagsInfo struct _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_GetLivePhysicalBoundsInfo struct _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveSeatedZeroPoseToRawTrackingPose struct _GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingCollisionBoundsInfo struct _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaRect struct _GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaSize struct _GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingSeatedZeroPoseToRawTrackingPose struct _GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingStandingZeroPoseToRawTrackingPose struct _GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_ImportFromBufferToWorking struct _ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_ReloadFromDisk struct _ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_RevertWorkingCopy struct _RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsInfo struct _SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsTagsInfo struct _SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPhysicalBoundsInfo struct _SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPlayAreaSize struct _SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingSeatedZeroPoseToRawTrackingPose struct _SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingStandingZeroPoseToRawTrackingPose struct _SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_CanRenderScene struct _CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_ClearLastSubmittedFrame struct _ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_ClearSkyboxOverride struct _ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_CompositorBringToFront struct _CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_CompositorDumpImages struct _CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_CompositorGoToBack struct _CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_CompositorQuit struct _CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_FadeGrid struct _FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_FadeToColor struct _FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_ForceInterleavedReprojectionOn struct _ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_ForceReconnectProcess struct _ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetCumulativeStats struct _GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetCurrentFadeColor struct _GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetCurrentGridAlpha struct _GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetCurrentSceneFocusProcess struct _GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetFrameTimeRemaining struct _GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetLastFrameRenderer struct _GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetLastPoseForTrackedDeviceIndex struct _GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetLastPoses struct _GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetMirrorTextureD3D11 struct _GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetMirrorTextureGL struct _GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetTrackingSpace struct _GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetVulkanDeviceExtensionsRequired struct _GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetVulkanInstanceExtensionsRequired struct _GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_HideMirrorWindow struct _HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_IsFullscreen struct _IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_IsMirrorWindowVisible struct _IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_LockGLSharedTextureForAccess struct _LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_PostPresentHandoff struct _PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_ReleaseMirrorTextureD3D11 struct _ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_ReleaseSharedGLTexture struct _ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_SetExplicitTimingMode struct _SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_SetSkyboxOverride struct _SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_SetTrackingSpace struct _SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_ShouldAppRenderWithLowResources struct _ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_ShowMirrorWindow struct _ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_Submit struct _Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_SubmitExplicitTimingData struct _SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_SuspendRendering struct _SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_UnlockGLSharedTextureForAccess struct _UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_WaitGetPoses struct _WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRDriverManager/_GetDriverCount struct _GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRDriverManager/_GetDriverHandle struct _GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRDriverManager/_GetDriverName struct _GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRExtendedDisplay/_GetDXGIOutputInfo struct _GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRExtendedDisplay/_GetEyeOutputViewport struct _GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRExtendedDisplay/_GetWindowBounds struct _GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRIOBuffer/_Close struct _Close_t30F7271D4A3082A3224F324E33751831C512A584 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRIOBuffer/_Open struct _Open_t248EE84778C0AAE28929A8C359E6F97631938546 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRIOBuffer/_PropertyContainer struct _PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRIOBuffer/_Read struct _Read_t5629D20360F207B935C9F35CFE7B3D427746875B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRIOBuffer/_Write struct _Write_t3927BD214CE20924672841C01A54BE99E6610CF5 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_DecompressSkeletalBoneData struct _DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_GetActionHandle struct _GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_GetActionOrigins struct _GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_GetActionSetHandle struct _GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_GetAnalogActionData struct _GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_GetDigitalActionData struct _GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_GetInputSourceHandle struct _GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_GetOriginLocalizedName struct _GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_GetOriginTrackedDeviceInfo struct _GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_GetSkeletalActionData struct _GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_GetSkeletalBoneData struct _GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_GetSkeletalBoneDataCompressed struct _GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_SetActionManifestPath struct _SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_ShowActionOrigins struct _ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_ShowBindingsForActionSet struct _ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_TriggerHapticVibrationAction struct _TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_UpdateActionState struct _UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRNotifications/_CreateNotification struct _CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRNotifications/_RemoveNotification struct _RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_ClearOverlayTexture struct _ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_CloseMessageOverlay struct _CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_ComputeOverlayIntersection struct _ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_CreateDashboardOverlay struct _CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_CreateOverlay struct _CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_DestroyOverlay struct _DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_FindOverlay struct _FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetDashboardOverlaySceneProcess struct _GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetGamepadFocusOverlay struct _GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetHighQualityOverlay struct _GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetKeyboardText struct _GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayAlpha struct _GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayAutoCurveDistanceRangeInMeters struct _GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayColor struct _GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayDualAnalogTransform struct _GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayErrorNameFromEnum struct _GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayFlag struct _GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayFlags struct _GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayImageData struct _GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayInputMethod struct _GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayKey struct _GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayMouseScale struct _GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayName struct _GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayRenderModel struct _GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayRenderingPid struct _GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlaySortOrder struct _GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayTexelAspect struct _GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayTexture struct _GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayTextureBounds struct _GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayTextureColorSpace struct _GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayTextureSize struct _GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayTransformAbsolute struct _GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayTransformOverlayRelative struct _GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceComponent struct _GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceRelative struct _GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayTransformType struct _GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetOverlayWidthInMeters struct _GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetPrimaryDashboardDevice struct _GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_GetTransformForOverlayCoordinates struct _GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_HideKeyboard struct _HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_HideOverlay struct _HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_IsActiveDashboardOverlay struct _IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_IsDashboardVisible struct _IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_IsHoverTargetOverlay struct _IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_IsOverlayVisible struct _IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_MoveGamepadFocusToNeighbor struct _MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_ReleaseNativeOverlayHandle struct _ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetDashboardOverlaySceneProcess struct _SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetGamepadFocusOverlay struct _SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetHighQualityOverlay struct _SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetKeyboardPositionForOverlay struct _SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetKeyboardTransformAbsolute struct _SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayAlpha struct _SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayAutoCurveDistanceRangeInMeters struct _SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayColor struct _SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayDualAnalogTransform struct _SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayFlag struct _SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayFromFile struct _SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayInputMethod struct _SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayIntersectionMask struct _SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayMouseScale struct _SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayName struct _SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayNeighbor struct _SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayRaw struct _SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayRenderModel struct _SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayRenderingPid struct _SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlaySortOrder struct _SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayTexelAspect struct _SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayTexture struct _SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayTextureBounds struct _SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayTextureColorSpace struct _SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayTransformAbsolute struct _SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayTransformOverlayRelative struct _SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceComponent struct _SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceRelative struct _SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_SetOverlayWidthInMeters struct _SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_ShowDashboard struct _ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_ShowKeyboard struct _ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_ShowKeyboardForOverlay struct _ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_ShowMessageOverlay struct _ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_ShowOverlay struct _ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_FreeRenderModel struct _FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_FreeTexture struct _FreeTexture_tD249C561539875A7BD54E4568884571E7274F384 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_FreeTextureD3D11 struct _FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_GetComponentButtonMask struct _GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_GetComponentCount struct _GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_GetComponentName struct _GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_GetComponentRenderModelName struct _GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_GetComponentState struct _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_GetComponentStateForDevicePath struct _GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_GetRenderModelCount struct _GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_GetRenderModelErrorNameFromEnum struct _GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_GetRenderModelName struct _GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_GetRenderModelOriginalPath struct _GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_GetRenderModelThumbnailURL struct _GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_LoadIntoTextureD3D11_Async struct _LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_LoadRenderModel_Async struct _LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_LoadTextureD3D11_Async struct _LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_LoadTexture_Async struct _LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRRenderModels/_RenderModelHasComponent struct _RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRResources/_GetResourceFullPath struct _GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRResources/_LoadSharedResource struct _LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyFilename struct _GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyType struct _GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRScreenshots/_HookScreenshot struct _HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRScreenshots/_RequestScreenshot struct _RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRScreenshots/_SubmitScreenshot struct _SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRScreenshots/_TakeStereoScreenshot struct _TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRScreenshots/_UpdateScreenshotProgress struct _UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSettings/_GetBool struct _GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSettings/_GetFloat struct _GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSettings/_GetInt32 struct _GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSettings/_GetSettingsErrorNameFromEnum struct _GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSettings/_GetString struct _GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSettings/_RemoveKeyInSection struct _RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSettings/_RemoveSection struct _RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSettings/_SetBool struct _SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSettings/_SetFloat struct _SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSettings/_SetInt32 struct _SetInt32_t331327F67192F344816533CACECA2DC544A25D8A : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSettings/_SetString struct _SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSettings/_Sync struct _Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromDescriptor struct _CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromPose struct _CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorDescriptor struct _GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorPose struct _GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_Exiting struct _AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_UserPrompt struct _AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_ApplyTransform struct _ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_ComputeDistortion struct _ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_DriverDebugRequest struct _DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetArrayTrackedDeviceProperty struct _GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetBoolTrackedDeviceProperty struct _GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetButtonIdNameFromEnum struct _GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetControllerAxisTypeNameFromEnum struct _GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetControllerRoleForTrackedDeviceIndex struct _GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetControllerState struct _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetControllerStateWithPose struct _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetD3D9AdapterIndex struct _GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetDXGIOutputInfo struct _GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetDeviceToAbsoluteTrackingPose struct _GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetEventTypeNameFromEnum struct _GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetEyeToHeadTransform struct _GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetFloatTrackedDeviceProperty struct _GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetHiddenAreaMesh struct _GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetInt32TrackedDeviceProperty struct _GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetMatrix34TrackedDeviceProperty struct _GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetOutputDevice struct _GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetProjectionMatrix struct _GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetProjectionRaw struct _GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetPropErrorNameFromEnum struct _GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetRawZeroPoseToStandingAbsoluteTrackingPose struct _GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetRecommendedRenderTargetSize struct _GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetSeatedZeroPoseToStandingAbsoluteTrackingPose struct _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetSortedTrackedDeviceIndicesOfClass struct _GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetStringTrackedDeviceProperty struct _GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetTimeSinceLastVsync struct _GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceActivityLevel struct _GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceClass struct _GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceIndexForControllerRole struct _GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_GetUint64TrackedDeviceProperty struct _GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_IsDisplayOnDesktop struct _IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_IsInputAvailable struct _IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_IsSteamVRDrawingControllers struct _IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_IsTrackedDeviceConnected struct _IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_PerformFirmwareUpdate struct _PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_ResetSeatedZeroPose struct _ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_SetDisplayVisibility struct _SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_ShouldApplicationPause struct _ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_ShouldApplicationReduceRenderingWork struct _ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_TriggerHapticPulse struct _TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRTrackedCamera/_AcquireVideoStreamingService struct _AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRTrackedCamera/_GetCameraErrorNameFromEnum struct _GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRTrackedCamera/_GetCameraFrameSize struct _GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRTrackedCamera/_GetCameraIntrinsics struct _GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRTrackedCamera/_GetCameraProjection struct _GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureSize struct _GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRTrackedCamera/_HasCamera struct _HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamTextureGL struct _ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamingService struct _ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151 : public MulticastDelegate_t { public: public: }; // OVRSimpleJSON.JSONNode/KeyEnumerator struct KeyEnumerator_t75A309176FA821D8B15AB63FA596AD00F9779DFA { public: // OVRSimpleJSON.JSONNode/Enumerator OVRSimpleJSON.JSONNode/KeyEnumerator::m_Enumerator Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C ___m_Enumerator_0; public: inline static int32_t get_offset_of_m_Enumerator_0() { return static_cast(offsetof(KeyEnumerator_t75A309176FA821D8B15AB63FA596AD00F9779DFA, ___m_Enumerator_0)); } inline Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C get_m_Enumerator_0() const { return ___m_Enumerator_0; } inline Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C * get_address_of_m_Enumerator_0() { return &___m_Enumerator_0; } inline void set_m_Enumerator_0(Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C value) { ___m_Enumerator_0 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Enumerator_0))->___m_Object_1))->___dictionary_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_Enumerator_0))->___m_Object_1))->___current_3))->___key_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_Enumerator_0))->___m_Object_1))->___current_3))->___value_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Enumerator_0))->___m_Array_2))->___list_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Enumerator_0))->___m_Array_2))->___current_3), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of OVRSimpleJSON.JSONNode/KeyEnumerator struct KeyEnumerator_t75A309176FA821D8B15AB63FA596AD00F9779DFA_marshaled_pinvoke { Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C_marshaled_pinvoke ___m_Enumerator_0; }; // Native definition for COM marshalling of OVRSimpleJSON.JSONNode/KeyEnumerator struct KeyEnumerator_t75A309176FA821D8B15AB63FA596AD00F9779DFA_marshaled_com { Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C_marshaled_com ___m_Enumerator_0; }; // OVRSimpleJSON.JSONNode/LinqEnumerator struct LinqEnumerator_t258BB0CE69076D2682489C8EBB49EDB14BBC4CAD : public RuntimeObject { public: // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode/LinqEnumerator::m_Node JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___m_Node_0; // OVRSimpleJSON.JSONNode/Enumerator OVRSimpleJSON.JSONNode/LinqEnumerator::m_Enumerator Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C ___m_Enumerator_1; public: inline static int32_t get_offset_of_m_Node_0() { return static_cast(offsetof(LinqEnumerator_t258BB0CE69076D2682489C8EBB49EDB14BBC4CAD, ___m_Node_0)); } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * get_m_Node_0() const { return ___m_Node_0; } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B ** get_address_of_m_Node_0() { return &___m_Node_0; } inline void set_m_Node_0(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * value) { ___m_Node_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Node_0), (void*)value); } inline static int32_t get_offset_of_m_Enumerator_1() { return static_cast(offsetof(LinqEnumerator_t258BB0CE69076D2682489C8EBB49EDB14BBC4CAD, ___m_Enumerator_1)); } inline Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C get_m_Enumerator_1() const { return ___m_Enumerator_1; } inline Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C * get_address_of_m_Enumerator_1() { return &___m_Enumerator_1; } inline void set_m_Enumerator_1(Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C value) { ___m_Enumerator_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Enumerator_1))->___m_Object_1))->___dictionary_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_Enumerator_1))->___m_Object_1))->___current_3))->___key_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_Enumerator_1))->___m_Object_1))->___current_3))->___value_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Enumerator_1))->___m_Array_2))->___list_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Enumerator_1))->___m_Array_2))->___current_3), (void*)NULL); #endif } }; // OVRSimpleJSON.JSONNode/ValueEnumerator struct ValueEnumerator_t58FD1B961488ACE4D7C748234156DB4C104C7893 { public: // OVRSimpleJSON.JSONNode/Enumerator OVRSimpleJSON.JSONNode/ValueEnumerator::m_Enumerator Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C ___m_Enumerator_0; public: inline static int32_t get_offset_of_m_Enumerator_0() { return static_cast(offsetof(ValueEnumerator_t58FD1B961488ACE4D7C748234156DB4C104C7893, ___m_Enumerator_0)); } inline Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C get_m_Enumerator_0() const { return ___m_Enumerator_0; } inline Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C * get_address_of_m_Enumerator_0() { return &___m_Enumerator_0; } inline void set_m_Enumerator_0(Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C value) { ___m_Enumerator_0 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Enumerator_0))->___m_Object_1))->___dictionary_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_Enumerator_0))->___m_Object_1))->___current_3))->___key_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_Enumerator_0))->___m_Object_1))->___current_3))->___value_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Enumerator_0))->___m_Array_2))->___list_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Enumerator_0))->___m_Array_2))->___current_3), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of OVRSimpleJSON.JSONNode/ValueEnumerator struct ValueEnumerator_t58FD1B961488ACE4D7C748234156DB4C104C7893_marshaled_pinvoke { Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C_marshaled_pinvoke ___m_Enumerator_0; }; // Native definition for COM marshalling of OVRSimpleJSON.JSONNode/ValueEnumerator struct ValueEnumerator_t58FD1B961488ACE4D7C748234156DB4C104C7893_marshaled_com { Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C_marshaled_com ___m_Enumerator_0; }; // OVRControllerTest/BoolMonitor/BoolGenerator struct BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 : public MulticastDelegate_t { public: public: }; // UnityEngine.Animator struct Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.AudioBehaviour struct AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.CapsuleCollider struct CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 : public Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 { public: public: }; // UnityEngine.MeshRenderer struct MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B : public Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // OVR.OpenVR.VREvent_t struct VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C { public: // System.UInt32 OVR.OpenVR.VREvent_t::eventType uint32_t ___eventType_0; // System.UInt32 OVR.OpenVR.VREvent_t::trackedDeviceIndex uint32_t ___trackedDeviceIndex_1; // System.Single OVR.OpenVR.VREvent_t::eventAgeSeconds float ___eventAgeSeconds_2; // OVR.OpenVR.VREvent_Data_t OVR.OpenVR.VREvent_t::data VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9 ___data_3; public: inline static int32_t get_offset_of_eventType_0() { return static_cast(offsetof(VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C, ___eventType_0)); } inline uint32_t get_eventType_0() const { return ___eventType_0; } inline uint32_t* get_address_of_eventType_0() { return &___eventType_0; } inline void set_eventType_0(uint32_t value) { ___eventType_0 = value; } inline static int32_t get_offset_of_trackedDeviceIndex_1() { return static_cast(offsetof(VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C, ___trackedDeviceIndex_1)); } inline uint32_t get_trackedDeviceIndex_1() const { return ___trackedDeviceIndex_1; } inline uint32_t* get_address_of_trackedDeviceIndex_1() { return &___trackedDeviceIndex_1; } inline void set_trackedDeviceIndex_1(uint32_t value) { ___trackedDeviceIndex_1 = value; } inline static int32_t get_offset_of_eventAgeSeconds_2() { return static_cast(offsetof(VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C, ___eventAgeSeconds_2)); } inline float get_eventAgeSeconds_2() const { return ___eventAgeSeconds_2; } inline float* get_address_of_eventAgeSeconds_2() { return &___eventAgeSeconds_2; } inline void set_eventAgeSeconds_2(float value) { ___eventAgeSeconds_2 = value; } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C, ___data_3)); } inline VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9 get_data_3() const { return ___data_3; } inline VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9 * get_address_of_data_3() { return &___data_3; } inline void set_data_3(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9 value) { ___data_3 = value; } }; // OVR.OpenVR.VREvent_t_Packed #pragma pack(push, tp, 4) struct VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2 { public: // System.UInt32 OVR.OpenVR.VREvent_t_Packed::eventType uint32_t ___eventType_0; // System.UInt32 OVR.OpenVR.VREvent_t_Packed::trackedDeviceIndex uint32_t ___trackedDeviceIndex_1; // System.Single OVR.OpenVR.VREvent_t_Packed::eventAgeSeconds float ___eventAgeSeconds_2; // OVR.OpenVR.VREvent_Data_t OVR.OpenVR.VREvent_t_Packed::data VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9 ___data_3; public: inline static int32_t get_offset_of_eventType_0() { return static_cast(offsetof(VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2, ___eventType_0)); } inline uint32_t get_eventType_0() const { return ___eventType_0; } inline uint32_t* get_address_of_eventType_0() { return &___eventType_0; } inline void set_eventType_0(uint32_t value) { ___eventType_0 = value; } inline static int32_t get_offset_of_trackedDeviceIndex_1() { return static_cast(offsetof(VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2, ___trackedDeviceIndex_1)); } inline uint32_t get_trackedDeviceIndex_1() const { return ___trackedDeviceIndex_1; } inline uint32_t* get_address_of_trackedDeviceIndex_1() { return &___trackedDeviceIndex_1; } inline void set_trackedDeviceIndex_1(uint32_t value) { ___trackedDeviceIndex_1 = value; } inline static int32_t get_offset_of_eventAgeSeconds_2() { return static_cast(offsetof(VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2, ___eventAgeSeconds_2)); } inline float get_eventAgeSeconds_2() const { return ___eventAgeSeconds_2; } inline float* get_address_of_eventAgeSeconds_2() { return &___eventAgeSeconds_2; } inline void set_eventAgeSeconds_2(float value) { ___eventAgeSeconds_2 = value; } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2, ___data_3)); } inline VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9 get_data_3() const { return ___data_3; } inline VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9 * get_address_of_data_3() { return &___data_3; } inline void set_data_3(VREvent_Data_t_t833ACCE16294AEBB5382245A64996DBBBA25CEC9 value) { ___data_3 = value; } }; #pragma pack(pop, tp) // OVR.OpenVR.IVRCompositor/_GetFrameTiming struct _GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRCompositor/_GetFrameTimings struct _GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRInput/_GetPoseActionData struct _GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1 : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamFrameBuffer struct _GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureD3D11 struct _GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureGL struct _GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370 : public MulticastDelegate_t { public: public: }; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B : public AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A { public: public: }; // LateLatching struct LateLatching_t477B8201E500843CD36C97D7C5C4E9CF353912E6 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // OVRAudioSourceTest struct OVRAudioSourceTest_tE3FEBA1ED3C344A3E74CAA58081FFA1B722EDE56 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single OVRAudioSourceTest::period float ___period_4; // System.Single OVRAudioSourceTest::nextActionTime float ___nextActionTime_5; public: inline static int32_t get_offset_of_period_4() { return static_cast(offsetof(OVRAudioSourceTest_tE3FEBA1ED3C344A3E74CAA58081FFA1B722EDE56, ___period_4)); } inline float get_period_4() const { return ___period_4; } inline float* get_address_of_period_4() { return &___period_4; } inline void set_period_4(float value) { ___period_4 = value; } inline static int32_t get_offset_of_nextActionTime_5() { return static_cast(offsetof(OVRAudioSourceTest_tE3FEBA1ED3C344A3E74CAA58081FFA1B722EDE56, ___nextActionTime_5)); } inline float get_nextActionTime_5() const { return ___nextActionTime_5; } inline float* get_address_of_nextActionTime_5() { return &___nextActionTime_5; } inline void set_nextActionTime_5(float value) { ___nextActionTime_5 = value; } }; // OVRAutoDestroyInMRC struct OVRAutoDestroyInMRC_t676EF9F92473EFE30AEC4ED33E075839FFB61052 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // OVRCameraRig struct OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform OVRCameraRig::k__BackingField Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___U3CtrackingSpaceU3Ek__BackingField_4; // UnityEngine.Transform OVRCameraRig::k__BackingField Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___U3CleftEyeAnchorU3Ek__BackingField_5; // UnityEngine.Transform OVRCameraRig::k__BackingField Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___U3CcenterEyeAnchorU3Ek__BackingField_6; // UnityEngine.Transform OVRCameraRig::k__BackingField Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___U3CrightEyeAnchorU3Ek__BackingField_7; // UnityEngine.Transform OVRCameraRig::k__BackingField Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___U3CleftHandAnchorU3Ek__BackingField_8; // UnityEngine.Transform OVRCameraRig::k__BackingField Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___U3CrightHandAnchorU3Ek__BackingField_9; // UnityEngine.Transform OVRCameraRig::k__BackingField Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___U3CleftControllerAnchorU3Ek__BackingField_10; // UnityEngine.Transform OVRCameraRig::k__BackingField Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___U3CrightControllerAnchorU3Ek__BackingField_11; // UnityEngine.Transform OVRCameraRig::k__BackingField Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___U3CtrackerAnchorU3Ek__BackingField_12; // System.Action`1 OVRCameraRig::UpdatedAnchors Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * ___UpdatedAnchors_13; // System.Boolean OVRCameraRig::usePerEyeCameras bool ___usePerEyeCameras_14; // System.Boolean OVRCameraRig::useFixedUpdateForTracking bool ___useFixedUpdateForTracking_15; // System.Boolean OVRCameraRig::disableEyeAnchorCameras bool ___disableEyeAnchorCameras_16; // System.Boolean OVRCameraRig::_skipUpdate bool ____skipUpdate_17; // System.String OVRCameraRig::trackingSpaceName String_t* ___trackingSpaceName_18; // System.String OVRCameraRig::trackerAnchorName String_t* ___trackerAnchorName_19; // System.String OVRCameraRig::leftEyeAnchorName String_t* ___leftEyeAnchorName_20; // System.String OVRCameraRig::centerEyeAnchorName String_t* ___centerEyeAnchorName_21; // System.String OVRCameraRig::rightEyeAnchorName String_t* ___rightEyeAnchorName_22; // System.String OVRCameraRig::leftHandAnchorName String_t* ___leftHandAnchorName_23; // System.String OVRCameraRig::rightHandAnchorName String_t* ___rightHandAnchorName_24; // System.String OVRCameraRig::leftControllerAnchorName String_t* ___leftControllerAnchorName_25; // System.String OVRCameraRig::rightControllerAnchorName String_t* ___rightControllerAnchorName_26; // UnityEngine.Camera OVRCameraRig::_centerEyeCamera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ____centerEyeCamera_27; // UnityEngine.Camera OVRCameraRig::_leftEyeCamera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ____leftEyeCamera_28; // UnityEngine.Camera OVRCameraRig::_rightEyeCamera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ____rightEyeCamera_29; public: inline static int32_t get_offset_of_U3CtrackingSpaceU3Ek__BackingField_4() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___U3CtrackingSpaceU3Ek__BackingField_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_U3CtrackingSpaceU3Ek__BackingField_4() const { return ___U3CtrackingSpaceU3Ek__BackingField_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_U3CtrackingSpaceU3Ek__BackingField_4() { return &___U3CtrackingSpaceU3Ek__BackingField_4; } inline void set_U3CtrackingSpaceU3Ek__BackingField_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___U3CtrackingSpaceU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtrackingSpaceU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CleftEyeAnchorU3Ek__BackingField_5() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___U3CleftEyeAnchorU3Ek__BackingField_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_U3CleftEyeAnchorU3Ek__BackingField_5() const { return ___U3CleftEyeAnchorU3Ek__BackingField_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_U3CleftEyeAnchorU3Ek__BackingField_5() { return &___U3CleftEyeAnchorU3Ek__BackingField_5; } inline void set_U3CleftEyeAnchorU3Ek__BackingField_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___U3CleftEyeAnchorU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CleftEyeAnchorU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CcenterEyeAnchorU3Ek__BackingField_6() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___U3CcenterEyeAnchorU3Ek__BackingField_6)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_U3CcenterEyeAnchorU3Ek__BackingField_6() const { return ___U3CcenterEyeAnchorU3Ek__BackingField_6; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_U3CcenterEyeAnchorU3Ek__BackingField_6() { return &___U3CcenterEyeAnchorU3Ek__BackingField_6; } inline void set_U3CcenterEyeAnchorU3Ek__BackingField_6(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___U3CcenterEyeAnchorU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcenterEyeAnchorU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CrightEyeAnchorU3Ek__BackingField_7() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___U3CrightEyeAnchorU3Ek__BackingField_7)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_U3CrightEyeAnchorU3Ek__BackingField_7() const { return ___U3CrightEyeAnchorU3Ek__BackingField_7; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_U3CrightEyeAnchorU3Ek__BackingField_7() { return &___U3CrightEyeAnchorU3Ek__BackingField_7; } inline void set_U3CrightEyeAnchorU3Ek__BackingField_7(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___U3CrightEyeAnchorU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrightEyeAnchorU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CleftHandAnchorU3Ek__BackingField_8() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___U3CleftHandAnchorU3Ek__BackingField_8)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_U3CleftHandAnchorU3Ek__BackingField_8() const { return ___U3CleftHandAnchorU3Ek__BackingField_8; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_U3CleftHandAnchorU3Ek__BackingField_8() { return &___U3CleftHandAnchorU3Ek__BackingField_8; } inline void set_U3CleftHandAnchorU3Ek__BackingField_8(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___U3CleftHandAnchorU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CleftHandAnchorU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CrightHandAnchorU3Ek__BackingField_9() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___U3CrightHandAnchorU3Ek__BackingField_9)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_U3CrightHandAnchorU3Ek__BackingField_9() const { return ___U3CrightHandAnchorU3Ek__BackingField_9; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_U3CrightHandAnchorU3Ek__BackingField_9() { return &___U3CrightHandAnchorU3Ek__BackingField_9; } inline void set_U3CrightHandAnchorU3Ek__BackingField_9(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___U3CrightHandAnchorU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrightHandAnchorU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CleftControllerAnchorU3Ek__BackingField_10() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___U3CleftControllerAnchorU3Ek__BackingField_10)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_U3CleftControllerAnchorU3Ek__BackingField_10() const { return ___U3CleftControllerAnchorU3Ek__BackingField_10; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_U3CleftControllerAnchorU3Ek__BackingField_10() { return &___U3CleftControllerAnchorU3Ek__BackingField_10; } inline void set_U3CleftControllerAnchorU3Ek__BackingField_10(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___U3CleftControllerAnchorU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CleftControllerAnchorU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CrightControllerAnchorU3Ek__BackingField_11() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___U3CrightControllerAnchorU3Ek__BackingField_11)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_U3CrightControllerAnchorU3Ek__BackingField_11() const { return ___U3CrightControllerAnchorU3Ek__BackingField_11; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_U3CrightControllerAnchorU3Ek__BackingField_11() { return &___U3CrightControllerAnchorU3Ek__BackingField_11; } inline void set_U3CrightControllerAnchorU3Ek__BackingField_11(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___U3CrightControllerAnchorU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrightControllerAnchorU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_U3CtrackerAnchorU3Ek__BackingField_12() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___U3CtrackerAnchorU3Ek__BackingField_12)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_U3CtrackerAnchorU3Ek__BackingField_12() const { return ___U3CtrackerAnchorU3Ek__BackingField_12; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_U3CtrackerAnchorU3Ek__BackingField_12() { return &___U3CtrackerAnchorU3Ek__BackingField_12; } inline void set_U3CtrackerAnchorU3Ek__BackingField_12(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___U3CtrackerAnchorU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtrackerAnchorU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_UpdatedAnchors_13() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___UpdatedAnchors_13)); } inline Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * get_UpdatedAnchors_13() const { return ___UpdatedAnchors_13; } inline Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C ** get_address_of_UpdatedAnchors_13() { return &___UpdatedAnchors_13; } inline void set_UpdatedAnchors_13(Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * value) { ___UpdatedAnchors_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___UpdatedAnchors_13), (void*)value); } inline static int32_t get_offset_of_usePerEyeCameras_14() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___usePerEyeCameras_14)); } inline bool get_usePerEyeCameras_14() const { return ___usePerEyeCameras_14; } inline bool* get_address_of_usePerEyeCameras_14() { return &___usePerEyeCameras_14; } inline void set_usePerEyeCameras_14(bool value) { ___usePerEyeCameras_14 = value; } inline static int32_t get_offset_of_useFixedUpdateForTracking_15() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___useFixedUpdateForTracking_15)); } inline bool get_useFixedUpdateForTracking_15() const { return ___useFixedUpdateForTracking_15; } inline bool* get_address_of_useFixedUpdateForTracking_15() { return &___useFixedUpdateForTracking_15; } inline void set_useFixedUpdateForTracking_15(bool value) { ___useFixedUpdateForTracking_15 = value; } inline static int32_t get_offset_of_disableEyeAnchorCameras_16() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___disableEyeAnchorCameras_16)); } inline bool get_disableEyeAnchorCameras_16() const { return ___disableEyeAnchorCameras_16; } inline bool* get_address_of_disableEyeAnchorCameras_16() { return &___disableEyeAnchorCameras_16; } inline void set_disableEyeAnchorCameras_16(bool value) { ___disableEyeAnchorCameras_16 = value; } inline static int32_t get_offset_of__skipUpdate_17() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ____skipUpdate_17)); } inline bool get__skipUpdate_17() const { return ____skipUpdate_17; } inline bool* get_address_of__skipUpdate_17() { return &____skipUpdate_17; } inline void set__skipUpdate_17(bool value) { ____skipUpdate_17 = value; } inline static int32_t get_offset_of_trackingSpaceName_18() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___trackingSpaceName_18)); } inline String_t* get_trackingSpaceName_18() const { return ___trackingSpaceName_18; } inline String_t** get_address_of_trackingSpaceName_18() { return &___trackingSpaceName_18; } inline void set_trackingSpaceName_18(String_t* value) { ___trackingSpaceName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___trackingSpaceName_18), (void*)value); } inline static int32_t get_offset_of_trackerAnchorName_19() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___trackerAnchorName_19)); } inline String_t* get_trackerAnchorName_19() const { return ___trackerAnchorName_19; } inline String_t** get_address_of_trackerAnchorName_19() { return &___trackerAnchorName_19; } inline void set_trackerAnchorName_19(String_t* value) { ___trackerAnchorName_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___trackerAnchorName_19), (void*)value); } inline static int32_t get_offset_of_leftEyeAnchorName_20() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___leftEyeAnchorName_20)); } inline String_t* get_leftEyeAnchorName_20() const { return ___leftEyeAnchorName_20; } inline String_t** get_address_of_leftEyeAnchorName_20() { return &___leftEyeAnchorName_20; } inline void set_leftEyeAnchorName_20(String_t* value) { ___leftEyeAnchorName_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftEyeAnchorName_20), (void*)value); } inline static int32_t get_offset_of_centerEyeAnchorName_21() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___centerEyeAnchorName_21)); } inline String_t* get_centerEyeAnchorName_21() const { return ___centerEyeAnchorName_21; } inline String_t** get_address_of_centerEyeAnchorName_21() { return &___centerEyeAnchorName_21; } inline void set_centerEyeAnchorName_21(String_t* value) { ___centerEyeAnchorName_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___centerEyeAnchorName_21), (void*)value); } inline static int32_t get_offset_of_rightEyeAnchorName_22() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___rightEyeAnchorName_22)); } inline String_t* get_rightEyeAnchorName_22() const { return ___rightEyeAnchorName_22; } inline String_t** get_address_of_rightEyeAnchorName_22() { return &___rightEyeAnchorName_22; } inline void set_rightEyeAnchorName_22(String_t* value) { ___rightEyeAnchorName_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightEyeAnchorName_22), (void*)value); } inline static int32_t get_offset_of_leftHandAnchorName_23() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___leftHandAnchorName_23)); } inline String_t* get_leftHandAnchorName_23() const { return ___leftHandAnchorName_23; } inline String_t** get_address_of_leftHandAnchorName_23() { return &___leftHandAnchorName_23; } inline void set_leftHandAnchorName_23(String_t* value) { ___leftHandAnchorName_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftHandAnchorName_23), (void*)value); } inline static int32_t get_offset_of_rightHandAnchorName_24() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___rightHandAnchorName_24)); } inline String_t* get_rightHandAnchorName_24() const { return ___rightHandAnchorName_24; } inline String_t** get_address_of_rightHandAnchorName_24() { return &___rightHandAnchorName_24; } inline void set_rightHandAnchorName_24(String_t* value) { ___rightHandAnchorName_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightHandAnchorName_24), (void*)value); } inline static int32_t get_offset_of_leftControllerAnchorName_25() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___leftControllerAnchorName_25)); } inline String_t* get_leftControllerAnchorName_25() const { return ___leftControllerAnchorName_25; } inline String_t** get_address_of_leftControllerAnchorName_25() { return &___leftControllerAnchorName_25; } inline void set_leftControllerAnchorName_25(String_t* value) { ___leftControllerAnchorName_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftControllerAnchorName_25), (void*)value); } inline static int32_t get_offset_of_rightControllerAnchorName_26() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ___rightControllerAnchorName_26)); } inline String_t* get_rightControllerAnchorName_26() const { return ___rightControllerAnchorName_26; } inline String_t** get_address_of_rightControllerAnchorName_26() { return &___rightControllerAnchorName_26; } inline void set_rightControllerAnchorName_26(String_t* value) { ___rightControllerAnchorName_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightControllerAnchorName_26), (void*)value); } inline static int32_t get_offset_of__centerEyeCamera_27() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ____centerEyeCamera_27)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get__centerEyeCamera_27() const { return ____centerEyeCamera_27; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of__centerEyeCamera_27() { return &____centerEyeCamera_27; } inline void set__centerEyeCamera_27(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ____centerEyeCamera_27 = value; Il2CppCodeGenWriteBarrier((void**)(&____centerEyeCamera_27), (void*)value); } inline static int32_t get_offset_of__leftEyeCamera_28() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ____leftEyeCamera_28)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get__leftEyeCamera_28() const { return ____leftEyeCamera_28; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of__leftEyeCamera_28() { return &____leftEyeCamera_28; } inline void set__leftEyeCamera_28(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ____leftEyeCamera_28 = value; Il2CppCodeGenWriteBarrier((void**)(&____leftEyeCamera_28), (void*)value); } inline static int32_t get_offset_of__rightEyeCamera_29() { return static_cast(offsetof(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517, ____rightEyeCamera_29)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get__rightEyeCamera_29() const { return ____rightEyeCamera_29; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of__rightEyeCamera_29() { return &____rightEyeCamera_29; } inline void set__rightEyeCamera_29(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ____rightEyeCamera_29 = value; Il2CppCodeGenWriteBarrier((void**)(&____rightEyeCamera_29), (void*)value); } }; // OVRChromaticAberration struct OVRChromaticAberration_t7CACC89AA4519E8E0D399A8F5F4C4A0C51C2E4DB : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // OVRInput/RawButton OVRChromaticAberration::toggleButton int32_t ___toggleButton_4; // System.Boolean OVRChromaticAberration::chromatic bool ___chromatic_5; public: inline static int32_t get_offset_of_toggleButton_4() { return static_cast(offsetof(OVRChromaticAberration_t7CACC89AA4519E8E0D399A8F5F4C4A0C51C2E4DB, ___toggleButton_4)); } inline int32_t get_toggleButton_4() const { return ___toggleButton_4; } inline int32_t* get_address_of_toggleButton_4() { return &___toggleButton_4; } inline void set_toggleButton_4(int32_t value) { ___toggleButton_4 = value; } inline static int32_t get_offset_of_chromatic_5() { return static_cast(offsetof(OVRChromaticAberration_t7CACC89AA4519E8E0D399A8F5F4C4A0C51C2E4DB, ___chromatic_5)); } inline bool get_chromatic_5() const { return ___chromatic_5; } inline bool* get_address_of_chromatic_5() { return &___chromatic_5; } inline void set_chromatic_5(bool value) { ___chromatic_5 = value; } }; // OVRControllerHelper struct OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject OVRControllerHelper::m_modelOculusTouchQuestAndRiftSLeftController GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_modelOculusTouchQuestAndRiftSLeftController_4; // UnityEngine.GameObject OVRControllerHelper::m_modelOculusTouchQuestAndRiftSRightController GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_modelOculusTouchQuestAndRiftSRightController_5; // UnityEngine.GameObject OVRControllerHelper::m_modelOculusTouchRiftLeftController GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_modelOculusTouchRiftLeftController_6; // UnityEngine.GameObject OVRControllerHelper::m_modelOculusTouchRiftRightController GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_modelOculusTouchRiftRightController_7; // UnityEngine.GameObject OVRControllerHelper::m_modelOculusTouchQuest2LeftController GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_modelOculusTouchQuest2LeftController_8; // UnityEngine.GameObject OVRControllerHelper::m_modelOculusTouchQuest2RightController GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_modelOculusTouchQuest2RightController_9; // OVRInput/Controller OVRControllerHelper::m_controller int32_t ___m_controller_10; // UnityEngine.Animator OVRControllerHelper::m_animator Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___m_animator_11; // UnityEngine.GameObject OVRControllerHelper::m_activeController GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_activeController_12; // System.Boolean OVRControllerHelper::m_hasInputFocus bool ___m_hasInputFocus_13; // System.Boolean OVRControllerHelper::m_hasInputFocusPrev bool ___m_hasInputFocusPrev_14; // OVRControllerHelper/ControllerType OVRControllerHelper::activeControllerType int32_t ___activeControllerType_15; // System.Boolean OVRControllerHelper::m_prevControllerConnected bool ___m_prevControllerConnected_16; // System.Boolean OVRControllerHelper::m_prevControllerConnectedCached bool ___m_prevControllerConnectedCached_17; public: inline static int32_t get_offset_of_m_modelOculusTouchQuestAndRiftSLeftController_4() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___m_modelOculusTouchQuestAndRiftSLeftController_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_modelOculusTouchQuestAndRiftSLeftController_4() const { return ___m_modelOculusTouchQuestAndRiftSLeftController_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_modelOculusTouchQuestAndRiftSLeftController_4() { return &___m_modelOculusTouchQuestAndRiftSLeftController_4; } inline void set_m_modelOculusTouchQuestAndRiftSLeftController_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_modelOculusTouchQuestAndRiftSLeftController_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_modelOculusTouchQuestAndRiftSLeftController_4), (void*)value); } inline static int32_t get_offset_of_m_modelOculusTouchQuestAndRiftSRightController_5() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___m_modelOculusTouchQuestAndRiftSRightController_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_modelOculusTouchQuestAndRiftSRightController_5() const { return ___m_modelOculusTouchQuestAndRiftSRightController_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_modelOculusTouchQuestAndRiftSRightController_5() { return &___m_modelOculusTouchQuestAndRiftSRightController_5; } inline void set_m_modelOculusTouchQuestAndRiftSRightController_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_modelOculusTouchQuestAndRiftSRightController_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_modelOculusTouchQuestAndRiftSRightController_5), (void*)value); } inline static int32_t get_offset_of_m_modelOculusTouchRiftLeftController_6() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___m_modelOculusTouchRiftLeftController_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_modelOculusTouchRiftLeftController_6() const { return ___m_modelOculusTouchRiftLeftController_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_modelOculusTouchRiftLeftController_6() { return &___m_modelOculusTouchRiftLeftController_6; } inline void set_m_modelOculusTouchRiftLeftController_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_modelOculusTouchRiftLeftController_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_modelOculusTouchRiftLeftController_6), (void*)value); } inline static int32_t get_offset_of_m_modelOculusTouchRiftRightController_7() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___m_modelOculusTouchRiftRightController_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_modelOculusTouchRiftRightController_7() const { return ___m_modelOculusTouchRiftRightController_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_modelOculusTouchRiftRightController_7() { return &___m_modelOculusTouchRiftRightController_7; } inline void set_m_modelOculusTouchRiftRightController_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_modelOculusTouchRiftRightController_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_modelOculusTouchRiftRightController_7), (void*)value); } inline static int32_t get_offset_of_m_modelOculusTouchQuest2LeftController_8() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___m_modelOculusTouchQuest2LeftController_8)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_modelOculusTouchQuest2LeftController_8() const { return ___m_modelOculusTouchQuest2LeftController_8; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_modelOculusTouchQuest2LeftController_8() { return &___m_modelOculusTouchQuest2LeftController_8; } inline void set_m_modelOculusTouchQuest2LeftController_8(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_modelOculusTouchQuest2LeftController_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_modelOculusTouchQuest2LeftController_8), (void*)value); } inline static int32_t get_offset_of_m_modelOculusTouchQuest2RightController_9() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___m_modelOculusTouchQuest2RightController_9)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_modelOculusTouchQuest2RightController_9() const { return ___m_modelOculusTouchQuest2RightController_9; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_modelOculusTouchQuest2RightController_9() { return &___m_modelOculusTouchQuest2RightController_9; } inline void set_m_modelOculusTouchQuest2RightController_9(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_modelOculusTouchQuest2RightController_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_modelOculusTouchQuest2RightController_9), (void*)value); } inline static int32_t get_offset_of_m_controller_10() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___m_controller_10)); } inline int32_t get_m_controller_10() const { return ___m_controller_10; } inline int32_t* get_address_of_m_controller_10() { return &___m_controller_10; } inline void set_m_controller_10(int32_t value) { ___m_controller_10 = value; } inline static int32_t get_offset_of_m_animator_11() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___m_animator_11)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_m_animator_11() const { return ___m_animator_11; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_m_animator_11() { return &___m_animator_11; } inline void set_m_animator_11(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___m_animator_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_animator_11), (void*)value); } inline static int32_t get_offset_of_m_activeController_12() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___m_activeController_12)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_activeController_12() const { return ___m_activeController_12; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_activeController_12() { return &___m_activeController_12; } inline void set_m_activeController_12(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_activeController_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_activeController_12), (void*)value); } inline static int32_t get_offset_of_m_hasInputFocus_13() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___m_hasInputFocus_13)); } inline bool get_m_hasInputFocus_13() const { return ___m_hasInputFocus_13; } inline bool* get_address_of_m_hasInputFocus_13() { return &___m_hasInputFocus_13; } inline void set_m_hasInputFocus_13(bool value) { ___m_hasInputFocus_13 = value; } inline static int32_t get_offset_of_m_hasInputFocusPrev_14() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___m_hasInputFocusPrev_14)); } inline bool get_m_hasInputFocusPrev_14() const { return ___m_hasInputFocusPrev_14; } inline bool* get_address_of_m_hasInputFocusPrev_14() { return &___m_hasInputFocusPrev_14; } inline void set_m_hasInputFocusPrev_14(bool value) { ___m_hasInputFocusPrev_14 = value; } inline static int32_t get_offset_of_activeControllerType_15() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___activeControllerType_15)); } inline int32_t get_activeControllerType_15() const { return ___activeControllerType_15; } inline int32_t* get_address_of_activeControllerType_15() { return &___activeControllerType_15; } inline void set_activeControllerType_15(int32_t value) { ___activeControllerType_15 = value; } inline static int32_t get_offset_of_m_prevControllerConnected_16() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___m_prevControllerConnected_16)); } inline bool get_m_prevControllerConnected_16() const { return ___m_prevControllerConnected_16; } inline bool* get_address_of_m_prevControllerConnected_16() { return &___m_prevControllerConnected_16; } inline void set_m_prevControllerConnected_16(bool value) { ___m_prevControllerConnected_16 = value; } inline static int32_t get_offset_of_m_prevControllerConnectedCached_17() { return static_cast(offsetof(OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6, ___m_prevControllerConnectedCached_17)); } inline bool get_m_prevControllerConnectedCached_17() const { return ___m_prevControllerConnectedCached_17; } inline bool* get_address_of_m_prevControllerConnectedCached_17() { return &___m_prevControllerConnectedCached_17; } inline void set_m_prevControllerConnectedCached_17(bool value) { ___m_prevControllerConnectedCached_17 = value; } }; // OVRControllerTest struct OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text OVRControllerTest::uiText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___uiText_4; // System.Collections.Generic.List`1 OVRControllerTest::monitors List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * ___monitors_5; // System.Text.StringBuilder OVRControllerTest::data StringBuilder_t * ___data_6; public: inline static int32_t get_offset_of_uiText_4() { return static_cast(offsetof(OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484, ___uiText_4)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_uiText_4() const { return ___uiText_4; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_uiText_4() { return &___uiText_4; } inline void set_uiText_4(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___uiText_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___uiText_4), (void*)value); } inline static int32_t get_offset_of_monitors_5() { return static_cast(offsetof(OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484, ___monitors_5)); } inline List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * get_monitors_5() const { return ___monitors_5; } inline List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 ** get_address_of_monitors_5() { return &___monitors_5; } inline void set_monitors_5(List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * value) { ___monitors_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___monitors_5), (void*)value); } inline static int32_t get_offset_of_data_6() { return static_cast(offsetof(OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484, ___data_6)); } inline StringBuilder_t * get_data_6() const { return ___data_6; } inline StringBuilder_t ** get_address_of_data_6() { return &___data_6; } inline void set_data_6(StringBuilder_t * value) { ___data_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_6), (void*)value); } }; // OVRManager struct OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Collections.Generic.IEnumerable`1 OVRManager::disabledCameras RuntimeObject* ___disabledCameras_10; // System.Single OVRManager::prevTimeScale float ___prevTimeScale_11; // System.Boolean OVRManager::useRecommendedMSAALevel bool ___useRecommendedMSAALevel_38; // System.Boolean OVRManager::_monoscopic bool ____monoscopic_39; // OVRManager/ColorSpace OVRManager::_colorGamut int32_t ____colorGamut_40; // System.Single OVRManager::minRenderScale float ___minRenderScale_41; // System.Single OVRManager::maxRenderScale float ___maxRenderScale_42; // UnityEngine.Vector3 OVRManager::_headPoseRelativeOffsetRotation Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____headPoseRelativeOffsetRotation_43; // UnityEngine.Vector3 OVRManager::_headPoseRelativeOffsetTranslation Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____headPoseRelativeOffsetTranslation_44; // System.Int32 OVRManager::profilerTcpPort int32_t ___profilerTcpPort_45; // System.Boolean OVRManager::expandMixedRealityCapturePropertySheet bool ___expandMixedRealityCapturePropertySheet_46; // System.Boolean OVRManager::enableMixedReality bool ___enableMixedReality_47; // OVRManager/CompositionMethod OVRManager::compositionMethod int32_t ___compositionMethod_48; // UnityEngine.LayerMask OVRManager::extraHiddenLayers LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___extraHiddenLayers_49; // UnityEngine.LayerMask OVRManager::extraVisibleLayers LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___extraVisibleLayers_50; // System.Boolean OVRManager::dynamicCullingMask bool ___dynamicCullingMask_51; // UnityEngine.Color OVRManager::externalCompositionBackdropColorRift Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___externalCompositionBackdropColorRift_52; // UnityEngine.Color OVRManager::externalCompositionBackdropColorQuest Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___externalCompositionBackdropColorQuest_53; // OVRManager/CameraDevice OVRManager::capturingCameraDevice int32_t ___capturingCameraDevice_54; // System.Boolean OVRManager::flipCameraFrameHorizontally bool ___flipCameraFrameHorizontally_55; // System.Boolean OVRManager::flipCameraFrameVertically bool ___flipCameraFrameVertically_56; // System.Single OVRManager::handPoseStateLatency float ___handPoseStateLatency_57; // System.Single OVRManager::sandwichCompositionRenderLatency float ___sandwichCompositionRenderLatency_58; // System.Int32 OVRManager::sandwichCompositionBufferedFrames int32_t ___sandwichCompositionBufferedFrames_59; // UnityEngine.Color OVRManager::chromaKeyColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___chromaKeyColor_60; // System.Single OVRManager::chromaKeySimilarity float ___chromaKeySimilarity_61; // System.Single OVRManager::chromaKeySmoothRange float ___chromaKeySmoothRange_62; // System.Single OVRManager::chromaKeySpillRange float ___chromaKeySpillRange_63; // System.Boolean OVRManager::useDynamicLighting bool ___useDynamicLighting_64; // OVRManager/DepthQuality OVRManager::depthQuality int32_t ___depthQuality_65; // System.Single OVRManager::dynamicLightingSmoothFactor float ___dynamicLightingSmoothFactor_66; // System.Single OVRManager::dynamicLightingDepthVariationClampingValue float ___dynamicLightingDepthVariationClampingValue_67; // OVRManager/VirtualGreenScreenType OVRManager::virtualGreenScreenType int32_t ___virtualGreenScreenType_68; // System.Single OVRManager::virtualGreenScreenTopY float ___virtualGreenScreenTopY_69; // System.Single OVRManager::virtualGreenScreenBottomY float ___virtualGreenScreenBottomY_70; // System.Boolean OVRManager::virtualGreenScreenApplyDepthCulling bool ___virtualGreenScreenApplyDepthCulling_71; // System.Single OVRManager::virtualGreenScreenDepthTolerance float ___virtualGreenScreenDepthTolerance_72; // OVRManager/MrcActivationMode OVRManager::mrcActivationMode int32_t ___mrcActivationMode_73; // OVRManager/InstantiateMrcCameraDelegate OVRManager::instantiateMixedRealityCameraGameObject InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * ___instantiateMixedRealityCameraGameObject_74; // System.Boolean OVRManager::isInsightPassthroughEnabled bool ___isInsightPassthroughEnabled_75; // OVRManager/TrackingOrigin OVRManager::_trackingOriginType int32_t ____trackingOriginType_86; // System.Boolean OVRManager::usePositionTracking bool ___usePositionTracking_87; // System.Boolean OVRManager::useRotationTracking bool ___useRotationTracking_88; // System.Boolean OVRManager::useIPDInPositionTracking bool ___useIPDInPositionTracking_89; // System.Boolean OVRManager::resetTrackerOnLoad bool ___resetTrackerOnLoad_90; // System.Boolean OVRManager::AllowRecenter bool ___AllowRecenter_91; // System.Boolean OVRManager::LateControllerUpdate bool ___LateControllerUpdate_92; // System.Boolean OVRManager::LateLatching bool ___LateLatching_93; // System.Boolean OVRManager::k__BackingField bool ___U3CisSupportedPlatformU3Ek__BackingField_94; public: inline static int32_t get_offset_of_disabledCameras_10() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___disabledCameras_10)); } inline RuntimeObject* get_disabledCameras_10() const { return ___disabledCameras_10; } inline RuntimeObject** get_address_of_disabledCameras_10() { return &___disabledCameras_10; } inline void set_disabledCameras_10(RuntimeObject* value) { ___disabledCameras_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___disabledCameras_10), (void*)value); } inline static int32_t get_offset_of_prevTimeScale_11() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___prevTimeScale_11)); } inline float get_prevTimeScale_11() const { return ___prevTimeScale_11; } inline float* get_address_of_prevTimeScale_11() { return &___prevTimeScale_11; } inline void set_prevTimeScale_11(float value) { ___prevTimeScale_11 = value; } inline static int32_t get_offset_of_useRecommendedMSAALevel_38() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___useRecommendedMSAALevel_38)); } inline bool get_useRecommendedMSAALevel_38() const { return ___useRecommendedMSAALevel_38; } inline bool* get_address_of_useRecommendedMSAALevel_38() { return &___useRecommendedMSAALevel_38; } inline void set_useRecommendedMSAALevel_38(bool value) { ___useRecommendedMSAALevel_38 = value; } inline static int32_t get_offset_of__monoscopic_39() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ____monoscopic_39)); } inline bool get__monoscopic_39() const { return ____monoscopic_39; } inline bool* get_address_of__monoscopic_39() { return &____monoscopic_39; } inline void set__monoscopic_39(bool value) { ____monoscopic_39 = value; } inline static int32_t get_offset_of__colorGamut_40() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ____colorGamut_40)); } inline int32_t get__colorGamut_40() const { return ____colorGamut_40; } inline int32_t* get_address_of__colorGamut_40() { return &____colorGamut_40; } inline void set__colorGamut_40(int32_t value) { ____colorGamut_40 = value; } inline static int32_t get_offset_of_minRenderScale_41() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___minRenderScale_41)); } inline float get_minRenderScale_41() const { return ___minRenderScale_41; } inline float* get_address_of_minRenderScale_41() { return &___minRenderScale_41; } inline void set_minRenderScale_41(float value) { ___minRenderScale_41 = value; } inline static int32_t get_offset_of_maxRenderScale_42() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___maxRenderScale_42)); } inline float get_maxRenderScale_42() const { return ___maxRenderScale_42; } inline float* get_address_of_maxRenderScale_42() { return &___maxRenderScale_42; } inline void set_maxRenderScale_42(float value) { ___maxRenderScale_42 = value; } inline static int32_t get_offset_of__headPoseRelativeOffsetRotation_43() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ____headPoseRelativeOffsetRotation_43)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__headPoseRelativeOffsetRotation_43() const { return ____headPoseRelativeOffsetRotation_43; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__headPoseRelativeOffsetRotation_43() { return &____headPoseRelativeOffsetRotation_43; } inline void set__headPoseRelativeOffsetRotation_43(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____headPoseRelativeOffsetRotation_43 = value; } inline static int32_t get_offset_of__headPoseRelativeOffsetTranslation_44() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ____headPoseRelativeOffsetTranslation_44)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__headPoseRelativeOffsetTranslation_44() const { return ____headPoseRelativeOffsetTranslation_44; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__headPoseRelativeOffsetTranslation_44() { return &____headPoseRelativeOffsetTranslation_44; } inline void set__headPoseRelativeOffsetTranslation_44(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____headPoseRelativeOffsetTranslation_44 = value; } inline static int32_t get_offset_of_profilerTcpPort_45() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___profilerTcpPort_45)); } inline int32_t get_profilerTcpPort_45() const { return ___profilerTcpPort_45; } inline int32_t* get_address_of_profilerTcpPort_45() { return &___profilerTcpPort_45; } inline void set_profilerTcpPort_45(int32_t value) { ___profilerTcpPort_45 = value; } inline static int32_t get_offset_of_expandMixedRealityCapturePropertySheet_46() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___expandMixedRealityCapturePropertySheet_46)); } inline bool get_expandMixedRealityCapturePropertySheet_46() const { return ___expandMixedRealityCapturePropertySheet_46; } inline bool* get_address_of_expandMixedRealityCapturePropertySheet_46() { return &___expandMixedRealityCapturePropertySheet_46; } inline void set_expandMixedRealityCapturePropertySheet_46(bool value) { ___expandMixedRealityCapturePropertySheet_46 = value; } inline static int32_t get_offset_of_enableMixedReality_47() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___enableMixedReality_47)); } inline bool get_enableMixedReality_47() const { return ___enableMixedReality_47; } inline bool* get_address_of_enableMixedReality_47() { return &___enableMixedReality_47; } inline void set_enableMixedReality_47(bool value) { ___enableMixedReality_47 = value; } inline static int32_t get_offset_of_compositionMethod_48() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___compositionMethod_48)); } inline int32_t get_compositionMethod_48() const { return ___compositionMethod_48; } inline int32_t* get_address_of_compositionMethod_48() { return &___compositionMethod_48; } inline void set_compositionMethod_48(int32_t value) { ___compositionMethod_48 = value; } inline static int32_t get_offset_of_extraHiddenLayers_49() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___extraHiddenLayers_49)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_extraHiddenLayers_49() const { return ___extraHiddenLayers_49; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_extraHiddenLayers_49() { return &___extraHiddenLayers_49; } inline void set_extraHiddenLayers_49(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___extraHiddenLayers_49 = value; } inline static int32_t get_offset_of_extraVisibleLayers_50() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___extraVisibleLayers_50)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_extraVisibleLayers_50() const { return ___extraVisibleLayers_50; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_extraVisibleLayers_50() { return &___extraVisibleLayers_50; } inline void set_extraVisibleLayers_50(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___extraVisibleLayers_50 = value; } inline static int32_t get_offset_of_dynamicCullingMask_51() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___dynamicCullingMask_51)); } inline bool get_dynamicCullingMask_51() const { return ___dynamicCullingMask_51; } inline bool* get_address_of_dynamicCullingMask_51() { return &___dynamicCullingMask_51; } inline void set_dynamicCullingMask_51(bool value) { ___dynamicCullingMask_51 = value; } inline static int32_t get_offset_of_externalCompositionBackdropColorRift_52() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___externalCompositionBackdropColorRift_52)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_externalCompositionBackdropColorRift_52() const { return ___externalCompositionBackdropColorRift_52; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_externalCompositionBackdropColorRift_52() { return &___externalCompositionBackdropColorRift_52; } inline void set_externalCompositionBackdropColorRift_52(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___externalCompositionBackdropColorRift_52 = value; } inline static int32_t get_offset_of_externalCompositionBackdropColorQuest_53() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___externalCompositionBackdropColorQuest_53)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_externalCompositionBackdropColorQuest_53() const { return ___externalCompositionBackdropColorQuest_53; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_externalCompositionBackdropColorQuest_53() { return &___externalCompositionBackdropColorQuest_53; } inline void set_externalCompositionBackdropColorQuest_53(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___externalCompositionBackdropColorQuest_53 = value; } inline static int32_t get_offset_of_capturingCameraDevice_54() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___capturingCameraDevice_54)); } inline int32_t get_capturingCameraDevice_54() const { return ___capturingCameraDevice_54; } inline int32_t* get_address_of_capturingCameraDevice_54() { return &___capturingCameraDevice_54; } inline void set_capturingCameraDevice_54(int32_t value) { ___capturingCameraDevice_54 = value; } inline static int32_t get_offset_of_flipCameraFrameHorizontally_55() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___flipCameraFrameHorizontally_55)); } inline bool get_flipCameraFrameHorizontally_55() const { return ___flipCameraFrameHorizontally_55; } inline bool* get_address_of_flipCameraFrameHorizontally_55() { return &___flipCameraFrameHorizontally_55; } inline void set_flipCameraFrameHorizontally_55(bool value) { ___flipCameraFrameHorizontally_55 = value; } inline static int32_t get_offset_of_flipCameraFrameVertically_56() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___flipCameraFrameVertically_56)); } inline bool get_flipCameraFrameVertically_56() const { return ___flipCameraFrameVertically_56; } inline bool* get_address_of_flipCameraFrameVertically_56() { return &___flipCameraFrameVertically_56; } inline void set_flipCameraFrameVertically_56(bool value) { ___flipCameraFrameVertically_56 = value; } inline static int32_t get_offset_of_handPoseStateLatency_57() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___handPoseStateLatency_57)); } inline float get_handPoseStateLatency_57() const { return ___handPoseStateLatency_57; } inline float* get_address_of_handPoseStateLatency_57() { return &___handPoseStateLatency_57; } inline void set_handPoseStateLatency_57(float value) { ___handPoseStateLatency_57 = value; } inline static int32_t get_offset_of_sandwichCompositionRenderLatency_58() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___sandwichCompositionRenderLatency_58)); } inline float get_sandwichCompositionRenderLatency_58() const { return ___sandwichCompositionRenderLatency_58; } inline float* get_address_of_sandwichCompositionRenderLatency_58() { return &___sandwichCompositionRenderLatency_58; } inline void set_sandwichCompositionRenderLatency_58(float value) { ___sandwichCompositionRenderLatency_58 = value; } inline static int32_t get_offset_of_sandwichCompositionBufferedFrames_59() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___sandwichCompositionBufferedFrames_59)); } inline int32_t get_sandwichCompositionBufferedFrames_59() const { return ___sandwichCompositionBufferedFrames_59; } inline int32_t* get_address_of_sandwichCompositionBufferedFrames_59() { return &___sandwichCompositionBufferedFrames_59; } inline void set_sandwichCompositionBufferedFrames_59(int32_t value) { ___sandwichCompositionBufferedFrames_59 = value; } inline static int32_t get_offset_of_chromaKeyColor_60() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___chromaKeyColor_60)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_chromaKeyColor_60() const { return ___chromaKeyColor_60; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_chromaKeyColor_60() { return &___chromaKeyColor_60; } inline void set_chromaKeyColor_60(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___chromaKeyColor_60 = value; } inline static int32_t get_offset_of_chromaKeySimilarity_61() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___chromaKeySimilarity_61)); } inline float get_chromaKeySimilarity_61() const { return ___chromaKeySimilarity_61; } inline float* get_address_of_chromaKeySimilarity_61() { return &___chromaKeySimilarity_61; } inline void set_chromaKeySimilarity_61(float value) { ___chromaKeySimilarity_61 = value; } inline static int32_t get_offset_of_chromaKeySmoothRange_62() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___chromaKeySmoothRange_62)); } inline float get_chromaKeySmoothRange_62() const { return ___chromaKeySmoothRange_62; } inline float* get_address_of_chromaKeySmoothRange_62() { return &___chromaKeySmoothRange_62; } inline void set_chromaKeySmoothRange_62(float value) { ___chromaKeySmoothRange_62 = value; } inline static int32_t get_offset_of_chromaKeySpillRange_63() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___chromaKeySpillRange_63)); } inline float get_chromaKeySpillRange_63() const { return ___chromaKeySpillRange_63; } inline float* get_address_of_chromaKeySpillRange_63() { return &___chromaKeySpillRange_63; } inline void set_chromaKeySpillRange_63(float value) { ___chromaKeySpillRange_63 = value; } inline static int32_t get_offset_of_useDynamicLighting_64() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___useDynamicLighting_64)); } inline bool get_useDynamicLighting_64() const { return ___useDynamicLighting_64; } inline bool* get_address_of_useDynamicLighting_64() { return &___useDynamicLighting_64; } inline void set_useDynamicLighting_64(bool value) { ___useDynamicLighting_64 = value; } inline static int32_t get_offset_of_depthQuality_65() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___depthQuality_65)); } inline int32_t get_depthQuality_65() const { return ___depthQuality_65; } inline int32_t* get_address_of_depthQuality_65() { return &___depthQuality_65; } inline void set_depthQuality_65(int32_t value) { ___depthQuality_65 = value; } inline static int32_t get_offset_of_dynamicLightingSmoothFactor_66() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___dynamicLightingSmoothFactor_66)); } inline float get_dynamicLightingSmoothFactor_66() const { return ___dynamicLightingSmoothFactor_66; } inline float* get_address_of_dynamicLightingSmoothFactor_66() { return &___dynamicLightingSmoothFactor_66; } inline void set_dynamicLightingSmoothFactor_66(float value) { ___dynamicLightingSmoothFactor_66 = value; } inline static int32_t get_offset_of_dynamicLightingDepthVariationClampingValue_67() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___dynamicLightingDepthVariationClampingValue_67)); } inline float get_dynamicLightingDepthVariationClampingValue_67() const { return ___dynamicLightingDepthVariationClampingValue_67; } inline float* get_address_of_dynamicLightingDepthVariationClampingValue_67() { return &___dynamicLightingDepthVariationClampingValue_67; } inline void set_dynamicLightingDepthVariationClampingValue_67(float value) { ___dynamicLightingDepthVariationClampingValue_67 = value; } inline static int32_t get_offset_of_virtualGreenScreenType_68() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___virtualGreenScreenType_68)); } inline int32_t get_virtualGreenScreenType_68() const { return ___virtualGreenScreenType_68; } inline int32_t* get_address_of_virtualGreenScreenType_68() { return &___virtualGreenScreenType_68; } inline void set_virtualGreenScreenType_68(int32_t value) { ___virtualGreenScreenType_68 = value; } inline static int32_t get_offset_of_virtualGreenScreenTopY_69() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___virtualGreenScreenTopY_69)); } inline float get_virtualGreenScreenTopY_69() const { return ___virtualGreenScreenTopY_69; } inline float* get_address_of_virtualGreenScreenTopY_69() { return &___virtualGreenScreenTopY_69; } inline void set_virtualGreenScreenTopY_69(float value) { ___virtualGreenScreenTopY_69 = value; } inline static int32_t get_offset_of_virtualGreenScreenBottomY_70() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___virtualGreenScreenBottomY_70)); } inline float get_virtualGreenScreenBottomY_70() const { return ___virtualGreenScreenBottomY_70; } inline float* get_address_of_virtualGreenScreenBottomY_70() { return &___virtualGreenScreenBottomY_70; } inline void set_virtualGreenScreenBottomY_70(float value) { ___virtualGreenScreenBottomY_70 = value; } inline static int32_t get_offset_of_virtualGreenScreenApplyDepthCulling_71() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___virtualGreenScreenApplyDepthCulling_71)); } inline bool get_virtualGreenScreenApplyDepthCulling_71() const { return ___virtualGreenScreenApplyDepthCulling_71; } inline bool* get_address_of_virtualGreenScreenApplyDepthCulling_71() { return &___virtualGreenScreenApplyDepthCulling_71; } inline void set_virtualGreenScreenApplyDepthCulling_71(bool value) { ___virtualGreenScreenApplyDepthCulling_71 = value; } inline static int32_t get_offset_of_virtualGreenScreenDepthTolerance_72() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___virtualGreenScreenDepthTolerance_72)); } inline float get_virtualGreenScreenDepthTolerance_72() const { return ___virtualGreenScreenDepthTolerance_72; } inline float* get_address_of_virtualGreenScreenDepthTolerance_72() { return &___virtualGreenScreenDepthTolerance_72; } inline void set_virtualGreenScreenDepthTolerance_72(float value) { ___virtualGreenScreenDepthTolerance_72 = value; } inline static int32_t get_offset_of_mrcActivationMode_73() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___mrcActivationMode_73)); } inline int32_t get_mrcActivationMode_73() const { return ___mrcActivationMode_73; } inline int32_t* get_address_of_mrcActivationMode_73() { return &___mrcActivationMode_73; } inline void set_mrcActivationMode_73(int32_t value) { ___mrcActivationMode_73 = value; } inline static int32_t get_offset_of_instantiateMixedRealityCameraGameObject_74() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___instantiateMixedRealityCameraGameObject_74)); } inline InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * get_instantiateMixedRealityCameraGameObject_74() const { return ___instantiateMixedRealityCameraGameObject_74; } inline InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 ** get_address_of_instantiateMixedRealityCameraGameObject_74() { return &___instantiateMixedRealityCameraGameObject_74; } inline void set_instantiateMixedRealityCameraGameObject_74(InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * value) { ___instantiateMixedRealityCameraGameObject_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___instantiateMixedRealityCameraGameObject_74), (void*)value); } inline static int32_t get_offset_of_isInsightPassthroughEnabled_75() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___isInsightPassthroughEnabled_75)); } inline bool get_isInsightPassthroughEnabled_75() const { return ___isInsightPassthroughEnabled_75; } inline bool* get_address_of_isInsightPassthroughEnabled_75() { return &___isInsightPassthroughEnabled_75; } inline void set_isInsightPassthroughEnabled_75(bool value) { ___isInsightPassthroughEnabled_75 = value; } inline static int32_t get_offset_of__trackingOriginType_86() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ____trackingOriginType_86)); } inline int32_t get__trackingOriginType_86() const { return ____trackingOriginType_86; } inline int32_t* get_address_of__trackingOriginType_86() { return &____trackingOriginType_86; } inline void set__trackingOriginType_86(int32_t value) { ____trackingOriginType_86 = value; } inline static int32_t get_offset_of_usePositionTracking_87() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___usePositionTracking_87)); } inline bool get_usePositionTracking_87() const { return ___usePositionTracking_87; } inline bool* get_address_of_usePositionTracking_87() { return &___usePositionTracking_87; } inline void set_usePositionTracking_87(bool value) { ___usePositionTracking_87 = value; } inline static int32_t get_offset_of_useRotationTracking_88() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___useRotationTracking_88)); } inline bool get_useRotationTracking_88() const { return ___useRotationTracking_88; } inline bool* get_address_of_useRotationTracking_88() { return &___useRotationTracking_88; } inline void set_useRotationTracking_88(bool value) { ___useRotationTracking_88 = value; } inline static int32_t get_offset_of_useIPDInPositionTracking_89() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___useIPDInPositionTracking_89)); } inline bool get_useIPDInPositionTracking_89() const { return ___useIPDInPositionTracking_89; } inline bool* get_address_of_useIPDInPositionTracking_89() { return &___useIPDInPositionTracking_89; } inline void set_useIPDInPositionTracking_89(bool value) { ___useIPDInPositionTracking_89 = value; } inline static int32_t get_offset_of_resetTrackerOnLoad_90() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___resetTrackerOnLoad_90)); } inline bool get_resetTrackerOnLoad_90() const { return ___resetTrackerOnLoad_90; } inline bool* get_address_of_resetTrackerOnLoad_90() { return &___resetTrackerOnLoad_90; } inline void set_resetTrackerOnLoad_90(bool value) { ___resetTrackerOnLoad_90 = value; } inline static int32_t get_offset_of_AllowRecenter_91() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___AllowRecenter_91)); } inline bool get_AllowRecenter_91() const { return ___AllowRecenter_91; } inline bool* get_address_of_AllowRecenter_91() { return &___AllowRecenter_91; } inline void set_AllowRecenter_91(bool value) { ___AllowRecenter_91 = value; } inline static int32_t get_offset_of_LateControllerUpdate_92() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___LateControllerUpdate_92)); } inline bool get_LateControllerUpdate_92() const { return ___LateControllerUpdate_92; } inline bool* get_address_of_LateControllerUpdate_92() { return &___LateControllerUpdate_92; } inline void set_LateControllerUpdate_92(bool value) { ___LateControllerUpdate_92 = value; } inline static int32_t get_offset_of_LateLatching_93() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___LateLatching_93)); } inline bool get_LateLatching_93() const { return ___LateLatching_93; } inline bool* get_address_of_LateLatching_93() { return &___LateLatching_93; } inline void set_LateLatching_93(bool value) { ___LateLatching_93 = value; } inline static int32_t get_offset_of_U3CisSupportedPlatformU3Ek__BackingField_94() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036, ___U3CisSupportedPlatformU3Ek__BackingField_94)); } inline bool get_U3CisSupportedPlatformU3Ek__BackingField_94() const { return ___U3CisSupportedPlatformU3Ek__BackingField_94; } inline bool* get_address_of_U3CisSupportedPlatformU3Ek__BackingField_94() { return &___U3CisSupportedPlatformU3Ek__BackingField_94; } inline void set_U3CisSupportedPlatformU3Ek__BackingField_94(bool value) { ___U3CisSupportedPlatformU3Ek__BackingField_94 = value; } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // OVR.OpenVR.CVROverlay/_PollNextOverlayEventPacked struct _PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.CVRSystem/_PollNextEventPacked struct _PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVROverlay/_PollNextOverlayEvent struct _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_PollNextEvent struct _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF : public MulticastDelegate_t { public: public: }; // OVR.OpenVR.IVRSystem/_PollNextEventWithPose struct _PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD : public MulticastDelegate_t { public: public: }; // OVRCameraComposition/OVRCameraFrameCompositionManager struct OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // OVRMixedRealityCaptureConfiguration OVRCameraComposition/OVRCameraFrameCompositionManager::configuration RuntimeObject* ___configuration_4; // UnityEngine.GameObject OVRCameraComposition/OVRCameraFrameCompositionManager::cameraFrameGameObj GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___cameraFrameGameObj_5; // OVRCameraComposition OVRCameraComposition/OVRCameraFrameCompositionManager::composition OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 * ___composition_6; // UnityEngine.RenderTexture OVRCameraComposition/OVRCameraFrameCompositionManager::boundaryMeshMaskTexture RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___boundaryMeshMaskTexture_7; // UnityEngine.Material OVRCameraComposition/OVRCameraFrameCompositionManager::cameraFrameMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___cameraFrameMaterial_8; // UnityEngine.Material OVRCameraComposition/OVRCameraFrameCompositionManager::whiteMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___whiteMaterial_9; // UnityEngine.Camera OVRCameraComposition/OVRCameraFrameCompositionManager::mixedRealityCamera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mixedRealityCamera_10; public: inline static int32_t get_offset_of_configuration_4() { return static_cast(offsetof(OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A, ___configuration_4)); } inline RuntimeObject* get_configuration_4() const { return ___configuration_4; } inline RuntimeObject** get_address_of_configuration_4() { return &___configuration_4; } inline void set_configuration_4(RuntimeObject* value) { ___configuration_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_4), (void*)value); } inline static int32_t get_offset_of_cameraFrameGameObj_5() { return static_cast(offsetof(OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A, ___cameraFrameGameObj_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_cameraFrameGameObj_5() const { return ___cameraFrameGameObj_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_cameraFrameGameObj_5() { return &___cameraFrameGameObj_5; } inline void set_cameraFrameGameObj_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___cameraFrameGameObj_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraFrameGameObj_5), (void*)value); } inline static int32_t get_offset_of_composition_6() { return static_cast(offsetof(OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A, ___composition_6)); } inline OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 * get_composition_6() const { return ___composition_6; } inline OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 ** get_address_of_composition_6() { return &___composition_6; } inline void set_composition_6(OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 * value) { ___composition_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___composition_6), (void*)value); } inline static int32_t get_offset_of_boundaryMeshMaskTexture_7() { return static_cast(offsetof(OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A, ___boundaryMeshMaskTexture_7)); } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * get_boundaryMeshMaskTexture_7() const { return ___boundaryMeshMaskTexture_7; } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 ** get_address_of_boundaryMeshMaskTexture_7() { return &___boundaryMeshMaskTexture_7; } inline void set_boundaryMeshMaskTexture_7(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * value) { ___boundaryMeshMaskTexture_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___boundaryMeshMaskTexture_7), (void*)value); } inline static int32_t get_offset_of_cameraFrameMaterial_8() { return static_cast(offsetof(OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A, ___cameraFrameMaterial_8)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_cameraFrameMaterial_8() const { return ___cameraFrameMaterial_8; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_cameraFrameMaterial_8() { return &___cameraFrameMaterial_8; } inline void set_cameraFrameMaterial_8(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___cameraFrameMaterial_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraFrameMaterial_8), (void*)value); } inline static int32_t get_offset_of_whiteMaterial_9() { return static_cast(offsetof(OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A, ___whiteMaterial_9)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_whiteMaterial_9() const { return ___whiteMaterial_9; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_whiteMaterial_9() { return &___whiteMaterial_9; } inline void set_whiteMaterial_9(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___whiteMaterial_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___whiteMaterial_9), (void*)value); } inline static int32_t get_offset_of_mixedRealityCamera_10() { return static_cast(offsetof(OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A, ___mixedRealityCamera_10)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_mixedRealityCamera_10() const { return ___mixedRealityCamera_10; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_mixedRealityCamera_10() { return &___mixedRealityCamera_10; } inline void set_mixedRealityCamera_10(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___mixedRealityCamera_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___mixedRealityCamera_10), (void*)value); } }; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_6; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_Color_7; // System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate bool ___m_SkipLayoutUpdate_8; // System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate bool ___m_SkipMaterialUpdate_9; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_10; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTargetCache bool ___m_RaycastTargetCache_11; // UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_RaycastPadding_12; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_RectTransform_13; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CanvasRenderer_14; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___m_Canvas_15; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_16; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_17; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyLayoutCallback_18; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyVertsCallback_19; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyMaterialCallback_20; // UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_CachedMesh_23; // UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___m_CachedUvs_24; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * ___m_ColorTweenRunner_25; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_26; public: inline static int32_t get_offset_of_m_Material_6() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Material_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_6() const { return ___m_Material_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_6() { return &___m_Material_6; } inline void set_m_Material_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_6), (void*)value); } inline static int32_t get_offset_of_m_Color_7() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Color_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_Color_7() const { return ___m_Color_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_Color_7() { return &___m_Color_7; } inline void set_m_Color_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_Color_7 = value; } inline static int32_t get_offset_of_m_SkipLayoutUpdate_8() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipLayoutUpdate_8)); } inline bool get_m_SkipLayoutUpdate_8() const { return ___m_SkipLayoutUpdate_8; } inline bool* get_address_of_m_SkipLayoutUpdate_8() { return &___m_SkipLayoutUpdate_8; } inline void set_m_SkipLayoutUpdate_8(bool value) { ___m_SkipLayoutUpdate_8 = value; } inline static int32_t get_offset_of_m_SkipMaterialUpdate_9() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipMaterialUpdate_9)); } inline bool get_m_SkipMaterialUpdate_9() const { return ___m_SkipMaterialUpdate_9; } inline bool* get_address_of_m_SkipMaterialUpdate_9() { return &___m_SkipMaterialUpdate_9; } inline void set_m_SkipMaterialUpdate_9(bool value) { ___m_SkipMaterialUpdate_9 = value; } inline static int32_t get_offset_of_m_RaycastTarget_10() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastTarget_10)); } inline bool get_m_RaycastTarget_10() const { return ___m_RaycastTarget_10; } inline bool* get_address_of_m_RaycastTarget_10() { return &___m_RaycastTarget_10; } inline void set_m_RaycastTarget_10(bool value) { ___m_RaycastTarget_10 = value; } inline static int32_t get_offset_of_m_RaycastTargetCache_11() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastTargetCache_11)); } inline bool get_m_RaycastTargetCache_11() const { return ___m_RaycastTargetCache_11; } inline bool* get_address_of_m_RaycastTargetCache_11() { return &___m_RaycastTargetCache_11; } inline void set_m_RaycastTargetCache_11(bool value) { ___m_RaycastTargetCache_11 = value; } inline static int32_t get_offset_of_m_RaycastPadding_12() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastPadding_12)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_RaycastPadding_12() const { return ___m_RaycastPadding_12; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_RaycastPadding_12() { return &___m_RaycastPadding_12; } inline void set_m_RaycastPadding_12(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_RaycastPadding_12 = value; } inline static int32_t get_offset_of_m_RectTransform_13() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RectTransform_13)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_RectTransform_13() const { return ___m_RectTransform_13; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_RectTransform_13() { return &___m_RectTransform_13; } inline void set_m_RectTransform_13(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_RectTransform_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_13), (void*)value); } inline static int32_t get_offset_of_m_CanvasRenderer_14() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CanvasRenderer_14)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CanvasRenderer_14() const { return ___m_CanvasRenderer_14; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CanvasRenderer_14() { return &___m_CanvasRenderer_14; } inline void set_m_CanvasRenderer_14(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CanvasRenderer_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasRenderer_14), (void*)value); } inline static int32_t get_offset_of_m_Canvas_15() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Canvas_15)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_m_Canvas_15() const { return ___m_Canvas_15; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_m_Canvas_15() { return &___m_Canvas_15; } inline void set_m_Canvas_15(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___m_Canvas_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_15), (void*)value); } inline static int32_t get_offset_of_m_VertsDirty_16() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_VertsDirty_16)); } inline bool get_m_VertsDirty_16() const { return ___m_VertsDirty_16; } inline bool* get_address_of_m_VertsDirty_16() { return &___m_VertsDirty_16; } inline void set_m_VertsDirty_16(bool value) { ___m_VertsDirty_16 = value; } inline static int32_t get_offset_of_m_MaterialDirty_17() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_MaterialDirty_17)); } inline bool get_m_MaterialDirty_17() const { return ___m_MaterialDirty_17; } inline bool* get_address_of_m_MaterialDirty_17() { return &___m_MaterialDirty_17; } inline void set_m_MaterialDirty_17(bool value) { ___m_MaterialDirty_17 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_18() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyLayoutCallback_18)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyLayoutCallback_18() const { return ___m_OnDirtyLayoutCallback_18; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyLayoutCallback_18() { return &___m_OnDirtyLayoutCallback_18; } inline void set_m_OnDirtyLayoutCallback_18(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyLayoutCallback_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyLayoutCallback_18), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_19() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyVertsCallback_19)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyVertsCallback_19() const { return ___m_OnDirtyVertsCallback_19; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyVertsCallback_19() { return &___m_OnDirtyVertsCallback_19; } inline void set_m_OnDirtyVertsCallback_19(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyVertsCallback_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyVertsCallback_19), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_20() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyMaterialCallback_20)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyMaterialCallback_20() const { return ___m_OnDirtyMaterialCallback_20; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyMaterialCallback_20() { return &___m_OnDirtyMaterialCallback_20; } inline void set_m_OnDirtyMaterialCallback_20(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyMaterialCallback_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyMaterialCallback_20), (void*)value); } inline static int32_t get_offset_of_m_CachedMesh_23() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedMesh_23)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_CachedMesh_23() const { return ___m_CachedMesh_23; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_CachedMesh_23() { return &___m_CachedMesh_23; } inline void set_m_CachedMesh_23(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_CachedMesh_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMesh_23), (void*)value); } inline static int32_t get_offset_of_m_CachedUvs_24() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedUvs_24)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_m_CachedUvs_24() const { return ___m_CachedUvs_24; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_m_CachedUvs_24() { return &___m_CachedUvs_24; } inline void set_m_CachedUvs_24(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___m_CachedUvs_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedUvs_24), (void*)value); } inline static int32_t get_offset_of_m_ColorTweenRunner_25() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_ColorTweenRunner_25)); } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * get_m_ColorTweenRunner_25() const { return ___m_ColorTweenRunner_25; } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 ** get_address_of_m_ColorTweenRunner_25() { return &___m_ColorTweenRunner_25; } inline void set_m_ColorTweenRunner_25(TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * value) { ___m_ColorTweenRunner_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ColorTweenRunner_25), (void*)value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_26() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_26)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_26() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_26; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_26() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_26; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_26(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_26 = value; } }; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE : public Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_27; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_MaskMaterial_28; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * ___m_ParentMask_29; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_30; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic bool ___m_IsMaskingGraphic_31; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_32; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * ___m_OnCullStateChanged_33; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_34; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_35; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_Corners_36; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_27() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculateStencil_27)); } inline bool get_m_ShouldRecalculateStencil_27() const { return ___m_ShouldRecalculateStencil_27; } inline bool* get_address_of_m_ShouldRecalculateStencil_27() { return &___m_ShouldRecalculateStencil_27; } inline void set_m_ShouldRecalculateStencil_27(bool value) { ___m_ShouldRecalculateStencil_27 = value; } inline static int32_t get_offset_of_m_MaskMaterial_28() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_MaskMaterial_28)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_MaskMaterial_28() const { return ___m_MaskMaterial_28; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_MaskMaterial_28() { return &___m_MaskMaterial_28; } inline void set_m_MaskMaterial_28(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_MaskMaterial_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MaskMaterial_28), (void*)value); } inline static int32_t get_offset_of_m_ParentMask_29() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ParentMask_29)); } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * get_m_ParentMask_29() const { return ___m_ParentMask_29; } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 ** get_address_of_m_ParentMask_29() { return &___m_ParentMask_29; } inline void set_m_ParentMask_29(RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * value) { ___m_ParentMask_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParentMask_29), (void*)value); } inline static int32_t get_offset_of_m_Maskable_30() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Maskable_30)); } inline bool get_m_Maskable_30() const { return ___m_Maskable_30; } inline bool* get_address_of_m_Maskable_30() { return &___m_Maskable_30; } inline void set_m_Maskable_30(bool value) { ___m_Maskable_30 = value; } inline static int32_t get_offset_of_m_IsMaskingGraphic_31() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IsMaskingGraphic_31)); } inline bool get_m_IsMaskingGraphic_31() const { return ___m_IsMaskingGraphic_31; } inline bool* get_address_of_m_IsMaskingGraphic_31() { return &___m_IsMaskingGraphic_31; } inline void set_m_IsMaskingGraphic_31(bool value) { ___m_IsMaskingGraphic_31 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_32() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IncludeForMasking_32)); } inline bool get_m_IncludeForMasking_32() const { return ___m_IncludeForMasking_32; } inline bool* get_address_of_m_IncludeForMasking_32() { return &___m_IncludeForMasking_32; } inline void set_m_IncludeForMasking_32(bool value) { ___m_IncludeForMasking_32 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_33() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_OnCullStateChanged_33)); } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * get_m_OnCullStateChanged_33() const { return ___m_OnCullStateChanged_33; } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 ** get_address_of_m_OnCullStateChanged_33() { return &___m_OnCullStateChanged_33; } inline void set_m_OnCullStateChanged_33(CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * value) { ___m_OnCullStateChanged_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnCullStateChanged_33), (void*)value); } inline static int32_t get_offset_of_m_ShouldRecalculate_34() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculate_34)); } inline bool get_m_ShouldRecalculate_34() const { return ___m_ShouldRecalculate_34; } inline bool* get_address_of_m_ShouldRecalculate_34() { return &___m_ShouldRecalculate_34; } inline void set_m_ShouldRecalculate_34(bool value) { ___m_ShouldRecalculate_34 = value; } inline static int32_t get_offset_of_m_StencilValue_35() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_StencilValue_35)); } inline int32_t get_m_StencilValue_35() const { return ___m_StencilValue_35; } inline int32_t* get_address_of_m_StencilValue_35() { return &___m_StencilValue_35; } inline void set_m_StencilValue_35(int32_t value) { ___m_StencilValue_35 = value; } inline static int32_t get_offset_of_m_Corners_36() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Corners_36)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_Corners_36() const { return ___m_Corners_36; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_Corners_36() { return &___m_Corners_36; } inline void set_m_Corners_36(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_Corners_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_36), (void*)value); } }; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * ___m_FontData_37; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_38; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCache_39; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCacheForLayout_40; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_42; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_TempVerts_43; public: inline static int32_t get_offset_of_m_FontData_37() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_FontData_37)); } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * get_m_FontData_37() const { return ___m_FontData_37; } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 ** get_address_of_m_FontData_37() { return &___m_FontData_37; } inline void set_m_FontData_37(FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * value) { ___m_FontData_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontData_37), (void*)value); } inline static int32_t get_offset_of_m_Text_38() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_Text_38)); } inline String_t* get_m_Text_38() const { return ___m_Text_38; } inline String_t** get_address_of_m_Text_38() { return &___m_Text_38; } inline void set_m_Text_38(String_t* value) { ___m_Text_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_38), (void*)value); } inline static int32_t get_offset_of_m_TextCache_39() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCache_39)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCache_39() const { return ___m_TextCache_39; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCache_39() { return &___m_TextCache_39; } inline void set_m_TextCache_39(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCache_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCache_39), (void*)value); } inline static int32_t get_offset_of_m_TextCacheForLayout_40() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCacheForLayout_40)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCacheForLayout_40() const { return ___m_TextCacheForLayout_40; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCacheForLayout_40() { return &___m_TextCacheForLayout_40; } inline void set_m_TextCacheForLayout_40(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCacheForLayout_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCacheForLayout_40), (void*)value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_42() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_DisableFontTextureRebuiltCallback_42)); } inline bool get_m_DisableFontTextureRebuiltCallback_42() const { return ___m_DisableFontTextureRebuiltCallback_42; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_42() { return &___m_DisableFontTextureRebuiltCallback_42; } inline void set_m_DisableFontTextureRebuiltCallback_42(bool value) { ___m_DisableFontTextureRebuiltCallback_42 = value; } inline static int32_t get_offset_of_m_TempVerts_43() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TempVerts_43)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_TempVerts_43() const { return ___m_TempVerts_43; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_TempVerts_43() { return &___m_TempVerts_43; } inline void set_m_TempVerts_43(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_TempVerts_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TempVerts_43), (void*)value); } }; // // // System.Object // System.Object // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.List`1 struct List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray JSONNodeU5BU5D_t81105A5C491915996A29B59AF9E25E770A7BD40B* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE_StaticFields, ____emptyArray_5)); } inline JSONNodeU5BU5D_t81105A5C491915996A29B59AF9E25E770A7BD40B* get__emptyArray_5() const { return ____emptyArray_5; } inline JSONNodeU5BU5D_t81105A5C491915996A29B59AF9E25E770A7BD40B** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(JSONNodeU5BU5D_t81105A5C491915996A29B59AF9E25E770A7BD40B* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_StaticFields, ____emptyArray_5)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get__emptyArray_5() const { return ____emptyArray_5; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray BoolMonitorU5BU5D_t663D5C6093CE1CA15974C743BB7EFCA10DED2C90* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223_StaticFields, ____emptyArray_5)); } inline BoolMonitorU5BU5D_t663D5C6093CE1CA15974C743BB7EFCA10DED2C90* get__emptyArray_5() const { return ____emptyArray_5; } inline BoolMonitorU5BU5D_t663D5C6093CE1CA15974C743BB7EFCA10DED2C90** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(BoolMonitorU5BU5D_t663D5C6093CE1CA15974C743BB7EFCA10DED2C90* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.Stack`1 // System.Collections.Generic.Stack`1 // System.Collections.Generic.Stack`1 // System.Collections.Generic.Stack`1 struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // System.Globalization.CultureInfo // OVRSimpleJSON.JSON // OVRSimpleJSON.JSON // System.MarshalByRefObject // System.MarshalByRefObject // System.Reflection.MemberInfo // System.Reflection.MemberInfo // OVRBoneCapsule // OVRBoneCapsule // OVRBoundary struct OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields { public: // System.Int32 OVRBoundary::cachedVector3fSize int32_t ___cachedVector3fSize_0; // OVRNativeBuffer OVRBoundary::cachedGeometryNativeBuffer OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * ___cachedGeometryNativeBuffer_1; // System.Single[] OVRBoundary::cachedGeometryManagedBuffer SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___cachedGeometryManagedBuffer_2; public: inline static int32_t get_offset_of_cachedVector3fSize_0() { return static_cast(offsetof(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields, ___cachedVector3fSize_0)); } inline int32_t get_cachedVector3fSize_0() const { return ___cachedVector3fSize_0; } inline int32_t* get_address_of_cachedVector3fSize_0() { return &___cachedVector3fSize_0; } inline void set_cachedVector3fSize_0(int32_t value) { ___cachedVector3fSize_0 = value; } inline static int32_t get_offset_of_cachedGeometryNativeBuffer_1() { return static_cast(offsetof(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields, ___cachedGeometryNativeBuffer_1)); } inline OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * get_cachedGeometryNativeBuffer_1() const { return ___cachedGeometryNativeBuffer_1; } inline OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 ** get_address_of_cachedGeometryNativeBuffer_1() { return &___cachedGeometryNativeBuffer_1; } inline void set_cachedGeometryNativeBuffer_1(OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * value) { ___cachedGeometryNativeBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedGeometryNativeBuffer_1), (void*)value); } inline static int32_t get_offset_of_cachedGeometryManagedBuffer_2() { return static_cast(offsetof(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields, ___cachedGeometryManagedBuffer_2)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_cachedGeometryManagedBuffer_2() const { return ___cachedGeometryManagedBuffer_2; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_cachedGeometryManagedBuffer_2() { return &___cachedGeometryManagedBuffer_2; } inline void set_cachedGeometryManagedBuffer_2(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___cachedGeometryManagedBuffer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedGeometryManagedBuffer_2), (void*)value); } }; // OVRBoundary // OVRCompositionUtil // OVRCompositionUtil // OVRTracker // OVRTracker // Assets.OVR.Scripts.Record // Assets.OVR.Scripts.Record // System.String struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.String // System.Text.StringBuilder // System.Text.StringBuilder // System.ValueType // System.ValueType // OVRSimpleJSON.JSONNode/d__40 // OVRSimpleJSON.JSONNode/d__40 // OVRSimpleJSON.JSONNode/d__42 // OVRSimpleJSON.JSONNode/d__42 // OVRSimpleJSON.JSONObject/<>c__DisplayClass21_0 // OVRSimpleJSON.JSONObject/<>c__DisplayClass21_0 // OVRControllerTest/<>c struct U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields { public: // OVRControllerTest/<>c OVRControllerTest/<>c::<>9 U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * ___U3CU3E9_0; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_0 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_0_1; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_1 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_1_2; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_2 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_2_3; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_3 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_3_4; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_4 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_4_5; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_5 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_5_6; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_6 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_6_7; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_7 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_7_8; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_8 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_8_9; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_9 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_9_10; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_10 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_10_11; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_11 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_11_12; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_12 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_12_13; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_13 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_13_14; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_14 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_14_15; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_15 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_15_16; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_16 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_16_17; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_17 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_17_18; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_18 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_18_19; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_19 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_19_20; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_20 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_20_21; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_21 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_21_22; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_22 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_22_23; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_23 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_23_24; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_24 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_24_25; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_25 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_25_26; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_26 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_26_27; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_27 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_27_28; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_28 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_28_29; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_29 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_29_30; // OVRControllerTest/BoolMonitor/BoolGenerator OVRControllerTest/<>c::<>9__4_30 BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___U3CU3E9__4_30_31; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_0_1() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_0_1)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_0_1() const { return ___U3CU3E9__4_0_1; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_0_1() { return &___U3CU3E9__4_0_1; } inline void set_U3CU3E9__4_0_1(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_1_2() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_1_2)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_1_2() const { return ___U3CU3E9__4_1_2; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_1_2() { return &___U3CU3E9__4_1_2; } inline void set_U3CU3E9__4_1_2(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_1_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_2_3() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_2_3)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_2_3() const { return ___U3CU3E9__4_2_3; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_2_3() { return &___U3CU3E9__4_2_3; } inline void set_U3CU3E9__4_2_3(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_2_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_3_4() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_3_4)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_3_4() const { return ___U3CU3E9__4_3_4; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_3_4() { return &___U3CU3E9__4_3_4; } inline void set_U3CU3E9__4_3_4(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_3_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_4_5() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_4_5)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_4_5() const { return ___U3CU3E9__4_4_5; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_4_5() { return &___U3CU3E9__4_4_5; } inline void set_U3CU3E9__4_4_5(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_4_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_4_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_5_6() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_5_6)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_5_6() const { return ___U3CU3E9__4_5_6; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_5_6() { return &___U3CU3E9__4_5_6; } inline void set_U3CU3E9__4_5_6(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_5_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_5_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_6_7() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_6_7)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_6_7() const { return ___U3CU3E9__4_6_7; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_6_7() { return &___U3CU3E9__4_6_7; } inline void set_U3CU3E9__4_6_7(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_6_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_6_7), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_7_8() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_7_8)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_7_8() const { return ___U3CU3E9__4_7_8; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_7_8() { return &___U3CU3E9__4_7_8; } inline void set_U3CU3E9__4_7_8(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_7_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_7_8), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_8_9() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_8_9)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_8_9() const { return ___U3CU3E9__4_8_9; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_8_9() { return &___U3CU3E9__4_8_9; } inline void set_U3CU3E9__4_8_9(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_8_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_8_9), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_9_10() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_9_10)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_9_10() const { return ___U3CU3E9__4_9_10; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_9_10() { return &___U3CU3E9__4_9_10; } inline void set_U3CU3E9__4_9_10(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_9_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_9_10), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_10_11() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_10_11)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_10_11() const { return ___U3CU3E9__4_10_11; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_10_11() { return &___U3CU3E9__4_10_11; } inline void set_U3CU3E9__4_10_11(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_10_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_10_11), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_11_12() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_11_12)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_11_12() const { return ___U3CU3E9__4_11_12; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_11_12() { return &___U3CU3E9__4_11_12; } inline void set_U3CU3E9__4_11_12(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_11_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_11_12), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_12_13() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_12_13)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_12_13() const { return ___U3CU3E9__4_12_13; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_12_13() { return &___U3CU3E9__4_12_13; } inline void set_U3CU3E9__4_12_13(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_12_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_12_13), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_13_14() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_13_14)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_13_14() const { return ___U3CU3E9__4_13_14; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_13_14() { return &___U3CU3E9__4_13_14; } inline void set_U3CU3E9__4_13_14(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_13_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_13_14), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_14_15() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_14_15)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_14_15() const { return ___U3CU3E9__4_14_15; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_14_15() { return &___U3CU3E9__4_14_15; } inline void set_U3CU3E9__4_14_15(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_14_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_14_15), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_15_16() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_15_16)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_15_16() const { return ___U3CU3E9__4_15_16; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_15_16() { return &___U3CU3E9__4_15_16; } inline void set_U3CU3E9__4_15_16(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_15_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_15_16), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_16_17() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_16_17)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_16_17() const { return ___U3CU3E9__4_16_17; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_16_17() { return &___U3CU3E9__4_16_17; } inline void set_U3CU3E9__4_16_17(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_16_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_16_17), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_17_18() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_17_18)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_17_18() const { return ___U3CU3E9__4_17_18; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_17_18() { return &___U3CU3E9__4_17_18; } inline void set_U3CU3E9__4_17_18(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_17_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_17_18), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_18_19() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_18_19)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_18_19() const { return ___U3CU3E9__4_18_19; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_18_19() { return &___U3CU3E9__4_18_19; } inline void set_U3CU3E9__4_18_19(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_18_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_18_19), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_19_20() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_19_20)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_19_20() const { return ___U3CU3E9__4_19_20; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_19_20() { return &___U3CU3E9__4_19_20; } inline void set_U3CU3E9__4_19_20(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_19_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_19_20), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_20_21() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_20_21)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_20_21() const { return ___U3CU3E9__4_20_21; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_20_21() { return &___U3CU3E9__4_20_21; } inline void set_U3CU3E9__4_20_21(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_20_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_20_21), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_21_22() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_21_22)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_21_22() const { return ___U3CU3E9__4_21_22; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_21_22() { return &___U3CU3E9__4_21_22; } inline void set_U3CU3E9__4_21_22(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_21_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_21_22), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_22_23() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_22_23)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_22_23() const { return ___U3CU3E9__4_22_23; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_22_23() { return &___U3CU3E9__4_22_23; } inline void set_U3CU3E9__4_22_23(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_22_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_22_23), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_23_24() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_23_24)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_23_24() const { return ___U3CU3E9__4_23_24; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_23_24() { return &___U3CU3E9__4_23_24; } inline void set_U3CU3E9__4_23_24(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_23_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_23_24), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_24_25() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_24_25)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_24_25() const { return ___U3CU3E9__4_24_25; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_24_25() { return &___U3CU3E9__4_24_25; } inline void set_U3CU3E9__4_24_25(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_24_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_24_25), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_25_26() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_25_26)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_25_26() const { return ___U3CU3E9__4_25_26; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_25_26() { return &___U3CU3E9__4_25_26; } inline void set_U3CU3E9__4_25_26(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_25_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_25_26), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_26_27() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_26_27)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_26_27() const { return ___U3CU3E9__4_26_27; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_26_27() { return &___U3CU3E9__4_26_27; } inline void set_U3CU3E9__4_26_27(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_26_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_26_27), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_27_28() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_27_28)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_27_28() const { return ___U3CU3E9__4_27_28; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_27_28() { return &___U3CU3E9__4_27_28; } inline void set_U3CU3E9__4_27_28(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_27_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_27_28), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_28_29() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_28_29)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_28_29() const { return ___U3CU3E9__4_28_29; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_28_29() { return &___U3CU3E9__4_28_29; } inline void set_U3CU3E9__4_28_29(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_28_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_28_29), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_29_30() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_29_30)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_29_30() const { return ___U3CU3E9__4_29_30; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_29_30() { return &___U3CU3E9__4_29_30; } inline void set_U3CU3E9__4_29_30(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_29_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_29_30), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_30_31() { return static_cast(offsetof(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields, ___U3CU3E9__4_30_31)); } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * get_U3CU3E9__4_30_31() const { return ___U3CU3E9__4_30_31; } inline BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 ** get_address_of_U3CU3E9__4_30_31() { return &___U3CU3E9__4_30_31; } inline void set_U3CU3E9__4_30_31(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * value) { ___U3CU3E9__4_30_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_30_31), (void*)value); } }; // OVRControllerTest/<>c // OVRControllerTest/BoolMonitor // OVRControllerTest/BoolMonitor // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Boolean // System.Byte // System.Byte // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Char // UnityEngine.Color // UnityEngine.Color // OVR.OpenVR.Compositor_CumulativeStats // OVR.OpenVR.Compositor_CumulativeStats // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // System.Decimal // OVR.OpenVR.DistortionCoordinates_t // OVR.OpenVR.DistortionCoordinates_t // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Double // OVR.OpenVR.DriverDirectMode_FrameTiming // OVR.OpenVR.DriverDirectMode_FrameTiming // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // System.Enum // Assets.OVR.Scripts.FixRecord // Assets.OVR.Scripts.FixRecord // System.Guid struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value); } }; // System.Guid // OVR.OpenVR.HmdColor_t // OVR.OpenVR.HmdColor_t // OVR.OpenVR.HmdMatrix33_t // OVR.OpenVR.HmdMatrix33_t // OVR.OpenVR.HmdMatrix34_t // OVR.OpenVR.HmdMatrix34_t // OVR.OpenVR.HmdMatrix44_t // OVR.OpenVR.HmdMatrix44_t // OVR.OpenVR.HmdQuaternion_t // OVR.OpenVR.HmdQuaternion_t // OVR.OpenVR.HmdQuaternionf_t // OVR.OpenVR.HmdQuaternionf_t // OVR.OpenVR.HmdVector2_t // OVR.OpenVR.HmdVector2_t // OVR.OpenVR.HmdVector3_t // OVR.OpenVR.HmdVector3_t // OVR.OpenVR.HmdVector3d_t // OVR.OpenVR.HmdVector3d_t // OVR.OpenVR.HmdVector4_t // OVR.OpenVR.HmdVector4_t // OVR.OpenVR.IVRApplications // OVR.OpenVR.IVRApplications // OVR.OpenVR.IVRChaperone // OVR.OpenVR.IVRChaperone // OVR.OpenVR.IVRChaperoneSetup // OVR.OpenVR.IVRChaperoneSetup // OVR.OpenVR.IVRCompositor // OVR.OpenVR.IVRCompositor // OVR.OpenVR.IVRDriverManager // OVR.OpenVR.IVRDriverManager // OVR.OpenVR.IVRExtendedDisplay // OVR.OpenVR.IVRExtendedDisplay // OVR.OpenVR.IVRIOBuffer // OVR.OpenVR.IVRIOBuffer // OVR.OpenVR.IVRInput // OVR.OpenVR.IVRInput // OVR.OpenVR.IVRNotifications // OVR.OpenVR.IVRNotifications // OVR.OpenVR.IVROverlay // OVR.OpenVR.IVROverlay // OVR.OpenVR.IVRRenderModels // OVR.OpenVR.IVRRenderModels // OVR.OpenVR.IVRResources // OVR.OpenVR.IVRResources // OVR.OpenVR.IVRScreenshots // OVR.OpenVR.IVRScreenshots // OVR.OpenVR.IVRSettings // OVR.OpenVR.IVRSettings // OVR.OpenVR.IVRSpatialAnchors // OVR.OpenVR.IVRSpatialAnchors // OVR.OpenVR.IVRSystem // OVR.OpenVR.IVRSystem // OVR.OpenVR.IVRTrackedCamera // OVR.OpenVR.IVRTrackedCamera // OVR.OpenVR.InputAnalogActionData_t // OVR.OpenVR.InputAnalogActionData_t // OVR.OpenVR.InputDigitalActionData_t // OVR.OpenVR.InputDigitalActionData_t // OVR.OpenVR.InputOriginInfo_t // OVR.OpenVR.InputOriginInfo_t // OVR.OpenVR.InputSkeletalActionData_t // OVR.OpenVR.InputSkeletalActionData_t // System.Int16 // System.Int16 // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.IntPtr // OVR.OpenVR.IntersectionMaskCircle_t // OVR.OpenVR.IntersectionMaskCircle_t // OVR.OpenVR.IntersectionMaskRectangle_t // OVR.OpenVR.IntersectionMaskRectangle_t // UnityEngine.LayerMask // UnityEngine.LayerMask // UnityEngine.Matrix4x4 struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___identityMatrix_17 = value; } }; // UnityEngine.Matrix4x4 // OVRBinaryChunk // OVRBinaryChunk // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.Quaternion // UnityEngine.Rect // UnityEngine.Rect // OVR.OpenVR.RenderModel_ControllerMode_State_t // OVR.OpenVR.RenderModel_ControllerMode_State_t // System.SByte // System.SByte // System.Single // System.Single // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.Stream // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.UInt64 // System.UInt64 // OVR.OpenVR.VRActiveActionSet_t // OVR.OpenVR.VRActiveActionSet_t // OVR.OpenVR.VRControllerAxis_t // OVR.OpenVR.VRControllerAxis_t // OVR.OpenVR.VREvent_ApplicationLaunch_t // OVR.OpenVR.VREvent_ApplicationLaunch_t // OVR.OpenVR.VREvent_Chaperone_t // OVR.OpenVR.VREvent_Chaperone_t // OVR.OpenVR.VREvent_Controller_t // OVR.OpenVR.VREvent_Controller_t // OVR.OpenVR.VREvent_EditingCameraSurface_t // OVR.OpenVR.VREvent_EditingCameraSurface_t // OVR.OpenVR.VREvent_HapticVibration_t // OVR.OpenVR.VREvent_HapticVibration_t // OVR.OpenVR.VREvent_InputBindingLoad_t // OVR.OpenVR.VREvent_InputBindingLoad_t // OVR.OpenVR.VREvent_Ipd_t // OVR.OpenVR.VREvent_Ipd_t // OVR.OpenVR.VREvent_Keyboard_t // OVR.OpenVR.VREvent_Keyboard_t // OVR.OpenVR.VREvent_MessageOverlay_t // OVR.OpenVR.VREvent_MessageOverlay_t // OVR.OpenVR.VREvent_Mouse_t // OVR.OpenVR.VREvent_Mouse_t // OVR.OpenVR.VREvent_Notification_t // OVR.OpenVR.VREvent_Notification_t // OVR.OpenVR.VREvent_Overlay_t // OVR.OpenVR.VREvent_Overlay_t // OVR.OpenVR.VREvent_PerformanceTest_t // OVR.OpenVR.VREvent_PerformanceTest_t // OVR.OpenVR.VREvent_Process_t // OVR.OpenVR.VREvent_Process_t // OVR.OpenVR.VREvent_Reserved_t // OVR.OpenVR.VREvent_Reserved_t // OVR.OpenVR.VREvent_ScreenshotProgress_t // OVR.OpenVR.VREvent_ScreenshotProgress_t // OVR.OpenVR.VREvent_Screenshot_t // OVR.OpenVR.VREvent_Screenshot_t // OVR.OpenVR.VREvent_Scroll_t // OVR.OpenVR.VREvent_Scroll_t // OVR.OpenVR.VREvent_SeatedZeroPoseReset_t // OVR.OpenVR.VREvent_SeatedZeroPoseReset_t // OVR.OpenVR.VREvent_SpatialAnchor_t // OVR.OpenVR.VREvent_SpatialAnchor_t // OVR.OpenVR.VREvent_Status_t // OVR.OpenVR.VREvent_Status_t // OVR.OpenVR.VREvent_TouchPadMove_t // OVR.OpenVR.VREvent_TouchPadMove_t // OVR.OpenVR.VREvent_WebConsole_t // OVR.OpenVR.VREvent_WebConsole_t // OVR.OpenVR.VRTextureBounds_t // OVR.OpenVR.VRTextureBounds_t // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector2 // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector3 // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // UnityEngine.Vector4 // System.Void // System.Void // /__StaticArrayInitTypeSize=24 // /__StaticArrayInitTypeSize=24 // OVR.OpenVR.CVROverlay/PollNextOverlayEventUnion // OVR.OpenVR.CVROverlay/PollNextOverlayEventUnion // OVR.OpenVR.CVRRenderModels/GetComponentStateUnion // OVR.OpenVR.CVRRenderModels/GetComponentStateUnion // OVR.OpenVR.CVRSystem/GetControllerStateUnion // OVR.OpenVR.CVRSystem/GetControllerStateUnion // OVR.OpenVR.CVRSystem/GetControllerStateWithPoseUnion // OVR.OpenVR.CVRSystem/GetControllerStateWithPoseUnion // OVR.OpenVR.CVRSystem/PollNextEventUnion // OVR.OpenVR.CVRSystem/PollNextEventUnion // OVRPlugin/Fovf // OVRPlugin/Fovf // OVRPlugin/Quatf struct Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D_StaticFields { public: // OVRPlugin/Quatf OVRPlugin/Quatf::identity Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D ___identity_4; public: inline static int32_t get_offset_of_identity_4() { return static_cast(offsetof(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D_StaticFields, ___identity_4)); } inline Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D get_identity_4() const { return ___identity_4; } inline Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D * get_address_of_identity_4() { return &___identity_4; } inline void set_identity_4(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D value) { ___identity_4 = value; } }; // OVRPlugin/Quatf // OVRPlugin/Sizei struct Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041_StaticFields { public: // OVRPlugin/Sizei OVRPlugin/Sizei::zero Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 ___zero_2; public: inline static int32_t get_offset_of_zero_2() { return static_cast(offsetof(Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041_StaticFields, ___zero_2)); } inline Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 get_zero_2() const { return ___zero_2; } inline Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 * get_address_of_zero_2() { return &___zero_2; } inline void set_zero_2(Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 value) { ___zero_2 = value; } }; // OVRPlugin/Sizei // OVRPlugin/Vector3f struct Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417_StaticFields { public: // OVRPlugin/Vector3f OVRPlugin/Vector3f::zero Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___zero_3; public: inline static int32_t get_offset_of_zero_3() { return static_cast(offsetof(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417_StaticFields, ___zero_3)); } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 get_zero_3() const { return ___zero_3; } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 * get_address_of_zero_3() { return &___zero_3; } inline void set_zero_3(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 value) { ___zero_3 = value; } }; // OVRPlugin/Vector3f // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // struct U3CPrivateImplementationDetailsU3E_t4D6325C768AF0C9BE49B578F0B7E43147C9D1364_StaticFields { public: // /__StaticArrayInitTypeSize=24 ::CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D __StaticArrayInitTypeSizeU3D24_t59C8A7F4E254F45E5134CF5899F9FC8D45B1B35D ___CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0; public: inline static int32_t get_offset_of_CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4D6325C768AF0C9BE49B578F0B7E43147C9D1364_StaticFields, ___CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0)); } inline __StaticArrayInitTypeSizeU3D24_t59C8A7F4E254F45E5134CF5899F9FC8D45B1B35D get_CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0() const { return ___CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0; } inline __StaticArrayInitTypeSizeU3D24_t59C8A7F4E254F45E5134CF5899F9FC8D45B1B35D * get_address_of_CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0() { return &___CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0; } inline void set_CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0(__StaticArrayInitTypeSizeU3D24_t59C8A7F4E254F45E5134CF5899F9FC8D45B1B35D value) { ___CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0 = value; } }; // // OVR.OpenVR.AppOverrideKeys_t // OVR.OpenVR.AppOverrideKeys_t // System.Reflection.BindingFlags // System.Reflection.BindingFlags // OVR.OpenVR.COpenVRContext // OVR.OpenVR.COpenVRContext // OVR.OpenVR.CVRApplications // OVR.OpenVR.CVRApplications // OVR.OpenVR.CVRChaperone // OVR.OpenVR.CVRChaperone // OVR.OpenVR.CVRChaperoneSetup // OVR.OpenVR.CVRChaperoneSetup // OVR.OpenVR.CVRCompositor // OVR.OpenVR.CVRCompositor // OVR.OpenVR.CVRDriverManager // OVR.OpenVR.CVRDriverManager // OVR.OpenVR.CVRExtendedDisplay // OVR.OpenVR.CVRExtendedDisplay // OVR.OpenVR.CVRIOBuffer // OVR.OpenVR.CVRIOBuffer // OVR.OpenVR.CVRInput // OVR.OpenVR.CVRInput // OVR.OpenVR.CVRNotifications // OVR.OpenVR.CVRNotifications // OVR.OpenVR.CVROverlay // OVR.OpenVR.CVROverlay // OVR.OpenVR.CVRRenderModels // OVR.OpenVR.CVRRenderModels // OVR.OpenVR.CVRResources // OVR.OpenVR.CVRResources // OVR.OpenVR.CVRScreenshots // OVR.OpenVR.CVRScreenshots // OVR.OpenVR.CVRSettingHelper // OVR.OpenVR.CVRSettingHelper // OVR.OpenVR.CVRSettings // OVR.OpenVR.CVRSettings // OVR.OpenVR.CVRSpatialAnchors // OVR.OpenVR.CVRSpatialAnchors // OVR.OpenVR.CVRSystem // OVR.OpenVR.CVRSystem // OVR.OpenVR.CVRTrackedCamera // OVR.OpenVR.CVRTrackedCamera // OVR.OpenVR.ChaperoneCalibrationState // OVR.OpenVR.ChaperoneCalibrationState // OVR.OpenVR.Compositor_OverlaySettings // OVR.OpenVR.Compositor_OverlaySettings // OVR.OpenVR.D3D12TextureData_t // OVR.OpenVR.D3D12TextureData_t // System.Delegate // System.Delegate // UnityEngine.DepthTextureMode // UnityEngine.DepthTextureMode // OVR.OpenVR.EChaperoneConfigFile // OVR.OpenVR.EChaperoneConfigFile // OVR.OpenVR.EChaperoneImportFlags // OVR.OpenVR.EChaperoneImportFlags // OVR.OpenVR.ECollisionBoundsStyle // OVR.OpenVR.ECollisionBoundsStyle // OVR.OpenVR.EColorSpace // OVR.OpenVR.EColorSpace // OVR.OpenVR.EDeviceActivityLevel // OVR.OpenVR.EDeviceActivityLevel // OVR.OpenVR.EDualAnalogWhich // OVR.OpenVR.EDualAnalogWhich // OVR.OpenVR.EGamepadTextInputLineMode // OVR.OpenVR.EGamepadTextInputLineMode // OVR.OpenVR.EGamepadTextInputMode // OVR.OpenVR.EGamepadTextInputMode // OVR.OpenVR.EHiddenAreaMeshType // OVR.OpenVR.EHiddenAreaMeshType // OVR.OpenVR.EIOBufferError // OVR.OpenVR.EIOBufferError // OVR.OpenVR.EIOBufferMode // OVR.OpenVR.EIOBufferMode // OVR.OpenVR.EOverlayDirection // OVR.OpenVR.EOverlayDirection // OVR.OpenVR.ETextureType // OVR.OpenVR.ETextureType // OVR.OpenVR.ETrackedControllerRole // OVR.OpenVR.ETrackedControllerRole // OVR.OpenVR.ETrackedDeviceClass // OVR.OpenVR.ETrackedDeviceClass // OVR.OpenVR.ETrackedDeviceProperty // OVR.OpenVR.ETrackedDeviceProperty // OVR.OpenVR.ETrackedPropertyError // OVR.OpenVR.ETrackedPropertyError // OVR.OpenVR.ETrackingResult // OVR.OpenVR.ETrackingResult // OVR.OpenVR.ETrackingUniverseOrigin // OVR.OpenVR.ETrackingUniverseOrigin // OVR.OpenVR.EVRApplicationError // OVR.OpenVR.EVRApplicationError // OVR.OpenVR.EVRApplicationProperty // OVR.OpenVR.EVRApplicationProperty // OVR.OpenVR.EVRApplicationTransitionState // OVR.OpenVR.EVRApplicationTransitionState // OVR.OpenVR.EVRApplicationType // OVR.OpenVR.EVRApplicationType // OVR.OpenVR.EVRButtonId // OVR.OpenVR.EVRButtonId // OVR.OpenVR.EVRComponentProperty // OVR.OpenVR.EVRComponentProperty // OVR.OpenVR.EVRCompositorError // OVR.OpenVR.EVRCompositorError // OVR.OpenVR.EVRCompositorTimingMode // OVR.OpenVR.EVRCompositorTimingMode // OVR.OpenVR.EVRControllerAxisType // OVR.OpenVR.EVRControllerAxisType // OVR.OpenVR.EVRControllerEventOutputType // OVR.OpenVR.EVRControllerEventOutputType // OVR.OpenVR.EVREventType // OVR.OpenVR.EVREventType // OVR.OpenVR.EVREye // OVR.OpenVR.EVREye // OVR.OpenVR.EVRFirmwareError // OVR.OpenVR.EVRFirmwareError // OVR.OpenVR.EVRInitError // OVR.OpenVR.EVRInitError // OVR.OpenVR.EVRInputError // OVR.OpenVR.EVRInputError // OVR.OpenVR.EVRInputFilterCancelType // OVR.OpenVR.EVRInputFilterCancelType // OVR.OpenVR.EVRMouseButton // OVR.OpenVR.EVRMouseButton // OVR.OpenVR.EVRMuraCorrectionMode // OVR.OpenVR.EVRMuraCorrectionMode // OVR.OpenVR.EVRNotificationError // OVR.OpenVR.EVRNotificationError // OVR.OpenVR.EVRNotificationStyle // OVR.OpenVR.EVRNotificationStyle // OVR.OpenVR.EVRNotificationType // OVR.OpenVR.EVRNotificationType // OVR.OpenVR.EVROverlayError // OVR.OpenVR.EVROverlayError // OVR.OpenVR.EVROverlayIntersectionMaskPrimitiveType // OVR.OpenVR.EVROverlayIntersectionMaskPrimitiveType // OVR.OpenVR.EVRRenderModelError // OVR.OpenVR.EVRRenderModelError // OVR.OpenVR.EVRScreenshotError // OVR.OpenVR.EVRScreenshotError // OVR.OpenVR.EVRScreenshotPropertyFilenames // OVR.OpenVR.EVRScreenshotPropertyFilenames // OVR.OpenVR.EVRScreenshotType // OVR.OpenVR.EVRScreenshotType // OVR.OpenVR.EVRSettingsError // OVR.OpenVR.EVRSettingsError // OVR.OpenVR.EVRSkeletalMotionRange // OVR.OpenVR.EVRSkeletalMotionRange // OVR.OpenVR.EVRSkeletalTransformSpace // OVR.OpenVR.EVRSkeletalTransformSpace // OVR.OpenVR.EVRSpatialAnchorError // OVR.OpenVR.EVRSpatialAnchorError // OVR.OpenVR.EVRState // OVR.OpenVR.EVRState // OVR.OpenVR.EVRSubmitFlags // OVR.OpenVR.EVRSubmitFlags // OVR.OpenVR.EVRTrackedCameraError // OVR.OpenVR.EVRTrackedCameraError // OVR.OpenVR.EVRTrackedCameraFrameLayout // OVR.OpenVR.EVRTrackedCameraFrameLayout // OVR.OpenVR.EVRTrackedCameraFrameType // OVR.OpenVR.EVRTrackedCameraFrameType // OVR.OpenVR.EVSync // OVR.OpenVR.EVSync // System.Exception struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // System.Exception // OVR.OpenVR.HiddenAreaMesh_t // OVR.OpenVR.HiddenAreaMesh_t // OVR.OpenVR.HmdQuad_t // OVR.OpenVR.HmdQuad_t // OVR.OpenVR.HmdRect2_t // OVR.OpenVR.HmdRect2_t // OVR.OpenVR.ImuSample_t // OVR.OpenVR.ImuSample_t // OVR.OpenVR.Imu_OffScaleFlags // OVR.OpenVR.Imu_OffScaleFlags // UnityEngine.IntegratedSubsystem // UnityEngine.IntegratedSubsystem // OVRSimpleJSON.JSONContainerType // OVRSimpleJSON.JSONContainerType // OVRSimpleJSON.JSONNodeType // OVRSimpleJSON.JSONNodeType // OVRSimpleJSON.JSONTextMode // OVRSimpleJSON.JSONTextMode // NodeStatePropertyType // NodeStatePropertyType // OVR.OpenVR.NotificationBitmap_t // OVR.OpenVR.NotificationBitmap_t // System.Globalization.NumberStyles // System.Globalization.NumberStyles // OVRChunkType // OVRChunkType // OVRNativeBuffer // OVRNativeBuffer // OVRPose // OVRPose // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // UnityEngine.Object // System.PlatformID // System.PlatformID // UnityEngine.PrimitiveType // UnityEngine.PrimitiveType // UnityEngine.RectOffset // UnityEngine.RectOffset // OVR.OpenVR.RenderModel_ComponentState_t // OVR.OpenVR.RenderModel_ComponentState_t // System.RuntimeTypeHandle // System.RuntimeTypeHandle // UnityEngine.Rendering.ShadowCastingMode // UnityEngine.Rendering.ShadowCastingMode // OVR.OpenVR.SpatialAnchorPose_t // OVR.OpenVR.SpatialAnchorPose_t // UnityEngine.StereoTargetEyeMask // UnityEngine.StereoTargetEyeMask // OVR.OpenVR.VRBoneTransform_t // OVR.OpenVR.VRBoneTransform_t // OVR.OpenVR.VRControllerState_t // OVR.OpenVR.VRControllerState_t // OVR.OpenVR.VRControllerState_t_Packed // OVR.OpenVR.VRControllerState_t_Packed // OVR.OpenVR.VRMessageOverlayResponse // OVR.OpenVR.VRMessageOverlayResponse // OVR.OpenVR.VROverlayFlags // OVR.OpenVR.VROverlayFlags // OVR.OpenVR.VROverlayInputMethod // OVR.OpenVR.VROverlayInputMethod // OVR.OpenVR.VROverlayIntersectionMaskPrimitive_Data_t // OVR.OpenVR.VROverlayIntersectionMaskPrimitive_Data_t // OVR.OpenVR.VROverlayIntersectionResults_t // OVR.OpenVR.VROverlayIntersectionResults_t // OVR.OpenVR.VROverlayTransformType // OVR.OpenVR.VROverlayTransformType // UnityEngine.XR.XRNode // UnityEngine.XR.XRNode // OVRSimpleJSON.JSONArray/d__22 // OVRSimpleJSON.JSONArray/d__22 // OVRBoundary/BoundaryTestResult // OVRBoundary/BoundaryTestResult // OVRBoundary/BoundaryType // OVRBoundary/BoundaryType // OVRBoundary/Node // OVRBoundary/Node // OVRControllerHelper/ControllerType // OVRControllerHelper/ControllerType // OVRInput/Axis1D // OVRInput/Axis1D // OVRInput/Axis2D // OVRInput/Axis2D // OVRInput/Button // OVRInput/Button // OVRInput/Controller // OVRInput/Controller // OVRInput/RawButton // OVRInput/RawButton // OVRManager/CameraDevice // OVRManager/CameraDevice // OVRManager/ColorSpace // OVRManager/ColorSpace // OVRManager/CompositionMethod // OVRManager/CompositionMethod // OVRManager/DepthQuality // OVRManager/DepthQuality // OVRManager/MrcActivationMode // OVRManager/MrcActivationMode // OVRManager/PassthroughInitializationState // OVRManager/PassthroughInitializationState // OVRManager/TrackingOrigin // OVRManager/TrackingOrigin // OVRManager/VirtualGreenScreenType // OVRManager/VirtualGreenScreenType // OVRManager/XRDevice // OVRManager/XRDevice // OVRPlugin/Bool // OVRPlugin/Bool // OVRPlugin/BoundaryType // OVRPlugin/BoundaryType // OVRPlugin/CameraDevice // OVRPlugin/CameraDevice // OVRPlugin/CameraDeviceDepthQuality // OVRPlugin/CameraDeviceDepthQuality // OVRPlugin/CameraDeviceDepthSensingMode // OVRPlugin/CameraDeviceDepthSensingMode // OVRPlugin/CameraStatus // OVRPlugin/CameraStatus // OVRPlugin/EventType // OVRPlugin/EventType // OVRPlugin/Node // OVRPlugin/Node // OVRPlugin/Posef struct Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952_StaticFields { public: // OVRPlugin/Posef OVRPlugin/Posef::identity Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___identity_2; public: inline static int32_t get_offset_of_identity_2() { return static_cast(offsetof(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952_StaticFields, ___identity_2)); } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 get_identity_2() const { return ___identity_2; } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * get_address_of_identity_2() { return &___identity_2; } inline void set_identity_2(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 value) { ___identity_2 = value; } }; // OVRPlugin/Posef // OVRPlugin/Step // OVRPlugin/Step // OVRPlugin/SystemHeadset // OVRPlugin/SystemHeadset // OVRSkeleton/BoneId // OVRSkeleton/BoneId // UnityEngine.XR.XRDisplaySubsystem/LateLatchNode // UnityEngine.XR.XRDisplaySubsystem/LateLatchNode // OVRSimpleJSON.JSONNode/Enumerator/Type // OVRSimpleJSON.JSONNode/Enumerator/Type // UnityEngine.IntegratedSubsystem`1 // UnityEngine.IntegratedSubsystem`1 // UnityEngine.Component // UnityEngine.Component // UnityEngine.GameObject // UnityEngine.GameObject // OVRSimpleJSON.JSONNode struct JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields { public: // System.Boolean OVRSimpleJSON.JSONNode::forceASCII bool ___forceASCII_0; // System.Boolean OVRSimpleJSON.JSONNode::longAsString bool ___longAsString_1; // OVRSimpleJSON.JSONContainerType OVRSimpleJSON.JSONNode::VectorContainerType int32_t ___VectorContainerType_3; // OVRSimpleJSON.JSONContainerType OVRSimpleJSON.JSONNode::QuaternionContainerType int32_t ___QuaternionContainerType_4; // OVRSimpleJSON.JSONContainerType OVRSimpleJSON.JSONNode::RectContainerType int32_t ___RectContainerType_5; public: inline static int32_t get_offset_of_forceASCII_0() { return static_cast(offsetof(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields, ___forceASCII_0)); } inline bool get_forceASCII_0() const { return ___forceASCII_0; } inline bool* get_address_of_forceASCII_0() { return &___forceASCII_0; } inline void set_forceASCII_0(bool value) { ___forceASCII_0 = value; } inline static int32_t get_offset_of_longAsString_1() { return static_cast(offsetof(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields, ___longAsString_1)); } inline bool get_longAsString_1() const { return ___longAsString_1; } inline bool* get_address_of_longAsString_1() { return &___longAsString_1; } inline void set_longAsString_1(bool value) { ___longAsString_1 = value; } inline static int32_t get_offset_of_VectorContainerType_3() { return static_cast(offsetof(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields, ___VectorContainerType_3)); } inline int32_t get_VectorContainerType_3() const { return ___VectorContainerType_3; } inline int32_t* get_address_of_VectorContainerType_3() { return &___VectorContainerType_3; } inline void set_VectorContainerType_3(int32_t value) { ___VectorContainerType_3 = value; } inline static int32_t get_offset_of_QuaternionContainerType_4() { return static_cast(offsetof(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields, ___QuaternionContainerType_4)); } inline int32_t get_QuaternionContainerType_4() const { return ___QuaternionContainerType_4; } inline int32_t* get_address_of_QuaternionContainerType_4() { return &___QuaternionContainerType_4; } inline void set_QuaternionContainerType_4(int32_t value) { ___QuaternionContainerType_4 = value; } inline static int32_t get_offset_of_RectContainerType_5() { return static_cast(offsetof(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields, ___RectContainerType_5)); } inline int32_t get_RectContainerType_5() const { return ___RectContainerType_5; } inline int32_t* get_address_of_RectContainerType_5() { return &___RectContainerType_5; } inline void set_RectContainerType_5(int32_t value) { ___RectContainerType_5 = value; } }; // OVRSimpleJSON.JSONNode struct JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_ThreadStaticFields { public: // System.Text.StringBuilder OVRSimpleJSON.JSONNode::m_EscapeBuilder StringBuilder_t * ___m_EscapeBuilder_2; public: inline static int32_t get_offset_of_m_EscapeBuilder_2() { return static_cast(offsetof(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_ThreadStaticFields, ___m_EscapeBuilder_2)); } inline StringBuilder_t * get_m_EscapeBuilder_2() const { return ___m_EscapeBuilder_2; } inline StringBuilder_t ** get_address_of_m_EscapeBuilder_2() { return &___m_EscapeBuilder_2; } inline void set_m_EscapeBuilder_2(StringBuilder_t * value) { ___m_EscapeBuilder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EscapeBuilder_2), (void*)value); } }; // UnityEngine.Material // UnityEngine.Material // UnityEngine.Mesh // UnityEngine.Mesh // System.MulticastDelegate // System.MulticastDelegate // OVRBone // OVRBone // OVRComposition // OVRComposition // OVRInput struct OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields { public: // System.Single OVRInput::AXIS_AS_BUTTON_THRESHOLD float ___AXIS_AS_BUTTON_THRESHOLD_0; // System.Single OVRInput::AXIS_DEADZONE_THRESHOLD float ___AXIS_DEADZONE_THRESHOLD_1; // System.Collections.Generic.List`1 OVRInput::controllers List_1_tE7A3E65EF4EFEB8E88A946737890AE19BB382B79 * ___controllers_2; // OVRInput/Controller OVRInput::activeControllerType int32_t ___activeControllerType_3; // OVRInput/Controller OVRInput::connectedControllerTypes int32_t ___connectedControllerTypes_4; // OVRPlugin/Step OVRInput::stepType int32_t ___stepType_5; // System.Int32 OVRInput::fixedUpdateCount int32_t ___fixedUpdateCount_6; // System.Boolean OVRInput::_pluginSupportsActiveController bool ____pluginSupportsActiveController_7; // System.Boolean OVRInput::_pluginSupportsActiveControllerCached bool ____pluginSupportsActiveControllerCached_8; // System.Version OVRInput::_pluginSupportsActiveControllerMinVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ____pluginSupportsActiveControllerMinVersion_9; // System.Int32 OVRInput::NUM_HAPTIC_CHANNELS int32_t ___NUM_HAPTIC_CHANNELS_10; // OVRInput/HapticInfo[] OVRInput::hapticInfos HapticInfoU5BU5D_t211B0C9EE0EA90574B4037CCF26B3B52375D8751* ___hapticInfos_11; // System.Single OVRInput::OPENVR_MAX_HAPTIC_AMPLITUDE float ___OPENVR_MAX_HAPTIC_AMPLITUDE_12; // System.Single OVRInput::HAPTIC_VIBRATION_DURATION_SECONDS float ___HAPTIC_VIBRATION_DURATION_SECONDS_13; // System.String OVRInput::OPENVR_TOUCH_NAME String_t* ___OPENVR_TOUCH_NAME_14; // System.String OVRInput::OPENVR_VIVE_CONTROLLER_NAME String_t* ___OPENVR_VIVE_CONTROLLER_NAME_15; // System.String OVRInput::OPENVR_WINDOWSMR_CONTROLLER_NAME String_t* ___OPENVR_WINDOWSMR_CONTROLLER_NAME_16; // OVRInput/OpenVRControllerDetails[] OVRInput::openVRControllerDetails OpenVRControllerDetailsU5BU5D_t75E74318822478AF5AE59EFF5D1A98263EEF57A8* ___openVRControllerDetails_17; public: inline static int32_t get_offset_of_AXIS_AS_BUTTON_THRESHOLD_0() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___AXIS_AS_BUTTON_THRESHOLD_0)); } inline float get_AXIS_AS_BUTTON_THRESHOLD_0() const { return ___AXIS_AS_BUTTON_THRESHOLD_0; } inline float* get_address_of_AXIS_AS_BUTTON_THRESHOLD_0() { return &___AXIS_AS_BUTTON_THRESHOLD_0; } inline void set_AXIS_AS_BUTTON_THRESHOLD_0(float value) { ___AXIS_AS_BUTTON_THRESHOLD_0 = value; } inline static int32_t get_offset_of_AXIS_DEADZONE_THRESHOLD_1() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___AXIS_DEADZONE_THRESHOLD_1)); } inline float get_AXIS_DEADZONE_THRESHOLD_1() const { return ___AXIS_DEADZONE_THRESHOLD_1; } inline float* get_address_of_AXIS_DEADZONE_THRESHOLD_1() { return &___AXIS_DEADZONE_THRESHOLD_1; } inline void set_AXIS_DEADZONE_THRESHOLD_1(float value) { ___AXIS_DEADZONE_THRESHOLD_1 = value; } inline static int32_t get_offset_of_controllers_2() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___controllers_2)); } inline List_1_tE7A3E65EF4EFEB8E88A946737890AE19BB382B79 * get_controllers_2() const { return ___controllers_2; } inline List_1_tE7A3E65EF4EFEB8E88A946737890AE19BB382B79 ** get_address_of_controllers_2() { return &___controllers_2; } inline void set_controllers_2(List_1_tE7A3E65EF4EFEB8E88A946737890AE19BB382B79 * value) { ___controllers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___controllers_2), (void*)value); } inline static int32_t get_offset_of_activeControllerType_3() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___activeControllerType_3)); } inline int32_t get_activeControllerType_3() const { return ___activeControllerType_3; } inline int32_t* get_address_of_activeControllerType_3() { return &___activeControllerType_3; } inline void set_activeControllerType_3(int32_t value) { ___activeControllerType_3 = value; } inline static int32_t get_offset_of_connectedControllerTypes_4() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___connectedControllerTypes_4)); } inline int32_t get_connectedControllerTypes_4() const { return ___connectedControllerTypes_4; } inline int32_t* get_address_of_connectedControllerTypes_4() { return &___connectedControllerTypes_4; } inline void set_connectedControllerTypes_4(int32_t value) { ___connectedControllerTypes_4 = value; } inline static int32_t get_offset_of_stepType_5() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___stepType_5)); } inline int32_t get_stepType_5() const { return ___stepType_5; } inline int32_t* get_address_of_stepType_5() { return &___stepType_5; } inline void set_stepType_5(int32_t value) { ___stepType_5 = value; } inline static int32_t get_offset_of_fixedUpdateCount_6() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___fixedUpdateCount_6)); } inline int32_t get_fixedUpdateCount_6() const { return ___fixedUpdateCount_6; } inline int32_t* get_address_of_fixedUpdateCount_6() { return &___fixedUpdateCount_6; } inline void set_fixedUpdateCount_6(int32_t value) { ___fixedUpdateCount_6 = value; } inline static int32_t get_offset_of__pluginSupportsActiveController_7() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ____pluginSupportsActiveController_7)); } inline bool get__pluginSupportsActiveController_7() const { return ____pluginSupportsActiveController_7; } inline bool* get_address_of__pluginSupportsActiveController_7() { return &____pluginSupportsActiveController_7; } inline void set__pluginSupportsActiveController_7(bool value) { ____pluginSupportsActiveController_7 = value; } inline static int32_t get_offset_of__pluginSupportsActiveControllerCached_8() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ____pluginSupportsActiveControllerCached_8)); } inline bool get__pluginSupportsActiveControllerCached_8() const { return ____pluginSupportsActiveControllerCached_8; } inline bool* get_address_of__pluginSupportsActiveControllerCached_8() { return &____pluginSupportsActiveControllerCached_8; } inline void set__pluginSupportsActiveControllerCached_8(bool value) { ____pluginSupportsActiveControllerCached_8 = value; } inline static int32_t get_offset_of__pluginSupportsActiveControllerMinVersion_9() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ____pluginSupportsActiveControllerMinVersion_9)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get__pluginSupportsActiveControllerMinVersion_9() const { return ____pluginSupportsActiveControllerMinVersion_9; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of__pluginSupportsActiveControllerMinVersion_9() { return &____pluginSupportsActiveControllerMinVersion_9; } inline void set__pluginSupportsActiveControllerMinVersion_9(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ____pluginSupportsActiveControllerMinVersion_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____pluginSupportsActiveControllerMinVersion_9), (void*)value); } inline static int32_t get_offset_of_NUM_HAPTIC_CHANNELS_10() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___NUM_HAPTIC_CHANNELS_10)); } inline int32_t get_NUM_HAPTIC_CHANNELS_10() const { return ___NUM_HAPTIC_CHANNELS_10; } inline int32_t* get_address_of_NUM_HAPTIC_CHANNELS_10() { return &___NUM_HAPTIC_CHANNELS_10; } inline void set_NUM_HAPTIC_CHANNELS_10(int32_t value) { ___NUM_HAPTIC_CHANNELS_10 = value; } inline static int32_t get_offset_of_hapticInfos_11() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___hapticInfos_11)); } inline HapticInfoU5BU5D_t211B0C9EE0EA90574B4037CCF26B3B52375D8751* get_hapticInfos_11() const { return ___hapticInfos_11; } inline HapticInfoU5BU5D_t211B0C9EE0EA90574B4037CCF26B3B52375D8751** get_address_of_hapticInfos_11() { return &___hapticInfos_11; } inline void set_hapticInfos_11(HapticInfoU5BU5D_t211B0C9EE0EA90574B4037CCF26B3B52375D8751* value) { ___hapticInfos_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___hapticInfos_11), (void*)value); } inline static int32_t get_offset_of_OPENVR_MAX_HAPTIC_AMPLITUDE_12() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___OPENVR_MAX_HAPTIC_AMPLITUDE_12)); } inline float get_OPENVR_MAX_HAPTIC_AMPLITUDE_12() const { return ___OPENVR_MAX_HAPTIC_AMPLITUDE_12; } inline float* get_address_of_OPENVR_MAX_HAPTIC_AMPLITUDE_12() { return &___OPENVR_MAX_HAPTIC_AMPLITUDE_12; } inline void set_OPENVR_MAX_HAPTIC_AMPLITUDE_12(float value) { ___OPENVR_MAX_HAPTIC_AMPLITUDE_12 = value; } inline static int32_t get_offset_of_HAPTIC_VIBRATION_DURATION_SECONDS_13() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___HAPTIC_VIBRATION_DURATION_SECONDS_13)); } inline float get_HAPTIC_VIBRATION_DURATION_SECONDS_13() const { return ___HAPTIC_VIBRATION_DURATION_SECONDS_13; } inline float* get_address_of_HAPTIC_VIBRATION_DURATION_SECONDS_13() { return &___HAPTIC_VIBRATION_DURATION_SECONDS_13; } inline void set_HAPTIC_VIBRATION_DURATION_SECONDS_13(float value) { ___HAPTIC_VIBRATION_DURATION_SECONDS_13 = value; } inline static int32_t get_offset_of_OPENVR_TOUCH_NAME_14() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___OPENVR_TOUCH_NAME_14)); } inline String_t* get_OPENVR_TOUCH_NAME_14() const { return ___OPENVR_TOUCH_NAME_14; } inline String_t** get_address_of_OPENVR_TOUCH_NAME_14() { return &___OPENVR_TOUCH_NAME_14; } inline void set_OPENVR_TOUCH_NAME_14(String_t* value) { ___OPENVR_TOUCH_NAME_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___OPENVR_TOUCH_NAME_14), (void*)value); } inline static int32_t get_offset_of_OPENVR_VIVE_CONTROLLER_NAME_15() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___OPENVR_VIVE_CONTROLLER_NAME_15)); } inline String_t* get_OPENVR_VIVE_CONTROLLER_NAME_15() const { return ___OPENVR_VIVE_CONTROLLER_NAME_15; } inline String_t** get_address_of_OPENVR_VIVE_CONTROLLER_NAME_15() { return &___OPENVR_VIVE_CONTROLLER_NAME_15; } inline void set_OPENVR_VIVE_CONTROLLER_NAME_15(String_t* value) { ___OPENVR_VIVE_CONTROLLER_NAME_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OPENVR_VIVE_CONTROLLER_NAME_15), (void*)value); } inline static int32_t get_offset_of_OPENVR_WINDOWSMR_CONTROLLER_NAME_16() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___OPENVR_WINDOWSMR_CONTROLLER_NAME_16)); } inline String_t* get_OPENVR_WINDOWSMR_CONTROLLER_NAME_16() const { return ___OPENVR_WINDOWSMR_CONTROLLER_NAME_16; } inline String_t** get_address_of_OPENVR_WINDOWSMR_CONTROLLER_NAME_16() { return &___OPENVR_WINDOWSMR_CONTROLLER_NAME_16; } inline void set_OPENVR_WINDOWSMR_CONTROLLER_NAME_16(String_t* value) { ___OPENVR_WINDOWSMR_CONTROLLER_NAME_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___OPENVR_WINDOWSMR_CONTROLLER_NAME_16), (void*)value); } inline static int32_t get_offset_of_openVRControllerDetails_17() { return static_cast(offsetof(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields, ___openVRControllerDetails_17)); } inline OpenVRControllerDetailsU5BU5D_t75E74318822478AF5AE59EFF5D1A98263EEF57A8* get_openVRControllerDetails_17() const { return ___openVRControllerDetails_17; } inline OpenVRControllerDetailsU5BU5D_t75E74318822478AF5AE59EFF5D1A98263EEF57A8** get_address_of_openVRControllerDetails_17() { return &___openVRControllerDetails_17; } inline void set_openVRControllerDetails_17(OpenVRControllerDetailsU5BU5D_t75E74318822478AF5AE59EFF5D1A98263EEF57A8* value) { ___openVRControllerDetails_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___openVRControllerDetails_17), (void*)value); } }; // OVRInput // System.OperatingSystem // System.OperatingSystem // UnityEngine.Shader // UnityEngine.Shader // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields { public: // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; public: inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast(offsetof(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields, ___GenerateAllMips_4)); } inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; } inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; } inline void set_GenerateAllMips_4(int32_t value) { ___GenerateAllMips_4 = value; } }; // UnityEngine.Texture // OVR.OpenVR.Texture_t // OVR.OpenVR.Texture_t // OVR.OpenVR.TrackedDevicePose_t // OVR.OpenVR.TrackedDevicePose_t // System.Type struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Type // OVR.OpenVR.VREvent_DualAnalog_t // OVR.OpenVR.VREvent_DualAnalog_t // OVR.OpenVR.VREvent_Property_t // OVR.OpenVR.VREvent_Property_t // OVR.OpenVR.VROverlayIntersectionMaskPrimitive_t // OVR.OpenVR.VROverlayIntersectionMaskPrimitive_t // OVR.OpenVR.VROverlayIntersectionParams_t // OVR.OpenVR.VROverlayIntersectionParams_t // OVRSimpleJSON.JSONNode/Enumerator // OVRSimpleJSON.JSONNode/Enumerator // OVRSimpleJSON.JSONObject/d__23 // OVRSimpleJSON.JSONObject/d__23 // OVRPlugin/BoundaryTestResult // OVRPlugin/BoundaryTestResult // OVRPlugin/CameraExtrinsics // OVRPlugin/CameraExtrinsics // OVRPlugin/CameraIntrinsics // OVRPlugin/CameraIntrinsics // OVRPlugin/EventDataBuffer // OVRPlugin/EventDataBuffer // System.Action`1 // System.Action`1 // System.Func`2,System.Boolean> // System.Func`2,System.Boolean> // System.Action // System.Action // System.AsyncCallback // System.AsyncCallback // UnityEngine.Behaviour // UnityEngine.Behaviour // OVR.OpenVR.CameraVideoStreamFrameHeader_t // OVR.OpenVR.CameraVideoStreamFrameHeader_t // UnityEngine.Collider // UnityEngine.Collider // OVR.OpenVR.Compositor_FrameTiming // OVR.OpenVR.Compositor_FrameTiming // Assets.OVR.Scripts.FixMethodDelegate // Assets.OVR.Scripts.FixMethodDelegate // OVR.OpenVR.InputPoseActionData_t // OVR.OpenVR.InputPoseActionData_t // OVRSimpleJSON.JSONArray // OVRSimpleJSON.JSONArray // OVRSimpleJSON.JSONBool // OVRSimpleJSON.JSONBool // OVRSimpleJSON.JSONLazyCreator // OVRSimpleJSON.JSONLazyCreator // OVRSimpleJSON.JSONNull struct JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_StaticFields { public: // OVRSimpleJSON.JSONNull OVRSimpleJSON.JSONNull::m_StaticInstance JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * ___m_StaticInstance_6; // System.Boolean OVRSimpleJSON.JSONNull::reuseSameInstance bool ___reuseSameInstance_7; public: inline static int32_t get_offset_of_m_StaticInstance_6() { return static_cast(offsetof(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_StaticFields, ___m_StaticInstance_6)); } inline JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * get_m_StaticInstance_6() const { return ___m_StaticInstance_6; } inline JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 ** get_address_of_m_StaticInstance_6() { return &___m_StaticInstance_6; } inline void set_m_StaticInstance_6(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * value) { ___m_StaticInstance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StaticInstance_6), (void*)value); } inline static int32_t get_offset_of_reuseSameInstance_7() { return static_cast(offsetof(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_StaticFields, ___reuseSameInstance_7)); } inline bool get_reuseSameInstance_7() const { return ___reuseSameInstance_7; } inline bool* get_address_of_reuseSameInstance_7() { return &___reuseSameInstance_7; } inline void set_reuseSameInstance_7(bool value) { ___reuseSameInstance_7 = value; } }; // OVRSimpleJSON.JSONNull // OVRSimpleJSON.JSONNumber // OVRSimpleJSON.JSONNumber // OVRSimpleJSON.JSONObject // OVRSimpleJSON.JSONObject // OVRSimpleJSON.JSONString // OVRSimpleJSON.JSONString // OVRCameraComposition // OVRCameraComposition // UnityEngine.RenderTexture // UnityEngine.RenderTexture // UnityEngine.Renderer // UnityEngine.Renderer // UnityEngine.Rigidbody // UnityEngine.Rigidbody // UnityEngine.Texture2D // UnityEngine.Texture2D // UnityEngine.Transform // UnityEngine.Transform // UnityEngine.Events.UnityAction // UnityEngine.Events.UnityAction // OVR.OpenVR.VREvent_Data_t // OVR.OpenVR.VREvent_Data_t // UnityEngine.XR.XRDisplaySubsystem // UnityEngine.XR.XRDisplaySubsystem // OVR.OpenVR.CVRRenderModels/_GetComponentStatePacked // OVR.OpenVR.CVRRenderModels/_GetComponentStatePacked // OVR.OpenVR.CVRSystem/_GetControllerStatePacked // OVR.OpenVR.CVRSystem/_GetControllerStatePacked // OVR.OpenVR.CVRSystem/_GetControllerStateWithPosePacked // OVR.OpenVR.CVRSystem/_GetControllerStateWithPosePacked // OVR.OpenVR.IVRApplications/_AddApplicationManifest // OVR.OpenVR.IVRApplications/_AddApplicationManifest // OVR.OpenVR.IVRApplications/_CancelApplicationLaunch // OVR.OpenVR.IVRApplications/_CancelApplicationLaunch // OVR.OpenVR.IVRApplications/_GetApplicationAutoLaunch // OVR.OpenVR.IVRApplications/_GetApplicationAutoLaunch // OVR.OpenVR.IVRApplications/_GetApplicationCount // OVR.OpenVR.IVRApplications/_GetApplicationCount // OVR.OpenVR.IVRApplications/_GetApplicationKeyByIndex // OVR.OpenVR.IVRApplications/_GetApplicationKeyByIndex // OVR.OpenVR.IVRApplications/_GetApplicationKeyByProcessId // OVR.OpenVR.IVRApplications/_GetApplicationKeyByProcessId // OVR.OpenVR.IVRApplications/_GetApplicationLaunchArguments // OVR.OpenVR.IVRApplications/_GetApplicationLaunchArguments // OVR.OpenVR.IVRApplications/_GetApplicationProcessId // OVR.OpenVR.IVRApplications/_GetApplicationProcessId // OVR.OpenVR.IVRApplications/_GetApplicationPropertyBool // OVR.OpenVR.IVRApplications/_GetApplicationPropertyBool // OVR.OpenVR.IVRApplications/_GetApplicationPropertyString // OVR.OpenVR.IVRApplications/_GetApplicationPropertyString // OVR.OpenVR.IVRApplications/_GetApplicationPropertyUint64 // OVR.OpenVR.IVRApplications/_GetApplicationPropertyUint64 // OVR.OpenVR.IVRApplications/_GetApplicationSupportedMimeTypes // OVR.OpenVR.IVRApplications/_GetApplicationSupportedMimeTypes // OVR.OpenVR.IVRApplications/_GetApplicationsErrorNameFromEnum // OVR.OpenVR.IVRApplications/_GetApplicationsErrorNameFromEnum // OVR.OpenVR.IVRApplications/_GetApplicationsThatSupportMimeType // OVR.OpenVR.IVRApplications/_GetApplicationsThatSupportMimeType // OVR.OpenVR.IVRApplications/_GetApplicationsTransitionStateNameFromEnum // OVR.OpenVR.IVRApplications/_GetApplicationsTransitionStateNameFromEnum // OVR.OpenVR.IVRApplications/_GetCurrentSceneProcessId // OVR.OpenVR.IVRApplications/_GetCurrentSceneProcessId // OVR.OpenVR.IVRApplications/_GetDefaultApplicationForMimeType // OVR.OpenVR.IVRApplications/_GetDefaultApplicationForMimeType // OVR.OpenVR.IVRApplications/_GetStartingApplication // OVR.OpenVR.IVRApplications/_GetStartingApplication // OVR.OpenVR.IVRApplications/_GetTransitionState // OVR.OpenVR.IVRApplications/_GetTransitionState // OVR.OpenVR.IVRApplications/_IdentifyApplication // OVR.OpenVR.IVRApplications/_IdentifyApplication // OVR.OpenVR.IVRApplications/_IsApplicationInstalled // OVR.OpenVR.IVRApplications/_IsApplicationInstalled // OVR.OpenVR.IVRApplications/_IsQuitUserPromptRequested // OVR.OpenVR.IVRApplications/_IsQuitUserPromptRequested // OVR.OpenVR.IVRApplications/_LaunchApplication // OVR.OpenVR.IVRApplications/_LaunchApplication // OVR.OpenVR.IVRApplications/_LaunchApplicationFromMimeType // OVR.OpenVR.IVRApplications/_LaunchApplicationFromMimeType // OVR.OpenVR.IVRApplications/_LaunchDashboardOverlay // OVR.OpenVR.IVRApplications/_LaunchDashboardOverlay // OVR.OpenVR.IVRApplications/_LaunchInternalProcess // OVR.OpenVR.IVRApplications/_LaunchInternalProcess // OVR.OpenVR.IVRApplications/_LaunchTemplateApplication // OVR.OpenVR.IVRApplications/_LaunchTemplateApplication // OVR.OpenVR.IVRApplications/_PerformApplicationPrelaunchCheck // OVR.OpenVR.IVRApplications/_PerformApplicationPrelaunchCheck // OVR.OpenVR.IVRApplications/_RemoveApplicationManifest // OVR.OpenVR.IVRApplications/_RemoveApplicationManifest // OVR.OpenVR.IVRApplications/_SetApplicationAutoLaunch // OVR.OpenVR.IVRApplications/_SetApplicationAutoLaunch // OVR.OpenVR.IVRApplications/_SetDefaultApplicationForMimeType // OVR.OpenVR.IVRApplications/_SetDefaultApplicationForMimeType // OVR.OpenVR.IVRChaperone/_AreBoundsVisible // OVR.OpenVR.IVRChaperone/_AreBoundsVisible // OVR.OpenVR.IVRChaperone/_ForceBoundsVisible // OVR.OpenVR.IVRChaperone/_ForceBoundsVisible // OVR.OpenVR.IVRChaperone/_GetBoundsColor // OVR.OpenVR.IVRChaperone/_GetBoundsColor // OVR.OpenVR.IVRChaperone/_GetCalibrationState // OVR.OpenVR.IVRChaperone/_GetCalibrationState // OVR.OpenVR.IVRChaperone/_GetPlayAreaRect // OVR.OpenVR.IVRChaperone/_GetPlayAreaRect // OVR.OpenVR.IVRChaperone/_GetPlayAreaSize // OVR.OpenVR.IVRChaperone/_GetPlayAreaSize // OVR.OpenVR.IVRChaperone/_ReloadInfo // OVR.OpenVR.IVRChaperone/_ReloadInfo // OVR.OpenVR.IVRChaperone/_SetSceneColor // OVR.OpenVR.IVRChaperone/_SetSceneColor // OVR.OpenVR.IVRChaperoneSetup/_CommitWorkingCopy // OVR.OpenVR.IVRChaperoneSetup/_CommitWorkingCopy // OVR.OpenVR.IVRChaperoneSetup/_ExportLiveToBuffer // OVR.OpenVR.IVRChaperoneSetup/_ExportLiveToBuffer // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsInfo // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsInfo // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsTagsInfo // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsTagsInfo // OVR.OpenVR.IVRChaperoneSetup/_GetLivePhysicalBoundsInfo // OVR.OpenVR.IVRChaperoneSetup/_GetLivePhysicalBoundsInfo // OVR.OpenVR.IVRChaperoneSetup/_GetLiveSeatedZeroPoseToRawTrackingPose // OVR.OpenVR.IVRChaperoneSetup/_GetLiveSeatedZeroPoseToRawTrackingPose // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingCollisionBoundsInfo // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingCollisionBoundsInfo // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaRect // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaRect // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaSize // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaSize // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingSeatedZeroPoseToRawTrackingPose // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingSeatedZeroPoseToRawTrackingPose // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingStandingZeroPoseToRawTrackingPose // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingStandingZeroPoseToRawTrackingPose // OVR.OpenVR.IVRChaperoneSetup/_ImportFromBufferToWorking // OVR.OpenVR.IVRChaperoneSetup/_ImportFromBufferToWorking // OVR.OpenVR.IVRChaperoneSetup/_ReloadFromDisk // OVR.OpenVR.IVRChaperoneSetup/_ReloadFromDisk // OVR.OpenVR.IVRChaperoneSetup/_RevertWorkingCopy // OVR.OpenVR.IVRChaperoneSetup/_RevertWorkingCopy // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsInfo // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsInfo // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsTagsInfo // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsTagsInfo // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPhysicalBoundsInfo // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPhysicalBoundsInfo // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPlayAreaSize // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPlayAreaSize // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingSeatedZeroPoseToRawTrackingPose // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingSeatedZeroPoseToRawTrackingPose // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingStandingZeroPoseToRawTrackingPose // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingStandingZeroPoseToRawTrackingPose // OVR.OpenVR.IVRCompositor/_CanRenderScene // OVR.OpenVR.IVRCompositor/_CanRenderScene // OVR.OpenVR.IVRCompositor/_ClearLastSubmittedFrame // OVR.OpenVR.IVRCompositor/_ClearLastSubmittedFrame // OVR.OpenVR.IVRCompositor/_ClearSkyboxOverride // OVR.OpenVR.IVRCompositor/_ClearSkyboxOverride // OVR.OpenVR.IVRCompositor/_CompositorBringToFront // OVR.OpenVR.IVRCompositor/_CompositorBringToFront // OVR.OpenVR.IVRCompositor/_CompositorDumpImages // OVR.OpenVR.IVRCompositor/_CompositorDumpImages // OVR.OpenVR.IVRCompositor/_CompositorGoToBack // OVR.OpenVR.IVRCompositor/_CompositorGoToBack // OVR.OpenVR.IVRCompositor/_CompositorQuit // OVR.OpenVR.IVRCompositor/_CompositorQuit // OVR.OpenVR.IVRCompositor/_FadeGrid // OVR.OpenVR.IVRCompositor/_FadeGrid // OVR.OpenVR.IVRCompositor/_FadeToColor // OVR.OpenVR.IVRCompositor/_FadeToColor // OVR.OpenVR.IVRCompositor/_ForceInterleavedReprojectionOn // OVR.OpenVR.IVRCompositor/_ForceInterleavedReprojectionOn // OVR.OpenVR.IVRCompositor/_ForceReconnectProcess // OVR.OpenVR.IVRCompositor/_ForceReconnectProcess // OVR.OpenVR.IVRCompositor/_GetCumulativeStats // OVR.OpenVR.IVRCompositor/_GetCumulativeStats // OVR.OpenVR.IVRCompositor/_GetCurrentFadeColor // OVR.OpenVR.IVRCompositor/_GetCurrentFadeColor // OVR.OpenVR.IVRCompositor/_GetCurrentGridAlpha // OVR.OpenVR.IVRCompositor/_GetCurrentGridAlpha // OVR.OpenVR.IVRCompositor/_GetCurrentSceneFocusProcess // OVR.OpenVR.IVRCompositor/_GetCurrentSceneFocusProcess // OVR.OpenVR.IVRCompositor/_GetFrameTimeRemaining // OVR.OpenVR.IVRCompositor/_GetFrameTimeRemaining // OVR.OpenVR.IVRCompositor/_GetLastFrameRenderer // OVR.OpenVR.IVRCompositor/_GetLastFrameRenderer // OVR.OpenVR.IVRCompositor/_GetLastPoseForTrackedDeviceIndex // OVR.OpenVR.IVRCompositor/_GetLastPoseForTrackedDeviceIndex // OVR.OpenVR.IVRCompositor/_GetLastPoses // OVR.OpenVR.IVRCompositor/_GetLastPoses // OVR.OpenVR.IVRCompositor/_GetMirrorTextureD3D11 // OVR.OpenVR.IVRCompositor/_GetMirrorTextureD3D11 // OVR.OpenVR.IVRCompositor/_GetMirrorTextureGL // OVR.OpenVR.IVRCompositor/_GetMirrorTextureGL // OVR.OpenVR.IVRCompositor/_GetTrackingSpace // OVR.OpenVR.IVRCompositor/_GetTrackingSpace // OVR.OpenVR.IVRCompositor/_GetVulkanDeviceExtensionsRequired // OVR.OpenVR.IVRCompositor/_GetVulkanDeviceExtensionsRequired // OVR.OpenVR.IVRCompositor/_GetVulkanInstanceExtensionsRequired // OVR.OpenVR.IVRCompositor/_GetVulkanInstanceExtensionsRequired // OVR.OpenVR.IVRCompositor/_HideMirrorWindow // OVR.OpenVR.IVRCompositor/_HideMirrorWindow // OVR.OpenVR.IVRCompositor/_IsFullscreen // OVR.OpenVR.IVRCompositor/_IsFullscreen // OVR.OpenVR.IVRCompositor/_IsMirrorWindowVisible // OVR.OpenVR.IVRCompositor/_IsMirrorWindowVisible // OVR.OpenVR.IVRCompositor/_LockGLSharedTextureForAccess // OVR.OpenVR.IVRCompositor/_LockGLSharedTextureForAccess // OVR.OpenVR.IVRCompositor/_PostPresentHandoff // OVR.OpenVR.IVRCompositor/_PostPresentHandoff // OVR.OpenVR.IVRCompositor/_ReleaseMirrorTextureD3D11 // OVR.OpenVR.IVRCompositor/_ReleaseMirrorTextureD3D11 // OVR.OpenVR.IVRCompositor/_ReleaseSharedGLTexture // OVR.OpenVR.IVRCompositor/_ReleaseSharedGLTexture // OVR.OpenVR.IVRCompositor/_SetExplicitTimingMode // OVR.OpenVR.IVRCompositor/_SetExplicitTimingMode // OVR.OpenVR.IVRCompositor/_SetSkyboxOverride // OVR.OpenVR.IVRCompositor/_SetSkyboxOverride // OVR.OpenVR.IVRCompositor/_SetTrackingSpace // OVR.OpenVR.IVRCompositor/_SetTrackingSpace // OVR.OpenVR.IVRCompositor/_ShouldAppRenderWithLowResources // OVR.OpenVR.IVRCompositor/_ShouldAppRenderWithLowResources // OVR.OpenVR.IVRCompositor/_ShowMirrorWindow // OVR.OpenVR.IVRCompositor/_ShowMirrorWindow // OVR.OpenVR.IVRCompositor/_Submit // OVR.OpenVR.IVRCompositor/_Submit // OVR.OpenVR.IVRCompositor/_SubmitExplicitTimingData // OVR.OpenVR.IVRCompositor/_SubmitExplicitTimingData // OVR.OpenVR.IVRCompositor/_SuspendRendering // OVR.OpenVR.IVRCompositor/_SuspendRendering // OVR.OpenVR.IVRCompositor/_UnlockGLSharedTextureForAccess // OVR.OpenVR.IVRCompositor/_UnlockGLSharedTextureForAccess // OVR.OpenVR.IVRCompositor/_WaitGetPoses // OVR.OpenVR.IVRCompositor/_WaitGetPoses // OVR.OpenVR.IVRDriverManager/_GetDriverCount // OVR.OpenVR.IVRDriverManager/_GetDriverCount // OVR.OpenVR.IVRDriverManager/_GetDriverHandle // OVR.OpenVR.IVRDriverManager/_GetDriverHandle // OVR.OpenVR.IVRDriverManager/_GetDriverName // OVR.OpenVR.IVRDriverManager/_GetDriverName // OVR.OpenVR.IVRExtendedDisplay/_GetDXGIOutputInfo // OVR.OpenVR.IVRExtendedDisplay/_GetDXGIOutputInfo // OVR.OpenVR.IVRExtendedDisplay/_GetEyeOutputViewport // OVR.OpenVR.IVRExtendedDisplay/_GetEyeOutputViewport // OVR.OpenVR.IVRExtendedDisplay/_GetWindowBounds // OVR.OpenVR.IVRExtendedDisplay/_GetWindowBounds // OVR.OpenVR.IVRIOBuffer/_Close // OVR.OpenVR.IVRIOBuffer/_Close // OVR.OpenVR.IVRIOBuffer/_Open // OVR.OpenVR.IVRIOBuffer/_Open // OVR.OpenVR.IVRIOBuffer/_PropertyContainer // OVR.OpenVR.IVRIOBuffer/_PropertyContainer // OVR.OpenVR.IVRIOBuffer/_Read // OVR.OpenVR.IVRIOBuffer/_Read // OVR.OpenVR.IVRIOBuffer/_Write // OVR.OpenVR.IVRIOBuffer/_Write // OVR.OpenVR.IVRInput/_DecompressSkeletalBoneData // OVR.OpenVR.IVRInput/_DecompressSkeletalBoneData // OVR.OpenVR.IVRInput/_GetActionHandle // OVR.OpenVR.IVRInput/_GetActionHandle // OVR.OpenVR.IVRInput/_GetActionOrigins // OVR.OpenVR.IVRInput/_GetActionOrigins // OVR.OpenVR.IVRInput/_GetActionSetHandle // OVR.OpenVR.IVRInput/_GetActionSetHandle // OVR.OpenVR.IVRInput/_GetAnalogActionData // OVR.OpenVR.IVRInput/_GetAnalogActionData // OVR.OpenVR.IVRInput/_GetDigitalActionData // OVR.OpenVR.IVRInput/_GetDigitalActionData // OVR.OpenVR.IVRInput/_GetInputSourceHandle // OVR.OpenVR.IVRInput/_GetInputSourceHandle // OVR.OpenVR.IVRInput/_GetOriginLocalizedName // OVR.OpenVR.IVRInput/_GetOriginLocalizedName // OVR.OpenVR.IVRInput/_GetOriginTrackedDeviceInfo // OVR.OpenVR.IVRInput/_GetOriginTrackedDeviceInfo // OVR.OpenVR.IVRInput/_GetSkeletalActionData // OVR.OpenVR.IVRInput/_GetSkeletalActionData // OVR.OpenVR.IVRInput/_GetSkeletalBoneData // OVR.OpenVR.IVRInput/_GetSkeletalBoneData // OVR.OpenVR.IVRInput/_GetSkeletalBoneDataCompressed // OVR.OpenVR.IVRInput/_GetSkeletalBoneDataCompressed // OVR.OpenVR.IVRInput/_SetActionManifestPath // OVR.OpenVR.IVRInput/_SetActionManifestPath // OVR.OpenVR.IVRInput/_ShowActionOrigins // OVR.OpenVR.IVRInput/_ShowActionOrigins // OVR.OpenVR.IVRInput/_ShowBindingsForActionSet // OVR.OpenVR.IVRInput/_ShowBindingsForActionSet // OVR.OpenVR.IVRInput/_TriggerHapticVibrationAction // OVR.OpenVR.IVRInput/_TriggerHapticVibrationAction // OVR.OpenVR.IVRInput/_UpdateActionState // OVR.OpenVR.IVRInput/_UpdateActionState // OVR.OpenVR.IVRNotifications/_CreateNotification // OVR.OpenVR.IVRNotifications/_CreateNotification // OVR.OpenVR.IVRNotifications/_RemoveNotification // OVR.OpenVR.IVRNotifications/_RemoveNotification // OVR.OpenVR.IVROverlay/_ClearOverlayTexture // OVR.OpenVR.IVROverlay/_ClearOverlayTexture // OVR.OpenVR.IVROverlay/_CloseMessageOverlay // OVR.OpenVR.IVROverlay/_CloseMessageOverlay // OVR.OpenVR.IVROverlay/_ComputeOverlayIntersection // OVR.OpenVR.IVROverlay/_ComputeOverlayIntersection // OVR.OpenVR.IVROverlay/_CreateDashboardOverlay // OVR.OpenVR.IVROverlay/_CreateDashboardOverlay // OVR.OpenVR.IVROverlay/_CreateOverlay // OVR.OpenVR.IVROverlay/_CreateOverlay // OVR.OpenVR.IVROverlay/_DestroyOverlay // OVR.OpenVR.IVROverlay/_DestroyOverlay // OVR.OpenVR.IVROverlay/_FindOverlay // OVR.OpenVR.IVROverlay/_FindOverlay // OVR.OpenVR.IVROverlay/_GetDashboardOverlaySceneProcess // OVR.OpenVR.IVROverlay/_GetDashboardOverlaySceneProcess // OVR.OpenVR.IVROverlay/_GetGamepadFocusOverlay // OVR.OpenVR.IVROverlay/_GetGamepadFocusOverlay // OVR.OpenVR.IVROverlay/_GetHighQualityOverlay // OVR.OpenVR.IVROverlay/_GetHighQualityOverlay // OVR.OpenVR.IVROverlay/_GetKeyboardText // OVR.OpenVR.IVROverlay/_GetKeyboardText // OVR.OpenVR.IVROverlay/_GetOverlayAlpha // OVR.OpenVR.IVROverlay/_GetOverlayAlpha // OVR.OpenVR.IVROverlay/_GetOverlayAutoCurveDistanceRangeInMeters // OVR.OpenVR.IVROverlay/_GetOverlayAutoCurveDistanceRangeInMeters // OVR.OpenVR.IVROverlay/_GetOverlayColor // OVR.OpenVR.IVROverlay/_GetOverlayColor // OVR.OpenVR.IVROverlay/_GetOverlayDualAnalogTransform // OVR.OpenVR.IVROverlay/_GetOverlayDualAnalogTransform // OVR.OpenVR.IVROverlay/_GetOverlayErrorNameFromEnum // OVR.OpenVR.IVROverlay/_GetOverlayErrorNameFromEnum // OVR.OpenVR.IVROverlay/_GetOverlayFlag // OVR.OpenVR.IVROverlay/_GetOverlayFlag // OVR.OpenVR.IVROverlay/_GetOverlayFlags // OVR.OpenVR.IVROverlay/_GetOverlayFlags // OVR.OpenVR.IVROverlay/_GetOverlayImageData // OVR.OpenVR.IVROverlay/_GetOverlayImageData // OVR.OpenVR.IVROverlay/_GetOverlayInputMethod // OVR.OpenVR.IVROverlay/_GetOverlayInputMethod // OVR.OpenVR.IVROverlay/_GetOverlayKey // OVR.OpenVR.IVROverlay/_GetOverlayKey // OVR.OpenVR.IVROverlay/_GetOverlayMouseScale // OVR.OpenVR.IVROverlay/_GetOverlayMouseScale // OVR.OpenVR.IVROverlay/_GetOverlayName // OVR.OpenVR.IVROverlay/_GetOverlayName // OVR.OpenVR.IVROverlay/_GetOverlayRenderModel // OVR.OpenVR.IVROverlay/_GetOverlayRenderModel // OVR.OpenVR.IVROverlay/_GetOverlayRenderingPid // OVR.OpenVR.IVROverlay/_GetOverlayRenderingPid // OVR.OpenVR.IVROverlay/_GetOverlaySortOrder // OVR.OpenVR.IVROverlay/_GetOverlaySortOrder // OVR.OpenVR.IVROverlay/_GetOverlayTexelAspect // OVR.OpenVR.IVROverlay/_GetOverlayTexelAspect // OVR.OpenVR.IVROverlay/_GetOverlayTexture // OVR.OpenVR.IVROverlay/_GetOverlayTexture // OVR.OpenVR.IVROverlay/_GetOverlayTextureBounds // OVR.OpenVR.IVROverlay/_GetOverlayTextureBounds // OVR.OpenVR.IVROverlay/_GetOverlayTextureColorSpace // OVR.OpenVR.IVROverlay/_GetOverlayTextureColorSpace // OVR.OpenVR.IVROverlay/_GetOverlayTextureSize // OVR.OpenVR.IVROverlay/_GetOverlayTextureSize // OVR.OpenVR.IVROverlay/_GetOverlayTransformAbsolute // OVR.OpenVR.IVROverlay/_GetOverlayTransformAbsolute // OVR.OpenVR.IVROverlay/_GetOverlayTransformOverlayRelative // OVR.OpenVR.IVROverlay/_GetOverlayTransformOverlayRelative // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceComponent // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceComponent // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceRelative // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceRelative // OVR.OpenVR.IVROverlay/_GetOverlayTransformType // OVR.OpenVR.IVROverlay/_GetOverlayTransformType // OVR.OpenVR.IVROverlay/_GetOverlayWidthInMeters // OVR.OpenVR.IVROverlay/_GetOverlayWidthInMeters // OVR.OpenVR.IVROverlay/_GetPrimaryDashboardDevice // OVR.OpenVR.IVROverlay/_GetPrimaryDashboardDevice // OVR.OpenVR.IVROverlay/_GetTransformForOverlayCoordinates // OVR.OpenVR.IVROverlay/_GetTransformForOverlayCoordinates // OVR.OpenVR.IVROverlay/_HideKeyboard // OVR.OpenVR.IVROverlay/_HideKeyboard // OVR.OpenVR.IVROverlay/_HideOverlay // OVR.OpenVR.IVROverlay/_HideOverlay // OVR.OpenVR.IVROverlay/_IsActiveDashboardOverlay // OVR.OpenVR.IVROverlay/_IsActiveDashboardOverlay // OVR.OpenVR.IVROverlay/_IsDashboardVisible // OVR.OpenVR.IVROverlay/_IsDashboardVisible // OVR.OpenVR.IVROverlay/_IsHoverTargetOverlay // OVR.OpenVR.IVROverlay/_IsHoverTargetOverlay // OVR.OpenVR.IVROverlay/_IsOverlayVisible // OVR.OpenVR.IVROverlay/_IsOverlayVisible // OVR.OpenVR.IVROverlay/_MoveGamepadFocusToNeighbor // OVR.OpenVR.IVROverlay/_MoveGamepadFocusToNeighbor // OVR.OpenVR.IVROverlay/_ReleaseNativeOverlayHandle // OVR.OpenVR.IVROverlay/_ReleaseNativeOverlayHandle // OVR.OpenVR.IVROverlay/_SetDashboardOverlaySceneProcess // OVR.OpenVR.IVROverlay/_SetDashboardOverlaySceneProcess // OVR.OpenVR.IVROverlay/_SetGamepadFocusOverlay // OVR.OpenVR.IVROverlay/_SetGamepadFocusOverlay // OVR.OpenVR.IVROverlay/_SetHighQualityOverlay // OVR.OpenVR.IVROverlay/_SetHighQualityOverlay // OVR.OpenVR.IVROverlay/_SetKeyboardPositionForOverlay // OVR.OpenVR.IVROverlay/_SetKeyboardPositionForOverlay // OVR.OpenVR.IVROverlay/_SetKeyboardTransformAbsolute // OVR.OpenVR.IVROverlay/_SetKeyboardTransformAbsolute // OVR.OpenVR.IVROverlay/_SetOverlayAlpha // OVR.OpenVR.IVROverlay/_SetOverlayAlpha // OVR.OpenVR.IVROverlay/_SetOverlayAutoCurveDistanceRangeInMeters // OVR.OpenVR.IVROverlay/_SetOverlayAutoCurveDistanceRangeInMeters // OVR.OpenVR.IVROverlay/_SetOverlayColor // OVR.OpenVR.IVROverlay/_SetOverlayColor // OVR.OpenVR.IVROverlay/_SetOverlayDualAnalogTransform // OVR.OpenVR.IVROverlay/_SetOverlayDualAnalogTransform // OVR.OpenVR.IVROverlay/_SetOverlayFlag // OVR.OpenVR.IVROverlay/_SetOverlayFlag // OVR.OpenVR.IVROverlay/_SetOverlayFromFile // OVR.OpenVR.IVROverlay/_SetOverlayFromFile // OVR.OpenVR.IVROverlay/_SetOverlayInputMethod // OVR.OpenVR.IVROverlay/_SetOverlayInputMethod // OVR.OpenVR.IVROverlay/_SetOverlayIntersectionMask // OVR.OpenVR.IVROverlay/_SetOverlayIntersectionMask // OVR.OpenVR.IVROverlay/_SetOverlayMouseScale // OVR.OpenVR.IVROverlay/_SetOverlayMouseScale // OVR.OpenVR.IVROverlay/_SetOverlayName // OVR.OpenVR.IVROverlay/_SetOverlayName // OVR.OpenVR.IVROverlay/_SetOverlayNeighbor // OVR.OpenVR.IVROverlay/_SetOverlayNeighbor // OVR.OpenVR.IVROverlay/_SetOverlayRaw // OVR.OpenVR.IVROverlay/_SetOverlayRaw // OVR.OpenVR.IVROverlay/_SetOverlayRenderModel // OVR.OpenVR.IVROverlay/_SetOverlayRenderModel // OVR.OpenVR.IVROverlay/_SetOverlayRenderingPid // OVR.OpenVR.IVROverlay/_SetOverlayRenderingPid // OVR.OpenVR.IVROverlay/_SetOverlaySortOrder // OVR.OpenVR.IVROverlay/_SetOverlaySortOrder // OVR.OpenVR.IVROverlay/_SetOverlayTexelAspect // OVR.OpenVR.IVROverlay/_SetOverlayTexelAspect // OVR.OpenVR.IVROverlay/_SetOverlayTexture // OVR.OpenVR.IVROverlay/_SetOverlayTexture // OVR.OpenVR.IVROverlay/_SetOverlayTextureBounds // OVR.OpenVR.IVROverlay/_SetOverlayTextureBounds // OVR.OpenVR.IVROverlay/_SetOverlayTextureColorSpace // OVR.OpenVR.IVROverlay/_SetOverlayTextureColorSpace // OVR.OpenVR.IVROverlay/_SetOverlayTransformAbsolute // OVR.OpenVR.IVROverlay/_SetOverlayTransformAbsolute // OVR.OpenVR.IVROverlay/_SetOverlayTransformOverlayRelative // OVR.OpenVR.IVROverlay/_SetOverlayTransformOverlayRelative // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceComponent // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceComponent // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceRelative // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceRelative // OVR.OpenVR.IVROverlay/_SetOverlayWidthInMeters // OVR.OpenVR.IVROverlay/_SetOverlayWidthInMeters // OVR.OpenVR.IVROverlay/_ShowDashboard // OVR.OpenVR.IVROverlay/_ShowDashboard // OVR.OpenVR.IVROverlay/_ShowKeyboard // OVR.OpenVR.IVROverlay/_ShowKeyboard // OVR.OpenVR.IVROverlay/_ShowKeyboardForOverlay // OVR.OpenVR.IVROverlay/_ShowKeyboardForOverlay // OVR.OpenVR.IVROverlay/_ShowMessageOverlay // OVR.OpenVR.IVROverlay/_ShowMessageOverlay // OVR.OpenVR.IVROverlay/_ShowOverlay // OVR.OpenVR.IVROverlay/_ShowOverlay // OVR.OpenVR.IVRRenderModels/_FreeRenderModel // OVR.OpenVR.IVRRenderModels/_FreeRenderModel // OVR.OpenVR.IVRRenderModels/_FreeTexture // OVR.OpenVR.IVRRenderModels/_FreeTexture // OVR.OpenVR.IVRRenderModels/_FreeTextureD3D11 // OVR.OpenVR.IVRRenderModels/_FreeTextureD3D11 // OVR.OpenVR.IVRRenderModels/_GetComponentButtonMask // OVR.OpenVR.IVRRenderModels/_GetComponentButtonMask // OVR.OpenVR.IVRRenderModels/_GetComponentCount // OVR.OpenVR.IVRRenderModels/_GetComponentCount // OVR.OpenVR.IVRRenderModels/_GetComponentName // OVR.OpenVR.IVRRenderModels/_GetComponentName // OVR.OpenVR.IVRRenderModels/_GetComponentRenderModelName // OVR.OpenVR.IVRRenderModels/_GetComponentRenderModelName // OVR.OpenVR.IVRRenderModels/_GetComponentState // OVR.OpenVR.IVRRenderModels/_GetComponentState // OVR.OpenVR.IVRRenderModels/_GetComponentStateForDevicePath // OVR.OpenVR.IVRRenderModels/_GetComponentStateForDevicePath // OVR.OpenVR.IVRRenderModels/_GetRenderModelCount // OVR.OpenVR.IVRRenderModels/_GetRenderModelCount // OVR.OpenVR.IVRRenderModels/_GetRenderModelErrorNameFromEnum // OVR.OpenVR.IVRRenderModels/_GetRenderModelErrorNameFromEnum // OVR.OpenVR.IVRRenderModels/_GetRenderModelName // OVR.OpenVR.IVRRenderModels/_GetRenderModelName // OVR.OpenVR.IVRRenderModels/_GetRenderModelOriginalPath // OVR.OpenVR.IVRRenderModels/_GetRenderModelOriginalPath // OVR.OpenVR.IVRRenderModels/_GetRenderModelThumbnailURL // OVR.OpenVR.IVRRenderModels/_GetRenderModelThumbnailURL // OVR.OpenVR.IVRRenderModels/_LoadIntoTextureD3D11_Async // OVR.OpenVR.IVRRenderModels/_LoadIntoTextureD3D11_Async // OVR.OpenVR.IVRRenderModels/_LoadRenderModel_Async // OVR.OpenVR.IVRRenderModels/_LoadRenderModel_Async // OVR.OpenVR.IVRRenderModels/_LoadTextureD3D11_Async // OVR.OpenVR.IVRRenderModels/_LoadTextureD3D11_Async // OVR.OpenVR.IVRRenderModels/_LoadTexture_Async // OVR.OpenVR.IVRRenderModels/_LoadTexture_Async // OVR.OpenVR.IVRRenderModels/_RenderModelHasComponent // OVR.OpenVR.IVRRenderModels/_RenderModelHasComponent // OVR.OpenVR.IVRResources/_GetResourceFullPath // OVR.OpenVR.IVRResources/_GetResourceFullPath // OVR.OpenVR.IVRResources/_LoadSharedResource // OVR.OpenVR.IVRResources/_LoadSharedResource // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyFilename // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyFilename // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyType // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyType // OVR.OpenVR.IVRScreenshots/_HookScreenshot // OVR.OpenVR.IVRScreenshots/_HookScreenshot // OVR.OpenVR.IVRScreenshots/_RequestScreenshot // OVR.OpenVR.IVRScreenshots/_RequestScreenshot // OVR.OpenVR.IVRScreenshots/_SubmitScreenshot // OVR.OpenVR.IVRScreenshots/_SubmitScreenshot // OVR.OpenVR.IVRScreenshots/_TakeStereoScreenshot // OVR.OpenVR.IVRScreenshots/_TakeStereoScreenshot // OVR.OpenVR.IVRScreenshots/_UpdateScreenshotProgress // OVR.OpenVR.IVRScreenshots/_UpdateScreenshotProgress // OVR.OpenVR.IVRSettings/_GetBool // OVR.OpenVR.IVRSettings/_GetBool // OVR.OpenVR.IVRSettings/_GetFloat // OVR.OpenVR.IVRSettings/_GetFloat // OVR.OpenVR.IVRSettings/_GetInt32 // OVR.OpenVR.IVRSettings/_GetInt32 // OVR.OpenVR.IVRSettings/_GetSettingsErrorNameFromEnum // OVR.OpenVR.IVRSettings/_GetSettingsErrorNameFromEnum // OVR.OpenVR.IVRSettings/_GetString // OVR.OpenVR.IVRSettings/_GetString // OVR.OpenVR.IVRSettings/_RemoveKeyInSection // OVR.OpenVR.IVRSettings/_RemoveKeyInSection // OVR.OpenVR.IVRSettings/_RemoveSection // OVR.OpenVR.IVRSettings/_RemoveSection // OVR.OpenVR.IVRSettings/_SetBool // OVR.OpenVR.IVRSettings/_SetBool // OVR.OpenVR.IVRSettings/_SetFloat // OVR.OpenVR.IVRSettings/_SetFloat // OVR.OpenVR.IVRSettings/_SetInt32 // OVR.OpenVR.IVRSettings/_SetInt32 // OVR.OpenVR.IVRSettings/_SetString // OVR.OpenVR.IVRSettings/_SetString // OVR.OpenVR.IVRSettings/_Sync // OVR.OpenVR.IVRSettings/_Sync // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromDescriptor // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromDescriptor // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromPose // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromPose // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorDescriptor // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorDescriptor // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorPose // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorPose // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_Exiting // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_Exiting // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_UserPrompt // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_UserPrompt // OVR.OpenVR.IVRSystem/_ApplyTransform // OVR.OpenVR.IVRSystem/_ApplyTransform // OVR.OpenVR.IVRSystem/_ComputeDistortion // OVR.OpenVR.IVRSystem/_ComputeDistortion // OVR.OpenVR.IVRSystem/_DriverDebugRequest // OVR.OpenVR.IVRSystem/_DriverDebugRequest // OVR.OpenVR.IVRSystem/_GetArrayTrackedDeviceProperty // OVR.OpenVR.IVRSystem/_GetArrayTrackedDeviceProperty // OVR.OpenVR.IVRSystem/_GetBoolTrackedDeviceProperty // OVR.OpenVR.IVRSystem/_GetBoolTrackedDeviceProperty // OVR.OpenVR.IVRSystem/_GetButtonIdNameFromEnum // OVR.OpenVR.IVRSystem/_GetButtonIdNameFromEnum // OVR.OpenVR.IVRSystem/_GetControllerAxisTypeNameFromEnum // OVR.OpenVR.IVRSystem/_GetControllerAxisTypeNameFromEnum // OVR.OpenVR.IVRSystem/_GetControllerRoleForTrackedDeviceIndex // OVR.OpenVR.IVRSystem/_GetControllerRoleForTrackedDeviceIndex // OVR.OpenVR.IVRSystem/_GetControllerState // OVR.OpenVR.IVRSystem/_GetControllerState // OVR.OpenVR.IVRSystem/_GetControllerStateWithPose // OVR.OpenVR.IVRSystem/_GetControllerStateWithPose // OVR.OpenVR.IVRSystem/_GetD3D9AdapterIndex // OVR.OpenVR.IVRSystem/_GetD3D9AdapterIndex // OVR.OpenVR.IVRSystem/_GetDXGIOutputInfo // OVR.OpenVR.IVRSystem/_GetDXGIOutputInfo // OVR.OpenVR.IVRSystem/_GetDeviceToAbsoluteTrackingPose // OVR.OpenVR.IVRSystem/_GetDeviceToAbsoluteTrackingPose // OVR.OpenVR.IVRSystem/_GetEventTypeNameFromEnum // OVR.OpenVR.IVRSystem/_GetEventTypeNameFromEnum // OVR.OpenVR.IVRSystem/_GetEyeToHeadTransform // OVR.OpenVR.IVRSystem/_GetEyeToHeadTransform // OVR.OpenVR.IVRSystem/_GetFloatTrackedDeviceProperty // OVR.OpenVR.IVRSystem/_GetFloatTrackedDeviceProperty // OVR.OpenVR.IVRSystem/_GetHiddenAreaMesh // OVR.OpenVR.IVRSystem/_GetHiddenAreaMesh // OVR.OpenVR.IVRSystem/_GetInt32TrackedDeviceProperty // OVR.OpenVR.IVRSystem/_GetInt32TrackedDeviceProperty // OVR.OpenVR.IVRSystem/_GetMatrix34TrackedDeviceProperty // OVR.OpenVR.IVRSystem/_GetMatrix34TrackedDeviceProperty // OVR.OpenVR.IVRSystem/_GetOutputDevice // OVR.OpenVR.IVRSystem/_GetOutputDevice // OVR.OpenVR.IVRSystem/_GetProjectionMatrix // OVR.OpenVR.IVRSystem/_GetProjectionMatrix // OVR.OpenVR.IVRSystem/_GetProjectionRaw // OVR.OpenVR.IVRSystem/_GetProjectionRaw // OVR.OpenVR.IVRSystem/_GetPropErrorNameFromEnum // OVR.OpenVR.IVRSystem/_GetPropErrorNameFromEnum // OVR.OpenVR.IVRSystem/_GetRawZeroPoseToStandingAbsoluteTrackingPose // OVR.OpenVR.IVRSystem/_GetRawZeroPoseToStandingAbsoluteTrackingPose // OVR.OpenVR.IVRSystem/_GetRecommendedRenderTargetSize // OVR.OpenVR.IVRSystem/_GetRecommendedRenderTargetSize // OVR.OpenVR.IVRSystem/_GetSeatedZeroPoseToStandingAbsoluteTrackingPose // OVR.OpenVR.IVRSystem/_GetSeatedZeroPoseToStandingAbsoluteTrackingPose // OVR.OpenVR.IVRSystem/_GetSortedTrackedDeviceIndicesOfClass // OVR.OpenVR.IVRSystem/_GetSortedTrackedDeviceIndicesOfClass // OVR.OpenVR.IVRSystem/_GetStringTrackedDeviceProperty // OVR.OpenVR.IVRSystem/_GetStringTrackedDeviceProperty // OVR.OpenVR.IVRSystem/_GetTimeSinceLastVsync // OVR.OpenVR.IVRSystem/_GetTimeSinceLastVsync // OVR.OpenVR.IVRSystem/_GetTrackedDeviceActivityLevel // OVR.OpenVR.IVRSystem/_GetTrackedDeviceActivityLevel // OVR.OpenVR.IVRSystem/_GetTrackedDeviceClass // OVR.OpenVR.IVRSystem/_GetTrackedDeviceClass // OVR.OpenVR.IVRSystem/_GetTrackedDeviceIndexForControllerRole // OVR.OpenVR.IVRSystem/_GetTrackedDeviceIndexForControllerRole // OVR.OpenVR.IVRSystem/_GetUint64TrackedDeviceProperty // OVR.OpenVR.IVRSystem/_GetUint64TrackedDeviceProperty // OVR.OpenVR.IVRSystem/_IsDisplayOnDesktop // OVR.OpenVR.IVRSystem/_IsDisplayOnDesktop // OVR.OpenVR.IVRSystem/_IsInputAvailable // OVR.OpenVR.IVRSystem/_IsInputAvailable // OVR.OpenVR.IVRSystem/_IsSteamVRDrawingControllers // OVR.OpenVR.IVRSystem/_IsSteamVRDrawingControllers // OVR.OpenVR.IVRSystem/_IsTrackedDeviceConnected // OVR.OpenVR.IVRSystem/_IsTrackedDeviceConnected // OVR.OpenVR.IVRSystem/_PerformFirmwareUpdate // OVR.OpenVR.IVRSystem/_PerformFirmwareUpdate // OVR.OpenVR.IVRSystem/_ResetSeatedZeroPose // OVR.OpenVR.IVRSystem/_ResetSeatedZeroPose // OVR.OpenVR.IVRSystem/_SetDisplayVisibility // OVR.OpenVR.IVRSystem/_SetDisplayVisibility // OVR.OpenVR.IVRSystem/_ShouldApplicationPause // OVR.OpenVR.IVRSystem/_ShouldApplicationPause // OVR.OpenVR.IVRSystem/_ShouldApplicationReduceRenderingWork // OVR.OpenVR.IVRSystem/_ShouldApplicationReduceRenderingWork // OVR.OpenVR.IVRSystem/_TriggerHapticPulse // OVR.OpenVR.IVRSystem/_TriggerHapticPulse // OVR.OpenVR.IVRTrackedCamera/_AcquireVideoStreamingService // OVR.OpenVR.IVRTrackedCamera/_AcquireVideoStreamingService // OVR.OpenVR.IVRTrackedCamera/_GetCameraErrorNameFromEnum // OVR.OpenVR.IVRTrackedCamera/_GetCameraErrorNameFromEnum // OVR.OpenVR.IVRTrackedCamera/_GetCameraFrameSize // OVR.OpenVR.IVRTrackedCamera/_GetCameraFrameSize // OVR.OpenVR.IVRTrackedCamera/_GetCameraIntrinsics // OVR.OpenVR.IVRTrackedCamera/_GetCameraIntrinsics // OVR.OpenVR.IVRTrackedCamera/_GetCameraProjection // OVR.OpenVR.IVRTrackedCamera/_GetCameraProjection // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureSize // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureSize // OVR.OpenVR.IVRTrackedCamera/_HasCamera // OVR.OpenVR.IVRTrackedCamera/_HasCamera // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamTextureGL // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamTextureGL // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamingService // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamingService // OVRSimpleJSON.JSONNode/KeyEnumerator // OVRSimpleJSON.JSONNode/KeyEnumerator // OVRSimpleJSON.JSONNode/LinqEnumerator // OVRSimpleJSON.JSONNode/LinqEnumerator // OVRSimpleJSON.JSONNode/ValueEnumerator // OVRSimpleJSON.JSONNode/ValueEnumerator // OVRControllerTest/BoolMonitor/BoolGenerator // OVRControllerTest/BoolMonitor/BoolGenerator // UnityEngine.Animator // UnityEngine.Animator // UnityEngine.AudioBehaviour // UnityEngine.AudioBehaviour // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // UnityEngine.Camera // UnityEngine.CapsuleCollider // UnityEngine.CapsuleCollider // UnityEngine.MeshRenderer // UnityEngine.MeshRenderer // UnityEngine.MonoBehaviour // UnityEngine.MonoBehaviour // OVR.OpenVR.VREvent_t // OVR.OpenVR.VREvent_t // OVR.OpenVR.VREvent_t_Packed // OVR.OpenVR.VREvent_t_Packed // OVR.OpenVR.IVRCompositor/_GetFrameTiming // OVR.OpenVR.IVRCompositor/_GetFrameTiming // OVR.OpenVR.IVRCompositor/_GetFrameTimings // OVR.OpenVR.IVRCompositor/_GetFrameTimings // OVR.OpenVR.IVRInput/_GetPoseActionData // OVR.OpenVR.IVRInput/_GetPoseActionData // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamFrameBuffer // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamFrameBuffer // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureD3D11 // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureD3D11 // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureGL // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureGL // UnityEngine.AudioSource // UnityEngine.AudioSource // LateLatching // LateLatching // OVRAudioSourceTest // OVRAudioSourceTest // OVRAutoDestroyInMRC // OVRAutoDestroyInMRC // OVRCameraRig // OVRCameraRig // OVRChromaticAberration // OVRChromaticAberration // OVRControllerHelper // OVRControllerHelper // OVRControllerTest struct OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_StaticFields { public: // System.String OVRControllerTest::prevConnected String_t* ___prevConnected_7; // OVRControllerTest/BoolMonitor OVRControllerTest::controllers BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * ___controllers_8; public: inline static int32_t get_offset_of_prevConnected_7() { return static_cast(offsetof(OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_StaticFields, ___prevConnected_7)); } inline String_t* get_prevConnected_7() const { return ___prevConnected_7; } inline String_t** get_address_of_prevConnected_7() { return &___prevConnected_7; } inline void set_prevConnected_7(String_t* value) { ___prevConnected_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___prevConnected_7), (void*)value); } inline static int32_t get_offset_of_controllers_8() { return static_cast(offsetof(OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_StaticFields, ___controllers_8)); } inline BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * get_controllers_8() const { return ___controllers_8; } inline BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 ** get_address_of_controllers_8() { return &___controllers_8; } inline void set_controllers_8(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * value) { ___controllers_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___controllers_8), (void*)value); } }; // OVRControllerTest // OVRManager struct OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields { public: // OVRManager OVRManager::k__BackingField OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * ___U3CinstanceU3Ek__BackingField_4; // OVRDisplay OVRManager::k__BackingField OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * ___U3CdisplayU3Ek__BackingField_5; // OVRTracker OVRManager::k__BackingField OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A * ___U3CtrackerU3Ek__BackingField_6; // OVRBoundary OVRManager::k__BackingField OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * ___U3CboundaryU3Ek__BackingField_7; // OVRRuntimeSettings OVRManager::k__BackingField OVRRuntimeSettings_t3D2B8321092BAC35E39905B41D0690CEFD8AB343 * ___U3CruntimeSettingsU3Ek__BackingField_8; // OVRProfile OVRManager::_profile OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76 * ____profile_9; // System.Action OVRManager::HMDAcquired Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___HMDAcquired_12; // System.Action OVRManager::HMDLost Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___HMDLost_13; // System.Action OVRManager::HMDMounted Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___HMDMounted_14; // System.Action OVRManager::HMDUnmounted Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___HMDUnmounted_15; // System.Action OVRManager::VrFocusAcquired Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___VrFocusAcquired_16; // System.Action OVRManager::VrFocusLost Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___VrFocusLost_17; // System.Action OVRManager::InputFocusAcquired Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___InputFocusAcquired_18; // System.Action OVRManager::InputFocusLost Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___InputFocusLost_19; // System.Action OVRManager::AudioOutChanged Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___AudioOutChanged_20; // System.Action OVRManager::AudioInChanged Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___AudioInChanged_21; // System.Action OVRManager::TrackingAcquired Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___TrackingAcquired_22; // System.Action OVRManager::TrackingLost Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___TrackingLost_23; // System.Action`2 OVRManager::DisplayRefreshRateChanged Action_2_tBA82D2430D3596594262E1ACAD640A8EEB5DB2F2 * ___DisplayRefreshRateChanged_24; // System.Action`4 OVRManager::SpatialEntitySetComponentEnabled Action_4_t0B9EF883AC063A1E200FE9EB95FC8C272CB243D8 * ___SpatialEntitySetComponentEnabled_25; // System.Action`3 OVRManager::SpatialEntityQueryResults Action_3_t3758EBDA081B24412ED63A3941C20EBC3E5CFCB0 * ___SpatialEntityQueryResults_26; // System.Action`3 OVRManager::SpatialEntityQueryComplete Action_3_t1898E42A573C06F569B73238FC1A38625F7D9021 * ___SpatialEntityQueryComplete_27; // System.Action`4 OVRManager::SpatialEntityStorageSave Action_4_tC40012D9691E5DE5C97D2E1EF4FE6A87C8C0FC3E * ___SpatialEntityStorageSave_28; // System.Action`4 OVRManager::SpatialEntityStorageErase Action_4_t9E12995424CAFA0450021E48FF6FE4ABF2A895EE * ___SpatialEntityStorageErase_29; // System.Action OVRManager::HSWDismissed Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___HSWDismissed_30; // System.Boolean OVRManager::_isHmdPresentCached bool ____isHmdPresentCached_31; // System.Boolean OVRManager::_isHmdPresent bool ____isHmdPresent_32; // System.Boolean OVRManager::_wasHmdPresent bool ____wasHmdPresent_33; // System.Boolean OVRManager::_hasVrFocusCached bool ____hasVrFocusCached_34; // System.Boolean OVRManager::_hasVrFocus bool ____hasVrFocus_35; // System.Boolean OVRManager::_hadVrFocus bool ____hadVrFocus_36; // System.Boolean OVRManager::_hadInputFocus bool ____hadInputFocus_37; // System.String OVRManager::OCULUS_UNITY_NAME_STR String_t* ___OCULUS_UNITY_NAME_STR_76; // System.String OVRManager::OPENVR_UNITY_NAME_STR String_t* ___OPENVR_UNITY_NAME_STR_77; // OVRManager/XRDevice OVRManager::loadedXRDevice int32_t ___loadedXRDevice_78; // UnityEngine.Vector3 OVRManager::OpenVRTouchRotationOffsetEulerLeft Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___OpenVRTouchRotationOffsetEulerLeft_79; // UnityEngine.Vector3 OVRManager::OpenVRTouchRotationOffsetEulerRight Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___OpenVRTouchRotationOffsetEulerRight_80; // UnityEngine.Vector3 OVRManager::OpenVRTouchPositionOffsetLeft Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___OpenVRTouchPositionOffsetLeft_81; // UnityEngine.Vector3 OVRManager::OpenVRTouchPositionOffsetRight Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___OpenVRTouchPositionOffsetRight_82; // System.Boolean OVRManager::m_SpaceWarpEnabled bool ___m_SpaceWarpEnabled_83; // UnityEngine.Transform OVRManager::m_AppSpaceTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_AppSpaceTransform_84; // UnityEngine.DepthTextureMode OVRManager::m_CachedDepthTextureMode int32_t ___m_CachedDepthTextureMode_85; // System.Boolean OVRManager::_isUserPresentCached bool ____isUserPresentCached_95; // System.Boolean OVRManager::_isUserPresent bool ____isUserPresent_96; // System.Boolean OVRManager::_wasUserPresent bool ____wasUserPresent_97; // System.Boolean OVRManager::prevAudioOutIdIsCached bool ___prevAudioOutIdIsCached_98; // System.Boolean OVRManager::prevAudioInIdIsCached bool ___prevAudioInIdIsCached_99; // System.String OVRManager::prevAudioOutId String_t* ___prevAudioOutId_100; // System.String OVRManager::prevAudioInId String_t* ___prevAudioInId_101; // System.Boolean OVRManager::wasPositionTracked bool ___wasPositionTracked_102; // OVRPlugin/EventDataBuffer OVRManager::eventDataBuffer EventDataBuffer_tD55C8F1085C0B7FD1DC9C7C3683C5352833F2AA9 ___eventDataBuffer_103; // System.String OVRManager::UnityAlphaOrBetaVersionWarningMessage String_t* ___UnityAlphaOrBetaVersionWarningMessage_104; // System.Boolean OVRManager::OVRManagerinitialized bool ___OVRManagerinitialized_105; // System.Collections.Generic.List`1 OVRManager::s_displaySubsystems List_1_t56455D217921470E52E7D33A1794256E31084DD8 * ___s_displaySubsystems_106; // System.Collections.Generic.List`1 OVRManager::s_displaySubsystemDescriptors List_1_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048 * ___s_displaySubsystemDescriptors_107; // System.Collections.Generic.List`1 OVRManager::s_inputSubsystems List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4 * ___s_inputSubsystems_108; // System.Boolean OVRManager::multipleMainCameraWarningPresented bool ___multipleMainCameraWarningPresented_109; // System.WeakReference`1 OVRManager::lastFoundMainCamera WeakReference_1_t31103BF0AB213236F697B644B27B7480DEF79D5E * ___lastFoundMainCamera_110; // System.Boolean OVRManager::staticMixedRealityCaptureInitialized bool ___staticMixedRealityCaptureInitialized_111; // System.Boolean OVRManager::staticPrevEnableMixedRealityCapture bool ___staticPrevEnableMixedRealityCapture_112; // OVRMixedRealityCaptureSettings OVRManager::staticMrcSettings OVRMixedRealityCaptureSettings_t83BE3A431BD6F52C2F2E6EE7A73394AE7DC99F8D * ___staticMrcSettings_113; // System.Boolean OVRManager::suppressDisableMixedRealityBecauseOfNoMainCameraWarning bool ___suppressDisableMixedRealityBecauseOfNoMainCameraWarning_114; // OVRManager/PassthroughInitializationState OVRManager::_passthroughInitializationState int32_t ____passthroughInitializationState_115; public: inline static int32_t get_offset_of_U3CinstanceU3Ek__BackingField_4() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___U3CinstanceU3Ek__BackingField_4)); } inline OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * get_U3CinstanceU3Ek__BackingField_4() const { return ___U3CinstanceU3Ek__BackingField_4; } inline OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 ** get_address_of_U3CinstanceU3Ek__BackingField_4() { return &___U3CinstanceU3Ek__BackingField_4; } inline void set_U3CinstanceU3Ek__BackingField_4(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * value) { ___U3CinstanceU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CinstanceU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CdisplayU3Ek__BackingField_5() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___U3CdisplayU3Ek__BackingField_5)); } inline OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * get_U3CdisplayU3Ek__BackingField_5() const { return ___U3CdisplayU3Ek__BackingField_5; } inline OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E ** get_address_of_U3CdisplayU3Ek__BackingField_5() { return &___U3CdisplayU3Ek__BackingField_5; } inline void set_U3CdisplayU3Ek__BackingField_5(OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * value) { ___U3CdisplayU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CtrackerU3Ek__BackingField_6() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___U3CtrackerU3Ek__BackingField_6)); } inline OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A * get_U3CtrackerU3Ek__BackingField_6() const { return ___U3CtrackerU3Ek__BackingField_6; } inline OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A ** get_address_of_U3CtrackerU3Ek__BackingField_6() { return &___U3CtrackerU3Ek__BackingField_6; } inline void set_U3CtrackerU3Ek__BackingField_6(OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A * value) { ___U3CtrackerU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtrackerU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CboundaryU3Ek__BackingField_7() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___U3CboundaryU3Ek__BackingField_7)); } inline OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * get_U3CboundaryU3Ek__BackingField_7() const { return ___U3CboundaryU3Ek__BackingField_7; } inline OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF ** get_address_of_U3CboundaryU3Ek__BackingField_7() { return &___U3CboundaryU3Ek__BackingField_7; } inline void set_U3CboundaryU3Ek__BackingField_7(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * value) { ___U3CboundaryU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CboundaryU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CruntimeSettingsU3Ek__BackingField_8() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___U3CruntimeSettingsU3Ek__BackingField_8)); } inline OVRRuntimeSettings_t3D2B8321092BAC35E39905B41D0690CEFD8AB343 * get_U3CruntimeSettingsU3Ek__BackingField_8() const { return ___U3CruntimeSettingsU3Ek__BackingField_8; } inline OVRRuntimeSettings_t3D2B8321092BAC35E39905B41D0690CEFD8AB343 ** get_address_of_U3CruntimeSettingsU3Ek__BackingField_8() { return &___U3CruntimeSettingsU3Ek__BackingField_8; } inline void set_U3CruntimeSettingsU3Ek__BackingField_8(OVRRuntimeSettings_t3D2B8321092BAC35E39905B41D0690CEFD8AB343 * value) { ___U3CruntimeSettingsU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CruntimeSettingsU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of__profile_9() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ____profile_9)); } inline OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76 * get__profile_9() const { return ____profile_9; } inline OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76 ** get_address_of__profile_9() { return &____profile_9; } inline void set__profile_9(OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76 * value) { ____profile_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____profile_9), (void*)value); } inline static int32_t get_offset_of_HMDAcquired_12() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___HMDAcquired_12)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_HMDAcquired_12() const { return ___HMDAcquired_12; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_HMDAcquired_12() { return &___HMDAcquired_12; } inline void set_HMDAcquired_12(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___HMDAcquired_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___HMDAcquired_12), (void*)value); } inline static int32_t get_offset_of_HMDLost_13() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___HMDLost_13)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_HMDLost_13() const { return ___HMDLost_13; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_HMDLost_13() { return &___HMDLost_13; } inline void set_HMDLost_13(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___HMDLost_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___HMDLost_13), (void*)value); } inline static int32_t get_offset_of_HMDMounted_14() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___HMDMounted_14)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_HMDMounted_14() const { return ___HMDMounted_14; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_HMDMounted_14() { return &___HMDMounted_14; } inline void set_HMDMounted_14(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___HMDMounted_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___HMDMounted_14), (void*)value); } inline static int32_t get_offset_of_HMDUnmounted_15() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___HMDUnmounted_15)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_HMDUnmounted_15() const { return ___HMDUnmounted_15; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_HMDUnmounted_15() { return &___HMDUnmounted_15; } inline void set_HMDUnmounted_15(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___HMDUnmounted_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___HMDUnmounted_15), (void*)value); } inline static int32_t get_offset_of_VrFocusAcquired_16() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___VrFocusAcquired_16)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_VrFocusAcquired_16() const { return ___VrFocusAcquired_16; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_VrFocusAcquired_16() { return &___VrFocusAcquired_16; } inline void set_VrFocusAcquired_16(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___VrFocusAcquired_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___VrFocusAcquired_16), (void*)value); } inline static int32_t get_offset_of_VrFocusLost_17() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___VrFocusLost_17)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_VrFocusLost_17() const { return ___VrFocusLost_17; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_VrFocusLost_17() { return &___VrFocusLost_17; } inline void set_VrFocusLost_17(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___VrFocusLost_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___VrFocusLost_17), (void*)value); } inline static int32_t get_offset_of_InputFocusAcquired_18() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___InputFocusAcquired_18)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_InputFocusAcquired_18() const { return ___InputFocusAcquired_18; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_InputFocusAcquired_18() { return &___InputFocusAcquired_18; } inline void set_InputFocusAcquired_18(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___InputFocusAcquired_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___InputFocusAcquired_18), (void*)value); } inline static int32_t get_offset_of_InputFocusLost_19() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___InputFocusLost_19)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_InputFocusLost_19() const { return ___InputFocusLost_19; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_InputFocusLost_19() { return &___InputFocusLost_19; } inline void set_InputFocusLost_19(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___InputFocusLost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___InputFocusLost_19), (void*)value); } inline static int32_t get_offset_of_AudioOutChanged_20() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___AudioOutChanged_20)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_AudioOutChanged_20() const { return ___AudioOutChanged_20; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_AudioOutChanged_20() { return &___AudioOutChanged_20; } inline void set_AudioOutChanged_20(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___AudioOutChanged_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___AudioOutChanged_20), (void*)value); } inline static int32_t get_offset_of_AudioInChanged_21() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___AudioInChanged_21)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_AudioInChanged_21() const { return ___AudioInChanged_21; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_AudioInChanged_21() { return &___AudioInChanged_21; } inline void set_AudioInChanged_21(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___AudioInChanged_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___AudioInChanged_21), (void*)value); } inline static int32_t get_offset_of_TrackingAcquired_22() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___TrackingAcquired_22)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_TrackingAcquired_22() const { return ___TrackingAcquired_22; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_TrackingAcquired_22() { return &___TrackingAcquired_22; } inline void set_TrackingAcquired_22(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___TrackingAcquired_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrackingAcquired_22), (void*)value); } inline static int32_t get_offset_of_TrackingLost_23() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___TrackingLost_23)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_TrackingLost_23() const { return ___TrackingLost_23; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_TrackingLost_23() { return &___TrackingLost_23; } inline void set_TrackingLost_23(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___TrackingLost_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrackingLost_23), (void*)value); } inline static int32_t get_offset_of_DisplayRefreshRateChanged_24() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___DisplayRefreshRateChanged_24)); } inline Action_2_tBA82D2430D3596594262E1ACAD640A8EEB5DB2F2 * get_DisplayRefreshRateChanged_24() const { return ___DisplayRefreshRateChanged_24; } inline Action_2_tBA82D2430D3596594262E1ACAD640A8EEB5DB2F2 ** get_address_of_DisplayRefreshRateChanged_24() { return &___DisplayRefreshRateChanged_24; } inline void set_DisplayRefreshRateChanged_24(Action_2_tBA82D2430D3596594262E1ACAD640A8EEB5DB2F2 * value) { ___DisplayRefreshRateChanged_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___DisplayRefreshRateChanged_24), (void*)value); } inline static int32_t get_offset_of_SpatialEntitySetComponentEnabled_25() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___SpatialEntitySetComponentEnabled_25)); } inline Action_4_t0B9EF883AC063A1E200FE9EB95FC8C272CB243D8 * get_SpatialEntitySetComponentEnabled_25() const { return ___SpatialEntitySetComponentEnabled_25; } inline Action_4_t0B9EF883AC063A1E200FE9EB95FC8C272CB243D8 ** get_address_of_SpatialEntitySetComponentEnabled_25() { return &___SpatialEntitySetComponentEnabled_25; } inline void set_SpatialEntitySetComponentEnabled_25(Action_4_t0B9EF883AC063A1E200FE9EB95FC8C272CB243D8 * value) { ___SpatialEntitySetComponentEnabled_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___SpatialEntitySetComponentEnabled_25), (void*)value); } inline static int32_t get_offset_of_SpatialEntityQueryResults_26() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___SpatialEntityQueryResults_26)); } inline Action_3_t3758EBDA081B24412ED63A3941C20EBC3E5CFCB0 * get_SpatialEntityQueryResults_26() const { return ___SpatialEntityQueryResults_26; } inline Action_3_t3758EBDA081B24412ED63A3941C20EBC3E5CFCB0 ** get_address_of_SpatialEntityQueryResults_26() { return &___SpatialEntityQueryResults_26; } inline void set_SpatialEntityQueryResults_26(Action_3_t3758EBDA081B24412ED63A3941C20EBC3E5CFCB0 * value) { ___SpatialEntityQueryResults_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___SpatialEntityQueryResults_26), (void*)value); } inline static int32_t get_offset_of_SpatialEntityQueryComplete_27() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___SpatialEntityQueryComplete_27)); } inline Action_3_t1898E42A573C06F569B73238FC1A38625F7D9021 * get_SpatialEntityQueryComplete_27() const { return ___SpatialEntityQueryComplete_27; } inline Action_3_t1898E42A573C06F569B73238FC1A38625F7D9021 ** get_address_of_SpatialEntityQueryComplete_27() { return &___SpatialEntityQueryComplete_27; } inline void set_SpatialEntityQueryComplete_27(Action_3_t1898E42A573C06F569B73238FC1A38625F7D9021 * value) { ___SpatialEntityQueryComplete_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___SpatialEntityQueryComplete_27), (void*)value); } inline static int32_t get_offset_of_SpatialEntityStorageSave_28() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___SpatialEntityStorageSave_28)); } inline Action_4_tC40012D9691E5DE5C97D2E1EF4FE6A87C8C0FC3E * get_SpatialEntityStorageSave_28() const { return ___SpatialEntityStorageSave_28; } inline Action_4_tC40012D9691E5DE5C97D2E1EF4FE6A87C8C0FC3E ** get_address_of_SpatialEntityStorageSave_28() { return &___SpatialEntityStorageSave_28; } inline void set_SpatialEntityStorageSave_28(Action_4_tC40012D9691E5DE5C97D2E1EF4FE6A87C8C0FC3E * value) { ___SpatialEntityStorageSave_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___SpatialEntityStorageSave_28), (void*)value); } inline static int32_t get_offset_of_SpatialEntityStorageErase_29() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___SpatialEntityStorageErase_29)); } inline Action_4_t9E12995424CAFA0450021E48FF6FE4ABF2A895EE * get_SpatialEntityStorageErase_29() const { return ___SpatialEntityStorageErase_29; } inline Action_4_t9E12995424CAFA0450021E48FF6FE4ABF2A895EE ** get_address_of_SpatialEntityStorageErase_29() { return &___SpatialEntityStorageErase_29; } inline void set_SpatialEntityStorageErase_29(Action_4_t9E12995424CAFA0450021E48FF6FE4ABF2A895EE * value) { ___SpatialEntityStorageErase_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___SpatialEntityStorageErase_29), (void*)value); } inline static int32_t get_offset_of_HSWDismissed_30() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___HSWDismissed_30)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_HSWDismissed_30() const { return ___HSWDismissed_30; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_HSWDismissed_30() { return &___HSWDismissed_30; } inline void set_HSWDismissed_30(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___HSWDismissed_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___HSWDismissed_30), (void*)value); } inline static int32_t get_offset_of__isHmdPresentCached_31() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ____isHmdPresentCached_31)); } inline bool get__isHmdPresentCached_31() const { return ____isHmdPresentCached_31; } inline bool* get_address_of__isHmdPresentCached_31() { return &____isHmdPresentCached_31; } inline void set__isHmdPresentCached_31(bool value) { ____isHmdPresentCached_31 = value; } inline static int32_t get_offset_of__isHmdPresent_32() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ____isHmdPresent_32)); } inline bool get__isHmdPresent_32() const { return ____isHmdPresent_32; } inline bool* get_address_of__isHmdPresent_32() { return &____isHmdPresent_32; } inline void set__isHmdPresent_32(bool value) { ____isHmdPresent_32 = value; } inline static int32_t get_offset_of__wasHmdPresent_33() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ____wasHmdPresent_33)); } inline bool get__wasHmdPresent_33() const { return ____wasHmdPresent_33; } inline bool* get_address_of__wasHmdPresent_33() { return &____wasHmdPresent_33; } inline void set__wasHmdPresent_33(bool value) { ____wasHmdPresent_33 = value; } inline static int32_t get_offset_of__hasVrFocusCached_34() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ____hasVrFocusCached_34)); } inline bool get__hasVrFocusCached_34() const { return ____hasVrFocusCached_34; } inline bool* get_address_of__hasVrFocusCached_34() { return &____hasVrFocusCached_34; } inline void set__hasVrFocusCached_34(bool value) { ____hasVrFocusCached_34 = value; } inline static int32_t get_offset_of__hasVrFocus_35() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ____hasVrFocus_35)); } inline bool get__hasVrFocus_35() const { return ____hasVrFocus_35; } inline bool* get_address_of__hasVrFocus_35() { return &____hasVrFocus_35; } inline void set__hasVrFocus_35(bool value) { ____hasVrFocus_35 = value; } inline static int32_t get_offset_of__hadVrFocus_36() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ____hadVrFocus_36)); } inline bool get__hadVrFocus_36() const { return ____hadVrFocus_36; } inline bool* get_address_of__hadVrFocus_36() { return &____hadVrFocus_36; } inline void set__hadVrFocus_36(bool value) { ____hadVrFocus_36 = value; } inline static int32_t get_offset_of__hadInputFocus_37() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ____hadInputFocus_37)); } inline bool get__hadInputFocus_37() const { return ____hadInputFocus_37; } inline bool* get_address_of__hadInputFocus_37() { return &____hadInputFocus_37; } inline void set__hadInputFocus_37(bool value) { ____hadInputFocus_37 = value; } inline static int32_t get_offset_of_OCULUS_UNITY_NAME_STR_76() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___OCULUS_UNITY_NAME_STR_76)); } inline String_t* get_OCULUS_UNITY_NAME_STR_76() const { return ___OCULUS_UNITY_NAME_STR_76; } inline String_t** get_address_of_OCULUS_UNITY_NAME_STR_76() { return &___OCULUS_UNITY_NAME_STR_76; } inline void set_OCULUS_UNITY_NAME_STR_76(String_t* value) { ___OCULUS_UNITY_NAME_STR_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___OCULUS_UNITY_NAME_STR_76), (void*)value); } inline static int32_t get_offset_of_OPENVR_UNITY_NAME_STR_77() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___OPENVR_UNITY_NAME_STR_77)); } inline String_t* get_OPENVR_UNITY_NAME_STR_77() const { return ___OPENVR_UNITY_NAME_STR_77; } inline String_t** get_address_of_OPENVR_UNITY_NAME_STR_77() { return &___OPENVR_UNITY_NAME_STR_77; } inline void set_OPENVR_UNITY_NAME_STR_77(String_t* value) { ___OPENVR_UNITY_NAME_STR_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___OPENVR_UNITY_NAME_STR_77), (void*)value); } inline static int32_t get_offset_of_loadedXRDevice_78() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___loadedXRDevice_78)); } inline int32_t get_loadedXRDevice_78() const { return ___loadedXRDevice_78; } inline int32_t* get_address_of_loadedXRDevice_78() { return &___loadedXRDevice_78; } inline void set_loadedXRDevice_78(int32_t value) { ___loadedXRDevice_78 = value; } inline static int32_t get_offset_of_OpenVRTouchRotationOffsetEulerLeft_79() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___OpenVRTouchRotationOffsetEulerLeft_79)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_OpenVRTouchRotationOffsetEulerLeft_79() const { return ___OpenVRTouchRotationOffsetEulerLeft_79; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_OpenVRTouchRotationOffsetEulerLeft_79() { return &___OpenVRTouchRotationOffsetEulerLeft_79; } inline void set_OpenVRTouchRotationOffsetEulerLeft_79(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___OpenVRTouchRotationOffsetEulerLeft_79 = value; } inline static int32_t get_offset_of_OpenVRTouchRotationOffsetEulerRight_80() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___OpenVRTouchRotationOffsetEulerRight_80)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_OpenVRTouchRotationOffsetEulerRight_80() const { return ___OpenVRTouchRotationOffsetEulerRight_80; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_OpenVRTouchRotationOffsetEulerRight_80() { return &___OpenVRTouchRotationOffsetEulerRight_80; } inline void set_OpenVRTouchRotationOffsetEulerRight_80(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___OpenVRTouchRotationOffsetEulerRight_80 = value; } inline static int32_t get_offset_of_OpenVRTouchPositionOffsetLeft_81() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___OpenVRTouchPositionOffsetLeft_81)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_OpenVRTouchPositionOffsetLeft_81() const { return ___OpenVRTouchPositionOffsetLeft_81; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_OpenVRTouchPositionOffsetLeft_81() { return &___OpenVRTouchPositionOffsetLeft_81; } inline void set_OpenVRTouchPositionOffsetLeft_81(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___OpenVRTouchPositionOffsetLeft_81 = value; } inline static int32_t get_offset_of_OpenVRTouchPositionOffsetRight_82() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___OpenVRTouchPositionOffsetRight_82)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_OpenVRTouchPositionOffsetRight_82() const { return ___OpenVRTouchPositionOffsetRight_82; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_OpenVRTouchPositionOffsetRight_82() { return &___OpenVRTouchPositionOffsetRight_82; } inline void set_OpenVRTouchPositionOffsetRight_82(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___OpenVRTouchPositionOffsetRight_82 = value; } inline static int32_t get_offset_of_m_SpaceWarpEnabled_83() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___m_SpaceWarpEnabled_83)); } inline bool get_m_SpaceWarpEnabled_83() const { return ___m_SpaceWarpEnabled_83; } inline bool* get_address_of_m_SpaceWarpEnabled_83() { return &___m_SpaceWarpEnabled_83; } inline void set_m_SpaceWarpEnabled_83(bool value) { ___m_SpaceWarpEnabled_83 = value; } inline static int32_t get_offset_of_m_AppSpaceTransform_84() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___m_AppSpaceTransform_84)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_AppSpaceTransform_84() const { return ___m_AppSpaceTransform_84; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_AppSpaceTransform_84() { return &___m_AppSpaceTransform_84; } inline void set_m_AppSpaceTransform_84(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_AppSpaceTransform_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AppSpaceTransform_84), (void*)value); } inline static int32_t get_offset_of_m_CachedDepthTextureMode_85() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___m_CachedDepthTextureMode_85)); } inline int32_t get_m_CachedDepthTextureMode_85() const { return ___m_CachedDepthTextureMode_85; } inline int32_t* get_address_of_m_CachedDepthTextureMode_85() { return &___m_CachedDepthTextureMode_85; } inline void set_m_CachedDepthTextureMode_85(int32_t value) { ___m_CachedDepthTextureMode_85 = value; } inline static int32_t get_offset_of__isUserPresentCached_95() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ____isUserPresentCached_95)); } inline bool get__isUserPresentCached_95() const { return ____isUserPresentCached_95; } inline bool* get_address_of__isUserPresentCached_95() { return &____isUserPresentCached_95; } inline void set__isUserPresentCached_95(bool value) { ____isUserPresentCached_95 = value; } inline static int32_t get_offset_of__isUserPresent_96() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ____isUserPresent_96)); } inline bool get__isUserPresent_96() const { return ____isUserPresent_96; } inline bool* get_address_of__isUserPresent_96() { return &____isUserPresent_96; } inline void set__isUserPresent_96(bool value) { ____isUserPresent_96 = value; } inline static int32_t get_offset_of__wasUserPresent_97() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ____wasUserPresent_97)); } inline bool get__wasUserPresent_97() const { return ____wasUserPresent_97; } inline bool* get_address_of__wasUserPresent_97() { return &____wasUserPresent_97; } inline void set__wasUserPresent_97(bool value) { ____wasUserPresent_97 = value; } inline static int32_t get_offset_of_prevAudioOutIdIsCached_98() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___prevAudioOutIdIsCached_98)); } inline bool get_prevAudioOutIdIsCached_98() const { return ___prevAudioOutIdIsCached_98; } inline bool* get_address_of_prevAudioOutIdIsCached_98() { return &___prevAudioOutIdIsCached_98; } inline void set_prevAudioOutIdIsCached_98(bool value) { ___prevAudioOutIdIsCached_98 = value; } inline static int32_t get_offset_of_prevAudioInIdIsCached_99() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___prevAudioInIdIsCached_99)); } inline bool get_prevAudioInIdIsCached_99() const { return ___prevAudioInIdIsCached_99; } inline bool* get_address_of_prevAudioInIdIsCached_99() { return &___prevAudioInIdIsCached_99; } inline void set_prevAudioInIdIsCached_99(bool value) { ___prevAudioInIdIsCached_99 = value; } inline static int32_t get_offset_of_prevAudioOutId_100() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___prevAudioOutId_100)); } inline String_t* get_prevAudioOutId_100() const { return ___prevAudioOutId_100; } inline String_t** get_address_of_prevAudioOutId_100() { return &___prevAudioOutId_100; } inline void set_prevAudioOutId_100(String_t* value) { ___prevAudioOutId_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___prevAudioOutId_100), (void*)value); } inline static int32_t get_offset_of_prevAudioInId_101() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___prevAudioInId_101)); } inline String_t* get_prevAudioInId_101() const { return ___prevAudioInId_101; } inline String_t** get_address_of_prevAudioInId_101() { return &___prevAudioInId_101; } inline void set_prevAudioInId_101(String_t* value) { ___prevAudioInId_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___prevAudioInId_101), (void*)value); } inline static int32_t get_offset_of_wasPositionTracked_102() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___wasPositionTracked_102)); } inline bool get_wasPositionTracked_102() const { return ___wasPositionTracked_102; } inline bool* get_address_of_wasPositionTracked_102() { return &___wasPositionTracked_102; } inline void set_wasPositionTracked_102(bool value) { ___wasPositionTracked_102 = value; } inline static int32_t get_offset_of_eventDataBuffer_103() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___eventDataBuffer_103)); } inline EventDataBuffer_tD55C8F1085C0B7FD1DC9C7C3683C5352833F2AA9 get_eventDataBuffer_103() const { return ___eventDataBuffer_103; } inline EventDataBuffer_tD55C8F1085C0B7FD1DC9C7C3683C5352833F2AA9 * get_address_of_eventDataBuffer_103() { return &___eventDataBuffer_103; } inline void set_eventDataBuffer_103(EventDataBuffer_tD55C8F1085C0B7FD1DC9C7C3683C5352833F2AA9 value) { ___eventDataBuffer_103 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___eventDataBuffer_103))->___EventData_1), (void*)NULL); } inline static int32_t get_offset_of_UnityAlphaOrBetaVersionWarningMessage_104() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___UnityAlphaOrBetaVersionWarningMessage_104)); } inline String_t* get_UnityAlphaOrBetaVersionWarningMessage_104() const { return ___UnityAlphaOrBetaVersionWarningMessage_104; } inline String_t** get_address_of_UnityAlphaOrBetaVersionWarningMessage_104() { return &___UnityAlphaOrBetaVersionWarningMessage_104; } inline void set_UnityAlphaOrBetaVersionWarningMessage_104(String_t* value) { ___UnityAlphaOrBetaVersionWarningMessage_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnityAlphaOrBetaVersionWarningMessage_104), (void*)value); } inline static int32_t get_offset_of_OVRManagerinitialized_105() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___OVRManagerinitialized_105)); } inline bool get_OVRManagerinitialized_105() const { return ___OVRManagerinitialized_105; } inline bool* get_address_of_OVRManagerinitialized_105() { return &___OVRManagerinitialized_105; } inline void set_OVRManagerinitialized_105(bool value) { ___OVRManagerinitialized_105 = value; } inline static int32_t get_offset_of_s_displaySubsystems_106() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___s_displaySubsystems_106)); } inline List_1_t56455D217921470E52E7D33A1794256E31084DD8 * get_s_displaySubsystems_106() const { return ___s_displaySubsystems_106; } inline List_1_t56455D217921470E52E7D33A1794256E31084DD8 ** get_address_of_s_displaySubsystems_106() { return &___s_displaySubsystems_106; } inline void set_s_displaySubsystems_106(List_1_t56455D217921470E52E7D33A1794256E31084DD8 * value) { ___s_displaySubsystems_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_displaySubsystems_106), (void*)value); } inline static int32_t get_offset_of_s_displaySubsystemDescriptors_107() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___s_displaySubsystemDescriptors_107)); } inline List_1_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048 * get_s_displaySubsystemDescriptors_107() const { return ___s_displaySubsystemDescriptors_107; } inline List_1_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048 ** get_address_of_s_displaySubsystemDescriptors_107() { return &___s_displaySubsystemDescriptors_107; } inline void set_s_displaySubsystemDescriptors_107(List_1_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048 * value) { ___s_displaySubsystemDescriptors_107 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_displaySubsystemDescriptors_107), (void*)value); } inline static int32_t get_offset_of_s_inputSubsystems_108() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___s_inputSubsystems_108)); } inline List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4 * get_s_inputSubsystems_108() const { return ___s_inputSubsystems_108; } inline List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4 ** get_address_of_s_inputSubsystems_108() { return &___s_inputSubsystems_108; } inline void set_s_inputSubsystems_108(List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4 * value) { ___s_inputSubsystems_108 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_inputSubsystems_108), (void*)value); } inline static int32_t get_offset_of_multipleMainCameraWarningPresented_109() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___multipleMainCameraWarningPresented_109)); } inline bool get_multipleMainCameraWarningPresented_109() const { return ___multipleMainCameraWarningPresented_109; } inline bool* get_address_of_multipleMainCameraWarningPresented_109() { return &___multipleMainCameraWarningPresented_109; } inline void set_multipleMainCameraWarningPresented_109(bool value) { ___multipleMainCameraWarningPresented_109 = value; } inline static int32_t get_offset_of_lastFoundMainCamera_110() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___lastFoundMainCamera_110)); } inline WeakReference_1_t31103BF0AB213236F697B644B27B7480DEF79D5E * get_lastFoundMainCamera_110() const { return ___lastFoundMainCamera_110; } inline WeakReference_1_t31103BF0AB213236F697B644B27B7480DEF79D5E ** get_address_of_lastFoundMainCamera_110() { return &___lastFoundMainCamera_110; } inline void set_lastFoundMainCamera_110(WeakReference_1_t31103BF0AB213236F697B644B27B7480DEF79D5E * value) { ___lastFoundMainCamera_110 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastFoundMainCamera_110), (void*)value); } inline static int32_t get_offset_of_staticMixedRealityCaptureInitialized_111() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___staticMixedRealityCaptureInitialized_111)); } inline bool get_staticMixedRealityCaptureInitialized_111() const { return ___staticMixedRealityCaptureInitialized_111; } inline bool* get_address_of_staticMixedRealityCaptureInitialized_111() { return &___staticMixedRealityCaptureInitialized_111; } inline void set_staticMixedRealityCaptureInitialized_111(bool value) { ___staticMixedRealityCaptureInitialized_111 = value; } inline static int32_t get_offset_of_staticPrevEnableMixedRealityCapture_112() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___staticPrevEnableMixedRealityCapture_112)); } inline bool get_staticPrevEnableMixedRealityCapture_112() const { return ___staticPrevEnableMixedRealityCapture_112; } inline bool* get_address_of_staticPrevEnableMixedRealityCapture_112() { return &___staticPrevEnableMixedRealityCapture_112; } inline void set_staticPrevEnableMixedRealityCapture_112(bool value) { ___staticPrevEnableMixedRealityCapture_112 = value; } inline static int32_t get_offset_of_staticMrcSettings_113() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___staticMrcSettings_113)); } inline OVRMixedRealityCaptureSettings_t83BE3A431BD6F52C2F2E6EE7A73394AE7DC99F8D * get_staticMrcSettings_113() const { return ___staticMrcSettings_113; } inline OVRMixedRealityCaptureSettings_t83BE3A431BD6F52C2F2E6EE7A73394AE7DC99F8D ** get_address_of_staticMrcSettings_113() { return &___staticMrcSettings_113; } inline void set_staticMrcSettings_113(OVRMixedRealityCaptureSettings_t83BE3A431BD6F52C2F2E6EE7A73394AE7DC99F8D * value) { ___staticMrcSettings_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___staticMrcSettings_113), (void*)value); } inline static int32_t get_offset_of_suppressDisableMixedRealityBecauseOfNoMainCameraWarning_114() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ___suppressDisableMixedRealityBecauseOfNoMainCameraWarning_114)); } inline bool get_suppressDisableMixedRealityBecauseOfNoMainCameraWarning_114() const { return ___suppressDisableMixedRealityBecauseOfNoMainCameraWarning_114; } inline bool* get_address_of_suppressDisableMixedRealityBecauseOfNoMainCameraWarning_114() { return &___suppressDisableMixedRealityBecauseOfNoMainCameraWarning_114; } inline void set_suppressDisableMixedRealityBecauseOfNoMainCameraWarning_114(bool value) { ___suppressDisableMixedRealityBecauseOfNoMainCameraWarning_114 = value; } inline static int32_t get_offset_of__passthroughInitializationState_115() { return static_cast(offsetof(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields, ____passthroughInitializationState_115)); } inline int32_t get__passthroughInitializationState_115() const { return ____passthroughInitializationState_115; } inline int32_t* get_address_of__passthroughInitializationState_115() { return &____passthroughInitializationState_115; } inline void set__passthroughInitializationState_115(int32_t value) { ____passthroughInitializationState_115 = value; } }; // OVRManager // UnityEngine.EventSystems.UIBehaviour // UnityEngine.EventSystems.UIBehaviour // OVR.OpenVR.CVROverlay/_PollNextOverlayEventPacked // OVR.OpenVR.CVROverlay/_PollNextOverlayEventPacked // OVR.OpenVR.CVRSystem/_PollNextEventPacked // OVR.OpenVR.CVRSystem/_PollNextEventPacked // OVR.OpenVR.IVROverlay/_PollNextOverlayEvent // OVR.OpenVR.IVROverlay/_PollNextOverlayEvent // OVR.OpenVR.IVRSystem/_PollNextEvent // OVR.OpenVR.IVRSystem/_PollNextEvent // OVR.OpenVR.IVRSystem/_PollNextEventWithPose // OVR.OpenVR.IVRSystem/_PollNextEventWithPose // OVRCameraComposition/OVRCameraFrameCompositionManager // OVRCameraComposition/OVRCameraFrameCompositionManager // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultUI_4; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___s_WhiteTexture_5; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___s_Mesh_21; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___s_VertexHelper_22; public: inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_DefaultUI_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; } inline void set_s_DefaultUI_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultUI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultUI_4), (void*)value); } inline static int32_t get_offset_of_s_WhiteTexture_5() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_WhiteTexture_5)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; } inline void set_s_WhiteTexture_5(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___s_WhiteTexture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_WhiteTexture_5), (void*)value); } inline static int32_t get_offset_of_s_Mesh_21() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_Mesh_21)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_s_Mesh_21() const { return ___s_Mesh_21; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_s_Mesh_21() { return &___s_Mesh_21; } inline void set_s_Mesh_21(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___s_Mesh_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Mesh_21), (void*)value); } inline static int32_t get_offset_of_s_VertexHelper_22() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_VertexHelper_22)); } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * get_s_VertexHelper_22() const { return ___s_VertexHelper_22; } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 ** get_address_of_s_VertexHelper_22() { return &___s_VertexHelper_22; } inline void set_s_VertexHelper_22(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * value) { ___s_VertexHelper_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertexHelper_22), (void*)value); } }; // UnityEngine.UI.Graphic // UnityEngine.UI.MaskableGraphic // UnityEngine.UI.MaskableGraphic // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultText_41; public: inline static int32_t get_offset_of_s_DefaultText_41() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields, ___s_DefaultText_41)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultText_41() const { return ___s_DefaultText_41; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultText_41() { return &___s_DefaultText_41; } inline void set_s_DefaultText_41(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultText_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultText_41), (void*)value); } }; // UnityEngine.UI.Text #ifdef __clang__ #pragma clang diagnostic pop #endif // OVR.OpenVR.AppOverrideKeys_t[] struct AppOverrideKeys_tU5BU5D_t5F056A87FD5F8C52F276A454F63E9C9E344C231E : public RuntimeArray { public: ALIGN_FIELD (8) AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C m_Items[1]; public: inline AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C value) { m_Items[index] = value; } }; // OVR.OpenVR.HmdQuad_t[] struct HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409 : public RuntimeArray { public: ALIGN_FIELD (8) HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 m_Items[1]; public: inline HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // OVR.OpenVR.TrackedDevicePose_t[] struct TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90 : public RuntimeArray { public: ALIGN_FIELD (8) TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 m_Items[1]; public: inline TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 value) { m_Items[index] = value; } }; // OVR.OpenVR.Texture_t[] struct Texture_tU5BU5D_t4D3D3130AAFCD5866D914398D2915F0D0398F40E : public RuntimeArray { public: ALIGN_FIELD (8) Texture_t_t620CAA304875674443E89FE116A335886BF0413F m_Items[1]; public: inline Texture_t_t620CAA304875674443E89FE116A335886BF0413F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Texture_t_t620CAA304875674443E89FE116A335886BF0413F * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Texture_t_t620CAA304875674443E89FE116A335886BF0413F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Texture_t_t620CAA304875674443E89FE116A335886BF0413F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Texture_t_t620CAA304875674443E89FE116A335886BF0413F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Texture_t_t620CAA304875674443E89FE116A335886BF0413F value) { m_Items[index] = value; } }; // OVR.OpenVR.VRActiveActionSet_t[] struct VRActiveActionSet_tU5BU5D_t84C62326FAE3BD6BCC3F96AFBBA7F0C7B5F7B10C : public RuntimeArray { public: ALIGN_FIELD (8) VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC m_Items[1]; public: inline VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC value) { m_Items[index] = value; } }; // OVR.OpenVR.VRBoneTransform_t[] struct VRBoneTransform_tU5BU5D_tC09114C99DC9DC8F54D106D2B24A42E9EBC2A55A : public RuntimeArray { public: ALIGN_FIELD (8) VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 m_Items[1]; public: inline VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 value) { m_Items[index] = value; } }; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // OVR.OpenVR.EVRScreenshotType[] struct EVRScreenshotTypeU5BU5D_tA751CC543ED0D27BBC7F0E309BFC421DDD8E2499 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E m_Items[1]; public: inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { m_Items[index] = value; } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 m_Items[1]; public: inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; IL2CPP_EXTERN_C void Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshal_pinvoke(const Object_tF2F3778131EFF286AF62B7B013A170F95A91571A& unmarshaled, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshal_pinvoke_back(const Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke& marshaled, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A& unmarshaled); IL2CPP_EXTERN_C void Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshal_pinvoke_cleanup(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke& marshaled); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m73674D291C1D6030C21A39003E4743D110ACC6A2_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // T OVRSimpleJSON.JSONLazyCreator::Set(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JSONLazyCreator_Set_TisRuntimeObject_m582E2F477755579EF03A9F3689C95CB127396367_gshared (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, RuntimeObject * ___aVal0, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m622223593F7461E7812C581DDB145270016ED303_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_mD782ADAC3AB9809F63B681213A7A39784A9A169A_gshared (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m37749C6ED558EC2D89F38CF78C833D4EE8A2DF04_gshared (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Peek_mD6F4A2DD2C67EABB3582BA28D2C13130DC8D828E_gshared (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Stack`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mFD1C100DE65847CAB033057C77027AA5DB427B54_gshared_inline (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Pop_m9503124BACE0FDA402D22BC901708C5D99063C12_gshared (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 Dictionary_2_GetEnumerator_mA44BBB15DFBD8E08B5E60E23AA5044D45C3F889F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4F01DBE7409811CAB0BBA7AEFBAB4BC028D26FA6_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_mB1398A10D048A0246178C59F95003BD338CE7394_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mE6BF870B04922441F9F2760E782DEE6EE682615A_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m830DC29CD6F7128D4990D460CCCDE032E3B693D9_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::ElementAt>(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerable_ElementAt_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m46CCD5BA7FDEC15F2890A72B641ECB86CDDCC066_gshared (RuntimeObject* ___source0, int32_t ___index1, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mCAD7B121DB998D7C56EB0281215A860EFE9DCD95_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m32325BAD86F31C471AEBE80C6A7A8A6908EB0611_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Func`2,System.Boolean>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m03715B6DDEC4F9E5EED2E464BB22A6C4C9500DCB_gshared (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where>(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_mC6A769FD373ACE2998055D446E381D10AD4725E0_gshared (RuntimeObject* ___source0, Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate1, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::First>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerable_First_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m18BDD453CAE9E7F45816D3BEAFEC5B245EEC536A_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m17E1C36ECBB09CC2AB892710866F8655D83A6048_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m565E2A2E28EE3B4621B2F5C662D569D56A3AE99F_gshared (RuntimeObject * ___original0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m587509C88BB83721D7918D89DF07606BB752D744_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInParent_TisRuntimeObject_mADA186D1675BEA6779C469918206294354385EC3_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mB47F013C62B967199614B3D07228B381C0562448_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E List_1_get_Item_m554804AC447B0BA1F93C64E863FF7DB0527AFED9_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mAE131B53917AD7132F6BA2C05D5D17C38C5A2E59_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Object System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4 (intptr_t ___ptr0, Type_t * ___structureType1, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_AddApplicationManifest::Invoke(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _AddApplicationManifest_Invoke_m81CB433C1FCD4F0952EB9C077E798181E7DAD7AD (_AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329 * __this, String_t* ___pchApplicationManifestFullPath0, bool ___bTemporary1, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_RemoveApplicationManifest::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _RemoveApplicationManifest_Invoke_m48CCEBAEB8F1D9A32E9AD7657A02A6FF699DA5CE (_RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274 * __this, String_t* ___pchApplicationManifestFullPath0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRApplications/_IsApplicationInstalled::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _IsApplicationInstalled_Invoke_m858BF9A80A3F46848293DAD0B803C9FA5B68F376 (_IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA * __this, String_t* ___pchAppKey0, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRApplications/_GetApplicationCount::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetApplicationCount_Invoke_m9D5BEE821C31A74EB0BC48C92731C9B74FA193D2 (_GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD * __this, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_GetApplicationKeyByIndex::Invoke(System.UInt32,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetApplicationKeyByIndex_Invoke_m031D523C47A3A3137544AE29225227DC3D8A1390 (_GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6 * __this, uint32_t ___unApplicationIndex0, StringBuilder_t * ___pchAppKeyBuffer1, uint32_t ___unAppKeyBufferLen2, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_GetApplicationKeyByProcessId::Invoke(System.UInt32,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetApplicationKeyByProcessId_Invoke_mAE69DD108A675C82A5C43B95706C4D30624DBAF2 (_GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9 * __this, uint32_t ___unProcessId0, StringBuilder_t * ___pchAppKeyBuffer1, uint32_t ___unAppKeyBufferLen2, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_LaunchApplication::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _LaunchApplication_Invoke_m1E3C695043F922498ABDB07ED96AA65BAFF365FB (_LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE * __this, String_t* ___pchAppKey0, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_LaunchTemplateApplication::Invoke(System.String,System.String,OVR.OpenVR.AppOverrideKeys_t[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _LaunchTemplateApplication_Invoke_m03F44DC182CA3E541A49FFC3D21415EF2707673B (_LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B * __this, String_t* ___pchTemplateAppKey0, String_t* ___pchNewAppKey1, AppOverrideKeys_tU5BU5D_t5F056A87FD5F8C52F276A454F63E9C9E344C231E* ___pKeys2, uint32_t ___unKeys3, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_LaunchApplicationFromMimeType::Invoke(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _LaunchApplicationFromMimeType_Invoke_m0EFB82FB55EF987F0C482A1274E72495FCE3E15D (_LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02 * __this, String_t* ___pchMimeType0, String_t* ___pchArgs1, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_LaunchDashboardOverlay::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _LaunchDashboardOverlay_Invoke_m14D18BD8C874E94B3A5DEFFD0A8574B83783981A (_LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA * __this, String_t* ___pchAppKey0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRApplications/_CancelApplicationLaunch::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _CancelApplicationLaunch_Invoke_m70D61DCC47F6651AF69C585DF3F38AC1A88D96EB (_CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC * __this, String_t* ___pchAppKey0, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_IdentifyApplication::Invoke(System.UInt32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _IdentifyApplication_Invoke_mF71F617FBC2E75621129362F2309D6BC0BC0BE63 (_IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE * __this, uint32_t ___unProcessId0, String_t* ___pchAppKey1, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRApplications/_GetApplicationProcessId::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetApplicationProcessId_Invoke_m3CAC914708BE5246731BD23041266A14D66EDC46 (_GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207 * __this, String_t* ___pchAppKey0, const RuntimeMethod* method); // System.IntPtr OVR.OpenVR.IVRApplications/_GetApplicationsErrorNameFromEnum::Invoke(OVR.OpenVR.EVRApplicationError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t _GetApplicationsErrorNameFromEnum_Invoke_m21F3745192F1843E9A9BD3019B6C982E8E501579 (_GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218 * __this, int32_t ___error0, const RuntimeMethod* method); // System.String System.Runtime.InteropServices.Marshal::PtrToStringAnsi(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E (intptr_t ___ptr0, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRApplications/_GetApplicationPropertyString::Invoke(System.String,OVR.OpenVR.EVRApplicationProperty,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVRApplicationError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetApplicationPropertyString_Invoke_mA0E6D49DE0CFD8A9DD089EC507255F8F77CBE63F (_GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A * __this, String_t* ___pchAppKey0, int32_t ___eProperty1, StringBuilder_t * ___pchPropertyValueBuffer2, uint32_t ___unPropertyValueBufferLen3, int32_t* ___peError4, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRApplications/_GetApplicationPropertyBool::Invoke(System.String,OVR.OpenVR.EVRApplicationProperty,OVR.OpenVR.EVRApplicationError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetApplicationPropertyBool_Invoke_mDD4A1BD602986F651B96825229EC3DDD4383F267 (_GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B * __this, String_t* ___pchAppKey0, int32_t ___eProperty1, int32_t* ___peError2, const RuntimeMethod* method); // System.UInt64 OVR.OpenVR.IVRApplications/_GetApplicationPropertyUint64::Invoke(System.String,OVR.OpenVR.EVRApplicationProperty,OVR.OpenVR.EVRApplicationError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t _GetApplicationPropertyUint64_Invoke_m98D08ACE55E03DA75E6836154A990FD32687A79C (_GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538 * __this, String_t* ___pchAppKey0, int32_t ___eProperty1, int32_t* ___peError2, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_SetApplicationAutoLaunch::Invoke(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetApplicationAutoLaunch_Invoke_mC9897FFEFEEBB9B10674DB2C4AEFC2D5EEC3FA74 (_SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B * __this, String_t* ___pchAppKey0, bool ___bAutoLaunch1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRApplications/_GetApplicationAutoLaunch::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetApplicationAutoLaunch_Invoke_mD37266C538FDC044F11C86A18ECA647C73D01A34 (_GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005 * __this, String_t* ___pchAppKey0, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_SetDefaultApplicationForMimeType::Invoke(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetDefaultApplicationForMimeType_Invoke_m840B91FD9E2F40D319E15B5E0C399B8D44DF0BB1 (_SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A * __this, String_t* ___pchAppKey0, String_t* ___pchMimeType1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRApplications/_GetDefaultApplicationForMimeType::Invoke(System.String,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetDefaultApplicationForMimeType_Invoke_m339A4F2762770BBDDA59FF3F3E1FA96BE2B8B1CA (_GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC * __this, String_t* ___pchMimeType0, StringBuilder_t * ___pchAppKeyBuffer1, uint32_t ___unAppKeyBufferLen2, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRApplications/_GetApplicationSupportedMimeTypes::Invoke(System.String,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetApplicationSupportedMimeTypes_Invoke_mED37C272B993E1A1E6CFCA5BF297C1ABC5ECB29A (_GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75 * __this, String_t* ___pchAppKey0, StringBuilder_t * ___pchMimeTypesBuffer1, uint32_t ___unMimeTypesBuffer2, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRApplications/_GetApplicationsThatSupportMimeType::Invoke(System.String,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetApplicationsThatSupportMimeType_Invoke_m6BCEF46FA6713EA0B25676E0C8BA87C2955AFF73 (_GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779 * __this, String_t* ___pchMimeType0, StringBuilder_t * ___pchAppKeysThatSupportBuffer1, uint32_t ___unAppKeysThatSupportBuffer2, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRApplications/_GetApplicationLaunchArguments::Invoke(System.UInt32,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetApplicationLaunchArguments_Invoke_mC45D23923C2E19127CBFD19A0529FA390D761C86 (_GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC * __this, uint32_t ___unHandle0, StringBuilder_t * ___pchArgs1, uint32_t ___unArgs2, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_GetStartingApplication::Invoke(System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetStartingApplication_Invoke_m87C94D2609F4B11F0D6CFDBB61824BBFFF9EB952 (_GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1 * __this, StringBuilder_t * ___pchAppKeyBuffer0, uint32_t ___unAppKeyBufferLen1, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationTransitionState OVR.OpenVR.IVRApplications/_GetTransitionState::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetTransitionState_Invoke_m509DB1E5F570A8B03785A64A96DC6D573BAF6E3B (_GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5 * __this, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_PerformApplicationPrelaunchCheck::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _PerformApplicationPrelaunchCheck_Invoke_m7946C946DB1C7DB566CC731D4800D5719DA3DF2C (_PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490 * __this, String_t* ___pchAppKey0, const RuntimeMethod* method); // System.IntPtr OVR.OpenVR.IVRApplications/_GetApplicationsTransitionStateNameFromEnum::Invoke(OVR.OpenVR.EVRApplicationTransitionState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t _GetApplicationsTransitionStateNameFromEnum_Invoke_m719116EE4C1DE46DDA2C48C97867C64CE05645F0 (_GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F * __this, int32_t ___state0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRApplications/_IsQuitUserPromptRequested::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _IsQuitUserPromptRequested_Invoke_m728E936DC57F401D822CB38C4C4EE6568948B1F8 (_IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F * __this, const RuntimeMethod* method); // OVR.OpenVR.EVRApplicationError OVR.OpenVR.IVRApplications/_LaunchInternalProcess::Invoke(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _LaunchInternalProcess_Invoke_m02726654292C0DFC32005D7C6B99551E80C0C601 (_LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC * __this, String_t* ___pchBinaryPath0, String_t* ___pchArguments1, String_t* ___pchWorkingDirectory2, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRApplications/_GetCurrentSceneProcessId::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetCurrentSceneProcessId_Invoke_mF6A8FD62B74314DFAC5E52F1DA535964524BC7E7 (_GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524 * __this, const RuntimeMethod* method); // OVR.OpenVR.ChaperoneCalibrationState OVR.OpenVR.IVRChaperone/_GetCalibrationState::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetCalibrationState_Invoke_m255A9E180E9F1071FC78A9BC89BB268C1362AE83 (_GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52 * __this, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperone/_GetPlayAreaSize::Invoke(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetPlayAreaSize_Invoke_m7D34E7BD448A1053E102604CC506FF7C9A356B55 (_GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5 * __this, float* ___pSizeX0, float* ___pSizeZ1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperone/_GetPlayAreaRect::Invoke(OVR.OpenVR.HmdQuad_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetPlayAreaRect_Invoke_mEA9AE6F266899E84E6D2153CB53224E89173965A (_GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E * __this, HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 * ___rect0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRChaperone/_ReloadInfo::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _ReloadInfo_Invoke_mAC03AFFE1EF99715162F0CAB3719D04BDAE05728 (_ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7 * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRChaperone/_SetSceneColor::Invoke(OVR.OpenVR.HmdColor_t) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetSceneColor_Invoke_m604AA59C4B8711C4F334FCB79AF837A0F5B8C52D (_SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B * __this, HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 ___color0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRChaperone/_GetBoundsColor::Invoke(OVR.OpenVR.HmdColor_t&,System.Int32,System.Single,OVR.OpenVR.HmdColor_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _GetBoundsColor_Invoke_m1D1D8767E5F363A834387919170DBBCF23DB5E0D (_GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27 * __this, HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 * ___pOutputColorArray0, int32_t ___nNumOutputColors1, float ___flCollisionBoundsFadeDistance2, HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 * ___pOutputCameraColor3, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperone/_AreBoundsVisible::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _AreBoundsVisible_Invoke_mF263C54E35083DA714E00F8D5571158E4B7D33FA (_AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836 * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRChaperone/_ForceBoundsVisible::Invoke(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _ForceBoundsVisible_Invoke_m337B0057465D420C15EE816FB2A9BD0D88EC7710 (_ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1 * __this, bool ___bForce0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperoneSetup/_CommitWorkingCopy::Invoke(OVR.OpenVR.EChaperoneConfigFile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _CommitWorkingCopy_Invoke_m059CC75E41F128D75A7DF6FBF9A533DFF96C8F07 (_CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69 * __this, int32_t ___configFile0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRChaperoneSetup/_RevertWorkingCopy::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _RevertWorkingCopy_Invoke_m91C45D1686963818B9CC098B7CCFF95344E9BD41 (_RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C * __this, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaSize::Invoke(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetWorkingPlayAreaSize_Invoke_m294B763371F4C0B07C1BBE19CD5E0F7B840EE295 (_GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910 * __this, float* ___pSizeX0, float* ___pSizeZ1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaRect::Invoke(OVR.OpenVR.HmdQuad_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetWorkingPlayAreaRect_Invoke_mC77DCF2C9575E0F674870828F32764232922842C (_GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0 * __this, HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 * ___rect0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperoneSetup/_GetWorkingCollisionBoundsInfo::Invoke(OVR.OpenVR.HmdQuad_t[],System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetWorkingCollisionBoundsInfo_Invoke_m4B1D7C27D147203549660095D0201F7CF6E1D67C (_GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522 * __this, HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* ___pQuadsBuffer0, uint32_t* ___punQuadsCount1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsInfo::Invoke(OVR.OpenVR.HmdQuad_t[],System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetLiveCollisionBoundsInfo_Invoke_mA95F5FA7C103FA8570C973F8E9281BADF3B47F32 (_GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7 * __this, HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* ___pQuadsBuffer0, uint32_t* ___punQuadsCount1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperoneSetup/_GetWorkingSeatedZeroPoseToRawTrackingPose::Invoke(OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetWorkingSeatedZeroPoseToRawTrackingPose_Invoke_m675256DEC23B414674938DD78D8B0AB1CD75DDFA (_GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8 * __this, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatSeatedZeroPoseToRawTrackingPose0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperoneSetup/_GetWorkingStandingZeroPoseToRawTrackingPose::Invoke(OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetWorkingStandingZeroPoseToRawTrackingPose_Invoke_mFA93EF76237A4850BC83491173635B81890347D2 (_GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE * __this, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatStandingZeroPoseToRawTrackingPose0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPlayAreaSize::Invoke(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetWorkingPlayAreaSize_Invoke_mE728ABBBBFEF8E7B325DD72C71990228B7CFDAED (_SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344 * __this, float ___sizeX0, float ___sizeZ1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsInfo::Invoke(OVR.OpenVR.HmdQuad_t[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetWorkingCollisionBoundsInfo_Invoke_mC55D768AF84210DF352ED0EF3130C59B340B1387 (_SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7 * __this, HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* ___pQuadsBuffer0, uint32_t ___unQuadsCount1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRChaperoneSetup/_SetWorkingSeatedZeroPoseToRawTrackingPose::Invoke(OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetWorkingSeatedZeroPoseToRawTrackingPose_Invoke_m37BB95B2292D1190966C9208C3B87D5BE7F3AF48 (_SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC * __this, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pMatSeatedZeroPoseToRawTrackingPose0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRChaperoneSetup/_SetWorkingStandingZeroPoseToRawTrackingPose::Invoke(OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetWorkingStandingZeroPoseToRawTrackingPose_Invoke_mD2CFF4D3D5403C28BD181FDD452C6CBE36606D53 (_SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22 * __this, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pMatStandingZeroPoseToRawTrackingPose0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRChaperoneSetup/_ReloadFromDisk::Invoke(OVR.OpenVR.EChaperoneConfigFile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _ReloadFromDisk_Invoke_m033DFF64095934DED8A4E7F8FA4418EED62B656C (_ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1 * __this, int32_t ___configFile0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperoneSetup/_GetLiveSeatedZeroPoseToRawTrackingPose::Invoke(OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetLiveSeatedZeroPoseToRawTrackingPose_Invoke_m8645E14DF8E6554DCE376AB5BF6A1B77CC44CD4B (_GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9 * __this, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatSeatedZeroPoseToRawTrackingPose0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsTagsInfo::Invoke(System.Byte[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetWorkingCollisionBoundsTagsInfo_Invoke_mFB4230B8A1894C6435B147A79BE98CE4DBFA54F4 (_SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pTagsBuffer0, uint32_t ___unTagCount1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsTagsInfo::Invoke(System.Byte[],System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetLiveCollisionBoundsTagsInfo_Invoke_mC127B2338B8047AAFCB13DBE5AEB67501109A78B (_GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pTagsBuffer0, uint32_t* ___punTagCount1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPhysicalBoundsInfo::Invoke(OVR.OpenVR.HmdQuad_t[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _SetWorkingPhysicalBoundsInfo_Invoke_mE6EF50B609A21FF8A331A7D47995F9DE292104BB (_SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF * __this, HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* ___pQuadsBuffer0, uint32_t ___unQuadsCount1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperoneSetup/_GetLivePhysicalBoundsInfo::Invoke(OVR.OpenVR.HmdQuad_t[],System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetLivePhysicalBoundsInfo_Invoke_m32A9B27C9BEE841C701FF5928E3043234BF13CB1 (_GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204 * __this, HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* ___pQuadsBuffer0, uint32_t* ___punQuadsCount1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperoneSetup/_ExportLiveToBuffer::Invoke(System.Text.StringBuilder,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _ExportLiveToBuffer_Invoke_m941F23D9E735C69BD968CA8F5821E79C2A27C402 (_ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6 * __this, StringBuilder_t * ___pBuffer0, uint32_t* ___pnBufferLength1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRChaperoneSetup/_ImportFromBufferToWorking::Invoke(System.String,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _ImportFromBufferToWorking_Invoke_m25F59D695D549050A98F6C9EF7D01412E911D97D (_ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB * __this, String_t* ___pBuffer0, uint32_t ___nImportFlags1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_SetTrackingSpace::Invoke(OVR.OpenVR.ETrackingUniverseOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetTrackingSpace_Invoke_mD65FF22A951B5172D7493C79097EB340B7E405B7 (_SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4 * __this, int32_t ___eOrigin0, const RuntimeMethod* method); // OVR.OpenVR.ETrackingUniverseOrigin OVR.OpenVR.IVRCompositor/_GetTrackingSpace::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetTrackingSpace_Invoke_m3631201452D6A08E2421E0153FC3AF2BFEE1FBAC (_GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E * __this, const RuntimeMethod* method); // OVR.OpenVR.EVRCompositorError OVR.OpenVR.IVRCompositor/_WaitGetPoses::Invoke(OVR.OpenVR.TrackedDevicePose_t[],System.UInt32,OVR.OpenVR.TrackedDevicePose_t[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _WaitGetPoses_Invoke_m7253BC02A271697C95FD9FCA5C6674594F17D099 (_WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1 * __this, TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* ___pRenderPoseArray0, uint32_t ___unRenderPoseArrayCount1, TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* ___pGamePoseArray2, uint32_t ___unGamePoseArrayCount3, const RuntimeMethod* method); // OVR.OpenVR.EVRCompositorError OVR.OpenVR.IVRCompositor/_GetLastPoses::Invoke(OVR.OpenVR.TrackedDevicePose_t[],System.UInt32,OVR.OpenVR.TrackedDevicePose_t[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetLastPoses_Invoke_mC0C1EB60BDBCF297E3D1E6DEE2D1DDC40D43E4E2 (_GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057 * __this, TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* ___pRenderPoseArray0, uint32_t ___unRenderPoseArrayCount1, TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* ___pGamePoseArray2, uint32_t ___unGamePoseArrayCount3, const RuntimeMethod* method); // OVR.OpenVR.EVRCompositorError OVR.OpenVR.IVRCompositor/_GetLastPoseForTrackedDeviceIndex::Invoke(System.UInt32,OVR.OpenVR.TrackedDevicePose_t&,OVR.OpenVR.TrackedDevicePose_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetLastPoseForTrackedDeviceIndex_Invoke_m353B1225FD04957710B8807EB906ADA642FA3ABD (_GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8 * __this, uint32_t ___unDeviceIndex0, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * ___pOutputPose1, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * ___pOutputGamePose2, const RuntimeMethod* method); // OVR.OpenVR.EVRCompositorError OVR.OpenVR.IVRCompositor/_Submit::Invoke(OVR.OpenVR.EVREye,OVR.OpenVR.Texture_t&,OVR.OpenVR.VRTextureBounds_t&,OVR.OpenVR.EVRSubmitFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _Submit_Invoke_m34020F6BCF157E2221905A4092D8F8EB27FFCF4B (_Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B * __this, int32_t ___eEye0, Texture_t_t620CAA304875674443E89FE116A335886BF0413F * ___pTexture1, VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * ___pBounds2, int32_t ___nSubmitFlags3, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_ClearLastSubmittedFrame::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _ClearLastSubmittedFrame_Invoke_mDAD7BF026B1A47E57B2360E4D2EBD797B92EDBDB (_ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2 * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_PostPresentHandoff::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _PostPresentHandoff_Invoke_m947FCDC6FD67AFA74A3C9BF260BC3BD00AC94B9D (_PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9 * __this, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRCompositor/_GetFrameTiming::Invoke(OVR.OpenVR.Compositor_FrameTiming&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetFrameTiming_Invoke_mBDECBA4D53A55600A38AAF31A967FB489B34FFA4 (_GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58 * __this, Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646 * ___pTiming0, uint32_t ___unFramesAgo1, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRCompositor/_GetFrameTimings::Invoke(OVR.OpenVR.Compositor_FrameTiming&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetFrameTimings_Invoke_mCF477B2F845F38C77EF4952B7C0DAADD0550662F (_GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D * __this, Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646 * ___pTiming0, uint32_t ___nFrames1, const RuntimeMethod* method); // System.Single OVR.OpenVR.IVRCompositor/_GetFrameTimeRemaining::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float _GetFrameTimeRemaining_Invoke_m3F9ABA92012B562F0C0BF00F2B753459D1FFC3D0 (_GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_GetCumulativeStats::Invoke(OVR.OpenVR.Compositor_CumulativeStats&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _GetCumulativeStats_Invoke_m0560D26BC25400FFFB5121FA03F27D1D97DF50F5 (_GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7 * __this, Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0 * ___pStats0, uint32_t ___nStatsSizeInBytes1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_FadeToColor::Invoke(System.Single,System.Single,System.Single,System.Single,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _FadeToColor_Invoke_m948DA8583A2E9CD1E77D9F2F2658218CFDB80730 (_FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997 * __this, float ___fSeconds0, float ___fRed1, float ___fGreen2, float ___fBlue3, float ___fAlpha4, bool ___bBackground5, const RuntimeMethod* method); // OVR.OpenVR.HmdColor_t OVR.OpenVR.IVRCompositor/_GetCurrentFadeColor::Invoke(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 _GetCurrentFadeColor_Invoke_m426C10A83FE93C1DDB64248C7751B32D5EB9E8D7 (_GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF * __this, bool ___bBackground0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_FadeGrid::Invoke(System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _FadeGrid_Invoke_mC10487B5E7D0E660269CEE21FB2FD9D52AFBA77E (_FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB * __this, float ___fSeconds0, bool ___bFadeIn1, const RuntimeMethod* method); // System.Single OVR.OpenVR.IVRCompositor/_GetCurrentGridAlpha::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float _GetCurrentGridAlpha_Invoke_mD867D841B72ABD9FFA0941744C05E493E364BCB2 (_GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537 * __this, const RuntimeMethod* method); // OVR.OpenVR.EVRCompositorError OVR.OpenVR.IVRCompositor/_SetSkyboxOverride::Invoke(OVR.OpenVR.Texture_t[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetSkyboxOverride_Invoke_m08831FDD25F7CA18C27733B4F2B030E7B5DA630F (_SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6 * __this, Texture_tU5BU5D_t4D3D3130AAFCD5866D914398D2915F0D0398F40E* ___pTextures0, uint32_t ___unTextureCount1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_ClearSkyboxOverride::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _ClearSkyboxOverride_Invoke_mAC06107BB33DFB03AC5173E25859D4D358E92CC0 (_ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_CompositorBringToFront::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _CompositorBringToFront_Invoke_mEE1CD952B8937D1E5F27C9D6DFE9982BA067650F (_CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_CompositorGoToBack::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _CompositorGoToBack_Invoke_m98F6B463955BDABE070C8BBEA2FC130039BD5FC9 (_CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_CompositorQuit::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _CompositorQuit_Invoke_m04F3E5909876A172B24392BD892E7CB45E46E0C2 (_CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654 * __this, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRCompositor/_IsFullscreen::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _IsFullscreen_Invoke_m9B26052908A6A679EBDF15B791620C04D1F10481 (_IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE * __this, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRCompositor/_GetCurrentSceneFocusProcess::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetCurrentSceneFocusProcess_Invoke_m3EB46006A567C8BAE73FBC2E459E211C947B5F80 (_GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A * __this, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRCompositor/_GetLastFrameRenderer::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetLastFrameRenderer_Invoke_mC847E0F22EF8C42FBB83AB85F4151AF4ED33C027 (_GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216 * __this, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRCompositor/_CanRenderScene::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _CanRenderScene_Invoke_mB595AE5FAFFF25470CAC5F01AC399A545EF29501 (_CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_ShowMirrorWindow::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _ShowMirrorWindow_Invoke_mAC1387B152DCC3F134B35B0D0E8E09E64F4F9586 (_ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9 * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_HideMirrorWindow::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _HideMirrorWindow_Invoke_m47FB5BD7D4442BE928DAF01ACA626D52EDC09862 (_HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F * __this, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRCompositor/_IsMirrorWindowVisible::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _IsMirrorWindowVisible_Invoke_mE38C8B324C3BEB62EE2F405B28F3F865457CAA3D (_IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_CompositorDumpImages::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _CompositorDumpImages_Invoke_m319A28026B71AD571DFA7733D12F985CFA8F197D (_CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335 * __this, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRCompositor/_ShouldAppRenderWithLowResources::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _ShouldAppRenderWithLowResources_Invoke_mA0DEA50F377FD269917EEFEE75E4522BBE616BFB (_ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_ForceInterleavedReprojectionOn::Invoke(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _ForceInterleavedReprojectionOn_Invoke_m6410264702BBCB85A084EDAF08AFC2AE388534FC (_ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9 * __this, bool ___bOverride0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_ForceReconnectProcess::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _ForceReconnectProcess_Invoke_m4E793B1BF237FD139686D9DA3229B28B70805059 (_ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99 * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_SuspendRendering::Invoke(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SuspendRendering_Invoke_mDE48A619B1BF7C9C0C3AD180DB9D74BF9D5BDF6F (_SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25 * __this, bool ___bSuspend0, const RuntimeMethod* method); // OVR.OpenVR.EVRCompositorError OVR.OpenVR.IVRCompositor/_GetMirrorTextureD3D11::Invoke(OVR.OpenVR.EVREye,System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetMirrorTextureD3D11_Invoke_m1EB3206C6E85F190FDEF2BCEF7C3083D3E4AD755 (_GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555 * __this, int32_t ___eEye0, intptr_t ___pD3D11DeviceOrResource1, intptr_t* ___ppD3D11ShaderResourceView2, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_ReleaseMirrorTextureD3D11::Invoke(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _ReleaseMirrorTextureD3D11_Invoke_m52CC10A3EE2C0C11CE8027B244AC090E74EF6401 (_ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD * __this, intptr_t ___pD3D11ShaderResourceView0, const RuntimeMethod* method); // OVR.OpenVR.EVRCompositorError OVR.OpenVR.IVRCompositor/_GetMirrorTextureGL::Invoke(OVR.OpenVR.EVREye,System.UInt32&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetMirrorTextureGL_Invoke_m5729919981411A83A3D6DA24EFFB9CD53EA57C97 (_GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D * __this, int32_t ___eEye0, uint32_t* ___pglTextureId1, intptr_t ___pglSharedTextureHandle2, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRCompositor/_ReleaseSharedGLTexture::Invoke(System.UInt32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _ReleaseSharedGLTexture_Invoke_m3FA4295D3B70451CD0E79ED228415D1C08B58DA6 (_ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2 * __this, uint32_t ___glTextureId0, intptr_t ___glSharedTextureHandle1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_LockGLSharedTextureForAccess::Invoke(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _LockGLSharedTextureForAccess_Invoke_mCC238702E0244996D1D11D57DFBDBB33D6E736DD (_LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E * __this, intptr_t ___glSharedTextureHandle0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_UnlockGLSharedTextureForAccess::Invoke(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _UnlockGLSharedTextureForAccess_Invoke_mD0C436F3B473858221CC1C7EF9F2E3C5ED8E2833 (_UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D * __this, intptr_t ___glSharedTextureHandle0, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRCompositor/_GetVulkanInstanceExtensionsRequired::Invoke(System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetVulkanInstanceExtensionsRequired_Invoke_mA31D99099E8331DD36ECF3AA661FDE4F4B354FB8 (_GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7 * __this, StringBuilder_t * ___pchValue0, uint32_t ___unBufferSize1, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRCompositor/_GetVulkanDeviceExtensionsRequired::Invoke(System.IntPtr,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetVulkanDeviceExtensionsRequired_Invoke_mAC8735483D9A350DB5C75A70200B0BA26163C494 (_GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43 * __this, intptr_t ___pPhysicalDevice0, StringBuilder_t * ___pchValue1, uint32_t ___unBufferSize2, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRCompositor/_SetExplicitTimingMode::Invoke(OVR.OpenVR.EVRCompositorTimingMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetExplicitTimingMode_Invoke_mA7C7AC99D75FFE1314DBB25CEB0D512B97E16D48 (_SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE * __this, int32_t ___eTimingMode0, const RuntimeMethod* method); // OVR.OpenVR.EVRCompositorError OVR.OpenVR.IVRCompositor/_SubmitExplicitTimingData::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SubmitExplicitTimingData_Invoke_mBF3153CE08C69535945330A1F64510B82584C1B9 (_SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36 * __this, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRDriverManager/_GetDriverCount::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetDriverCount_Invoke_m3F37D70E4815D15E7570775E728CB7D9B681C217 (_GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57 * __this, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRDriverManager/_GetDriverName::Invoke(System.UInt32,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetDriverName_Invoke_m7D8229FF09DB71E48712D45E75FE012C5A168CA3 (_GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F * __this, uint32_t ___nDriver0, StringBuilder_t * ___pchValue1, uint32_t ___unBufferSize2, const RuntimeMethod* method); // System.UInt64 OVR.OpenVR.IVRDriverManager/_GetDriverHandle::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t _GetDriverHandle_Invoke_mD83F21E330435A25CF634AE278D0A1EEADC729E7 (_GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721 * __this, String_t* ___pchDriverName0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRExtendedDisplay/_GetWindowBounds::Invoke(System.Int32&,System.Int32&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _GetWindowBounds_Invoke_m7A7868BD510130E79CC7036F85C178E985BE75B3 (_GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE * __this, int32_t* ___pnX0, int32_t* ___pnY1, uint32_t* ___pnWidth2, uint32_t* ___pnHeight3, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRExtendedDisplay/_GetEyeOutputViewport::Invoke(OVR.OpenVR.EVREye,System.UInt32&,System.UInt32&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _GetEyeOutputViewport_Invoke_mAA1EA4F46048004288D0B343DA7DAB02EBD244AF (_GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40 * __this, int32_t ___eEye0, uint32_t* ___pnX1, uint32_t* ___pnY2, uint32_t* ___pnWidth3, uint32_t* ___pnHeight4, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRExtendedDisplay/_GetDXGIOutputInfo::Invoke(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _GetDXGIOutputInfo_Invoke_m1EA1575727711D556B42A51341C84700B5F0B62E (_GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41 * __this, int32_t* ___pnAdapterIndex0, int32_t* ___pnAdapterOutputIndex1, const RuntimeMethod* method); // OVR.OpenVR.EIOBufferError OVR.OpenVR.IVRIOBuffer/_Open::Invoke(System.String,OVR.OpenVR.EIOBufferMode,System.UInt32,System.UInt32,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _Open_Invoke_mA1AFBD54A513A7A015CC6CD7046BE5411504E64B (_Open_t248EE84778C0AAE28929A8C359E6F97631938546 * __this, String_t* ___pchPath0, int32_t ___mode1, uint32_t ___unElementSize2, uint32_t ___unElements3, uint64_t* ___pulBuffer4, const RuntimeMethod* method); // OVR.OpenVR.EIOBufferError OVR.OpenVR.IVRIOBuffer/_Close::Invoke(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _Close_Invoke_m25D2F2E1A450F98D8B2A512D093F07B0481DB261 (_Close_t30F7271D4A3082A3224F324E33751831C512A584 * __this, uint64_t ___ulBuffer0, const RuntimeMethod* method); // OVR.OpenVR.EIOBufferError OVR.OpenVR.IVRIOBuffer/_Read::Invoke(System.UInt64,System.IntPtr,System.UInt32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _Read_Invoke_m248B931D22B26C2BD2A400943C7566250FCBF8A8 (_Read_t5629D20360F207B935C9F35CFE7B3D427746875B * __this, uint64_t ___ulBuffer0, intptr_t ___pDst1, uint32_t ___unBytes2, uint32_t* ___punRead3, const RuntimeMethod* method); // OVR.OpenVR.EIOBufferError OVR.OpenVR.IVRIOBuffer/_Write::Invoke(System.UInt64,System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _Write_Invoke_mD9CAF2831A4A5E22808332022AF9B2034A348294 (_Write_t3927BD214CE20924672841C01A54BE99E6610CF5 * __this, uint64_t ___ulBuffer0, intptr_t ___pSrc1, uint32_t ___unBytes2, const RuntimeMethod* method); // System.UInt64 OVR.OpenVR.IVRIOBuffer/_PropertyContainer::Invoke(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t _PropertyContainer_Invoke_m99B248670A299460238E42F496B8F2867A7B184A (_PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E * __this, uint64_t ___ulBuffer0, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_SetActionManifestPath::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetActionManifestPath_Invoke_mDA57464D78FCDEADFAA69FDD480CB61910A731D7 (_SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3 * __this, String_t* ___pchActionManifestPath0, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_GetActionSetHandle::Invoke(System.String,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetActionSetHandle_Invoke_m588CB9D298DC77BEAFF730926FBA17B8B204DBC9 (_GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755 * __this, String_t* ___pchActionSetName0, uint64_t* ___pHandle1, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_GetActionHandle::Invoke(System.String,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetActionHandle_Invoke_m01EB5F55C74D7AFE35120C47D6B5699177E9861E (_GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614 * __this, String_t* ___pchActionName0, uint64_t* ___pHandle1, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_GetInputSourceHandle::Invoke(System.String,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetInputSourceHandle_Invoke_mD23241AC903378D8732E1D2FE6FFF33E0F2290D1 (_GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333 * __this, String_t* ___pchInputSourcePath0, uint64_t* ___pHandle1, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_UpdateActionState::Invoke(OVR.OpenVR.VRActiveActionSet_t[],System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _UpdateActionState_Invoke_mDDFFA07E253DA76A70A661F9B7D7E1A60DB862DF (_UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC * __this, VRActiveActionSet_tU5BU5D_t84C62326FAE3BD6BCC3F96AFBBA7F0C7B5F7B10C* ___pSets0, uint32_t ___unSizeOfVRSelectedActionSet_t1, uint32_t ___unSetCount2, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_GetDigitalActionData::Invoke(System.UInt64,OVR.OpenVR.InputDigitalActionData_t&,System.UInt32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetDigitalActionData_Invoke_m320CE6859DEDE2E0DF817A7A4CF68A8C63834E8D (_GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6 * __this, uint64_t ___action0, InputDigitalActionData_t_tC7875C582A1187037853BA400A24D616649D332B * ___pActionData1, uint32_t ___unActionDataSize2, uint64_t ___ulRestrictToDevice3, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_GetAnalogActionData::Invoke(System.UInt64,OVR.OpenVR.InputAnalogActionData_t&,System.UInt32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetAnalogActionData_Invoke_m6CF78CE56566E1501B80990C5316D038991B350F (_GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B * __this, uint64_t ___action0, InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189 * ___pActionData1, uint32_t ___unActionDataSize2, uint64_t ___ulRestrictToDevice3, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_GetPoseActionData::Invoke(System.UInt64,OVR.OpenVR.ETrackingUniverseOrigin,System.Single,OVR.OpenVR.InputPoseActionData_t&,System.UInt32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetPoseActionData_Invoke_m88FE400C2D9EE77B663F1A56BBA1CBFF48E0DEA9 (_GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1 * __this, uint64_t ___action0, int32_t ___eOrigin1, float ___fPredictedSecondsFromNow2, InputPoseActionData_t_t71F8C63E0261D5ECDF587429D5644F62396BF97A * ___pActionData3, uint32_t ___unActionDataSize4, uint64_t ___ulRestrictToDevice5, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_GetSkeletalActionData::Invoke(System.UInt64,OVR.OpenVR.InputSkeletalActionData_t&,System.UInt32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetSkeletalActionData_Invoke_m3239B1E75E8338DC21C56959EFE9BFD618EBB442 (_GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070 * __this, uint64_t ___action0, InputSkeletalActionData_t_tB643F2DF6E0FA47711DF8E901E1866FA8EAA68D5 * ___pActionData1, uint32_t ___unActionDataSize2, uint64_t ___ulRestrictToDevice3, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_GetSkeletalBoneData::Invoke(System.UInt64,OVR.OpenVR.EVRSkeletalTransformSpace,OVR.OpenVR.EVRSkeletalMotionRange,OVR.OpenVR.VRBoneTransform_t[],System.UInt32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetSkeletalBoneData_Invoke_m2AD2C00D788532DA65E0D30072BAF2A06FF29ECB (_GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B * __this, uint64_t ___action0, int32_t ___eTransformSpace1, int32_t ___eMotionRange2, VRBoneTransform_tU5BU5D_tC09114C99DC9DC8F54D106D2B24A42E9EBC2A55A* ___pTransformArray3, uint32_t ___unTransformArrayCount4, uint64_t ___ulRestrictToDevice5, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_GetSkeletalBoneDataCompressed::Invoke(System.UInt64,OVR.OpenVR.EVRSkeletalTransformSpace,OVR.OpenVR.EVRSkeletalMotionRange,System.IntPtr,System.UInt32,System.UInt32&,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetSkeletalBoneDataCompressed_Invoke_m4CFE450C3D203AF2677CA32CF423A6EFCA27BBF7 (_GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D * __this, uint64_t ___action0, int32_t ___eTransformSpace1, int32_t ___eMotionRange2, intptr_t ___pvCompressedData3, uint32_t ___unCompressedSize4, uint32_t* ___punRequiredCompressedSize5, uint64_t ___ulRestrictToDevice6, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_DecompressSkeletalBoneData::Invoke(System.IntPtr,System.UInt32,OVR.OpenVR.EVRSkeletalTransformSpace&,OVR.OpenVR.VRBoneTransform_t[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _DecompressSkeletalBoneData_Invoke_m1DB481BB5737481742EE44760BA379FA015D4E51 (_DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA * __this, intptr_t ___pvCompressedBuffer0, uint32_t ___unCompressedBufferSize1, int32_t* ___peTransformSpace2, VRBoneTransform_tU5BU5D_tC09114C99DC9DC8F54D106D2B24A42E9EBC2A55A* ___pTransformArray3, uint32_t ___unTransformArrayCount4, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_TriggerHapticVibrationAction::Invoke(System.UInt64,System.Single,System.Single,System.Single,System.Single,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _TriggerHapticVibrationAction_Invoke_m8A20212A91FAC45C0814AF311EB1622047F04D84 (_TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24 * __this, uint64_t ___action0, float ___fStartSecondsFromNow1, float ___fDurationSeconds2, float ___fFrequency3, float ___fAmplitude4, uint64_t ___ulRestrictToDevice5, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_GetActionOrigins::Invoke(System.UInt64,System.UInt64,System.UInt64[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetActionOrigins_Invoke_mAB60D90F3D481FFB18109A653EFAE634C822C82A (_GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51 * __this, uint64_t ___actionSetHandle0, uint64_t ___digitalActionHandle1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___originsOut2, uint32_t ___originOutCount3, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_GetOriginLocalizedName::Invoke(System.UInt64,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOriginLocalizedName_Invoke_m84188AAF2EFA05A7C90ACDFBC5E24798EF2653B4 (_GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783 * __this, uint64_t ___origin0, StringBuilder_t * ___pchNameArray1, uint32_t ___unNameArraySize2, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_GetOriginTrackedDeviceInfo::Invoke(System.UInt64,OVR.OpenVR.InputOriginInfo_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOriginTrackedDeviceInfo_Invoke_m2167B53BA95B6FE4059A9DDC7B3DB966A12C697C (_GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5 * __this, uint64_t ___origin0, InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88 * ___pOriginInfo1, uint32_t ___unOriginInfoSize2, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_ShowActionOrigins::Invoke(System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _ShowActionOrigins_Invoke_mE41C5B8CE83375C67DCFC9576F2B756B49FD8426 (_ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662 * __this, uint64_t ___actionSetHandle0, uint64_t ___ulActionHandle1, const RuntimeMethod* method); // OVR.OpenVR.EVRInputError OVR.OpenVR.IVRInput/_ShowBindingsForActionSet::Invoke(OVR.OpenVR.VRActiveActionSet_t[],System.UInt32,System.UInt32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _ShowBindingsForActionSet_Invoke_mD0487997E5CF601B9F13D1FE83D090BDC3EADE80 (_ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB * __this, VRActiveActionSet_tU5BU5D_t84C62326FAE3BD6BCC3F96AFBBA7F0C7B5F7B10C* ___pSets0, uint32_t ___unSizeOfVRSelectedActionSet_t1, uint32_t ___unSetCount2, uint64_t ___originToHighlight3, const RuntimeMethod* method); // OVR.OpenVR.EVRNotificationError OVR.OpenVR.IVRNotifications/_CreateNotification::Invoke(System.UInt64,System.UInt64,OVR.OpenVR.EVRNotificationType,System.String,OVR.OpenVR.EVRNotificationStyle,OVR.OpenVR.NotificationBitmap_t&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _CreateNotification_Invoke_m1C275D8A64650B07C7C9A79DE310D89AB25FCE43 (_CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0 * __this, uint64_t ___ulOverlayHandle0, uint64_t ___ulUserValue1, int32_t ___type2, String_t* ___pchText3, int32_t ___style4, NotificationBitmap_t_t99C6082454FEBC7D77293B4D7F0CFCA02BADF789 * ___pImage5, uint32_t* ___pNotificationId6, const RuntimeMethod* method); // OVR.OpenVR.EVRNotificationError OVR.OpenVR.IVRNotifications/_RemoveNotification::Invoke(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _RemoveNotification_Invoke_m4609E29EC83B776F2DE2818F9A7E8CCA2B5DFF64 (_RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0 * __this, uint32_t ___notificationId0, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_FindOverlay::Invoke(System.String,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _FindOverlay_Invoke_mBBBA208A134DFA7E5AB01577C158C4437EEAF25D (_FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00 * __this, String_t* ___pchOverlayKey0, uint64_t* ___pOverlayHandle1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_CreateOverlay::Invoke(System.String,System.String,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _CreateOverlay_Invoke_mEB2228CBF8537DDCC44CFB900D5467BD71C10A91 (_CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69 * __this, String_t* ___pchOverlayKey0, String_t* ___pchOverlayName1, uint64_t* ___pOverlayHandle2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_DestroyOverlay::Invoke(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _DestroyOverlay_Invoke_m85819FF5FF61F41180491E93E7B01441904FB2F3 (_DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetHighQualityOverlay::Invoke(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetHighQualityOverlay_Invoke_m5137D3BDF8DA72B3D8297C84132F0B045B0CC176 (_SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method); // System.UInt64 OVR.OpenVR.IVROverlay/_GetHighQualityOverlay::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t _GetHighQualityOverlay_Invoke_mF34F990243A72F1A49B68B10216849119847E5BD (_GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9 * __this, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVROverlay/_GetOverlayKey::Invoke(System.UInt64,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVROverlayError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetOverlayKey_Invoke_mC63861DEFF6814215D4444A470E54E3F0221168D (_GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2 * __this, uint64_t ___ulOverlayHandle0, StringBuilder_t * ___pchValue1, uint32_t ___unBufferSize2, int32_t* ___pError3, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVROverlay/_GetOverlayName::Invoke(System.UInt64,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVROverlayError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetOverlayName_Invoke_m9B5F23B01635CC2374D3D696E83E5DEE2C7A5D24 (_GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852 * __this, uint64_t ___ulOverlayHandle0, StringBuilder_t * ___pchValue1, uint32_t ___unBufferSize2, int32_t* ___pError3, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayName::Invoke(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayName_Invoke_mAF891D93F1C4A10DE98EB921D56BA92A83CD5190 (_SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F * __this, uint64_t ___ulOverlayHandle0, String_t* ___pchName1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayImageData::Invoke(System.UInt64,System.IntPtr,System.UInt32,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayImageData_Invoke_m432A34768F68733172E52E4E93D5BBEDFE1F4BF8 (_GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65 * __this, uint64_t ___ulOverlayHandle0, intptr_t ___pvBuffer1, uint32_t ___unBufferSize2, uint32_t* ___punWidth3, uint32_t* ___punHeight4, const RuntimeMethod* method); // System.IntPtr OVR.OpenVR.IVROverlay/_GetOverlayErrorNameFromEnum::Invoke(OVR.OpenVR.EVROverlayError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t _GetOverlayErrorNameFromEnum_Invoke_m59CFCAC2764C83191E2F933D85E1FCE9D6F8F5B1 (_GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E * __this, int32_t ___error0, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayRenderingPid::Invoke(System.UInt64,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayRenderingPid_Invoke_m6E5772F1DA47B557CFF25412CB228247CD56F19C (_SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A * __this, uint64_t ___ulOverlayHandle0, uint32_t ___unPID1, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVROverlay/_GetOverlayRenderingPid::Invoke(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetOverlayRenderingPid_Invoke_mD02E04FB4A11C0797C5245EB584672B0781DCE3D (_GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayFlag::Invoke(System.UInt64,OVR.OpenVR.VROverlayFlags,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayFlag_Invoke_m9B235A9F8E8442DAA4E272F370D4CFE95B925B3B (_SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9 * __this, uint64_t ___ulOverlayHandle0, int32_t ___eOverlayFlag1, bool ___bEnabled2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayFlag::Invoke(System.UInt64,OVR.OpenVR.VROverlayFlags,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayFlag_Invoke_m2A74C962A31FC8A59118CA62DCD12F6014BAFC6D (_GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B * __this, uint64_t ___ulOverlayHandle0, int32_t ___eOverlayFlag1, bool* ___pbEnabled2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayColor::Invoke(System.UInt64,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayColor_Invoke_m05078E10895870D12035FAF9069881B63D252C2B (_SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D * __this, uint64_t ___ulOverlayHandle0, float ___fRed1, float ___fGreen2, float ___fBlue3, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayColor::Invoke(System.UInt64,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayColor_Invoke_m45EB2A07AFFFA400641791B9CF6BC6EA3474A42C (_GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41 * __this, uint64_t ___ulOverlayHandle0, float* ___pfRed1, float* ___pfGreen2, float* ___pfBlue3, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayAlpha::Invoke(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayAlpha_Invoke_m6CC97F2358095583DA24C45EF9EC6A628F384EE1 (_SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433 * __this, uint64_t ___ulOverlayHandle0, float ___fAlpha1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayAlpha::Invoke(System.UInt64,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayAlpha_Invoke_mCBEE4D2571C3DE5FC951CCAED775A8F527271F46 (_GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE * __this, uint64_t ___ulOverlayHandle0, float* ___pfAlpha1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayTexelAspect::Invoke(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayTexelAspect_Invoke_mDC2688A335C5240F62AE821B0062DD5813F92D8E (_SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12 * __this, uint64_t ___ulOverlayHandle0, float ___fTexelAspect1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayTexelAspect::Invoke(System.UInt64,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayTexelAspect_Invoke_mBF9AB10B20C659153F06E546AB1222F2D79F6225 (_GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667 * __this, uint64_t ___ulOverlayHandle0, float* ___pfTexelAspect1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlaySortOrder::Invoke(System.UInt64,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlaySortOrder_Invoke_m78BCBB01CD32C64C691E25E89725BB609619DB79 (_SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6 * __this, uint64_t ___ulOverlayHandle0, uint32_t ___unSortOrder1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlaySortOrder::Invoke(System.UInt64,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlaySortOrder_Invoke_m82ED9610187BEA4ACE8135A9B5B972586A24C9A9 (_GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF * __this, uint64_t ___ulOverlayHandle0, uint32_t* ___punSortOrder1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayWidthInMeters::Invoke(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayWidthInMeters_Invoke_m7DEC8797235FE19981DA0837BA763858DC20901B (_SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21 * __this, uint64_t ___ulOverlayHandle0, float ___fWidthInMeters1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayWidthInMeters::Invoke(System.UInt64,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayWidthInMeters_Invoke_m5400FC83BB6C38B0DE76AA261821EE4AD9AA362C (_GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE * __this, uint64_t ___ulOverlayHandle0, float* ___pfWidthInMeters1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayAutoCurveDistanceRangeInMeters::Invoke(System.UInt64,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayAutoCurveDistanceRangeInMeters_Invoke_m49A36208A1F6A34FB53590B3F8957E43EA5B1737 (_SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD * __this, uint64_t ___ulOverlayHandle0, float ___fMinDistanceInMeters1, float ___fMaxDistanceInMeters2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayAutoCurveDistanceRangeInMeters::Invoke(System.UInt64,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayAutoCurveDistanceRangeInMeters_Invoke_m1D807F4FE0DF14E9A8113B7EE19104FD80FBF28C (_GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25 * __this, uint64_t ___ulOverlayHandle0, float* ___pfMinDistanceInMeters1, float* ___pfMaxDistanceInMeters2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayTextureColorSpace::Invoke(System.UInt64,OVR.OpenVR.EColorSpace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayTextureColorSpace_Invoke_mA7907599FDC5322A94B2B095ABA494CC55CF9A6B (_SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725 * __this, uint64_t ___ulOverlayHandle0, int32_t ___eTextureColorSpace1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayTextureColorSpace::Invoke(System.UInt64,OVR.OpenVR.EColorSpace&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayTextureColorSpace_Invoke_m4999E4A933665AF29D2DB0B50BBEAF0365EEA618 (_GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C * __this, uint64_t ___ulOverlayHandle0, int32_t* ___peTextureColorSpace1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayTextureBounds::Invoke(System.UInt64,OVR.OpenVR.VRTextureBounds_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayTextureBounds_Invoke_m5FDC04641ADA5BC45D75BD5E36242EB6FDF677EB (_SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8 * __this, uint64_t ___ulOverlayHandle0, VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * ___pOverlayTextureBounds1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayTextureBounds::Invoke(System.UInt64,OVR.OpenVR.VRTextureBounds_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayTextureBounds_Invoke_m6E31E56C4B7C32F06061678402DAD936B90B369F (_GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC * __this, uint64_t ___ulOverlayHandle0, VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * ___pOverlayTextureBounds1, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVROverlay/_GetOverlayRenderModel::Invoke(System.UInt64,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.HmdColor_t&,OVR.OpenVR.EVROverlayError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetOverlayRenderModel_Invoke_mBA6E5F2D63B52A4244B397074CB740FA34C15BF8 (_GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F * __this, uint64_t ___ulOverlayHandle0, StringBuilder_t * ___pchValue1, uint32_t ___unBufferSize2, HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 * ___pColor3, int32_t* ___pError4, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayRenderModel::Invoke(System.UInt64,System.String,OVR.OpenVR.HmdColor_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayRenderModel_Invoke_m0D4EC2D46D985C09FD0ADF480FB0837BF4028C7D (_SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F * __this, uint64_t ___ulOverlayHandle0, String_t* ___pchRenderModel1, HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 * ___pColor2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayTransformType::Invoke(System.UInt64,OVR.OpenVR.VROverlayTransformType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayTransformType_Invoke_mAB70A840152DA498AB30FDE601B8886821B8794D (_GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5 * __this, uint64_t ___ulOverlayHandle0, int32_t* ___peTransformType1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayTransformAbsolute::Invoke(System.UInt64,OVR.OpenVR.ETrackingUniverseOrigin,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayTransformAbsolute_Invoke_mC6C7E46ABCF4DE73A8B84A72E0A69A646DBDFE34 (_SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140 * __this, uint64_t ___ulOverlayHandle0, int32_t ___eTrackingOrigin1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatTrackingOriginToOverlayTransform2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayTransformAbsolute::Invoke(System.UInt64,OVR.OpenVR.ETrackingUniverseOrigin&,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayTransformAbsolute_Invoke_m2B31BE1C01DBDA9D133D4636A33DA5CDDE6ED877 (_GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E * __this, uint64_t ___ulOverlayHandle0, int32_t* ___peTrackingOrigin1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatTrackingOriginToOverlayTransform2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceRelative::Invoke(System.UInt64,System.UInt32,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayTransformTrackedDeviceRelative_Invoke_m3196D9366566CFC483226C3FED40CCF97755BE6E (_SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7 * __this, uint64_t ___ulOverlayHandle0, uint32_t ___unTrackedDevice1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatTrackedDeviceToOverlayTransform2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceRelative::Invoke(System.UInt64,System.UInt32&,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayTransformTrackedDeviceRelative_Invoke_m5632C65C4DE88F59FE40F72BDCB643B0E8310E6D (_GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75 * __this, uint64_t ___ulOverlayHandle0, uint32_t* ___punTrackedDevice1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatTrackedDeviceToOverlayTransform2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceComponent::Invoke(System.UInt64,System.UInt32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayTransformTrackedDeviceComponent_Invoke_mEAF8649ED1D34452410B62465226F4A4805B881B (_SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E * __this, uint64_t ___ulOverlayHandle0, uint32_t ___unDeviceIndex1, String_t* ___pchComponentName2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceComponent::Invoke(System.UInt64,System.UInt32&,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayTransformTrackedDeviceComponent_Invoke_mF9F611D5669B3F739EED5548D8B00062B9B0ED00 (_GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D * __this, uint64_t ___ulOverlayHandle0, uint32_t* ___punDeviceIndex1, StringBuilder_t * ___pchComponentName2, uint32_t ___unComponentNameSize3, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayTransformOverlayRelative::Invoke(System.UInt64,System.UInt64&,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayTransformOverlayRelative_Invoke_m573EE5A783E4465D16F4952FBD79A29B0964119D (_GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14 * __this, uint64_t ___ulOverlayHandle0, uint64_t* ___ulOverlayHandleParent1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatParentOverlayToOverlayTransform2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayTransformOverlayRelative::Invoke(System.UInt64,System.UInt64,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayTransformOverlayRelative_Invoke_m7A5B2A1E2FFB07E2D9D92F6DFD26EA70E3828833 (_SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D * __this, uint64_t ___ulOverlayHandle0, uint64_t ___ulOverlayHandleParent1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatParentOverlayToOverlayTransform2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_ShowOverlay::Invoke(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _ShowOverlay_Invoke_m00512E52623D5367490C0ECC018E52B79249EACB (_ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_HideOverlay::Invoke(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _HideOverlay_Invoke_mECB51F9DEF0E94633C004D1640EE74FB7692E00D (_HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVROverlay/_IsOverlayVisible::Invoke(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _IsOverlayVisible_Invoke_m3EBCFC153B03D66C2737A9AB9F0DD785483C8EB1 (_IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetTransformForOverlayCoordinates::Invoke(System.UInt64,OVR.OpenVR.ETrackingUniverseOrigin,OVR.OpenVR.HmdVector2_t,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetTransformForOverlayCoordinates_Invoke_m7293C00ADE5AF2A23EAF13D2E59A66F5274EDC31 (_GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D * __this, uint64_t ___ulOverlayHandle0, int32_t ___eTrackingOrigin1, HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 ___coordinatesInOverlay2, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatTransform3, const RuntimeMethod* method); // System.OperatingSystem System.Environment::get_OSVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * Environment_get_OSVersion_mD767B6F1B5AAEA8D562031B872E0E16A5AF007ED (const RuntimeMethod* method); // System.PlatformID System.OperatingSystem::get_Platform() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline (OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * __this, const RuntimeMethod* method); // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92 (Type_t * ___t0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.CVROverlay/_PollNextOverlayEventPacked::Invoke(System.UInt64,OVR.OpenVR.VREvent_t_Packed&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _PollNextOverlayEventPacked_Invoke_m7F548A1DFE4D28D321BE5AEA332921663E76FF4C (_PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E * __this, uint64_t ___ulOverlayHandle0, VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2 * ___pEvent1, uint32_t ___uncbVREvent2, const RuntimeMethod* method); // System.Void OVR.OpenVR.VREvent_t_Packed::Unpack(OVR.OpenVR.VREvent_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VREvent_t_Packed_Unpack_m230C9617239E8C0982D7ED11B7F37AF485CC6488 (VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2 * __this, VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C * ___unpacked0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVROverlay/_PollNextOverlayEvent::Invoke(System.UInt64,OVR.OpenVR.VREvent_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _PollNextOverlayEvent_Invoke_mC23825C5F7690A5ECCF24B7148EBBDC9EA1A26FA (_PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * __this, uint64_t ___ulOverlayHandle0, VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C * ___pEvent1, uint32_t ___uncbVREvent2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayInputMethod::Invoke(System.UInt64,OVR.OpenVR.VROverlayInputMethod&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayInputMethod_Invoke_mF321D6895591FA8983C9C09561EB565A059C97F2 (_GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00 * __this, uint64_t ___ulOverlayHandle0, int32_t* ___peInputMethod1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayInputMethod::Invoke(System.UInt64,OVR.OpenVR.VROverlayInputMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayInputMethod_Invoke_m0FBE0FB285EC6824751C7F96EF2A3DD4B33714FA (_SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52 * __this, uint64_t ___ulOverlayHandle0, int32_t ___eInputMethod1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayMouseScale::Invoke(System.UInt64,OVR.OpenVR.HmdVector2_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayMouseScale_Invoke_m23E92901E50DDE9F7F2A1A827CA5EA77C8C57C9D (_GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B * __this, uint64_t ___ulOverlayHandle0, HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * ___pvecMouseScale1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayMouseScale::Invoke(System.UInt64,OVR.OpenVR.HmdVector2_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayMouseScale_Invoke_m44F61EFFE1A9DD76036DF6C29EF16C791478429F (_SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C * __this, uint64_t ___ulOverlayHandle0, HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * ___pvecMouseScale1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVROverlay/_ComputeOverlayIntersection::Invoke(System.UInt64,OVR.OpenVR.VROverlayIntersectionParams_t&,OVR.OpenVR.VROverlayIntersectionResults_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _ComputeOverlayIntersection_Invoke_m751B444D29D6606E2A1A05EA351CB9C55B8D43CF (_ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA * __this, uint64_t ___ulOverlayHandle0, VROverlayIntersectionParams_t_t2ADB5E77B8F646ADC13CD619BF839805441FA880 * ___pParams1, VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4 * ___pResults2, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVROverlay/_IsHoverTargetOverlay::Invoke(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _IsHoverTargetOverlay_Invoke_mECBD97E291ECCFF1D0D9F498E6F93FCF6C623D81 (_IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method); // System.UInt64 OVR.OpenVR.IVROverlay/_GetGamepadFocusOverlay::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t _GetGamepadFocusOverlay_Invoke_mB939352D7035B3573E5C0FC350580D65295B45CC (_GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84 * __this, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetGamepadFocusOverlay::Invoke(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetGamepadFocusOverlay_Invoke_m9296A07C5A652A3181E201E9EF3F6FA51B82D09B (_SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17 * __this, uint64_t ___ulNewFocusOverlay0, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayNeighbor::Invoke(OVR.OpenVR.EOverlayDirection,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayNeighbor_Invoke_m0064767564FADCB6D8FE10567392575B105187AE (_SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5 * __this, int32_t ___eDirection0, uint64_t ___ulFrom1, uint64_t ___ulTo2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_MoveGamepadFocusToNeighbor::Invoke(OVR.OpenVR.EOverlayDirection,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _MoveGamepadFocusToNeighbor_Invoke_m4268C935228CF2255403F0D0C85947B7BEE267E4 (_MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811 * __this, int32_t ___eDirection0, uint64_t ___ulFrom1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayDualAnalogTransform::Invoke(System.UInt64,OVR.OpenVR.EDualAnalogWhich,System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayDualAnalogTransform_Invoke_m40F9E47A8BAA0F41BBF85BC475E1D7EA73D4409A (_SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B * __this, uint64_t ___ulOverlay0, int32_t ___eWhich1, intptr_t ___vCenter2, float ___fRadius3, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayDualAnalogTransform::Invoke(System.UInt64,OVR.OpenVR.EDualAnalogWhich,OVR.OpenVR.HmdVector2_t&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayDualAnalogTransform_Invoke_m0BE4C3D451396D2150FBFECAD7551DD6C62C0707 (_GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1 * __this, uint64_t ___ulOverlay0, int32_t ___eWhich1, HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * ___pvCenter2, float* ___pfRadius3, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayTexture::Invoke(System.UInt64,OVR.OpenVR.Texture_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayTexture_Invoke_mF5E6C58069967C70FB273D98C26D7B83648A561A (_SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10 * __this, uint64_t ___ulOverlayHandle0, Texture_t_t620CAA304875674443E89FE116A335886BF0413F * ___pTexture1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_ClearOverlayTexture::Invoke(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _ClearOverlayTexture_Invoke_mC040F4CDBE636DA458A3A4698E0B12140906EAB9 (_ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayRaw::Invoke(System.UInt64,System.IntPtr,System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayRaw_Invoke_m97F23278EEA8D3E07E7488980C07F8DD8971E9F9 (_SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105 * __this, uint64_t ___ulOverlayHandle0, intptr_t ___pvBuffer1, uint32_t ___unWidth2, uint32_t ___unHeight3, uint32_t ___unDepth4, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayFromFile::Invoke(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayFromFile_Invoke_m2BBBC5DE996B1DCFB0F39C92972B75FD7C84E39E (_SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B * __this, uint64_t ___ulOverlayHandle0, String_t* ___pchFilePath1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayTexture::Invoke(System.UInt64,System.IntPtr&,System.IntPtr,System.UInt32&,System.UInt32&,System.UInt32&,OVR.OpenVR.ETextureType&,OVR.OpenVR.EColorSpace&,OVR.OpenVR.VRTextureBounds_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayTexture_Invoke_mD8D72FD90105F4F7812CF1C99E0899C4931FF26A (_GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046 * __this, uint64_t ___ulOverlayHandle0, intptr_t* ___pNativeTextureHandle1, intptr_t ___pNativeTextureRef2, uint32_t* ___pWidth3, uint32_t* ___pHeight4, uint32_t* ___pNativeFormat5, int32_t* ___pAPIType6, int32_t* ___pColorSpace7, VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * ___pTextureBounds8, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_ReleaseNativeOverlayHandle::Invoke(System.UInt64,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _ReleaseNativeOverlayHandle_Invoke_mB118F72247D0CCDB3366EDEC22AA838AB8B39A61 (_ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B * __this, uint64_t ___ulOverlayHandle0, intptr_t ___pNativeTextureHandle1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayTextureSize::Invoke(System.UInt64,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayTextureSize_Invoke_m1B00168C2A8803E6EB50009808767025F22F4B74 (_GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472 * __this, uint64_t ___ulOverlayHandle0, uint32_t* ___pWidth1, uint32_t* ___pHeight2, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_CreateDashboardOverlay::Invoke(System.String,System.String,System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _CreateDashboardOverlay_Invoke_mC54AC85530C893C6A3DEECE008A1496E53B44113 (_CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A * __this, String_t* ___pchOverlayKey0, String_t* ___pchOverlayFriendlyName1, uint64_t* ___pMainHandle2, uint64_t* ___pThumbnailHandle3, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVROverlay/_IsDashboardVisible::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _IsDashboardVisible_Invoke_m704F2824FD6E5AD3CFD560CE5D01891B466619C4 (_IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8 * __this, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVROverlay/_IsActiveDashboardOverlay::Invoke(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _IsActiveDashboardOverlay_Invoke_mD9371BFBA15DA7A63641B3143380CFF9E9E57DD5 (_IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetDashboardOverlaySceneProcess::Invoke(System.UInt64,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetDashboardOverlaySceneProcess_Invoke_mFA4F2AD95790164AEE36A9E515757FA682235E59 (_SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000 * __this, uint64_t ___ulOverlayHandle0, uint32_t ___unProcessId1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetDashboardOverlaySceneProcess::Invoke(System.UInt64,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetDashboardOverlaySceneProcess_Invoke_m27DBCAC012DBB3E1310EF078B812DA3065499B71 (_GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB * __this, uint64_t ___ulOverlayHandle0, uint32_t* ___punProcessId1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVROverlay/_ShowDashboard::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _ShowDashboard_Invoke_m2A2AF04E13F3177A0D958CE41F5B35994A1A17E1 (_ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7 * __this, String_t* ___pchOverlayToShow0, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVROverlay/_GetPrimaryDashboardDevice::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetPrimaryDashboardDevice_Invoke_m42524B79E7CE57E9C20778C28427BBB570EB5684 (_GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF * __this, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_ShowKeyboard::Invoke(System.Int32,System.Int32,System.String,System.UInt32,System.String,System.Boolean,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _ShowKeyboard_Invoke_m26DD193BBAA7CDDC349ABF58B25D2268DA1DB2CD (_ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2 * __this, int32_t ___eInputMode0, int32_t ___eLineInputMode1, String_t* ___pchDescription2, uint32_t ___unCharMax3, String_t* ___pchExistingText4, bool ___bUseMinimalMode5, uint64_t ___uUserValue6, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_ShowKeyboardForOverlay::Invoke(System.UInt64,System.Int32,System.Int32,System.String,System.UInt32,System.String,System.Boolean,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _ShowKeyboardForOverlay_Invoke_m98B462C598D60C9FD733ECBB62C623BBD2746C51 (_ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED * __this, uint64_t ___ulOverlayHandle0, int32_t ___eInputMode1, int32_t ___eLineInputMode2, String_t* ___pchDescription3, uint32_t ___unCharMax4, String_t* ___pchExistingText5, bool ___bUseMinimalMode6, uint64_t ___uUserValue7, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVROverlay/_GetKeyboardText::Invoke(System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetKeyboardText_Invoke_m2905E3B849BCFF63732F4BE0677BCF9B957FD57E (_GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD * __this, StringBuilder_t * ___pchText0, uint32_t ___cchText1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVROverlay/_HideKeyboard::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _HideKeyboard_Invoke_m99F9ED155F27BD610219B9AE11A68A473FDB97C6 (_HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0 * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVROverlay/_SetKeyboardTransformAbsolute::Invoke(OVR.OpenVR.ETrackingUniverseOrigin,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetKeyboardTransformAbsolute_Invoke_m67F6A3402D78C08C8AB3E84B9CDC62EEB487EFD4 (_SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0 * __this, int32_t ___eTrackingOrigin0, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatTrackingOriginToKeyboardTransform1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVROverlay/_SetKeyboardPositionForOverlay::Invoke(System.UInt64,OVR.OpenVR.HmdRect2_t) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetKeyboardPositionForOverlay_Invoke_m3C54F31AF13C4FB3D42425541639E837883F50B6 (_SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722 * __this, uint64_t ___ulOverlayHandle0, HmdRect2_t_t4D4F7F157C1E1269E140F9DBC41CDCE92D69C27F ___avoidRect1, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_SetOverlayIntersectionMask::Invoke(System.UInt64,OVR.OpenVR.VROverlayIntersectionMaskPrimitive_t&,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SetOverlayIntersectionMask_Invoke_mC704B2687A672CA7E7F9C0199DDB973EDBD3686F (_SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB * __this, uint64_t ___ulOverlayHandle0, VROverlayIntersectionMaskPrimitive_t_t7FEA13F894B205CD39951A364EDEBBA50C12C368 * ___pMaskPrimitives1, uint32_t ___unNumMaskPrimitives2, uint32_t ___unPrimitiveSize3, const RuntimeMethod* method); // OVR.OpenVR.EVROverlayError OVR.OpenVR.IVROverlay/_GetOverlayFlags::Invoke(System.UInt64,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetOverlayFlags_Invoke_m478CB68A3D4EDD8FB735CAD0EA8072BE428C514A (_GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D * __this, uint64_t ___ulOverlayHandle0, uint32_t* ___pFlags1, const RuntimeMethod* method); // OVR.OpenVR.VRMessageOverlayResponse OVR.OpenVR.IVROverlay/_ShowMessageOverlay::Invoke(System.String,System.String,System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _ShowMessageOverlay_Invoke_mC97F052B5F85392F8BE579CFE0386721CFC0DA7C (_ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2 * __this, String_t* ___pchText0, String_t* ___pchCaption1, String_t* ___pchButton0Text2, String_t* ___pchButton1Text3, String_t* ___pchButton2Text4, String_t* ___pchButton3Text5, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVROverlay/_CloseMessageOverlay::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _CloseMessageOverlay_Invoke_mDB9DCC12DC3A1C77F3388371D37869B65A7F2D9E (_CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C * __this, const RuntimeMethod* method); // OVR.OpenVR.EVRRenderModelError OVR.OpenVR.IVRRenderModels/_LoadRenderModel_Async::Invoke(System.String,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _LoadRenderModel_Async_Invoke_m19604DC761765D3B92642F53257846DD4F8C50C8 (_LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302 * __this, String_t* ___pchRenderModelName0, intptr_t* ___ppRenderModel1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRRenderModels/_FreeRenderModel::Invoke(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _FreeRenderModel_Invoke_m7ADA646875AB6706478E3459C7D80726D899EE05 (_FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B * __this, intptr_t ___pRenderModel0, const RuntimeMethod* method); // OVR.OpenVR.EVRRenderModelError OVR.OpenVR.IVRRenderModels/_LoadTexture_Async::Invoke(System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _LoadTexture_Async_Invoke_m98A4E035591222B5AA00869414263AE04486D9B4 (_LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07 * __this, int32_t ___textureId0, intptr_t* ___ppTexture1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRRenderModels/_FreeTexture::Invoke(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _FreeTexture_Invoke_mA2E8D930B1D7A9AB70CA2ED95CCA1B8574A3486B (_FreeTexture_tD249C561539875A7BD54E4568884571E7274F384 * __this, intptr_t ___pTexture0, const RuntimeMethod* method); // OVR.OpenVR.EVRRenderModelError OVR.OpenVR.IVRRenderModels/_LoadTextureD3D11_Async::Invoke(System.Int32,System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _LoadTextureD3D11_Async_Invoke_m162525EE354A1C0FF41F52A79F3583891B9138B5 (_LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139 * __this, int32_t ___textureId0, intptr_t ___pD3D11Device1, intptr_t* ___ppD3D11Texture2D2, const RuntimeMethod* method); // OVR.OpenVR.EVRRenderModelError OVR.OpenVR.IVRRenderModels/_LoadIntoTextureD3D11_Async::Invoke(System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _LoadIntoTextureD3D11_Async_Invoke_mD146912600E2F611B6819B8FD9227C3E5F9F5FB4 (_LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D * __this, int32_t ___textureId0, intptr_t ___pDstTexture1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRRenderModels/_FreeTextureD3D11::Invoke(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _FreeTextureD3D11_Invoke_mFBC72F29CA150A65A0E19894A1F13F69A2D23970 (_FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124 * __this, intptr_t ___pD3D11Texture2D0, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRRenderModels/_GetRenderModelName::Invoke(System.UInt32,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetRenderModelName_Invoke_m85F717BC1312D13924AEB761FCDC330DF1415E8A (_GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B * __this, uint32_t ___unRenderModelIndex0, StringBuilder_t * ___pchRenderModelName1, uint32_t ___unRenderModelNameLen2, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRRenderModels/_GetRenderModelCount::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetRenderModelCount_Invoke_m0885D6F8FF2856CCE6B1F8D9C3B990CB8510FB8D (_GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28 * __this, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRRenderModels/_GetComponentCount::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetComponentCount_Invoke_m66DEFB13C639D3679E2A1A87D3BB9C6ACAA5DDF7 (_GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA * __this, String_t* ___pchRenderModelName0, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRRenderModels/_GetComponentName::Invoke(System.String,System.UInt32,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetComponentName_Invoke_m89AD3F27CBEA9BEBC7816C80C1B3D1379D43310A (_GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5 * __this, String_t* ___pchRenderModelName0, uint32_t ___unComponentIndex1, StringBuilder_t * ___pchComponentName2, uint32_t ___unComponentNameLen3, const RuntimeMethod* method); // System.UInt64 OVR.OpenVR.IVRRenderModels/_GetComponentButtonMask::Invoke(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t _GetComponentButtonMask_Invoke_mECE052113512C3F08FFAFD0EBCDAC6C6DD22BD9D (_GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC * __this, String_t* ___pchRenderModelName0, String_t* ___pchComponentName1, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRRenderModels/_GetComponentRenderModelName::Invoke(System.String,System.String,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetComponentRenderModelName_Invoke_m13974B2D2A96F2665F709C83A6B0DFA31CF9E4D8 (_GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554 * __this, String_t* ___pchRenderModelName0, String_t* ___pchComponentName1, StringBuilder_t * ___pchComponentRenderModelName2, uint32_t ___unComponentRenderModelNameLen3, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRRenderModels/_GetComponentStateForDevicePath::Invoke(System.String,System.String,System.UInt64,OVR.OpenVR.RenderModel_ControllerMode_State_t&,OVR.OpenVR.RenderModel_ComponentState_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetComponentStateForDevicePath_Invoke_m165BDD41B4477979CA6BD50CD752E36BD7F37424 (_GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36 * __this, String_t* ___pchRenderModelName0, String_t* ___pchComponentName1, uint64_t ___devicePath2, RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940 * ___pState3, RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50 * ___pComponentState4, const RuntimeMethod* method); // System.Void OVR.OpenVR.VRControllerState_t_Packed::.ctor(OVR.OpenVR.VRControllerState_t) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VRControllerState_t_Packed__ctor_mCEDE77668DF39F00885625214487333F3990513A (VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 * __this, VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A ___unpacked0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.CVRRenderModels/_GetComponentStatePacked::Invoke(System.String,System.String,OVR.OpenVR.VRControllerState_t_Packed&,OVR.OpenVR.RenderModel_ControllerMode_State_t&,OVR.OpenVR.RenderModel_ComponentState_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetComponentStatePacked_Invoke_mDAFD914C5EA36FA903B590CE6D3F1DBDBC8E4978 (_GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 * __this, String_t* ___pchRenderModelName0, String_t* ___pchComponentName1, VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 * ___pControllerState2, RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940 * ___pState3, RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50 * ___pComponentState4, const RuntimeMethod* method); // System.Void OVR.OpenVR.VRControllerState_t_Packed::Unpack(OVR.OpenVR.VRControllerState_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VRControllerState_t_Packed_Unpack_m9DB83F84BDFE8469B751AF788618BDCB947EA3D3 (VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 * __this, VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * ___unpacked0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRRenderModels/_GetComponentState::Invoke(System.String,System.String,OVR.OpenVR.VRControllerState_t&,OVR.OpenVR.RenderModel_ControllerMode_State_t&,OVR.OpenVR.RenderModel_ComponentState_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetComponentState_Invoke_m1272C1E7D3B4ADBD65384A0CE746FDAA8FE104DB (_GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * __this, String_t* ___pchRenderModelName0, String_t* ___pchComponentName1, VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * ___pControllerState2, RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940 * ___pState3, RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50 * ___pComponentState4, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRRenderModels/_RenderModelHasComponent::Invoke(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _RenderModelHasComponent_Invoke_mB94C4E87E42EED3515211ABBEC251955EFB4E8B2 (_RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B * __this, String_t* ___pchRenderModelName0, String_t* ___pchComponentName1, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRRenderModels/_GetRenderModelThumbnailURL::Invoke(System.String,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVRRenderModelError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetRenderModelThumbnailURL_Invoke_mE06F434448E5237DADF4088EEF750FF8207F69E1 (_GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1 * __this, String_t* ___pchRenderModelName0, StringBuilder_t * ___pchThumbnailURL1, uint32_t ___unThumbnailURLLen2, int32_t* ___peError3, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRRenderModels/_GetRenderModelOriginalPath::Invoke(System.String,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVRRenderModelError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetRenderModelOriginalPath_Invoke_m16460980B23A074B5C15B3632FA0B912401A561B (_GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012 * __this, String_t* ___pchRenderModelName0, StringBuilder_t * ___pchOriginalPath1, uint32_t ___unOriginalPathLen2, int32_t* ___peError3, const RuntimeMethod* method); // System.IntPtr OVR.OpenVR.IVRRenderModels/_GetRenderModelErrorNameFromEnum::Invoke(OVR.OpenVR.EVRRenderModelError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t _GetRenderModelErrorNameFromEnum_Invoke_mB37A97BCAC426724EBCF6AF01CEBD0D08692CB3B (_GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90 * __this, int32_t ___error0, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRResources/_LoadSharedResource::Invoke(System.String,System.String,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _LoadSharedResource_Invoke_m08B65472964E8FE4E927241BE5D839187C531A40 (_LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33 * __this, String_t* ___pchResourceName0, String_t* ___pchBuffer1, uint32_t ___unBufferLen2, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRResources/_GetResourceFullPath::Invoke(System.String,System.String,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetResourceFullPath_Invoke_mA498DCC5969A576E8FEA467CBA5F78410022E9E3 (_GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513 * __this, String_t* ___pchResourceName0, String_t* ___pchResourceTypeDirectory1, StringBuilder_t * ___pchPathBuffer2, uint32_t ___unBufferLen3, const RuntimeMethod* method); // OVR.OpenVR.EVRScreenshotError OVR.OpenVR.IVRScreenshots/_RequestScreenshot::Invoke(System.UInt32&,OVR.OpenVR.EVRScreenshotType,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _RequestScreenshot_Invoke_mB61562807FDA1D76E422C1A3EF6FD7AD9454A137 (_RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4 * __this, uint32_t* ___pOutScreenshotHandle0, int32_t ___type1, String_t* ___pchPreviewFilename2, String_t* ___pchVRFilename3, const RuntimeMethod* method); // OVR.OpenVR.EVRScreenshotError OVR.OpenVR.IVRScreenshots/_HookScreenshot::Invoke(OVR.OpenVR.EVRScreenshotType[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _HookScreenshot_Invoke_m85C27921ADECA07BA5822FA29C13A6FBAFD4F4D7 (_HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5 * __this, EVRScreenshotTypeU5BU5D_tA751CC543ED0D27BBC7F0E309BFC421DDD8E2499* ___pSupportedTypes0, int32_t ___numTypes1, const RuntimeMethod* method); // OVR.OpenVR.EVRScreenshotType OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyType::Invoke(System.UInt32,OVR.OpenVR.EVRScreenshotError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetScreenshotPropertyType_Invoke_m1CE475B0A21F50D30564EF0274DCC6CCEA103BB4 (_GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07 * __this, uint32_t ___screenshotHandle0, int32_t* ___pError1, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyFilename::Invoke(System.UInt32,OVR.OpenVR.EVRScreenshotPropertyFilenames,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVRScreenshotError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetScreenshotPropertyFilename_Invoke_m88C6EF67B77E4A91A0C602187ADCDAC0774F27CB (_GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA * __this, uint32_t ___screenshotHandle0, int32_t ___filenameType1, StringBuilder_t * ___pchFilename2, uint32_t ___cchFilename3, int32_t* ___pError4, const RuntimeMethod* method); // OVR.OpenVR.EVRScreenshotError OVR.OpenVR.IVRScreenshots/_UpdateScreenshotProgress::Invoke(System.UInt32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _UpdateScreenshotProgress_Invoke_mA924870662161370189FD2528E74D8E15928271A (_UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448 * __this, uint32_t ___screenshotHandle0, float ___flProgress1, const RuntimeMethod* method); // OVR.OpenVR.EVRScreenshotError OVR.OpenVR.IVRScreenshots/_TakeStereoScreenshot::Invoke(System.UInt32&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _TakeStereoScreenshot_Invoke_m4ACDBB31C2CEE6E30F5B914AE8A645B25BEE0A6F (_TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF * __this, uint32_t* ___pOutScreenshotHandle0, String_t* ___pchPreviewFilename1, String_t* ___pchVRFilename2, const RuntimeMethod* method); // OVR.OpenVR.EVRScreenshotError OVR.OpenVR.IVRScreenshots/_SubmitScreenshot::Invoke(System.UInt32,OVR.OpenVR.EVRScreenshotType,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _SubmitScreenshot_Invoke_m62599958121DDC614ECD28EF63CE85B4C73CFC2A (_SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B * __this, uint32_t ___screenshotHandle0, int32_t ___type1, String_t* ___pchSourcePreviewFilename2, String_t* ___pchSourceVRFilename3, const RuntimeMethod* method); // System.IntPtr OVR.OpenVR.IVRSettings/_GetSettingsErrorNameFromEnum::Invoke(OVR.OpenVR.EVRSettingsError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t _GetSettingsErrorNameFromEnum_Invoke_mAE014CBD879FC4E5640A66F5061574FFFE018B19 (_GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E * __this, int32_t ___eError0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSettings/_Sync::Invoke(System.Boolean,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _Sync_Invoke_m6B738749BBC74D5321B19AED281B04B5BA634728 (_Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C * __this, bool ___bForce0, int32_t* ___peError1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSettings/_SetBool::Invoke(System.String,System.String,System.Boolean,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetBool_Invoke_m2EFFC8488DAB9E83059482892C29A7AC2C6CBC84 (_SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, bool ___bValue2, int32_t* ___peError3, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSettings/_SetInt32::Invoke(System.String,System.String,System.Int32,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetInt32_Invoke_m5B69893026180B5C0C8F72B5AF74931771A39852 (_SetInt32_t331327F67192F344816533CACECA2DC544A25D8A * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, int32_t ___nValue2, int32_t* ___peError3, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSettings/_SetFloat::Invoke(System.String,System.String,System.Single,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetFloat_Invoke_mF09A789DD7F3868BE29BD20296A48EB699F43458 (_SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, float ___flValue2, int32_t* ___peError3, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSettings/_SetString::Invoke(System.String,System.String,System.String,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _SetString_Invoke_mA36EC73B173BB811D4263EE97DFCA4D8E8EC075C (_SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, String_t* ___pchValue2, int32_t* ___peError3, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSettings/_GetBool::Invoke(System.String,System.String,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetBool_Invoke_mEA71DC7C592D4F1FB1E0AC8065B5C1556551FF6A (_GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, int32_t* ___peError2, const RuntimeMethod* method); // System.Int32 OVR.OpenVR.IVRSettings/_GetInt32::Invoke(System.String,System.String,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetInt32_Invoke_mC8E5F29F37C3EF5E2FAA357A17025B228E034615 (_GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, int32_t* ___peError2, const RuntimeMethod* method); // System.Single OVR.OpenVR.IVRSettings/_GetFloat::Invoke(System.String,System.String,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float _GetFloat_Invoke_m6B0BEE366124B821CDF48F88A587B20635EA43F4 (_GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, int32_t* ___peError2, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSettings/_GetString::Invoke(System.String,System.String,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _GetString_Invoke_m1D0098D7979A8ECC2572991130DE3FAC109704B7 (_GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, StringBuilder_t * ___pchValue2, uint32_t ___unValueLen3, int32_t* ___peError4, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSettings/_RemoveSection::Invoke(System.String,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _RemoveSection_Invoke_mEAB50B4899AFE5ABDF9368EB41DB76F8EFC59278 (_RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA * __this, String_t* ___pchSection0, int32_t* ___peError1, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSettings/_RemoveKeyInSection::Invoke(System.String,System.String,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _RemoveKeyInSection_Invoke_mD8A8EE9180BDA9CF8708AB5681CE68FEEB758E97 (_RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, int32_t* ___peError2, const RuntimeMethod* method); // OVR.OpenVR.EVRSpatialAnchorError OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromDescriptor::Invoke(System.String,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _CreateSpatialAnchorFromDescriptor_Invoke_m7C6B877B02FF4822812512989235FF6529CA6257 (_CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F * __this, String_t* ___pchDescriptor0, uint32_t* ___pHandleOut1, const RuntimeMethod* method); // OVR.OpenVR.EVRSpatialAnchorError OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromPose::Invoke(System.UInt32,OVR.OpenVR.ETrackingUniverseOrigin,OVR.OpenVR.SpatialAnchorPose_t&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _CreateSpatialAnchorFromPose_Invoke_mE817D94ECB90DD03FBE85D3F8CBF4234BB013A0D (_CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988 * __this, uint32_t ___unDeviceIndex0, int32_t ___eOrigin1, SpatialAnchorPose_t_tCF8513A170C37D730EEC2A996F936BDB5B84FA74 * ___pPose2, uint32_t* ___pHandleOut3, const RuntimeMethod* method); // OVR.OpenVR.EVRSpatialAnchorError OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorPose::Invoke(System.UInt32,OVR.OpenVR.ETrackingUniverseOrigin,OVR.OpenVR.SpatialAnchorPose_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetSpatialAnchorPose_Invoke_m6492C3DFEDD1A861F94A5704B09415A03F370BBD (_GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0 * __this, uint32_t ___unHandle0, int32_t ___eOrigin1, SpatialAnchorPose_t_tCF8513A170C37D730EEC2A996F936BDB5B84FA74 * ___pPoseOut2, const RuntimeMethod* method); // OVR.OpenVR.EVRSpatialAnchorError OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorDescriptor::Invoke(System.UInt32,System.Text.StringBuilder,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetSpatialAnchorDescriptor_Invoke_m0B1629D70684F523F8AF5B92F4921085070246B4 (_GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6 * __this, uint32_t ___unHandle0, StringBuilder_t * ___pchDescriptorOut1, uint32_t* ___punDescriptorBufferLenInOut2, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSystem/_GetRecommendedRenderTargetSize::Invoke(System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _GetRecommendedRenderTargetSize_Invoke_mF97C5C9C31AB3DE29203EB26407B9C332E22D4B4 (_GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5 * __this, uint32_t* ___pnWidth0, uint32_t* ___pnHeight1, const RuntimeMethod* method); // OVR.OpenVR.HmdMatrix44_t OVR.OpenVR.IVRSystem/_GetProjectionMatrix::Invoke(OVR.OpenVR.EVREye,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA _GetProjectionMatrix_Invoke_mC03DDAF4A3197AE11BFB556244ED05940234B1BB (_GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A * __this, int32_t ___eEye0, float ___fNearZ1, float ___fFarZ2, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSystem/_GetProjectionRaw::Invoke(OVR.OpenVR.EVREye,System.Single&,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _GetProjectionRaw_Invoke_m30DD7A14ADCEFC7B90F1724E49B5F6E32C840353 (_GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE * __this, int32_t ___eEye0, float* ___pfLeft1, float* ___pfRight2, float* ___pfTop3, float* ___pfBottom4, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_ComputeDistortion::Invoke(OVR.OpenVR.EVREye,System.Single,System.Single,OVR.OpenVR.DistortionCoordinates_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _ComputeDistortion_Invoke_m7C3016BDCD4B1E1998497CB36DC4410F41D2BB17 (_ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02 * __this, int32_t ___eEye0, float ___fU1, float ___fV2, DistortionCoordinates_t_t8E9E5BE8BB108E1FE90460E6F2883077CA10BD89 * ___pDistortionCoordinates3, const RuntimeMethod* method); // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.IVRSystem/_GetEyeToHeadTransform::Invoke(OVR.OpenVR.EVREye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F _GetEyeToHeadTransform_Invoke_m798FE5B298DA4FE66C1A0384101C6189EC88B741 (_GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148 * __this, int32_t ___eEye0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_GetTimeSinceLastVsync::Invoke(System.Single&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetTimeSinceLastVsync_Invoke_mE428538BF410442F2B242A6E4970BBDF76FABE43 (_GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833 * __this, float* ___pfSecondsSinceLastVsync0, uint64_t* ___pulFrameCounter1, const RuntimeMethod* method); // System.Int32 OVR.OpenVR.IVRSystem/_GetD3D9AdapterIndex::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetD3D9AdapterIndex_Invoke_mEA11DD38E238F493B1773E0B8B6C7E6D9D6C7260 (_GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSystem/_GetDXGIOutputInfo::Invoke(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _GetDXGIOutputInfo_Invoke_m8897A848428A37CD1C32E5175B06F4002DDF96A2 (_GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53 * __this, int32_t* ___pnAdapterIndex0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSystem/_GetOutputDevice::Invoke(System.UInt64&,OVR.OpenVR.ETextureType,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _GetOutputDevice_Invoke_mF59E2C89FF7060856AB57B953B831DFDB12FF5FA (_GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43 * __this, uint64_t* ___pnDevice0, int32_t ___textureType1, intptr_t ___pInstance2, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_IsDisplayOnDesktop::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _IsDisplayOnDesktop_Invoke_m30521C87D9990CBF15287E74A6267C9F1559B7C5 (_IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2 * __this, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_SetDisplayVisibility::Invoke(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _SetDisplayVisibility_Invoke_m64AB81484D2D57C35C9E7CC87307244D8F8A224C (_SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1 * __this, bool ___bIsVisibleOnDesktop0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSystem/_GetDeviceToAbsoluteTrackingPose::Invoke(OVR.OpenVR.ETrackingUniverseOrigin,System.Single,OVR.OpenVR.TrackedDevicePose_t[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _GetDeviceToAbsoluteTrackingPose_Invoke_mBF6BD204B8A52BDF122D68562AEEA0282B807341 (_GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D * __this, int32_t ___eOrigin0, float ___fPredictedSecondsToPhotonsFromNow1, TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* ___pTrackedDevicePoseArray2, uint32_t ___unTrackedDevicePoseArrayCount3, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSystem/_ResetSeatedZeroPose::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _ResetSeatedZeroPose_Invoke_m3C4034D301268EB95DCCDB577B7E4299E17D7231 (_ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9 * __this, const RuntimeMethod* method); // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.IVRSystem/_GetSeatedZeroPoseToStandingAbsoluteTrackingPose::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_Invoke_m94F38172EF6D0B0BF4189D4F9FC8A29F011B0E5F (_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C * __this, const RuntimeMethod* method); // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.IVRSystem/_GetRawZeroPoseToStandingAbsoluteTrackingPose::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F _GetRawZeroPoseToStandingAbsoluteTrackingPose_Invoke_mD835993AEED676A8AE7277C59C01E9E12DC85644 (_GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1 * __this, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRSystem/_GetSortedTrackedDeviceIndicesOfClass::Invoke(OVR.OpenVR.ETrackedDeviceClass,System.UInt32[],System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetSortedTrackedDeviceIndicesOfClass_Invoke_m3402A58CB02F0994CB1DBDDF319750C1D90296EC (_GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E * __this, int32_t ___eTrackedDeviceClass0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___punTrackedDeviceIndexArray1, uint32_t ___unTrackedDeviceIndexArrayCount2, uint32_t ___unRelativeToTrackedDeviceIndex3, const RuntimeMethod* method); // OVR.OpenVR.EDeviceActivityLevel OVR.OpenVR.IVRSystem/_GetTrackedDeviceActivityLevel::Invoke(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetTrackedDeviceActivityLevel_Invoke_mD74CB5A0C37132924A6A9902834CFF5A4553CBD1 (_GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C * __this, uint32_t ___unDeviceId0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSystem/_ApplyTransform::Invoke(OVR.OpenVR.TrackedDevicePose_t&,OVR.OpenVR.TrackedDevicePose_t&,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _ApplyTransform_Invoke_m6883F4C307DF84BFFC31B822A9CE0642F1779CFB (_ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA * __this, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * ___pOutputPose0, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * ___pTrackedDevicePose1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pTransform2, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRSystem/_GetTrackedDeviceIndexForControllerRole::Invoke(OVR.OpenVR.ETrackedControllerRole) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetTrackedDeviceIndexForControllerRole_Invoke_m15FF066FEB41983A33119B52F0837AF6048EB822 (_GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4 * __this, int32_t ___unDeviceType0, const RuntimeMethod* method); // OVR.OpenVR.ETrackedControllerRole OVR.OpenVR.IVRSystem/_GetControllerRoleForTrackedDeviceIndex::Invoke(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetControllerRoleForTrackedDeviceIndex_Invoke_mDC2CAB3A7D6DDFD6C0FE72DCE8C965B576297EF0 (_GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436 * __this, uint32_t ___unDeviceIndex0, const RuntimeMethod* method); // OVR.OpenVR.ETrackedDeviceClass OVR.OpenVR.IVRSystem/_GetTrackedDeviceClass::Invoke(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetTrackedDeviceClass_Invoke_m590149388E7544E325F9BF54AA33785EE5278949 (_GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0 * __this, uint32_t ___unDeviceIndex0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_IsTrackedDeviceConnected::Invoke(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _IsTrackedDeviceConnected_Invoke_m3E58FD92991D428D78BC2150A96D2B216AFBBE64 (_IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD * __this, uint32_t ___unDeviceIndex0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_GetBoolTrackedDeviceProperty::Invoke(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetBoolTrackedDeviceProperty_Invoke_m086F02D35241459CD3616A10CB05BFEE11302181 (_GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5 * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, int32_t* ___pError2, const RuntimeMethod* method); // System.Single OVR.OpenVR.IVRSystem/_GetFloatTrackedDeviceProperty::Invoke(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float _GetFloatTrackedDeviceProperty_Invoke_m16E4B8361756884C6D12DBBDE88236DF7DAE10A0 (_GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594 * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, int32_t* ___pError2, const RuntimeMethod* method); // System.Int32 OVR.OpenVR.IVRSystem/_GetInt32TrackedDeviceProperty::Invoke(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetInt32TrackedDeviceProperty_Invoke_mDB3A4F29C0E88F755BA68B4A11674C5D30866B16 (_GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313 * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, int32_t* ___pError2, const RuntimeMethod* method); // System.UInt64 OVR.OpenVR.IVRSystem/_GetUint64TrackedDeviceProperty::Invoke(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t _GetUint64TrackedDeviceProperty_Invoke_m74732B758C8E5DA7CC31B0E420BD1138F7BD2B24 (_GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, int32_t* ___pError2, const RuntimeMethod* method); // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.IVRSystem/_GetMatrix34TrackedDeviceProperty::Invoke(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F _GetMatrix34TrackedDeviceProperty_Invoke_mFAE80A041F4D3E5E4ACC3F2EF7E372868B89FB78 (_GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346 * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, int32_t* ___pError2, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRSystem/_GetArrayTrackedDeviceProperty::Invoke(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,System.UInt32,System.IntPtr,System.UInt32,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetArrayTrackedDeviceProperty_Invoke_m80FEB5270AF0311EC55AAF68B1FB39C9093F3801 (_GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343 * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, uint32_t ___propType2, intptr_t ___pBuffer3, uint32_t ___unBufferSize4, int32_t* ___pError5, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRSystem/_GetStringTrackedDeviceProperty::Invoke(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _GetStringTrackedDeviceProperty_Invoke_mE39E649381ADC2935EAEB5625289B0E3CA21AE41 (_GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0 * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, StringBuilder_t * ___pchValue2, uint32_t ___unBufferSize3, int32_t* ___pError4, const RuntimeMethod* method); // System.IntPtr OVR.OpenVR.IVRSystem/_GetPropErrorNameFromEnum::Invoke(OVR.OpenVR.ETrackedPropertyError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t _GetPropErrorNameFromEnum_Invoke_mFEB71826364D77F756B9F944DFA1FE476EF6467C (_GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F * __this, int32_t ___error0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.CVRSystem/_PollNextEventPacked::Invoke(OVR.OpenVR.VREvent_t_Packed&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _PollNextEventPacked_Invoke_mD0B2F442FBAB1B4E411D49CED879E2243D40473B (_PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB * __this, VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2 * ___pEvent0, uint32_t ___uncbVREvent1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_PollNextEvent::Invoke(OVR.OpenVR.VREvent_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _PollNextEvent_Invoke_m8D186D81B1BCF1C325AE045A2B6F34ED2B565A47 (_PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * __this, VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C * ___pEvent0, uint32_t ___uncbVREvent1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_PollNextEventWithPose::Invoke(OVR.OpenVR.ETrackingUniverseOrigin,OVR.OpenVR.VREvent_t&,System.UInt32,OVR.OpenVR.TrackedDevicePose_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _PollNextEventWithPose_Invoke_mA511DC1A85FA42EA1664C001078D6A9CB7A4329F (_PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD * __this, int32_t ___eOrigin0, VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C * ___pEvent1, uint32_t ___uncbVREvent2, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * ___pTrackedDevicePose3, const RuntimeMethod* method); // System.IntPtr OVR.OpenVR.IVRSystem/_GetEventTypeNameFromEnum::Invoke(OVR.OpenVR.EVREventType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t _GetEventTypeNameFromEnum_Invoke_mF752470EF1DBB9536B2C567F3B16B77B8B4CC53A (_GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9 * __this, int32_t ___eType0, const RuntimeMethod* method); // OVR.OpenVR.HiddenAreaMesh_t OVR.OpenVR.IVRSystem/_GetHiddenAreaMesh::Invoke(OVR.OpenVR.EVREye,OVR.OpenVR.EHiddenAreaMeshType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HiddenAreaMesh_t_t8FD9885A0103794C0C04A262E81BFDD10EEC4209 _GetHiddenAreaMesh_Invoke_mED798F80980A0CFFB53AA9BCA0BC012F6F24E403 (_GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50 * __this, int32_t ___eEye0, int32_t ___type1, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.CVRSystem/_GetControllerStatePacked::Invoke(System.UInt32,OVR.OpenVR.VRControllerState_t_Packed&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetControllerStatePacked_Invoke_m53CB9B2071001638A996E26E73188B517AC43A11 (_GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 * __this, uint32_t ___unControllerDeviceIndex0, VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 * ___pControllerState1, uint32_t ___unControllerStateSize2, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_GetControllerState::Invoke(System.UInt32,OVR.OpenVR.VRControllerState_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetControllerState_Invoke_m44C0D10EB4FB3FC79B8A5153D83E38FFB9508242 (_GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * __this, uint32_t ___unControllerDeviceIndex0, VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * ___pControllerState1, uint32_t ___unControllerStateSize2, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.CVRSystem/_GetControllerStateWithPosePacked::Invoke(OVR.OpenVR.ETrackingUniverseOrigin,System.UInt32,OVR.OpenVR.VRControllerState_t_Packed&,System.UInt32,OVR.OpenVR.TrackedDevicePose_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetControllerStateWithPosePacked_Invoke_mFF8C11E8F7C557F6055F17ED40924CD28232EEE6 (_GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F * __this, int32_t ___eOrigin0, uint32_t ___unControllerDeviceIndex1, VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 * ___pControllerState2, uint32_t ___unControllerStateSize3, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * ___pTrackedDevicePose4, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_GetControllerStateWithPose::Invoke(OVR.OpenVR.ETrackingUniverseOrigin,System.UInt32,OVR.OpenVR.VRControllerState_t&,System.UInt32,OVR.OpenVR.TrackedDevicePose_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _GetControllerStateWithPose_Invoke_mCB97006C3A399A0A49B0F363A1CF073E2D07D199 (_GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * __this, int32_t ___eOrigin0, uint32_t ___unControllerDeviceIndex1, VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * ___pControllerState2, uint32_t ___unControllerStateSize3, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * ___pTrackedDevicePose4, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSystem/_TriggerHapticPulse::Invoke(System.UInt32,System.UInt32,System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _TriggerHapticPulse_Invoke_mB214087A0B74EE1BDFD13107F90C1F3631472677 (_TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830 * __this, uint32_t ___unControllerDeviceIndex0, uint32_t ___unAxisId1, uint16_t ___usDurationMicroSec2, const RuntimeMethod* method); // System.IntPtr OVR.OpenVR.IVRSystem/_GetButtonIdNameFromEnum::Invoke(OVR.OpenVR.EVRButtonId) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t _GetButtonIdNameFromEnum_Invoke_m5A6E581C546A29E62577C87700F6CF83398C413C (_GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0 * __this, int32_t ___eButtonId0, const RuntimeMethod* method); // System.IntPtr OVR.OpenVR.IVRSystem/_GetControllerAxisTypeNameFromEnum::Invoke(OVR.OpenVR.EVRControllerAxisType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t _GetControllerAxisTypeNameFromEnum_Invoke_mA0666D213D9A056EC61E95E8034B85D7D5807070 (_GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112 * __this, int32_t ___eAxisType0, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_IsInputAvailable::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _IsInputAvailable_Invoke_m95FD143E828F40D53D9FA94EE20CAA0492F85078 (_IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220 * __this, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_IsSteamVRDrawingControllers::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _IsSteamVRDrawingControllers_Invoke_mFC2556AAF509B236A04348531EE5CE4713FB000A (_IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800 * __this, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_ShouldApplicationPause::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _ShouldApplicationPause_Invoke_m6D6C21E198BE8098C4928B7EF405A523B170C378 (_ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32 * __this, const RuntimeMethod* method); // System.Boolean OVR.OpenVR.IVRSystem/_ShouldApplicationReduceRenderingWork::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _ShouldApplicationReduceRenderingWork_Invoke_mAE625ECA309326AFD433DF8B964EBE73F179479E (_ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4 * __this, const RuntimeMethod* method); // System.UInt32 OVR.OpenVR.IVRSystem/_DriverDebugRequest::Invoke(System.UInt32,System.String,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t _DriverDebugRequest_Invoke_mE6ADCF80943287EC32FB9AD7727C51515EC2AFA0 (_DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0 * __this, uint32_t ___unDeviceIndex0, String_t* ___pchRequest1, StringBuilder_t * ___pchResponseBuffer2, uint32_t ___unResponseBufferSize3, const RuntimeMethod* method); // OVR.OpenVR.EVRFirmwareError OVR.OpenVR.IVRSystem/_PerformFirmwareUpdate::Invoke(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _PerformFirmwareUpdate_Invoke_m8B868C31B9E935437BF6EACFF8B24CCB4481CB7B (_PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79 * __this, uint32_t ___unDeviceIndex0, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSystem/_AcknowledgeQuit_Exiting::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _AcknowledgeQuit_Exiting_Invoke_m08BB11F721187A0A0C15839587CD2185826180E8 (_AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084 * __this, const RuntimeMethod* method); // System.Void OVR.OpenVR.IVRSystem/_AcknowledgeQuit_UserPrompt::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void _AcknowledgeQuit_UserPrompt_Invoke_mD5C27E2C00CC087D34AC63A60218496ABF6C4CB5 (_AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73 * __this, const RuntimeMethod* method); // System.IntPtr OVR.OpenVR.IVRTrackedCamera/_GetCameraErrorNameFromEnum::Invoke(OVR.OpenVR.EVRTrackedCameraError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t _GetCameraErrorNameFromEnum_Invoke_mCA37ADACDF7678598FBF8FD7AB65BE2CB93FC988 (_GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849 * __this, int32_t ___eCameraError0, const RuntimeMethod* method); // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.IVRTrackedCamera/_HasCamera::Invoke(System.UInt32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _HasCamera_Invoke_mC43EDD312704F289F05232406F1D9E7116BEA4DD (_HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6 * __this, uint32_t ___nDeviceIndex0, bool* ___pHasCamera1, const RuntimeMethod* method); // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.IVRTrackedCamera/_GetCameraFrameSize::Invoke(System.UInt32,OVR.OpenVR.EVRTrackedCameraFrameType,System.UInt32&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetCameraFrameSize_Invoke_m5B4B00D5762378C4E4DD8EF448BA48C06DE5D81C (_GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA * __this, uint32_t ___nDeviceIndex0, int32_t ___eFrameType1, uint32_t* ___pnWidth2, uint32_t* ___pnHeight3, uint32_t* ___pnFrameBufferSize4, const RuntimeMethod* method); // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.IVRTrackedCamera/_GetCameraIntrinsics::Invoke(System.UInt32,OVR.OpenVR.EVRTrackedCameraFrameType,OVR.OpenVR.HmdVector2_t&,OVR.OpenVR.HmdVector2_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetCameraIntrinsics_Invoke_m536CA088C31FCBAA5D0AD8258326582B88EA3E0F (_GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D * __this, uint32_t ___nDeviceIndex0, int32_t ___eFrameType1, HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * ___pFocalLength2, HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * ___pCenter3, const RuntimeMethod* method); // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.IVRTrackedCamera/_GetCameraProjection::Invoke(System.UInt32,OVR.OpenVR.EVRTrackedCameraFrameType,System.Single,System.Single,OVR.OpenVR.HmdMatrix44_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetCameraProjection_Invoke_mCCE28A558FA1928F181AF0F98264593BB774695D (_GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7 * __this, uint32_t ___nDeviceIndex0, int32_t ___eFrameType1, float ___flZNear2, float ___flZFar3, HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA * ___pProjection4, const RuntimeMethod* method); // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.IVRTrackedCamera/_AcquireVideoStreamingService::Invoke(System.UInt32,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _AcquireVideoStreamingService_Invoke_m378EE2582D71ADF7B22B67D8AB881641B7E77C4F (_AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F * __this, uint32_t ___nDeviceIndex0, uint64_t* ___pHandle1, const RuntimeMethod* method); // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamingService::Invoke(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _ReleaseVideoStreamingService_Invoke_mB681AC1160174E6213028CFB2E1F53C9BC3D8279 (_ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151 * __this, uint64_t ___hTrackedCamera0, const RuntimeMethod* method); // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamFrameBuffer::Invoke(System.UInt64,OVR.OpenVR.EVRTrackedCameraFrameType,System.IntPtr,System.UInt32,OVR.OpenVR.CameraVideoStreamFrameHeader_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetVideoStreamFrameBuffer_Invoke_m832F22C8865CAD8174EC91CA859BC44E6985C793 (_GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA * __this, uint64_t ___hTrackedCamera0, int32_t ___eFrameType1, intptr_t ___pFrameBuffer2, uint32_t ___nFrameBufferSize3, CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D * ___pFrameHeader4, uint32_t ___nFrameHeaderSize5, const RuntimeMethod* method); // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureSize::Invoke(System.UInt32,OVR.OpenVR.EVRTrackedCameraFrameType,OVR.OpenVR.VRTextureBounds_t&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetVideoStreamTextureSize_Invoke_mE410CCCD5788326A6452E575108ADD45B6698D5A (_GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533 * __this, uint32_t ___nDeviceIndex0, int32_t ___eFrameType1, VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * ___pTextureBounds2, uint32_t* ___pnWidth3, uint32_t* ___pnHeight4, const RuntimeMethod* method); // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureD3D11::Invoke(System.UInt64,OVR.OpenVR.EVRTrackedCameraFrameType,System.IntPtr,System.IntPtr&,OVR.OpenVR.CameraVideoStreamFrameHeader_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetVideoStreamTextureD3D11_Invoke_m820095D99452268B7B69CF327C73A6368DE1E548 (_GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D * __this, uint64_t ___hTrackedCamera0, int32_t ___eFrameType1, intptr_t ___pD3D11DeviceOrResource2, intptr_t* ___ppD3D11ShaderResourceView3, CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D * ___pFrameHeader4, uint32_t ___nFrameHeaderSize5, const RuntimeMethod* method); // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureGL::Invoke(System.UInt64,OVR.OpenVR.EVRTrackedCameraFrameType,System.UInt32&,OVR.OpenVR.CameraVideoStreamFrameHeader_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _GetVideoStreamTextureGL_Invoke_m777D2D935E7D9DE46849A12DB0FAE03680C6DF12 (_GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370 * __this, uint64_t ___hTrackedCamera0, int32_t ___eFrameType1, uint32_t* ___pglTextureId2, CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D * ___pFrameHeader3, uint32_t ___nFrameHeaderSize4, const RuntimeMethod* method); // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamTextureGL::Invoke(System.UInt64,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t _ReleaseVideoStreamTextureGL_Invoke_m71AAC425C8BE94A56EDCEC86A87AAF3B131C5720 (_ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF * __this, uint64_t ___hTrackedCamera0, uint32_t ___glTextureId1, const RuntimeMethod* method); // System.Void Assets.OVR.Scripts.Record::.ctor(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Record__ctor_m01CBB8037AB26130D3297A9DCD062DA0D8521CB0 (Record_t2D51BDFDB2CC5FD8111AD57538C6FF4C30C48FC9 * __this, int32_t ___order0, String_t* ___cat1, String_t* ___msg2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497 (StringBuilder_t * __this, uint8_t ___value0, const RuntimeMethod* method); // System.String OVR.OpenVR.InputOriginInfo_t::get_rchRenderModelComponentName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputOriginInfo_t_get_rchRenderModelComponentName_mE62BCF7D95CC35803EA84AA6AFBF49B85E9C90BC (InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88 * __this, const RuntimeMethod* method); // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_Parse_m34ACAB3223B18EE88A5B484D3DD9E026AB7D15BF (String_t* ___aJSON0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 List_1_GetEnumerator_m852001722E7DC0768E277023090B11029D876BB6 (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * __this, const RuntimeMethod* method) { return (( Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 (*) (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // System.Void OVRSimpleJSON.JSONNode/Enumerator::.ctor(System.Collections.Generic.List`1/Enumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m22042ED4D4FC3A79591C41C15C6D2A395A0F2C6F (Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C * __this, Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 ___aArrayEnum0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_inline (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void OVRSimpleJSON.JSONLazyCreator::.ctor(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator__ctor_m93002E6D5F5DB6DB8B26E5AAAA27B92DB434CAC0 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * List_1_get_Item_mAEF72285711BCFC27D48312B53BD5FEEF1334B10_inline (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * __this, int32_t ___index0, const RuntimeMethod* method) { return (( JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * (*) (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Boolean OVRSimpleJSON.JSONNode::op_Equality(OVRSimpleJSON.JSONNode,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method); // OVRSimpleJSON.JSONNull OVRSimpleJSON.JSONNull::CreateOrGet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * JSONNull_CreateOrGet_m70AB20EE5B89663D51AF3678FE2F5E910A5D0C98 (const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mBBBA0B15F9704D6B23D83C15421A33BB219304C6 (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE *, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_m9A13B52C5356F87F879EC21A376EBB0CC1998C9B (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * __this, int32_t ___index0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___value1, const RuntimeMethod* method) { (( void (*) (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE *, int32_t, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, const RuntimeMethod*))List_1_set_Item_m73674D291C1D6030C21A39003E4743D110ACC6A2_gshared)(__this, ___index0, ___value1, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m25FDDA8837D13646397BE0C592E4090F2D9BF420 (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared)(__this, ___index0, method); } // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_m721067C59E97D274293E410ED73D324356CCE555 (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE *, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, const RuntimeMethod*))List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_gshared)(__this, ___item0, method); } // System.Void OVRSimpleJSON.JSONArray/d__22::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_ChildrenU3Ed__22__ctor_m168ABFD07746927D876730F225EBEA4516F80541 (U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_mB5790BC98389118626505708AE683AE9257B91B2 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mB04B8FAD8E322DF8E69F3F85BCE4A8D041AE8BFB (StringBuilder_t * __this, Il2CppChar ___value0, int32_t ___repeatCount1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m6F0BA24F526FA332D47E1DA997AA2E6744285719 (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * __this, const RuntimeMethod* method) { (( void (*) (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void OVRSimpleJSON.JSONNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode__ctor_m7226642B5B1B6AEB330A87704E90FDEF99F0BF3E (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method); // System.String System.Boolean::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C (bool* __this, const RuntimeMethod* method); // System.Boolean System.Boolean::TryParse(System.String,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_TryParse_mB8AB929D49C98FEC32ED82F3227CF9106B53968F (String_t* ___value0, bool* ___result1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Boolean::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411 (bool* __this, const RuntimeMethod* method); // System.Void OVRSimpleJSON.JSONArray::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONArray__ctor_m931A698E2CD20FEEC8D2AC70CEEC453A1E03DAF9 (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, const RuntimeMethod* method); // T OVRSimpleJSON.JSONLazyCreator::Set(T) inline JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * JSONLazyCreator_Set_TisJSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_mC5BEE0414EF51A27010A5AABFC7666850D5E905C (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * ___aVal0, const RuntimeMethod* method) { return (( JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * (*) (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *, JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D *, const RuntimeMethod*))JSONLazyCreator_Set_TisRuntimeObject_m582E2F477755579EF03A9F3689C95CB127396367_gshared)(__this, ___aVal0, method); } // System.Void OVRSimpleJSON.JSONLazyCreator::.ctor(OVRSimpleJSON.JSONNode,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator__ctor_m6EAE9D8AA975437217C0013AD81DA0E202117846 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, String_t* ___aKey1, const RuntimeMethod* method); // System.Void OVRSimpleJSON.JSONObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONObject__ctor_mB48A96B84212AC75D55E6339498A4B5843CCAF75 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, const RuntimeMethod* method); // T OVRSimpleJSON.JSONLazyCreator::Set(T) inline JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * JSONLazyCreator_Set_TisJSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_m54151A51FBEA3CBEEEA594961AC831FDF327D610 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * ___aVal0, const RuntimeMethod* method) { return (( JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * (*) (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *, JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 *, const RuntimeMethod*))JSONLazyCreator_Set_TisRuntimeObject_m582E2F477755579EF03A9F3689C95CB127396367_gshared)(__this, ___aVal0, method); } // System.Boolean OVRSimpleJSON.JSONLazyCreator::op_Equality(OVRSimpleJSON.JSONLazyCreator,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONLazyCreator_op_Equality_m13A4BC33DB262A941E096B3C8CD7191149EB3580 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method); // System.Void OVRSimpleJSON.JSONNumber::.ctor(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03 (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, double ___aData0, const RuntimeMethod* method); // T OVRSimpleJSON.JSONLazyCreator::Set(T) inline JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * ___aVal0, const RuntimeMethod* method) { return (( JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * (*) (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *, JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *, const RuntimeMethod*))JSONLazyCreator_Set_TisRuntimeObject_m582E2F477755579EF03A9F3689C95CB127396367_gshared)(__this, ___aVal0, method); } // System.Void OVRSimpleJSON.JSONString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONString__ctor_m44FCCA5F4DBBDB8D1B8FD75BBBA1315BA28F34E2 (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * __this, String_t* ___aData0, const RuntimeMethod* method); // T OVRSimpleJSON.JSONLazyCreator::Set(T) inline JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * JSONLazyCreator_Set_TisJSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_m6B9FEA15E5FBA0700272F294880CC4C89A807A72 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * ___aVal0, const RuntimeMethod* method) { return (( JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * (*) (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *, JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 *, const RuntimeMethod*))JSONLazyCreator_Set_TisRuntimeObject_m582E2F477755579EF03A9F3689C95CB127396367_gshared)(__this, ___aVal0, method); } // System.String System.Int64::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F (int64_t* __this, const RuntimeMethod* method); // System.Void OVRSimpleJSON.JSONBool::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONBool__ctor_m91A3B6FDD9244EFD1294C90978F0586B176EA529 (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * __this, bool ___aData0, const RuntimeMethod* method); // T OVRSimpleJSON.JSONLazyCreator::Set(T) inline JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * JSONLazyCreator_Set_TisJSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_m99D6550E7E29C49FD9538666A10B121ED0A845A3 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * ___aVal0, const RuntimeMethod* method) { return (( JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * (*) (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *, JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF *, const RuntimeMethod*))JSONLazyCreator_Set_TisRuntimeObject_m582E2F477755579EF03A9F3689C95CB127396367_gshared)(__this, ___aVal0, method); } // System.Void OVRSimpleJSON.JSONNode/d__40::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_ChildrenU3Ed__40__ctor_m71D109AC102862331CD617F421CD0483603284C1 (U3Cget_ChildrenU3Ed__40_t5FF38A49928EE2D28497190B8246C0408869B836 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void OVRSimpleJSON.JSONNode/d__42::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_DeepChildrenU3Ed__42__ctor_m80BFECDE5BB7DE85817A547E2FB0ADED3203E76E (U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void OVRSimpleJSON.JSONNode/LinqEnumerator::.ctor(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinqEnumerator__ctor_m59693FABA16D4B795779744B1172AABECE004F5F (LinqEnumerator_t258BB0CE69076D2682489C8EBB49EDB14BBC4CAD * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, const RuntimeMethod* method); // System.Void OVRSimpleJSON.JSONNode/KeyEnumerator::.ctor(OVRSimpleJSON.JSONNode/Enumerator) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyEnumerator__ctor_mF8A97468FE372C202E7B2CFD5614F84225F64728_inline (KeyEnumerator_t75A309176FA821D8B15AB63FA596AD00F9779DFA * __this, Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C ___aEnumerator0, const RuntimeMethod* method); // System.Void OVRSimpleJSON.JSONNode/ValueEnumerator::.ctor(OVRSimpleJSON.JSONNode/Enumerator) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueEnumerator__ctor_m9023C632E5E3783591C819B7C5965C6ED69D2463_inline (ValueEnumerator_t58FD1B961488ACE4D7C748234156DB4C104C7893 * __this, Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C ___aEnumerator0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205 (const RuntimeMethod* method); // System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_mC79B88116F5ADCC18A70395137B2FBF8EF19719B (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, double* ___result3, const RuntimeMethod* method); // System.String System.Double::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m4D920091736623333AE0E32439DBD5CF5AC128FE (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3 (String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Int64::TryParse(System.String,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m13BC44BEDCE2007C95FBD252C56CDFCCFA90DADC (String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_inline (KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA * __this, const RuntimeMethod* method) { return (( JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * (*) (KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA *, const RuntimeMethod*))KeyValuePair_2_get_Value_m622223593F7461E7812C581DDB145270016ED303_gshared_inline)(__this, method); } // System.Int32 System.Object::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetHashCode_m29972277898725CF5403FB9765F335F0FAEA8162 (RuntimeObject * __this, const RuntimeMethod* method); // System.Text.StringBuilder OVRSimpleJSON.JSONNode::get_EscapeBuilder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * JSONNode_get_EscapeBuilder_m67B2C6BFA233EB10E4FCB3507C1EF719A9B524AA (const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Capacity_m067D01B281C708C07EB01C776CA99B72C4F78B30 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Capacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Capacity_mC1488A3E3622EE7B0A7A340F22A55CCFBBF21669 (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.UInt16::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mB9BF3213F6AC036243B6AB79B0C98C4C727FB6E1 (uint16_t* __this, String_t* ___format0, const RuntimeMethod* method); // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_m1F3AAB379839CCC921F813E84C5A20AC2FC81D50 (String_t* ___s0, const RuntimeMethod* method); // System.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_mC9CC4A59E0164DE5E31841525D8115FF248C3CC3 (bool ___b0, const RuntimeMethod* method); // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_m55606AA5E618EDD3F730B0E69151C8FDA38C90F4 (double ___n0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() inline void Stack_1__ctor_m5CB84BFF674E755C9358E274949CB5151A039F7A (Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * __this, const RuntimeMethod* method) { (( void (*) (Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 *, const RuntimeMethod*))Stack_1__ctor_mD782ADAC3AB9809F63B681213A7A39784A9A169A_gshared)(__this, method); } // System.Void System.Collections.Generic.Stack`1::Push(!0) inline void Stack_1_Push_m11C23530CA87AB94E2F413D5FA9F21524B41DC1A (Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___item0, const RuntimeMethod* method) { (( void (*) (Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 *, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, const RuntimeMethod*))Stack_1_Push_m37749C6ED558EC2D89F38CF78C833D4EE8A2DF04_gshared)(__this, ___item0, method); } // System.Boolean OVRSimpleJSON.JSONNode::op_Inequality(OVRSimpleJSON.JSONNode,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Peek() inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * Stack_1_Peek_m1B1EBE634F16B73D3F710474FEC2221C2020D0D0 (Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * __this, const RuntimeMethod* method) { return (( JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * (*) (Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 *, const RuntimeMethod*))Stack_1_Peek_mD6F4A2DD2C67EABB3582BA28D2C13130DC8D828E_gshared)(__this, method); } // System.Int32 System.Collections.Generic.Stack`1::get_Count() inline int32_t Stack_1_get_Count_mD5DF300AC33A948FFD1AD34F4E261FE08C0FED1B_inline (Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 *, const RuntimeMethod*))Stack_1_get_Count_mFD1C100DE65847CAB033057C77027AA5DB427B54_gshared_inline)(__this, method); } // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * Stack_1_Pop_mE76837AE0CCEBE77A63FF6A5B25F48BF24A17B36 (Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * __this, const RuntimeMethod* method) { return (( JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * (*) (Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 *, const RuntimeMethod*))Stack_1_Pop_m9503124BACE0FDA402D22BC901708C5D99063C12_gshared)(__this, method); } // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::ParseElement(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_ParseElement_m0445346289038CE490A098344A949350ADF024ED (String_t* ___token0, bool ___quoted1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m00F320962D44E6BCE4884E6A5FE86F79331238A3 (String_t* ___s0, int32_t ___style1, const RuntimeMethod* method); // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::GetContainer(OVRSimpleJSON.JSONContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_GetContainer_mB1146A81BDE83A01E228CB39DFDEDB9C4131BC84 (int32_t ___aType0, const RuntimeMethod* method); // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::WriteVector2(UnityEngine.Vector2,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_WriteVector2_m7907DA6FDA5B94E47391DD98CD4FF7B33675460F (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___aVec0, String_t* ___aXName1, String_t* ___aYName2, const RuntimeMethod* method); // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::WriteVector3(UnityEngine.Vector3,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_WriteVector3_mC4D0E6EDEF5615E178A92B62A1DC3F27796E10EE (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___aVec0, String_t* ___aXName1, String_t* ___aYName2, String_t* ___aZName3, const RuntimeMethod* method); // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::WriteVector4(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_WriteVector4_m978F11DF244DD8C5C89F89F83D0FA38ADACC783F (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___aVec0, const RuntimeMethod* method); // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::WriteQuaternion(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_WriteQuaternion_mA1BC18F2671D86EB994796991A27F53A5FBC99EC (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___aRot0, const RuntimeMethod* method); // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::WriteRect(UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_WriteRect_m911C390EE1F82209678FDB00E34FF7A23DE4518E (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___aRect0, const RuntimeMethod* method); // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::WriteRectOffset(UnityEngine.RectOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_WriteRectOffset_m41313F9D46C7B9717689FC5928C443B0EBE55064 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___aRect0, const RuntimeMethod* method); // UnityEngine.Vector2 OVRSimpleJSON.JSONNode::ReadVector2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 JSONNode_ReadVector2_m7E46639D64E39F486DF4AA431E3872D96287368A (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method); // UnityEngine.Vector3 OVRSimpleJSON.JSONNode::ReadVector3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E JSONNode_ReadVector3_m4429E4B6926D29CB0209AA35F8CD18F4FB069148 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method); // UnityEngine.Vector4 OVRSimpleJSON.JSONNode::ReadVector4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 JSONNode_ReadVector4_m48CC15A47CF6D4A377CCE67C736E9E77C819E3A3 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method); // UnityEngine.Quaternion OVRSimpleJSON.JSONNode::ReadQuaternion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 JSONNode_ReadQuaternion_mCFCD0BCF875C64DF685A79636E89959CCCE9F87F (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method); // UnityEngine.Rect OVRSimpleJSON.JSONNode::ReadRect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 JSONNode_ReadRect_m10DCE73B7FE85F8C90A9917400A06BCB430BEA30 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method); // UnityEngine.RectOffset OVRSimpleJSON.JSONNode::ReadRectOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * JSONNode_ReadRectOffset_m36D3E373CA20508CC4D0F4536F798E3D331E15C0 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_get_zero_mD28A0EC932762710AFA0BBB9CCC63716C3BD064D (const RuntimeMethod* method); // UnityEngine.Vector2 OVRSimpleJSON.JSONNode::ReadVector2(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 JSONNode_ReadVector2_m0D219D95B7A66E956ED66CE88A1844CF80231499 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___aDefault0, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6 (const RuntimeMethod* method); // UnityEngine.Vector3 OVRSimpleJSON.JSONNode::ReadVector3(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E JSONNode_ReadVector3_m7CEF689B556F3B1186BEDE8151BFD27F3FDFEE6E (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___aDefault0, const RuntimeMethod* method); // System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2 (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Vector4::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_get_zero_m6D63364ED48C32664BBDD4D85EB8D345F2866C56 (const RuntimeMethod* method); // UnityEngine.Vector4 OVRSimpleJSON.JSONNode::ReadVector4(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 JSONNode_ReadVector4_m9DFF7B8F7CEF9EFEC70574739AF169628534BC85 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___aDefault0, const RuntimeMethod* method); // System.Void UnityEngine.Quaternion::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quaternion__ctor_m564FA9302F5B9DA8BAB97B0A2D86FFE83ACAA421 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D (const RuntimeMethod* method); // UnityEngine.Quaternion OVRSimpleJSON.JSONNode::ReadQuaternion(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 JSONNode_ReadQuaternion_m1286EB5348A6C3BCAE640F87840D58D41CEE1081 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___aDefault0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method); // UnityEngine.Rect OVRSimpleJSON.JSONNode::ReadRect(UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 JSONNode_ReadRect_m3EE740F4AA26F7DDD7EDB4A927CEDE17CBA58B5C (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___aDefault0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_x() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mA61220F6F26ECD6951B779FFA7CAD7ECE11D6987 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_y() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_y_m4E1AAD20D167085FF4F9E9C86EF34689F5770A74 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectOffset__ctor_m428BA3F4AE287FA7D5F4CED6394225951E5E507B (RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * __this, int32_t ___left0, int32_t ___right1, int32_t ___top2, int32_t ___bottom3, const RuntimeMethod* method); // System.Void UnityEngine.RectOffset::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectOffset__ctor_m83529BADBE62C2D61ABEE8EB774BAB2D38DCF2AD (RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * __this, const RuntimeMethod* method); // UnityEngine.RectOffset OVRSimpleJSON.JSONNode::ReadRectOffset(UnityEngine.RectOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * JSONNode_ReadRectOffset_mBD6ECE2462CB040D39D2BDFE83FE63A0C61144FA (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___aDefault0, const RuntimeMethod* method); // System.Int32 UnityEngine.RectOffset::get_left() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectOffset_get_left_m3B3066D09D8C9C94826258386B609CDBFFF11910 (RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.RectOffset::get_right() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectOffset_get_right_m889468939F3F926FE21F8E81E23C0342D45615C6 (RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.RectOffset::get_top() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectOffset_get_top_m42000C7682185F03F23E7E0C3E8EC026FDBAB9D1 (RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.RectOffset::get_bottom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectOffset_get_bottom_mDDEBF1389FC1B8DCD9FC15DF91E51D264925C00D (RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * __this, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 Matrix4x4_get_identity_m8E1969E6DB24BE34842F2F2D10D7E3D0AF15007A (const RuntimeMethod* method); // System.Void UnityEngine.Matrix4x4::set_Item(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Matrix4x4_set_Item_m27BC97EE3093FDADFE0804FB80AFF5CDB03D355B (Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * __this, int32_t ___index0, float ___value1, const RuntimeMethod* method); // System.Single UnityEngine.Matrix4x4::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Matrix4x4_get_Item_mA0E634EF5A723EA9DD824391D4C62F4100C64813 (Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void OVRSimpleJSON.JSONNull::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNull__ctor_mE9EE90B115195D0AA81D1575380046A1F41D9A90 (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * __this, const RuntimeMethod* method); // System.Boolean OVRSimpleJSON.JSONNode::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_Equals_m743BC62E750F9A2905311CDB1A0F764EB1A7FC01 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean OVRSimpleJSON.JSONNumber::IsNumeric(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNumber_IsNumeric_mD1A512A9F1A51A15A18BFD80ED05ED3370634720 (RuntimeObject * ___value0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_mC228DB537BF466F8F8557664CACEA3CAE29AD87A (RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.Double::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m33CB20AA5674C6F4367B7B08340B33FB979F9F39 (double* __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 Dictionary_2_GetEnumerator_mFB66A9177E7A8BC0C4FC04907034E2B46EC3E405 (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * __this, const RuntimeMethod* method) { return (( Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 (*) (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mA44BBB15DFBD8E08B5E60E23AA5044D45C3F889F_gshared)(__this, method); } // System.Void OVRSimpleJSON.JSONNode/Enumerator::.ctor(System.Collections.Generic.Dictionary`2/Enumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m621FD7A5252D33AFA8A970ED5D05BCD98AFD039B (Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C * __this, Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 ___aDictEnum0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493 (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4F01DBE7409811CAB0BBA7AEFBAB4BC028D26FA6_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * Dictionary_2_get_Item_m6377C3514E3332E3515BAF65734A01BE1008DA75 (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * __this, String_t* ___key0, const RuntimeMethod* method) { return (( JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * (*) (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_mB1398A10D048A0246178C59F95003BD338CE7394_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_mF1E0E8433022C3F96B5215DF9FB8C1F4667CADAC (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * __this, String_t* ___key0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A *, String_t*, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, const RuntimeMethod*))Dictionary_2_set_Item_mE6BF870B04922441F9F2760E782DEE6EE682615A_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m32A12CA176E70D682D5B39EF840A51E8EECA1830 (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * __this, String_t* ___key0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A *, String_t*, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, const RuntimeMethod*))Dictionary_2_Add_m830DC29CD6F7128D4990D460CCCDE032E3B693D9_gshared)(__this, ___key0, ___value1, method); } // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4 (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A *, const RuntimeMethod*))Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared)(__this, method); } // !!0 System.Linq.Enumerable::ElementAt>(System.Collections.Generic.IEnumerable`1,System.Int32) inline KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA Enumerable_ElementAt_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_mCA1C736729BA33301542F43A70EDC420308E137B (RuntimeObject* ___source0, int32_t ___index1, const RuntimeMethod* method) { return (( KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA (*) (RuntimeObject*, int32_t, const RuntimeMethod*))Enumerable_ElementAt_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m46CCD5BA7FDEC15F2890A72B641ECB86CDDCC066_gshared)(___source0, ___index1, method); } // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline String_t* KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_inline (KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA *, const RuntimeMethod*))KeyValuePair_2_get_Key_mCAD7B121DB998D7C56EB0281215A860EFE9DCD95_gshared_inline)(__this, method); } // System.Guid System.Guid::NewGuid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_mA7DA3F652640919C3C83918D48310941AF3FCED4 (const RuntimeMethod* method); // System.String System.Guid::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_mA3AB7742FB0E04808F580868E82BDEB93187FB75 (Guid_t * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_mF5D644A5DCBD2280B6D00CA0B8A46B13402D4E59 (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m32325BAD86F31C471AEBE80C6A7A8A6908EB0611_gshared)(__this, ___key0, method); } // System.Void OVRSimpleJSON.JSONObject/<>c__DisplayClass21_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass21_0__ctor_m90BA0372D9D5EE6D808CD32E1DCA91C43AC84DE4 (U3CU3Ec__DisplayClass21_0_tFF391B6CEEAA8138F33FCC36A9D0EC817B16CE0F * __this, const RuntimeMethod* method); // System.Void System.Func`2,System.Boolean>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m98800F9784B17192195FE5DB4E6971641C683E69 (Func_2_tE420926B64A6FE6E24977D31555AF9CF87CA9FE8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tE420926B64A6FE6E24977D31555AF9CF87CA9FE8 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m03715B6DDEC4F9E5EED2E464BB22A6C4C9500DCB_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where>(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Where_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_m07E0B390EE928CF52F6CFC72BC3130858E008CC7 (RuntimeObject* ___source0, Func_2_tE420926B64A6FE6E24977D31555AF9CF87CA9FE8 * ___predicate1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tE420926B64A6FE6E24977D31555AF9CF87CA9FE8 *, const RuntimeMethod*))Enumerable_Where_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_mC6A769FD373ACE2998055D446E381D10AD4725E0_gshared)(___source0, ___predicate1, method); } // !!0 System.Linq.Enumerable::First>(System.Collections.Generic.IEnumerable`1) inline KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA Enumerable_First_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_m7F499BD8FD206C62D36A4414A59E622DA9166F94 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_First_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m18BDD453CAE9E7F45816D3BEAFEC5B245EEC536A_gshared)(___source0, method); } // System.Void OVRSimpleJSON.JSONObject/d__23::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_ChildrenU3Ed__23__ctor_m6CB44FA5E769CF8D15EE84FA5359974DA733F403 (U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA Enumerator_get_Current_m9727D413979E8FB83DA8B4865283A7F839515C64_inline (Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA (*) (Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 *, const RuntimeMethod*))Enumerator_get_Current_m17E1C36ECBB09CC2AB892710866F8655D83A6048_gshared_inline)(__this, method); } // System.String OVRSimpleJSON.JSONNode::Escape(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JSONNode_Escape_m56612ECCA928BA1559E4BB2812E5139FECAAAA8D (String_t* ___aText0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mD2205451DE49D96AA2B0DE62A3C9AA434A9C70D8 (Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 *, const RuntimeMethod*))Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m3D6E2E767FCF74B801EFC25534751B79E35A0A5A (Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 *, const RuntimeMethod*))Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m3AC42138A8DB1FDD94B5F3873FEA457E9369C0EA (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * Component_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m7F33B80A11920857D1B7C09CEBE97FA3504392A7 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // System.Int32 UnityEngine.QualitySettings::GetQualityLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualitySettings_GetQualityLevel_mE803BB84680A597825872F90FE6A3F73713372F8 (const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // UnityEngine.Material UnityEngine.Renderer::get_material() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * Object_Instantiate_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_m7995313FA91142E4C901CE3CB199E5F0D1402D0D (Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___original0, const RuntimeMethod* method) { return (( Material_t8927C00353A72755313F046D0CE85178AE8218EE * (*) (Material_t8927C00353A72755313F046D0CE85178AE8218EE *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m565E2A2E28EE3B4621B2F5C662D569D56A3AE99F_gshared)(___original0, method); } // UnityEngine.Color UnityEngine.Color::get_green() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_green_m787119A4B2078DAB30985625CA7B3B0FF6099FF5 (const RuntimeMethod* method); // System.Void UnityEngine.Material::set_color(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_material(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_material_m8DED7F4F7AF38755C3D7DAFDD613BBE1AAB941BA (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m52C9390086344FA8787001ED5911550D850CE515 (const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Material::get_color() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Material_get_color_m7926F7BE68B4D000306738C1EAABEB7ADFB97821 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Color::op_Equality(UnityEngine.Color,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_op_Equality_m54C509DB917E1B555CC54970616DBC8AF52F8E0D (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___lhs0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___rhs1, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_red() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_red_m6364CCD309A4A64D49115167E97154D40CF8F140 (const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Play() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::get_parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void OVRBone::set_Id(OVRSkeleton/BoneId) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRBone_set_Id_mDF7106563A397395DA66A6999F74C11F9A1675F6_inline (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void OVRBone::set_ParentBoneIndex(System.Int16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRBone_set_ParentBoneIndex_mA60581D469A01033001D70B5B0D736897E18078F_inline (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, int16_t ___value0, const RuntimeMethod* method); // System.Void OVRBone::set_Transform(UnityEngine.Transform) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRBone_set_Transform_mBCFFB3F705FC03D0875BDAECE690EAD4C93696F0_inline (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // System.Void OVRBoneCapsule::set_BoneIndex(System.Int16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRBoneCapsule_set_BoneIndex_m61745DAF0522ABBA6F949081CE6C3ED6E6FE5AC6_inline (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, int16_t ___value0, const RuntimeMethod* method); // System.Void OVRBoneCapsule::set_CapsuleRigidbody(UnityEngine.Rigidbody) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRBoneCapsule_set_CapsuleRigidbody_mD059E9DB8E8E69875980CFC7755A0D84570EBFE2_inline (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___value0, const RuntimeMethod* method); // System.Void OVRBoneCapsule::set_CapsuleCollider(UnityEngine.CapsuleCollider) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRBoneCapsule_set_CapsuleCollider_mD6466D8AA952DCB7DE154032388BA6E6B9EF7A14_inline (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * ___value0, const RuntimeMethod* method); // System.Boolean OVRPlugin::GetBoundaryConfigured() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_GetBoundaryConfigured_m538014A109E51673FC2645929209DA8DA9F03884 (const RuntimeMethod* method); // OVRPlugin/BoundaryTestResult OVRPlugin::TestBoundaryNode(OVRPlugin/Node,OVRPlugin/BoundaryType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 OVRPlugin_TestBoundaryNode_m5C86B7C14D88AF72CCE40CC459D74A99D9032F80 (int32_t ___nodeId0, int32_t ___boundaryType1, const RuntimeMethod* method); // UnityEngine.Vector3 OVRExtensions::FromFlippedZVector3f(OVRPlugin/Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRExtensions_FromFlippedZVector3f_mB3C47CCA4ECAF1BC04479D820D142B42C0BF8B75 (Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___v0, const RuntimeMethod* method); // OVRPlugin/Vector3f OVRExtensions::ToFlippedZVector3f(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 OVRExtensions_ToFlippedZVector3f_m88EE5D1A02266A7610CE606F9A8C31EEBCF6E128 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method); // OVRPlugin/BoundaryTestResult OVRPlugin::TestBoundaryPoint(OVRPlugin/Vector3f,OVRPlugin/BoundaryType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 OVRPlugin_TestBoundaryPoint_m6F875B0B271B74321085BD167FC3ABC5315C077F (Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___point0, int32_t ___boundaryType1, const RuntimeMethod* method); // System.Boolean OVRPlugin::GetBoundaryGeometry2(OVRPlugin/BoundaryType,System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_GetBoundaryGeometry2_m101F53B155EFB6D950D96B1C9F6134D1AF056507 (int32_t ___boundaryType0, intptr_t ___points1, int32_t* ___pointsCount2, const RuntimeMethod* method); // System.Int32 OVRNativeBuffer::GetCapacity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRNativeBuffer_GetCapacity_m85785E7CCF48CAC5C4C1EFA79FCBA867E13C0177_inline (OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * __this, const RuntimeMethod* method); // System.Void OVRNativeBuffer::Reset(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRNativeBuffer_Reset_mF289D49EDC0E25D7C4B09ADEBE53EDAF75ECEDEE (OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * __this, int32_t ___numBytes0, const RuntimeMethod* method); // System.IntPtr OVRNativeBuffer::GetPointer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t OVRNativeBuffer_GetPointer_m61A123341F7B0B70D30E66E6E94EEE7C8142603E (OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * __this, int32_t ___byteOffset0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m5B004FA5DF0DC280EB8677D5E253BA93924C40AD (intptr_t ___source0, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method); // OVRPlugin/Vector3f OVRPlugin::GetBoundaryDimensions(OVRPlugin/BoundaryType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 OVRPlugin_GetBoundaryDimensions_mF79CAC819AD6268E5027C7D9CCAAA4F52433DDA3 (int32_t ___boundaryType0, const RuntimeMethod* method); // UnityEngine.Vector3 OVRExtensions::FromVector3f(OVRPlugin/Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRExtensions_FromVector3f_m2EEC2BA1D7587B4C9ECB5D46D0ADD5CE732C9ABE (Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___v0, const RuntimeMethod* method); // System.Boolean OVRPlugin::GetBoundaryVisible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_GetBoundaryVisible_m85B514E3139677D23D016CEC90C39F45F5024C89 (const RuntimeMethod* method); // System.Boolean OVRPlugin::SetBoundaryVisible(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_SetBoundaryVisible_m7F4CDA6C27112C64B8C7F59D263A61AD07E2D778 (bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mF8F23D572031748AD428623AE16803455997E297 (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_gshared)(__this, method); } // System.Void OVRNativeBuffer::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRNativeBuffer__ctor_m304817998F6259A4ADDFEB1C9EC47549380E9360 (OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * __this, int32_t ___numBytes0, const RuntimeMethod* method); // System.Void OVRComposition::.ctor(UnityEngine.GameObject,UnityEngine.Camera,OVRMixedRealityCaptureConfiguration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRComposition__ctor_mE50852355418697733625ABA550B1E6B043752BD (OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___parentObject0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mainCamera1, RuntimeObject* ___configuration2, const RuntimeMethod* method); // OVRPlugin/CameraDevice OVRCompositionUtil::ConvertCameraDevice(OVRManager/CameraDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRCompositionUtil_ConvertCameraDevice_m92B866FA2F2EA39D2266E907B816C32496DF6781 (int32_t ___cameraDevice0, const RuntimeMethod* method); // System.Boolean OVRPlugin::DoesCameraDeviceSupportDepth(OVRPlugin/CameraDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_DoesCameraDeviceSupportDepth_m67CA4C635164AF3B87A92EE8BD60529B118E1545 (int32_t ___cameraDevice0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Boolean OVRPlugin::IsCameraDeviceAvailable(OVRPlugin/CameraDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_IsCameraDeviceAvailable_mA9D30698EA71AB390D46DEFD72CE8F45071E888F (int32_t ___cameraDevice0, const RuntimeMethod* method); // System.Int32 OVRPlugin::GetExternalCameraCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRPlugin_GetExternalCameraCount_m5294E8BBFF2E4C319894BC17A29C4DE8E07FB3E8 (const RuntimeMethod* method); // System.Boolean OVRPlugin::GetMixedRealityCameraInfo(System.Int32,OVRPlugin/CameraExtrinsics&,OVRPlugin/CameraIntrinsics&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_GetMixedRealityCameraInfo_m79878D2EF0BC14A2D523D8833FAA795FC81FA977 (int32_t ___cameraId0, CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF * ___cameraExtrinsics1, CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA * ___cameraIntrinsics2, const RuntimeMethod* method); // System.Boolean OVRPlugin::SetCameraDevicePreferredColorFrameSize(OVRPlugin/CameraDevice,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_SetCameraDevicePreferredColorFrameSize_m81467BCD3D18E3D419D3F1D86942737FF52AE139 (int32_t ___cameraDevice0, int32_t ___width1, int32_t ___height2, const RuntimeMethod* method); // System.Boolean OVRPlugin::SetCameraDeviceDepthSensingMode(OVRPlugin/CameraDevice,OVRPlugin/CameraDeviceDepthSensingMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_SetCameraDeviceDepthSensingMode_mF41D46675E8F69AD1E65267D55165DB325EA6C49 (int32_t ___camera0, int32_t ___depthSensoringMode1, const RuntimeMethod* method); // System.Boolean OVRPlugin::SetCameraDevicePreferredDepthQuality(OVRPlugin/CameraDevice,OVRPlugin/CameraDeviceDepthQuality) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_SetCameraDevicePreferredDepthQuality_m322523FFECF4BFF9CE1ED63CA645E4C38CE06677 (int32_t ___camera0, int32_t ___depthQuality1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogFormat_m72BF100F3CFE21832B462EDDA71CF0FE28C0D093 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Boolean OVRPlugin::OpenCameraDevice(OVRPlugin/CameraDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_OpenCameraDevice_mE8B739A8098CAC30F509A7E018AF63862D95BF9E (int32_t ___cameraDevice0, const RuntimeMethod* method); // System.Boolean OVRPlugin::HasCameraDeviceOpened(OVRPlugin/CameraDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_HasCameraDeviceOpened_m06D92EF81643CFC5AF83A0FB6765F4F0389E5493 (int32_t ___cameraDevice0, const RuntimeMethod* method); // System.Void OVRCompositionUtil::SafeDestroy(UnityEngine.GameObject&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCompositionUtil_SafeDestroy_m0625B410961C6F85AB5B61F3825E2A1662B9BB61 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** ___obj0, const RuntimeMethod* method); // System.Boolean OVRPlugin::CloseCameraDevice(OVRPlugin/CameraDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_CloseCameraDevice_m61399CF4B4D0CDA7CAD6DBDACB56853EC7BD0D51 (int32_t ___cameraDevice0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::CreatePrimitive(UnityEngine.PrimitiveType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GameObject_CreatePrimitive_m3F797A3D7CBF364F6581F6C800AB9F9BAF5000C6 (int32_t ___type0, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, String_t* ___value0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // UnityEngine.Transform OVRCameraRig::get_trackingSpace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * GameObject_GetComponent_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_m7CB95AA45111B8F2FD8968CBDF0CE3359F6B2E08 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Void UnityEngine.Collider::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collider_set_enabled_m047B4D830755CD36671F7A60BFAA9C0D61F6C4A1 (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * __this, bool ___value0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * GameObject_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_m4E244CD0EBBF9E0A3A73AF14F6EC434CA82E6F4B (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Void UnityEngine.Renderer::set_shadowCastingMode(UnityEngine.Rendering.ShadowCastingMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_shadowCastingMode_mDD2D9695A5F1B0D1FCACB8D87A3D1148C14D6F01 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.Shader UnityEngine.Shader::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * Shader_Find_m01F8D68779D3B0EA219E624443A768392B68B1E0 (String_t* ___name0, const RuntimeMethod* method); // System.Void UnityEngine.Material::.ctor(UnityEngine.Shader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_mD2A3BCD3B4F17F5C6E95F3B34DAF4B497B67127E (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___shader0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_white() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_white_m2F4F3E4DD95471924015E9CB5AF20E59C650EE37 (const RuntimeMethod* method); // System.Void UnityEngine.Material::SetColor(System.String,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetColor_m5CAAF4A8D7F839597B4E14588E341462EEB81698 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A * GameObject_AddComponent_TisOVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A_m25F87CA2A2CBCB521D1E894DFF15DA9B1AFF035C (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // UnityEngine.Texture2D UnityEngine.Texture2D::get_blackTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * Texture2D_get_blackTexture_m73D8938D54260922216CB35199C6147C895B4F80 (const RuntimeMethod* method); // UnityEngine.Texture2D UnityEngine.Texture2D::get_whiteTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * Texture2D_get_whiteTexture_m06F4B6937B7E20E899263D97597D6D0A3118B88B (const RuntimeMethod* method); // System.Boolean OVRPlugin::IsCameraDeviceColorFrameAvailable(OVRPlugin/CameraDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_IsCameraDeviceColorFrameAvailable_mC3D38A6C130A702C68CEBA3E9D5503BDB6FB165C (int32_t ___cameraDevice0, const RuntimeMethod* method); // UnityEngine.Texture2D OVRPlugin::GetCameraDeviceColorFrameTexture(OVRPlugin/CameraDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * OVRPlugin_GetCameraDeviceColorFrameTexture_m138D6826D77280EA1AC79C40588BB23B191B811D (int32_t ___cameraDevice0, const RuntimeMethod* method); // System.Boolean OVRPlugin::IsCameraDeviceDepthFrameAvailable(OVRPlugin/CameraDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_IsCameraDeviceDepthFrameAvailable_mA5A3826D1B706AB4582528B17F263825EF8FA437 (int32_t ___cameraDevice0, const RuntimeMethod* method); // UnityEngine.Texture2D OVRPlugin::GetCameraDeviceDepthFrameTexture(OVRPlugin/CameraDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * OVRPlugin_GetCameraDeviceDepthFrameTexture_m5918EBBC21AEDC25D026D8985B7442CFC6C630E1 (int32_t ___cameraDevice0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Dot(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_m81A33FB5E8269E1A21554ECCB1639019C708A1CF_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_fieldOfView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_aspect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_aspect_mD0A1FC8F998473DA08866FF9CD61C02E6D5F4987 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // OVRManager OVRManager::get_instance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline (const RuntimeMethod* method); // System.Void OVRCameraComposition::RefreshBoundaryMesh(UnityEngine.Camera,OVRMixedRealityCaptureConfiguration,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraComposition_RefreshBoundaryMesh_m7364D48B76C83487DC53FD414BA9F8D53797BA39 (OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, RuntimeObject* ___configuration1, float* ___cullingDistance2, const RuntimeMethod* method); // System.Void UnityEngine.Material::set_mainTexture(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_mainTexture_m1F715422BE5C75B4A7AC951691F0DC16A8C294C5 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetTexture(System.String,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetVector(System.String,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A (RuntimeObject * ___message0, const RuntimeMethod* method); // OVRBoundary/BoundaryType OVRCompositionUtil::ToBoundaryType(OVRManager/VirtualGreenScreenType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRCompositionUtil_ToBoundaryType_mD72DC5FFE751780BE7FC156FFACF671E1D21B4A7 (int32_t ___type0, const RuntimeMethod* method); // System.Single OVRCompositionUtil::GetMaximumBoundaryDistance(UnityEngine.Camera,OVRBoundary/BoundaryType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRCompositionUtil_GetMaximumBoundaryDistance_m14788B9005C7D3BE8998DE18A93A0BE9CAC58E0E (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, int32_t ___boundaryType1, const RuntimeMethod* method); // UnityEngine.Mesh OVRCompositionUtil::BuildBoundaryMesh(OVRBoundary/BoundaryType,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * OVRCompositionUtil_BuildBoundaryMesh_mDF5E42D3823EC4CE6A8A6E68C21DA76965CE8DB8 (int32_t ___boundaryType0, float ___topY1, float ___bottomY2, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mD9F4B83868AFAD9BF9F7DC4E3974B8C881092B31 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_mD84132DA8A72A81B1CDC5620B52E0E043D7FF0BF (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Application::add_onBeforeRender(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_onBeforeRender_m1324FCAC06439BC14CFCE062C6BEFB76C7501228 (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Application::remove_onBeforeRender(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_onBeforeRender_mD2FFDA214D242F524EFF15932A7334F1F0D526D0 (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.Application::get_isPlaying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m0388B541E40404CBB82D6AEB224A29053A0BC58C (const RuntimeMethod* method); // UnityEngine.Transform OVRCameraRig::get_centerEyeAnchor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method); // OVRPose OVRPose::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRPose_get_identity_m83D5FF8BECB3B2D548DC37255C0B3CF7EE0CEB10 (const RuntimeMethod* method); // System.Void OVRExtensions::FromOVRPose(UnityEngine.Transform,OVRPose,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___t0, OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 ___pose1, bool ___isLocal2, const RuntimeMethod* method); // UnityEngine.Transform OVRCameraRig::get_leftEyeAnchor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_leftEyeAnchor_m3D02E61092964705F953B7A3DBD7E999D82A4AE6_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method); // UnityEngine.Transform OVRCameraRig::get_rightEyeAnchor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_rightEyeAnchor_m7FBA02BA4B447CD4DF5D8DFE4BB15BBF84B53126_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method); // System.Boolean OVRManager::get_monoscopic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRManager_get_monoscopic_m21B53C4E4CB41436C848750CFC09DE20974D78E9 (OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * __this, const RuntimeMethod* method); // System.Boolean OVRNodeStateProperties::IsHmdPresent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRNodeStateProperties_IsHmdPresent_m2DC05ECFF4756113370FBCC3CF1FA5188E4CE811 (const RuntimeMethod* method); // OVRTracker OVRManager::get_tracker() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A * OVRManager_get_tracker_mF7CFCC84A8F1BF5EA00A47C484DDFAE7470497D5_inline (const RuntimeMethod* method); // OVRPose OVRTracker::GetPose(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRTracker_GetPose_m64548BEAB8A7C97300D6E695AD9FD7FDC4C5F445 (OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A * __this, int32_t ___tracker0, const RuntimeMethod* method); // UnityEngine.Transform OVRCameraRig::get_trackerAnchor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_trackerAnchor_m4E9E9F05EC727D9C0B15D7B5D923825FAD555A36_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 OVRManager::get_headPoseRelativeOffsetRotation() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRManager_get_headPoseRelativeOffsetRotation_m434986E445FD3920DE848C79B9CBBD022756CBD6_inline (OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Euler_mD694BA6F38A792C3D728A8BBAFF13000F5F3B64A (float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Boolean OVRNodeStateProperties::GetNodeStatePropertyVector3(UnityEngine.XR.XRNode,NodeStatePropertyType,OVRPlugin/Node,OVRPlugin/Step,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRNodeStateProperties_GetNodeStatePropertyVector3_m74280B4071738FAD2D376C9E9CB4F9EBE301FB49 (int32_t ___nodeType0, int32_t ___propertyType1, int32_t ___ovrpNodeType2, int32_t ___stepType3, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___retVec4, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Boolean OVRNodeStateProperties::GetNodeStatePropertyQuaternion(UnityEngine.XR.XRNode,NodeStatePropertyType,OVRPlugin/Node,OVRPlugin/Step,UnityEngine.Quaternion&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRNodeStateProperties_GetNodeStatePropertyQuaternion_m98EE953D915E7DB9A689D88B407E570840FE030D (int32_t ___nodeType0, int32_t ___propertyType1, int32_t ___ovrpNodeType2, int32_t ___stepType3, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * ___retQuat4, const RuntimeMethod* method); // UnityEngine.Vector3 OVRManager::get_headPoseRelativeOffsetTranslation() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRManager_get_headPoseRelativeOffsetTranslation_m62A1F6AEC989F39A84A13E19A3BD607E9D1B7627_inline (OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_localRotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Transform OVRCameraRig::get_leftHandAnchor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_leftHandAnchor_mB9C405D10FFBC1A7DD25649B9DEDAB3BB7DA80FF_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method); // UnityEngine.Transform OVRCameraRig::get_rightHandAnchor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_rightHandAnchor_mD8D8EBB2226F7786C5E28A7F914E8E82A026FC9C_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 OVRInput::GetLocalControllerPosition(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRInput_GetLocalControllerPosition_mC993A57FF4792AC91F94639C8D867B2EC8E8B859 (int32_t ___controllerType0, const RuntimeMethod* method); // UnityEngine.Quaternion OVRInput::GetLocalControllerRotation(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 OVRInput_GetLocalControllerRotation_m590D6D7EB560F88FEFD2D634D463AC75F110FD4B (int32_t ___controllerType0, const RuntimeMethod* method); // OVRPose OVRManager::GetOpenVRControllerOffset(UnityEngine.XR.XRNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRManager_GetOpenVRControllerOffset_mAD6DA38C2A115E1DF3BEF6DC4099B754872E58A5 (int32_t ___hand0, const RuntimeMethod* method); // UnityEngine.Transform OVRCameraRig::get_leftControllerAnchor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_leftControllerAnchor_m73E4091BDC9CD229E8C27899E1162F2A3D9DDDB6_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::InverseTransformPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_InverseTransformPoint_m476ABC8F3F14824D7D82FE2C54CEE5A151A669B8 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method); // UnityEngine.Transform OVRCameraRig::get_rightControllerAnchor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_rightControllerAnchor_m3ED5D132ECE653EC899FFE526C314D87089C187B_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Inverse(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Inverse_m793B370E0D0CE365B2ED99D9DB85867E0ADED307 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_op_Multiply_mA5FD288B815D9C1B59C7B26AA1942A85ACE94153 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___lhs0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rhs1, const RuntimeMethod* method); // System.Void OVRManager::SetOpenVRLocalPose(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRManager_SetOpenVRLocalPose_m4E0E36988016E821ED9B0DF0DE356BC01B08D6F2 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftPos0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightPos1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___leftRot2, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rightRot3, const RuntimeMethod* method); // UnityEngine.XR.XRDisplaySubsystem OVRManager::GetCurrentDisplaySubsystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 * OVRManager_GetCurrentDisplaySubsystem_mBCB8D697AD6DE426518012F5E341A87E0B86513C (const RuntimeMethod* method); // System.Void UnityEngine.XR.XRDisplaySubsystem::MarkTransformLateLatched(UnityEngine.Transform,UnityEngine.XR.XRDisplaySubsystem/LateLatchNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDisplaySubsystem_MarkTransformLateLatched_m12974AB9785A84AE4C9D2ED41233F202F3BF8485 (XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform0, int32_t ___nodeType1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m970BD0B00BD2EE0EC2EA6986BF52AC58BFA06F16 (Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * __this, OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C *, OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 *, const RuntimeMethod*))Action_1_Invoke_m587509C88BB83721D7918D89DF07606BB752D744_gshared)(__this, ___obj0, method); } // System.Void OVRCameraRig::set_trackingSpace(UnityEngine.Transform) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_trackingSpace_m280E6F5C8204B44F3A29855B0FAB5B1387E83460_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // System.Void OVRCameraRig::set_leftEyeAnchor(UnityEngine.Transform) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_leftEyeAnchor_m483A8368E3A547B7DD1F01E07A84A8981B37D842_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // System.Void OVRCameraRig::set_centerEyeAnchor(UnityEngine.Transform) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_centerEyeAnchor_m2CEB7B6D1F51A3B218F0ECDBC29DAC329FE193C9_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // System.Void OVRCameraRig::set_rightEyeAnchor(UnityEngine.Transform) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_rightEyeAnchor_m8AF8D6CF7B99F1BC41064E0A0EEA5837C7A00685_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // System.Void OVRCameraRig::set_leftHandAnchor(UnityEngine.Transform) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_leftHandAnchor_m1340636E3268A2B878FD8ABD97A18775F137FF8F_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // System.Void OVRCameraRig::set_rightHandAnchor(UnityEngine.Transform) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_rightHandAnchor_mE0C44572443ABD3F9F5D37D45CD3AF4B3A95D93B_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // System.Void OVRCameraRig::set_trackerAnchor(UnityEngine.Transform) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_trackerAnchor_mA41376C9AFF670B5FACF9E813F56D26C0749127A_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // System.Void OVRCameraRig::set_leftControllerAnchor(UnityEngine.Transform) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_leftControllerAnchor_mA55F59FB89BCDA448ADCF6ADEEEE4CA57A6F8127_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // System.Void OVRCameraRig::set_rightControllerAnchor(UnityEngine.Transform) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_rightControllerAnchor_mF7E02B821B998E527DA83DE9209DE8CE801EACA7_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE17146EF5B0D8E9F9D2D2D94567BF211AD00D320 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // !!0 UnityEngine.GameObject::AddComponent() inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m30A12D305C7F27946BFB6D84B7C754E899E1562C (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // System.Void UnityEngine.Component::set_tag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_set_tag_m6E921BD86BD4A0B5114725FFF0CCD62F26BD7E81 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_stereoTargetEye(UnityEngine.StereoTargetEyeMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_stereoTargetEye_m5A3C3A66A5B4498009555740C5EE3C02D5178DB0 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean OVRPlugin::get_EyeTextureArrayEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_get_EyeTextureArrayEnabled_m25C8628DCC3BA6C448921983871E42B634718053 (const RuntimeMethod* method); // UnityEngine.StereoTargetEyeMask UnityEngine.Camera::get_stereoTargetEye() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_stereoTargetEye_m45A05163D160C04B54EF3F23BD12F2A10F37818B (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.Behaviour::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, String_t* ___n0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, String_t* ___name0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_one() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_one_mFA8E564BB81364E4E65551816F3631176E7F58E7 (const RuntimeMethod* method); // OVRPose OVRPose::Inverse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRPose_Inverse_m8299B5582AA88F24919D2FAFE89AEB79833C556A (OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * __this, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 Matrix4x4_TRS_m5ABDD540D55BC20D1FD3804DDF005A867FC3D220 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___q1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___s2, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Transform::get_localToWorldMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 Transform_get_localToWorldMatrix_m6B810B0F20BA5DE48009461A4D662DD8BFF6A3CC (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::op_Multiply(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 Matrix4x4_op_Multiply_mB760A95995CDC5E31F18D76CE8806DF2C160DD4B (Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___lhs0, Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___rhs1, const RuntimeMethod* method); // System.Void OVRManager::set_chromatic(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRManager_set_chromatic_mD1371D2E999D66E53D1339D282BF33219837E6F8 (OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean OVRInput::GetDown(OVRInput/RawButton,OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRInput_GetDown_m511EF0ED774EAB070D2F09F5ABE1E27ABA8D4900 (int32_t ___rawMask0, int32_t ___controllerMask1, const RuntimeMethod* method); // System.Void OVRComposition::RefreshCameraRig(UnityEngine.GameObject,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRComposition_RefreshCameraRig_m95FD99A5F07BEE8C9B864D483D918D1237DA3DBC (OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___parentObject0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mainCamera1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInParent() inline OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * Component_GetComponentInParent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m46637DF4909D44287D7EA1432F5C7DF9563F7316 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInParent_TisRuntimeObject_mADA186D1675BEA6779C469918206294354385EC3_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * GameObject_GetComponent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m6146EEB03DE9A96D5EEC6C066EB360E747B2C297 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // OVRPose OVRComposition::ComputeCameraTrackingSpacePose(OVRPlugin/CameraExtrinsics) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRComposition_ComputeCameraTrackingSpacePose_mFFBFDC037DCBBD463C1AB5EC7584B4C9589E9325 (OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * __this, CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF ___extrinsics0, const RuntimeMethod* method); // OVRPose OVRExtensions::ToWorldSpacePose(OVRPose) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRExtensions_ToWorldSpacePose_mEA20346C01E7B8EC9E0FAFC6CB0E926F9AE73284 (OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 ___trackingSpacePose0, const RuntimeMethod* method); // OVRPose OVRExtensions::ToOVRPose(OVRPlugin/Posef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRExtensions_ToOVRPose_mFE303C29F27877BC3CE73A7375F536A997C0DD77 (Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___p0, const RuntimeMethod* method); // System.Boolean OVRPlugin::GetNodePresent(OVRPlugin/Node) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_GetNodePresent_m175C355606FC6B5C9E696EBD5D7693AC79E893A9 (int32_t ___nodeId0, const RuntimeMethod* method); // OVRPlugin/Posef OVRPlugin::GetNodePose(OVRPlugin/Node,OVRPlugin/Step) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 OVRPlugin_GetNodePose_m32A087B678EB8CBC3B00127A0A0896AE456347E7 (int32_t ___nodeId0, int32_t ___stepId1, const RuntimeMethod* method); // OVRPose OVRPose::op_Multiply(OVRPose,OVRPose) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRPose_op_Multiply_mE74DF5BC989D0AB797D35620C9362D2F6D47631F (OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 ___lhs0, OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 ___rhs1, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m7E408D4287F169F714A91F4D823A0BEF6090C11F (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void OVRCompositionUtil::SafeDestroy(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCompositionUtil_SafeDestroy_mAD5B74E5DB4FED0C087D399E9288F07A3CE6FD1E (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___obj0, const RuntimeMethod* method); // OVRBoundary OVRManager::get_boundary() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * OVRManager_get_boundary_m341A7623BA65EF306B68497965144FCCA4AF4E72_inline (const RuntimeMethod* method); // System.Boolean OVRBoundary::GetConfigured() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRBoundary_GetConfigured_m86D94CA8F2C9EB5A9D941B3B79EA37C733D2F59C (OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * __this, const RuntimeMethod* method); // UnityEngine.Vector3[] OVRBoundary::GetGeometry(OVRBoundary/BoundaryType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* OVRBoundary_GetGeometry_mE75369EC855C9E9F6F36AC60598CD5FDB91BDF5F (OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * __this, int32_t ___boundaryType0, const RuntimeMethod* method); // UnityEngine.Vector3 OVRCompositionUtil::GetWorldPosition(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRCompositionUtil_GetWorldPosition_mEF99BE5998C070075B603299B84A674A155CEA43 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___trackingSpacePosition0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_mB47F013C62B967199614B3D07228B381C0562448 (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mB47F013C62B967199614B3D07228B381C0562448_gshared)(__this, ___collection0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E List_1_get_Item_m554804AC447B0BA1F93C64E863FF7DB0527AFED9_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, int32_t, const RuntimeMethod*))List_1_get_Item_m554804AC447B0BA1F93C64E863FF7DB0527AFED9_gshared_inline)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mAE131B53917AD7132F6BA2C05D5D17C38C5A2E59 (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*))List_1_Add_mAE131B53917AD7132F6BA2C05D5D17C38C5A2E59_gshared)(__this, ___item0, method); } // System.Void UnityEngine.Mesh::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh__ctor_mA3D8570373462201AD7B8C9586A7F9412E49C2F6 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_vertices(UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_vertices_m38F0908D0FDFE484BE19E94BE9D6176667469AAD (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_uv(UnityEngine.Vector2[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_uv_mF6FED6DDACBAE3EAF28BFBF257A0D5356FCF3AAC (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_triangles(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_triangles_mF1D92E67523CD5FDC66A4378FC4AD8D4AD0D5FEC (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___value0, const RuntimeMethod* method); // OVRPlugin/SystemHeadset OVRPlugin::GetSystemHeadsetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRPlugin_GetSystemHeadsetType_mB06BA273CB7939F2A53EC83DD4F84629E1494A9B (const RuntimeMethod* method); // System.String OVRPlugin::get_productName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OVRPlugin_get_productName_m4708E4B6DF977FE64E352BD60D32E9BBD094F941 (const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void OVRManager::add_InputFocusAcquired(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRManager_add_InputFocusAcquired_m3C95F705367E13B49A9E16FC8E7C1CBC87975404 (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___value0, const RuntimeMethod* method); // System.Void OVRManager::add_InputFocusLost(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRManager_add_InputFocusLost_mCD789F0E8B73E49B8102AA065938AA826068C6A8 (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___value0, const RuntimeMethod* method); // System.Boolean OVRInput::IsControllerConnected(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRInput_IsControllerConnected_m24B7FF0FB50602F0A9D234CD376F3B1F3BB6D580 (int32_t ___controller0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Boolean OVRInput::Get(OVRInput/Button,OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRInput_Get_m0C7655F5F5118ADD5F3B5BDE2E9741E654329E91 (int32_t ___virtualMask0, int32_t ___controllerMask1, const RuntimeMethod* method); // System.Void UnityEngine.Animator::SetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetFloat_mD731F47ED44C2D629F8E1C6DB15629C3E1B992A0 (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method); // UnityEngine.Vector2 OVRInput::Get(OVRInput/Axis2D,OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 OVRInput_Get_m4597F63AAED66C9BF98F604D7837A4D9763D3B26 (int32_t ___virtualMask0, int32_t ___controllerMask1, const RuntimeMethod* method); // System.Single OVRInput::Get(OVRInput/Axis1D,OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRInput_Get_mD0906DB101F1C7DDEEFF8144FE0A8ABBF31B752F (int32_t ___virtualMask0, int32_t ___controllerMask1, const RuntimeMethod* method); // System.Void UnityEngine.UI.Text::set_supportRichText(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_set_supportRichText_m62254112F808CB0F15355E81FEA2C8174FC6D66D (Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mE1D4B0541E4F789EE83455AC1E37C16542A220E3 (List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void OVRControllerTest/BoolMonitor/BoolGenerator::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void OVRControllerTest/BoolMonitor::.ctor(System.String,OVRControllerTest/BoolMonitor/BoolGenerator,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130 (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * __this, String_t* ___name0, BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * ___generator1, float ___displayTimeout2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C (List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * __this, BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 *, BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // OVRInput/Controller OVRInput::GetActiveController() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRInput_GetActiveController_mB03C3BDC6933688B3F8C26B2DECF2CFF20795824_inline (const RuntimeMethod* method); // System.Byte OVRInput::GetControllerBatteryPercentRemaining(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t OVRInput_GetControllerBatteryPercentRemaining_mF104649F8B31395B8A076B7CD9F4F71807C8A395 (int32_t ___controllerMask0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Single OVRPlugin::GetAppFramerate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRPlugin_GetAppFramerate_m23C2054E7D41F84C8919E62CAAF4C33EF353F2C0 (const RuntimeMethod* method); // OVRInput/Controller OVRInput::GetConnectedControllers() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRInput_GetConnectedControllers_mE69D0392FF67E9784E5116130E895E57E8C81FD1_inline (const RuntimeMethod* method); // System.Void OVRControllerTest/BoolMonitor::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoolMonitor_Update_m02B034C1457EDD204C508B4FE2C2414751F10D0D (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * __this, const RuntimeMethod* method); // System.Void OVRControllerTest/BoolMonitor::AppendToStringBuilder(System.Text.StringBuilder&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoolMonitor_AppendToStringBuilder_m7FAB904C0BBBB60F2B2622AD829A78BA957BF5C2 (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * __this, StringBuilder_t ** ___sb0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m97C4AAABA51FCC2D426BD22FE05BEC045AB9D6F8 (StringBuilder_t * __this, String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // UnityEngine.Vector3 OVRInput::GetLocalControllerAngularVelocity(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRInput_GetLocalControllerAngularVelocity_m0989A5DF3FC348BB9E405A39A0AB16F5C6A9EA9B (int32_t ___controllerType0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3648BC8C77CEA688F3B90C7D79007CEDE85947E3 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // UnityEngine.Vector3 OVRInput::GetLocalControllerAngularAcceleration(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRInput_GetLocalControllerAngularAcceleration_mFD0BA1E0FCB5AA02C06EE09431B6029DC1E773E5 (int32_t ___controllerType0, const RuntimeMethod* method); // UnityEngine.Vector3 OVRInput::GetLocalControllerVelocity(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRInput_GetLocalControllerVelocity_mD4153FEECC00C4331C6531AC06C2B72779692A7C (int32_t ___controllerType0, const RuntimeMethod* method); // UnityEngine.Vector3 OVRInput::GetLocalControllerAcceleration(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRInput_GetLocalControllerAcceleration_m2E4B654748D50B64624A0CEFD71C9073D4A7B5C8 (int32_t ___controllerType0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * List_1_get_Item_m019F7F1F6616E18F9D7BCDDACEAAF922EC37FD0A_inline (List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * (*) (List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m92E9CA94F27026ED202619DA27D473A771BE2C0A_inline (List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRApplications::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRApplications__ctor_m86F9489D36D12E91E020073C5C61314DAA9B8724 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRApplications(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRApplications)Marshal.PtrToStructure(pInterface, typeof(IVRApplications)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 *)((IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 *)UnBox(L_3, IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_il2cpp_TypeInfo_var))))); // } return; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::AddApplicationManifest(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_AddApplicationManifest_mDFFFAC9C02F05F0B1C51138A9E88E190F9B43A10 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchApplicationManifestFullPath0, bool ___bTemporary1, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.AddApplicationManifest(pchApplicationManifestFullPath,bTemporary); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329 * L_1 = L_0->get_AddApplicationManifest_0(); String_t* L_2 = ___pchApplicationManifestFullPath0; bool L_3 = ___bTemporary1; NullCheck(L_1); int32_t L_4; L_4 = _AddApplicationManifest_Invoke_m81CB433C1FCD4F0952EB9C077E798181E7DAD7AD(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::RemoveApplicationManifest(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_RemoveApplicationManifest_mD2349B21D0D776829A5840A5A195C75E4D33900A (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchApplicationManifestFullPath0, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.RemoveApplicationManifest(pchApplicationManifestFullPath); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274 * L_1 = L_0->get_RemoveApplicationManifest_1(); String_t* L_2 = ___pchApplicationManifestFullPath0; NullCheck(L_1); int32_t L_3; L_3 = _RemoveApplicationManifest_Invoke_m48CCEBAEB8F1D9A32E9AD7657A02A6FF699DA5CE(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Boolean OVR.OpenVR.CVRApplications::IsApplicationInstalled(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRApplications_IsApplicationInstalled_m7844ADECDCA1F9A44862482D77A0DD65D0DC9C06 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchAppKey0, const RuntimeMethod* method) { { // bool result = FnTable.IsApplicationInstalled(pchAppKey); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA * L_1 = L_0->get_IsApplicationInstalled_2(); String_t* L_2 = ___pchAppKey0; NullCheck(L_1); bool L_3; L_3 = _IsApplicationInstalled_Invoke_m858BF9A80A3F46848293DAD0B803C9FA5B68F376(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.UInt32 OVR.OpenVR.CVRApplications::GetApplicationCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRApplications_GetApplicationCount_m21D1068F6B3F41C353BFF4DF9407A5FA46938872 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, const RuntimeMethod* method) { { // uint result = FnTable.GetApplicationCount(); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD * L_1 = L_0->get_GetApplicationCount_3(); NullCheck(L_1); uint32_t L_2; L_2 = _GetApplicationCount_Invoke_m9D5BEE821C31A74EB0BC48C92731C9B74FA193D2(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::GetApplicationKeyByIndex(System.UInt32,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_GetApplicationKeyByIndex_m50D6ACA59F2C734333B3BE7EC1AFA76F8FEBC8E1 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, uint32_t ___unApplicationIndex0, StringBuilder_t * ___pchAppKeyBuffer1, uint32_t ___unAppKeyBufferLen2, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.GetApplicationKeyByIndex(unApplicationIndex,pchAppKeyBuffer,unAppKeyBufferLen); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6 * L_1 = L_0->get_GetApplicationKeyByIndex_4(); uint32_t L_2 = ___unApplicationIndex0; StringBuilder_t * L_3 = ___pchAppKeyBuffer1; uint32_t L_4 = ___unAppKeyBufferLen2; NullCheck(L_1); int32_t L_5; L_5 = _GetApplicationKeyByIndex_Invoke_m031D523C47A3A3137544AE29225227DC3D8A1390(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::GetApplicationKeyByProcessId(System.UInt32,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_GetApplicationKeyByProcessId_m2E8450FD06DFA5D74A19A26BE37B28BCBCB4369A (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, uint32_t ___unProcessId0, StringBuilder_t * ___pchAppKeyBuffer1, uint32_t ___unAppKeyBufferLen2, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.GetApplicationKeyByProcessId(unProcessId,pchAppKeyBuffer,unAppKeyBufferLen); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9 * L_1 = L_0->get_GetApplicationKeyByProcessId_5(); uint32_t L_2 = ___unProcessId0; StringBuilder_t * L_3 = ___pchAppKeyBuffer1; uint32_t L_4 = ___unAppKeyBufferLen2; NullCheck(L_1); int32_t L_5; L_5 = _GetApplicationKeyByProcessId_Invoke_mAE69DD108A675C82A5C43B95706C4D30624DBAF2(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::LaunchApplication(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_LaunchApplication_m4BF87F2C73A69B2EE8F50690BD0B5BEB80DDED8F (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchAppKey0, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.LaunchApplication(pchAppKey); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE * L_1 = L_0->get_LaunchApplication_6(); String_t* L_2 = ___pchAppKey0; NullCheck(L_1); int32_t L_3; L_3 = _LaunchApplication_Invoke_m1E3C695043F922498ABDB07ED96AA65BAFF365FB(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::LaunchTemplateApplication(System.String,System.String,OVR.OpenVR.AppOverrideKeys_t[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_LaunchTemplateApplication_m9CF23473BE935ACE3B693567B71028D6AB495A70 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchTemplateAppKey0, String_t* ___pchNewAppKey1, AppOverrideKeys_tU5BU5D_t5F056A87FD5F8C52F276A454F63E9C9E344C231E* ___pKeys2, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.LaunchTemplateApplication(pchTemplateAppKey,pchNewAppKey,pKeys,(uint) pKeys.Length); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B * L_1 = L_0->get_LaunchTemplateApplication_7(); String_t* L_2 = ___pchTemplateAppKey0; String_t* L_3 = ___pchNewAppKey1; AppOverrideKeys_tU5BU5D_t5F056A87FD5F8C52F276A454F63E9C9E344C231E* L_4 = ___pKeys2; AppOverrideKeys_tU5BU5D_t5F056A87FD5F8C52F276A454F63E9C9E344C231E* L_5 = ___pKeys2; NullCheck(L_5); NullCheck(L_1); int32_t L_6; L_6 = _LaunchTemplateApplication_Invoke_m03F44DC182CA3E541A49FFC3D21415EF2707673B(L_1, L_2, L_3, L_4, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::LaunchApplicationFromMimeType(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_LaunchApplicationFromMimeType_mD7F51515CCE0BCEE7D5D8EE39522CF9A3761129A (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchMimeType0, String_t* ___pchArgs1, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.LaunchApplicationFromMimeType(pchMimeType,pchArgs); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02 * L_1 = L_0->get_LaunchApplicationFromMimeType_8(); String_t* L_2 = ___pchMimeType0; String_t* L_3 = ___pchArgs1; NullCheck(L_1); int32_t L_4; L_4 = _LaunchApplicationFromMimeType_Invoke_m0EFB82FB55EF987F0C482A1274E72495FCE3E15D(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::LaunchDashboardOverlay(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_LaunchDashboardOverlay_mF870E6328F4950916081707E678F3AF7A886EA42 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchAppKey0, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.LaunchDashboardOverlay(pchAppKey); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA * L_1 = L_0->get_LaunchDashboardOverlay_9(); String_t* L_2 = ___pchAppKey0; NullCheck(L_1); int32_t L_3; L_3 = _LaunchDashboardOverlay_Invoke_m14D18BD8C874E94B3A5DEFFD0A8574B83783981A(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Boolean OVR.OpenVR.CVRApplications::CancelApplicationLaunch(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRApplications_CancelApplicationLaunch_mDDE186CDB487555D64E6DEACF65E5FDEB2444826 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchAppKey0, const RuntimeMethod* method) { { // bool result = FnTable.CancelApplicationLaunch(pchAppKey); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC * L_1 = L_0->get_CancelApplicationLaunch_10(); String_t* L_2 = ___pchAppKey0; NullCheck(L_1); bool L_3; L_3 = _CancelApplicationLaunch_Invoke_m70D61DCC47F6651AF69C585DF3F38AC1A88D96EB(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::IdentifyApplication(System.UInt32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_IdentifyApplication_m26BFB9B364D10CBF11A4A28F5F3C30C4B1DAD9BA (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, uint32_t ___unProcessId0, String_t* ___pchAppKey1, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.IdentifyApplication(unProcessId,pchAppKey); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE * L_1 = L_0->get_IdentifyApplication_11(); uint32_t L_2 = ___unProcessId0; String_t* L_3 = ___pchAppKey1; NullCheck(L_1); int32_t L_4; L_4 = _IdentifyApplication_Invoke_mF71F617FBC2E75621129362F2309D6BC0BC0BE63(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.UInt32 OVR.OpenVR.CVRApplications::GetApplicationProcessId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRApplications_GetApplicationProcessId_m9B4C2C63A74AF2DAC2E5E454BF14C66486FC0414 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchAppKey0, const RuntimeMethod* method) { { // uint result = FnTable.GetApplicationProcessId(pchAppKey); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207 * L_1 = L_0->get_GetApplicationProcessId_12(); String_t* L_2 = ___pchAppKey0; NullCheck(L_1); uint32_t L_3; L_3 = _GetApplicationProcessId_Invoke_m3CAC914708BE5246731BD23041266A14D66EDC46(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.String OVR.OpenVR.CVRApplications::GetApplicationsErrorNameFromEnum(OVR.OpenVR.EVRApplicationError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CVRApplications_GetApplicationsErrorNameFromEnum_m15E37C583374203AA7538558CE42DE7CA56CDD6F (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, int32_t ___error0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IntPtr result = FnTable.GetApplicationsErrorNameFromEnum(error); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218 * L_1 = L_0->get_GetApplicationsErrorNameFromEnum_13(); int32_t L_2 = ___error0; NullCheck(L_1); intptr_t L_3; L_3 = _GetApplicationsErrorNameFromEnum_Invoke_m21F3745192F1843E9A9BD3019B6C982E8E501579(L_1, L_2, /*hidden argument*/NULL); // return Marshal.PtrToStringAnsi(result); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_4; L_4 = Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E((intptr_t)L_3, /*hidden argument*/NULL); return L_4; } } // System.UInt32 OVR.OpenVR.CVRApplications::GetApplicationPropertyString(System.String,OVR.OpenVR.EVRApplicationProperty,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVRApplicationError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRApplications_GetApplicationPropertyString_m0A6DD88D732917BC216872088AB9016B0169851A (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchAppKey0, int32_t ___eProperty1, StringBuilder_t * ___pchPropertyValueBuffer2, uint32_t ___unPropertyValueBufferLen3, int32_t* ___peError4, const RuntimeMethod* method) { { // uint result = FnTable.GetApplicationPropertyString(pchAppKey,eProperty,pchPropertyValueBuffer,unPropertyValueBufferLen,ref peError); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A * L_1 = L_0->get_GetApplicationPropertyString_14(); String_t* L_2 = ___pchAppKey0; int32_t L_3 = ___eProperty1; StringBuilder_t * L_4 = ___pchPropertyValueBuffer2; uint32_t L_5 = ___unPropertyValueBufferLen3; int32_t* L_6 = ___peError4; NullCheck(L_1); uint32_t L_7; L_7 = _GetApplicationPropertyString_Invoke_mA0E6D49DE0CFD8A9DD089EC507255F8F77CBE63F(L_1, L_2, L_3, L_4, L_5, (int32_t*)L_6, /*hidden argument*/NULL); // return result; return L_7; } } // System.Boolean OVR.OpenVR.CVRApplications::GetApplicationPropertyBool(System.String,OVR.OpenVR.EVRApplicationProperty,OVR.OpenVR.EVRApplicationError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRApplications_GetApplicationPropertyBool_m33BF7BC4984919F6D914C11C7AEE58F55831CCF2 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchAppKey0, int32_t ___eProperty1, int32_t* ___peError2, const RuntimeMethod* method) { { // bool result = FnTable.GetApplicationPropertyBool(pchAppKey,eProperty,ref peError); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B * L_1 = L_0->get_GetApplicationPropertyBool_15(); String_t* L_2 = ___pchAppKey0; int32_t L_3 = ___eProperty1; int32_t* L_4 = ___peError2; NullCheck(L_1); bool L_5; L_5 = _GetApplicationPropertyBool_Invoke_mDD4A1BD602986F651B96825229EC3DDD4383F267(L_1, L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.UInt64 OVR.OpenVR.CVRApplications::GetApplicationPropertyUint64(System.String,OVR.OpenVR.EVRApplicationProperty,OVR.OpenVR.EVRApplicationError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CVRApplications_GetApplicationPropertyUint64_mB0BCD39B1CC100105D745ECAACAC354FE0980CF0 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchAppKey0, int32_t ___eProperty1, int32_t* ___peError2, const RuntimeMethod* method) { { // ulong result = FnTable.GetApplicationPropertyUint64(pchAppKey,eProperty,ref peError); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538 * L_1 = L_0->get_GetApplicationPropertyUint64_16(); String_t* L_2 = ___pchAppKey0; int32_t L_3 = ___eProperty1; int32_t* L_4 = ___peError2; NullCheck(L_1); uint64_t L_5; L_5 = _GetApplicationPropertyUint64_Invoke_m98D08ACE55E03DA75E6836154A990FD32687A79C(L_1, L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::SetApplicationAutoLaunch(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_SetApplicationAutoLaunch_m7AEDDAE68F991643BDFFFC77D6956DECFC89980A (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchAppKey0, bool ___bAutoLaunch1, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.SetApplicationAutoLaunch(pchAppKey,bAutoLaunch); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B * L_1 = L_0->get_SetApplicationAutoLaunch_17(); String_t* L_2 = ___pchAppKey0; bool L_3 = ___bAutoLaunch1; NullCheck(L_1); int32_t L_4; L_4 = _SetApplicationAutoLaunch_Invoke_mC9897FFEFEEBB9B10674DB2C4AEFC2D5EEC3FA74(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.Boolean OVR.OpenVR.CVRApplications::GetApplicationAutoLaunch(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRApplications_GetApplicationAutoLaunch_mC39061402F0429183F0189F4779B104F1E28C932 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchAppKey0, const RuntimeMethod* method) { { // bool result = FnTable.GetApplicationAutoLaunch(pchAppKey); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005 * L_1 = L_0->get_GetApplicationAutoLaunch_18(); String_t* L_2 = ___pchAppKey0; NullCheck(L_1); bool L_3; L_3 = _GetApplicationAutoLaunch_Invoke_mD37266C538FDC044F11C86A18ECA647C73D01A34(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::SetDefaultApplicationForMimeType(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_SetDefaultApplicationForMimeType_mD73F20DBF6618D47392620E5A00D5D524334063A (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchAppKey0, String_t* ___pchMimeType1, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.SetDefaultApplicationForMimeType(pchAppKey,pchMimeType); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A * L_1 = L_0->get_SetDefaultApplicationForMimeType_19(); String_t* L_2 = ___pchAppKey0; String_t* L_3 = ___pchMimeType1; NullCheck(L_1); int32_t L_4; L_4 = _SetDefaultApplicationForMimeType_Invoke_m840B91FD9E2F40D319E15B5E0C399B8D44DF0BB1(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.Boolean OVR.OpenVR.CVRApplications::GetDefaultApplicationForMimeType(System.String,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRApplications_GetDefaultApplicationForMimeType_mE2FCFA6F5AC21FA51E83223A2ABAE6022EB6D655 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchMimeType0, StringBuilder_t * ___pchAppKeyBuffer1, uint32_t ___unAppKeyBufferLen2, const RuntimeMethod* method) { { // bool result = FnTable.GetDefaultApplicationForMimeType(pchMimeType,pchAppKeyBuffer,unAppKeyBufferLen); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC * L_1 = L_0->get_GetDefaultApplicationForMimeType_20(); String_t* L_2 = ___pchMimeType0; StringBuilder_t * L_3 = ___pchAppKeyBuffer1; uint32_t L_4 = ___unAppKeyBufferLen2; NullCheck(L_1); bool L_5; L_5 = _GetDefaultApplicationForMimeType_Invoke_m339A4F2762770BBDDA59FF3F3E1FA96BE2B8B1CA(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.Boolean OVR.OpenVR.CVRApplications::GetApplicationSupportedMimeTypes(System.String,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRApplications_GetApplicationSupportedMimeTypes_mC353364DA29400D97A000AD50EBE7202BE210921 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchAppKey0, StringBuilder_t * ___pchMimeTypesBuffer1, uint32_t ___unMimeTypesBuffer2, const RuntimeMethod* method) { { // bool result = FnTable.GetApplicationSupportedMimeTypes(pchAppKey,pchMimeTypesBuffer,unMimeTypesBuffer); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75 * L_1 = L_0->get_GetApplicationSupportedMimeTypes_21(); String_t* L_2 = ___pchAppKey0; StringBuilder_t * L_3 = ___pchMimeTypesBuffer1; uint32_t L_4 = ___unMimeTypesBuffer2; NullCheck(L_1); bool L_5; L_5 = _GetApplicationSupportedMimeTypes_Invoke_mED37C272B993E1A1E6CFCA5BF297C1ABC5ECB29A(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.UInt32 OVR.OpenVR.CVRApplications::GetApplicationsThatSupportMimeType(System.String,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRApplications_GetApplicationsThatSupportMimeType_mCCF5101D9C13F7AF2B2355B40A21B7FCEAD8E61F (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchMimeType0, StringBuilder_t * ___pchAppKeysThatSupportBuffer1, uint32_t ___unAppKeysThatSupportBuffer2, const RuntimeMethod* method) { { // uint result = FnTable.GetApplicationsThatSupportMimeType(pchMimeType,pchAppKeysThatSupportBuffer,unAppKeysThatSupportBuffer); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779 * L_1 = L_0->get_GetApplicationsThatSupportMimeType_22(); String_t* L_2 = ___pchMimeType0; StringBuilder_t * L_3 = ___pchAppKeysThatSupportBuffer1; uint32_t L_4 = ___unAppKeysThatSupportBuffer2; NullCheck(L_1); uint32_t L_5; L_5 = _GetApplicationsThatSupportMimeType_Invoke_m6BCEF46FA6713EA0B25676E0C8BA87C2955AFF73(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.UInt32 OVR.OpenVR.CVRApplications::GetApplicationLaunchArguments(System.UInt32,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRApplications_GetApplicationLaunchArguments_m88381A3E04D24A8CF0B6A841E3A603D9A4245753 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, uint32_t ___unHandle0, StringBuilder_t * ___pchArgs1, uint32_t ___unArgs2, const RuntimeMethod* method) { { // uint result = FnTable.GetApplicationLaunchArguments(unHandle,pchArgs,unArgs); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC * L_1 = L_0->get_GetApplicationLaunchArguments_23(); uint32_t L_2 = ___unHandle0; StringBuilder_t * L_3 = ___pchArgs1; uint32_t L_4 = ___unArgs2; NullCheck(L_1); uint32_t L_5; L_5 = _GetApplicationLaunchArguments_Invoke_mC45D23923C2E19127CBFD19A0529FA390D761C86(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::GetStartingApplication(System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_GetStartingApplication_mB0E1F9A0D4141AD70131DE54AAC9D6889A205F50 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, StringBuilder_t * ___pchAppKeyBuffer0, uint32_t ___unAppKeyBufferLen1, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.GetStartingApplication(pchAppKeyBuffer,unAppKeyBufferLen); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1 * L_1 = L_0->get_GetStartingApplication_24(); StringBuilder_t * L_2 = ___pchAppKeyBuffer0; uint32_t L_3 = ___unAppKeyBufferLen1; NullCheck(L_1); int32_t L_4; L_4 = _GetStartingApplication_Invoke_m87C94D2609F4B11F0D6CFDBB61824BBFFF9EB952(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVRApplicationTransitionState OVR.OpenVR.CVRApplications::GetTransitionState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_GetTransitionState_mAC9C85C5D186AA92307174EE471FB8D36F55B2DB (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, const RuntimeMethod* method) { { // EVRApplicationTransitionState result = FnTable.GetTransitionState(); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5 * L_1 = L_0->get_GetTransitionState_25(); NullCheck(L_1); int32_t L_2; L_2 = _GetTransitionState_Invoke_m509DB1E5F570A8B03785A64A96DC6D573BAF6E3B(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::PerformApplicationPrelaunchCheck(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_PerformApplicationPrelaunchCheck_mE90033E9C22CB47ACA58D383270E1079E8540CD2 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchAppKey0, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.PerformApplicationPrelaunchCheck(pchAppKey); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490 * L_1 = L_0->get_PerformApplicationPrelaunchCheck_26(); String_t* L_2 = ___pchAppKey0; NullCheck(L_1); int32_t L_3; L_3 = _PerformApplicationPrelaunchCheck_Invoke_m7946C946DB1C7DB566CC731D4800D5719DA3DF2C(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.String OVR.OpenVR.CVRApplications::GetApplicationsTransitionStateNameFromEnum(OVR.OpenVR.EVRApplicationTransitionState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CVRApplications_GetApplicationsTransitionStateNameFromEnum_mA51D6C5FC95377E2EE8DA6B47BA20692516258E7 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, int32_t ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IntPtr result = FnTable.GetApplicationsTransitionStateNameFromEnum(state); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F * L_1 = L_0->get_GetApplicationsTransitionStateNameFromEnum_27(); int32_t L_2 = ___state0; NullCheck(L_1); intptr_t L_3; L_3 = _GetApplicationsTransitionStateNameFromEnum_Invoke_m719116EE4C1DE46DDA2C48C97867C64CE05645F0(L_1, L_2, /*hidden argument*/NULL); // return Marshal.PtrToStringAnsi(result); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_4; L_4 = Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E((intptr_t)L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean OVR.OpenVR.CVRApplications::IsQuitUserPromptRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRApplications_IsQuitUserPromptRequested_m0BDD50AF427A086BA5208A00EC255F50F00CAF3A (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, const RuntimeMethod* method) { { // bool result = FnTable.IsQuitUserPromptRequested(); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F * L_1 = L_0->get_IsQuitUserPromptRequested_28(); NullCheck(L_1); bool L_2; L_2 = _IsQuitUserPromptRequested_Invoke_m728E936DC57F401D822CB38C4C4EE6568948B1F8(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // OVR.OpenVR.EVRApplicationError OVR.OpenVR.CVRApplications::LaunchInternalProcess(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRApplications_LaunchInternalProcess_m043FFB811C6AB5B5D873A32BB36090142C4E5CF8 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, String_t* ___pchBinaryPath0, String_t* ___pchArguments1, String_t* ___pchWorkingDirectory2, const RuntimeMethod* method) { { // EVRApplicationError result = FnTable.LaunchInternalProcess(pchBinaryPath,pchArguments,pchWorkingDirectory); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC * L_1 = L_0->get_LaunchInternalProcess_29(); String_t* L_2 = ___pchBinaryPath0; String_t* L_3 = ___pchArguments1; String_t* L_4 = ___pchWorkingDirectory2; NullCheck(L_1); int32_t L_5; L_5 = _LaunchInternalProcess_Invoke_m02726654292C0DFC32005D7C6B99551E80C0C601(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.UInt32 OVR.OpenVR.CVRApplications::GetCurrentSceneProcessId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRApplications_GetCurrentSceneProcessId_mB29B18F5BCC22F566399941761C8DD4BD3D5DE37 (CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * __this, const RuntimeMethod* method) { { // uint result = FnTable.GetCurrentSceneProcessId(); IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * L_0 = __this->get_address_of_FnTable_0(); _GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524 * L_1 = L_0->get_GetCurrentSceneProcessId_30(); NullCheck(L_1); uint32_t L_2; L_2 = _GetCurrentSceneProcessId_Invoke_mF6A8FD62B74314DFAC5E52F1DA535964524BC7E7(L_1, /*hidden argument*/NULL); // return result; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRChaperone::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRChaperone__ctor_mFEEFB2B6F180BE1681355ECF1275461C19AD181E (CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRChaperone(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRChaperone)Marshal.PtrToStructure(pInterface, typeof(IVRChaperone)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 *)((IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 *)UnBox(L_3, IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_il2cpp_TypeInfo_var))))); // } return; } } // OVR.OpenVR.ChaperoneCalibrationState OVR.OpenVR.CVRChaperone::GetCalibrationState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRChaperone_GetCalibrationState_mF9961A9392669CD8CFC57F0BF82072362BA2B3B6 (CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 * __this, const RuntimeMethod* method) { { // ChaperoneCalibrationState result = FnTable.GetCalibrationState(); IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 * L_0 = __this->get_address_of_FnTable_0(); _GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52 * L_1 = L_0->get_GetCalibrationState_0(); NullCheck(L_1); int32_t L_2; L_2 = _GetCalibrationState_Invoke_m255A9E180E9F1071FC78A9BC89BB268C1362AE83(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.Boolean OVR.OpenVR.CVRChaperone::GetPlayAreaSize(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperone_GetPlayAreaSize_m7518536F51D13454358D46D390BCAE3732476873 (CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 * __this, float* ___pSizeX0, float* ___pSizeZ1, const RuntimeMethod* method) { { // pSizeX = 0; float* L_0 = ___pSizeX0; *((float*)L_0) = (float)(0.0f); // pSizeZ = 0; float* L_1 = ___pSizeZ1; *((float*)L_1) = (float)(0.0f); // bool result = FnTable.GetPlayAreaSize(ref pSizeX,ref pSizeZ); IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 * L_2 = __this->get_address_of_FnTable_0(); _GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5 * L_3 = L_2->get_GetPlayAreaSize_1(); float* L_4 = ___pSizeX0; float* L_5 = ___pSizeZ1; NullCheck(L_3); bool L_6; L_6 = _GetPlayAreaSize_Invoke_m7D34E7BD448A1053E102604CC506FF7C9A356B55(L_3, (float*)L_4, (float*)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // System.Boolean OVR.OpenVR.CVRChaperone::GetPlayAreaRect(OVR.OpenVR.HmdQuad_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperone_GetPlayAreaRect_m61D58DCE23F8536CFA5FED933086957353038F5E (CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 * __this, HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 * ___rect0, const RuntimeMethod* method) { { // bool result = FnTable.GetPlayAreaRect(ref rect); IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 * L_0 = __this->get_address_of_FnTable_0(); _GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E * L_1 = L_0->get_GetPlayAreaRect_2(); HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 * L_2 = ___rect0; NullCheck(L_1); bool L_3; L_3 = _GetPlayAreaRect_Invoke_mEA9AE6F266899E84E6D2153CB53224E89173965A(L_1, (HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 *)L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Void OVR.OpenVR.CVRChaperone::ReloadInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRChaperone_ReloadInfo_m70A6DD84C6C4F1FD607DF95599CBFDAF19809A99 (CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 * __this, const RuntimeMethod* method) { { // FnTable.ReloadInfo(); IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 * L_0 = __this->get_address_of_FnTable_0(); _ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7 * L_1 = L_0->get_ReloadInfo_3(); NullCheck(L_1); _ReloadInfo_Invoke_mAC03AFFE1EF99715162F0CAB3719D04BDAE05728(L_1, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRChaperone::SetSceneColor(OVR.OpenVR.HmdColor_t) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRChaperone_SetSceneColor_m32061A3FF487A89CA3FFC500F913B86FF5181D07 (CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 * __this, HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 ___color0, const RuntimeMethod* method) { { // FnTable.SetSceneColor(color); IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 * L_0 = __this->get_address_of_FnTable_0(); _SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B * L_1 = L_0->get_SetSceneColor_4(); HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 L_2 = ___color0; NullCheck(L_1); _SetSceneColor_Invoke_m604AA59C4B8711C4F334FCB79AF837A0F5B8C52D(L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRChaperone::GetBoundsColor(OVR.OpenVR.HmdColor_t&,System.Int32,System.Single,OVR.OpenVR.HmdColor_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRChaperone_GetBoundsColor_mFC2E6637DD099F0CC0780B6BF84F0FB4E29896A2 (CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 * __this, HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 * ___pOutputColorArray0, int32_t ___nNumOutputColors1, float ___flCollisionBoundsFadeDistance2, HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 * ___pOutputCameraColor3, const RuntimeMethod* method) { { // FnTable.GetBoundsColor(ref pOutputColorArray,nNumOutputColors,flCollisionBoundsFadeDistance,ref pOutputCameraColor); IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 * L_0 = __this->get_address_of_FnTable_0(); _GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27 * L_1 = L_0->get_GetBoundsColor_5(); HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 * L_2 = ___pOutputColorArray0; int32_t L_3 = ___nNumOutputColors1; float L_4 = ___flCollisionBoundsFadeDistance2; HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 * L_5 = ___pOutputCameraColor3; NullCheck(L_1); _GetBoundsColor_Invoke_m1D1D8767E5F363A834387919170DBBCF23DB5E0D(L_1, (HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 *)L_2, L_3, L_4, (HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 *)L_5, /*hidden argument*/NULL); // } return; } } // System.Boolean OVR.OpenVR.CVRChaperone::AreBoundsVisible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperone_AreBoundsVisible_m70F369BB5FC09F11F3A7FF07276EC5902D77B519 (CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 * __this, const RuntimeMethod* method) { { // bool result = FnTable.AreBoundsVisible(); IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 * L_0 = __this->get_address_of_FnTable_0(); _AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836 * L_1 = L_0->get_AreBoundsVisible_6(); NullCheck(L_1); bool L_2; L_2 = _AreBoundsVisible_Invoke_mF263C54E35083DA714E00F8D5571158E4B7D33FA(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.Void OVR.OpenVR.CVRChaperone::ForceBoundsVisible(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRChaperone_ForceBoundsVisible_mAE6535BC758170E4C2EA0067C70A030C3D7E0E33 (CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 * __this, bool ___bForce0, const RuntimeMethod* method) { { // FnTable.ForceBoundsVisible(bForce); IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 * L_0 = __this->get_address_of_FnTable_0(); _ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1 * L_1 = L_0->get_ForceBoundsVisible_7(); bool L_2 = ___bForce0; NullCheck(L_1); _ForceBoundsVisible_Invoke_m337B0057465D420C15EE816FB2A9BD0D88EC7710(L_1, L_2, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRChaperoneSetup::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRChaperoneSetup__ctor_m8075407B1CE681305796A5E1481413BB9E2B23FA (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRChaperoneSetup(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRChaperoneSetup)Marshal.PtrToStructure(pInterface, typeof(IVRChaperoneSetup)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 *)((IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 *)UnBox(L_3, IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_il2cpp_TypeInfo_var))))); // } return; } } // System.Boolean OVR.OpenVR.CVRChaperoneSetup::CommitWorkingCopy(OVR.OpenVR.EChaperoneConfigFile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperoneSetup_CommitWorkingCopy_m2DF75B1759D773C8E8E59BA004C058C0C3E1E63A (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, int32_t ___configFile0, const RuntimeMethod* method) { { // bool result = FnTable.CommitWorkingCopy(configFile); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69 * L_1 = L_0->get_CommitWorkingCopy_0(); int32_t L_2 = ___configFile0; NullCheck(L_1); bool L_3; L_3 = _CommitWorkingCopy_Invoke_m059CC75E41F128D75A7DF6FBF9A533DFF96C8F07(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Void OVR.OpenVR.CVRChaperoneSetup::RevertWorkingCopy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRChaperoneSetup_RevertWorkingCopy_m43758CE705281AF13872ED8EF69BFBC6EA72D101 (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, const RuntimeMethod* method) { { // FnTable.RevertWorkingCopy(); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C * L_1 = L_0->get_RevertWorkingCopy_1(); NullCheck(L_1); _RevertWorkingCopy_Invoke_m91C45D1686963818B9CC098B7CCFF95344E9BD41(L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean OVR.OpenVR.CVRChaperoneSetup::GetWorkingPlayAreaSize(System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperoneSetup_GetWorkingPlayAreaSize_mBD1F3EF65F5074E4C1058F7166348FE3C1408A18 (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, float* ___pSizeX0, float* ___pSizeZ1, const RuntimeMethod* method) { { // pSizeX = 0; float* L_0 = ___pSizeX0; *((float*)L_0) = (float)(0.0f); // pSizeZ = 0; float* L_1 = ___pSizeZ1; *((float*)L_1) = (float)(0.0f); // bool result = FnTable.GetWorkingPlayAreaSize(ref pSizeX,ref pSizeZ); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_2 = __this->get_address_of_FnTable_0(); _GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910 * L_3 = L_2->get_GetWorkingPlayAreaSize_2(); float* L_4 = ___pSizeX0; float* L_5 = ___pSizeZ1; NullCheck(L_3); bool L_6; L_6 = _GetWorkingPlayAreaSize_Invoke_m294B763371F4C0B07C1BBE19CD5E0F7B840EE295(L_3, (float*)L_4, (float*)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // System.Boolean OVR.OpenVR.CVRChaperoneSetup::GetWorkingPlayAreaRect(OVR.OpenVR.HmdQuad_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperoneSetup_GetWorkingPlayAreaRect_mAC86295D3FC3720D8D3E01790A837BA2366DDF72 (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 * ___rect0, const RuntimeMethod* method) { { // bool result = FnTable.GetWorkingPlayAreaRect(ref rect); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0 * L_1 = L_0->get_GetWorkingPlayAreaRect_3(); HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 * L_2 = ___rect0; NullCheck(L_1); bool L_3; L_3 = _GetWorkingPlayAreaRect_Invoke_mC77DCF2C9575E0F674870828F32764232922842C(L_1, (HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 *)L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Boolean OVR.OpenVR.CVRChaperoneSetup::GetWorkingCollisionBoundsInfo(OVR.OpenVR.HmdQuad_t[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperoneSetup_GetWorkingCollisionBoundsInfo_m591AF0F3E2242BF9FCB6BEFF4C9CF9886C0FCD2D (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409** ___pQuadsBuffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { // uint punQuadsCount = 0; V_0 = 0; // bool result = FnTable.GetWorkingCollisionBoundsInfo(null,ref punQuadsCount); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522 * L_1 = L_0->get_GetWorkingCollisionBoundsInfo_4(); NullCheck(L_1); bool L_2; L_2 = _GetWorkingCollisionBoundsInfo_Invoke_m4B1D7C27D147203549660095D0201F7CF6E1D67C(L_1, (HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409*)(HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409*)NULL, (uint32_t*)(&V_0), /*hidden argument*/NULL); // pQuadsBuffer= new HmdQuad_t[punQuadsCount]; HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409** L_3 = ___pQuadsBuffer0; uint32_t L_4 = V_0; HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* L_5 = (HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409*)(HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409*)SZArrayNew(HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409_il2cpp_TypeInfo_var, (uint32_t)L_4); *((RuntimeObject **)L_3) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_5); // result = FnTable.GetWorkingCollisionBoundsInfo(pQuadsBuffer,ref punQuadsCount); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_6 = __this->get_address_of_FnTable_0(); _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522 * L_7 = L_6->get_GetWorkingCollisionBoundsInfo_4(); HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409** L_8 = ___pQuadsBuffer0; HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* L_9 = *((HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409**)L_8); NullCheck(L_7); bool L_10; L_10 = _GetWorkingCollisionBoundsInfo_Invoke_m4B1D7C27D147203549660095D0201F7CF6E1D67C(L_7, L_9, (uint32_t*)(&V_0), /*hidden argument*/NULL); // return result; return L_10; } } // System.Boolean OVR.OpenVR.CVRChaperoneSetup::GetLiveCollisionBoundsInfo(OVR.OpenVR.HmdQuad_t[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperoneSetup_GetLiveCollisionBoundsInfo_m53768A7099FEE8B32697D54E4C79B97B9167E228 (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409** ___pQuadsBuffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { // uint punQuadsCount = 0; V_0 = 0; // bool result = FnTable.GetLiveCollisionBoundsInfo(null,ref punQuadsCount); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7 * L_1 = L_0->get_GetLiveCollisionBoundsInfo_5(); NullCheck(L_1); bool L_2; L_2 = _GetLiveCollisionBoundsInfo_Invoke_mA95F5FA7C103FA8570C973F8E9281BADF3B47F32(L_1, (HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409*)(HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409*)NULL, (uint32_t*)(&V_0), /*hidden argument*/NULL); // pQuadsBuffer= new HmdQuad_t[punQuadsCount]; HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409** L_3 = ___pQuadsBuffer0; uint32_t L_4 = V_0; HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* L_5 = (HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409*)(HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409*)SZArrayNew(HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409_il2cpp_TypeInfo_var, (uint32_t)L_4); *((RuntimeObject **)L_3) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_5); // result = FnTable.GetLiveCollisionBoundsInfo(pQuadsBuffer,ref punQuadsCount); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_6 = __this->get_address_of_FnTable_0(); _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7 * L_7 = L_6->get_GetLiveCollisionBoundsInfo_5(); HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409** L_8 = ___pQuadsBuffer0; HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* L_9 = *((HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409**)L_8); NullCheck(L_7); bool L_10; L_10 = _GetLiveCollisionBoundsInfo_Invoke_mA95F5FA7C103FA8570C973F8E9281BADF3B47F32(L_7, L_9, (uint32_t*)(&V_0), /*hidden argument*/NULL); // return result; return L_10; } } // System.Boolean OVR.OpenVR.CVRChaperoneSetup::GetWorkingSeatedZeroPoseToRawTrackingPose(OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperoneSetup_GetWorkingSeatedZeroPoseToRawTrackingPose_mA647210879AE1485D51C400ACBF8977040F77B2F (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatSeatedZeroPoseToRawTrackingPose0, const RuntimeMethod* method) { { // bool result = FnTable.GetWorkingSeatedZeroPoseToRawTrackingPose(ref pmatSeatedZeroPoseToRawTrackingPose); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8 * L_1 = L_0->get_GetWorkingSeatedZeroPoseToRawTrackingPose_6(); HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_2 = ___pmatSeatedZeroPoseToRawTrackingPose0; NullCheck(L_1); bool L_3; L_3 = _GetWorkingSeatedZeroPoseToRawTrackingPose_Invoke_m675256DEC23B414674938DD78D8B0AB1CD75DDFA(L_1, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Boolean OVR.OpenVR.CVRChaperoneSetup::GetWorkingStandingZeroPoseToRawTrackingPose(OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperoneSetup_GetWorkingStandingZeroPoseToRawTrackingPose_m68DD5FAE797172D52679572998FEA3667BC8321E (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatStandingZeroPoseToRawTrackingPose0, const RuntimeMethod* method) { { // bool result = FnTable.GetWorkingStandingZeroPoseToRawTrackingPose(ref pmatStandingZeroPoseToRawTrackingPose); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE * L_1 = L_0->get_GetWorkingStandingZeroPoseToRawTrackingPose_7(); HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_2 = ___pmatStandingZeroPoseToRawTrackingPose0; NullCheck(L_1); bool L_3; L_3 = _GetWorkingStandingZeroPoseToRawTrackingPose_Invoke_mFA93EF76237A4850BC83491173635B81890347D2(L_1, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Void OVR.OpenVR.CVRChaperoneSetup::SetWorkingPlayAreaSize(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRChaperoneSetup_SetWorkingPlayAreaSize_m23EBB1F9904CB2D4EDF94D89673B2C5705F2C94C (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, float ___sizeX0, float ___sizeZ1, const RuntimeMethod* method) { { // FnTable.SetWorkingPlayAreaSize(sizeX,sizeZ); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344 * L_1 = L_0->get_SetWorkingPlayAreaSize_8(); float L_2 = ___sizeX0; float L_3 = ___sizeZ1; NullCheck(L_1); _SetWorkingPlayAreaSize_Invoke_mE728ABBBBFEF8E7B325DD72C71990228B7CFDAED(L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRChaperoneSetup::SetWorkingCollisionBoundsInfo(OVR.OpenVR.HmdQuad_t[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRChaperoneSetup_SetWorkingCollisionBoundsInfo_mA0DB722B331089FBB1F66C633FC4B721090D21E8 (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* ___pQuadsBuffer0, const RuntimeMethod* method) { { // FnTable.SetWorkingCollisionBoundsInfo(pQuadsBuffer,(uint) pQuadsBuffer.Length); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7 * L_1 = L_0->get_SetWorkingCollisionBoundsInfo_9(); HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* L_2 = ___pQuadsBuffer0; HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* L_3 = ___pQuadsBuffer0; NullCheck(L_3); NullCheck(L_1); _SetWorkingCollisionBoundsInfo_Invoke_mC55D768AF84210DF352ED0EF3130C59B340B1387(L_1, L_2, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRChaperoneSetup::SetWorkingSeatedZeroPoseToRawTrackingPose(OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRChaperoneSetup_SetWorkingSeatedZeroPoseToRawTrackingPose_m980E2E00DE45752AD73B2F82AF3D5521BA52F24E (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pMatSeatedZeroPoseToRawTrackingPose0, const RuntimeMethod* method) { { // FnTable.SetWorkingSeatedZeroPoseToRawTrackingPose(ref pMatSeatedZeroPoseToRawTrackingPose); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC * L_1 = L_0->get_SetWorkingSeatedZeroPoseToRawTrackingPose_10(); HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_2 = ___pMatSeatedZeroPoseToRawTrackingPose0; NullCheck(L_1); _SetWorkingSeatedZeroPoseToRawTrackingPose_Invoke_m37BB95B2292D1190966C9208C3B87D5BE7F3AF48(L_1, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_2, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRChaperoneSetup::SetWorkingStandingZeroPoseToRawTrackingPose(OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRChaperoneSetup_SetWorkingStandingZeroPoseToRawTrackingPose_mF807C173DD9700A246246D3B94BE13AB5EFB1F47 (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pMatStandingZeroPoseToRawTrackingPose0, const RuntimeMethod* method) { { // FnTable.SetWorkingStandingZeroPoseToRawTrackingPose(ref pMatStandingZeroPoseToRawTrackingPose); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22 * L_1 = L_0->get_SetWorkingStandingZeroPoseToRawTrackingPose_11(); HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_2 = ___pMatStandingZeroPoseToRawTrackingPose0; NullCheck(L_1); _SetWorkingStandingZeroPoseToRawTrackingPose_Invoke_mD2CFF4D3D5403C28BD181FDD452C6CBE36606D53(L_1, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_2, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRChaperoneSetup::ReloadFromDisk(OVR.OpenVR.EChaperoneConfigFile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRChaperoneSetup_ReloadFromDisk_m8BB1A55F4429D8EA247E181815DED39DEB635596 (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, int32_t ___configFile0, const RuntimeMethod* method) { { // FnTable.ReloadFromDisk(configFile); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1 * L_1 = L_0->get_ReloadFromDisk_12(); int32_t L_2 = ___configFile0; NullCheck(L_1); _ReloadFromDisk_Invoke_m033DFF64095934DED8A4E7F8FA4418EED62B656C(L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Boolean OVR.OpenVR.CVRChaperoneSetup::GetLiveSeatedZeroPoseToRawTrackingPose(OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperoneSetup_GetLiveSeatedZeroPoseToRawTrackingPose_m7783891D40E82A6779778402B2B938C0006965F3 (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatSeatedZeroPoseToRawTrackingPose0, const RuntimeMethod* method) { { // bool result = FnTable.GetLiveSeatedZeroPoseToRawTrackingPose(ref pmatSeatedZeroPoseToRawTrackingPose); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9 * L_1 = L_0->get_GetLiveSeatedZeroPoseToRawTrackingPose_13(); HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_2 = ___pmatSeatedZeroPoseToRawTrackingPose0; NullCheck(L_1); bool L_3; L_3 = _GetLiveSeatedZeroPoseToRawTrackingPose_Invoke_m8645E14DF8E6554DCE376AB5BF6A1B77CC44CD4B(L_1, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Void OVR.OpenVR.CVRChaperoneSetup::SetWorkingCollisionBoundsTagsInfo(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRChaperoneSetup_SetWorkingCollisionBoundsTagsInfo_m2A3ABB0CBF32E2008BFC16153C95151142866A28 (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pTagsBuffer0, const RuntimeMethod* method) { { // FnTable.SetWorkingCollisionBoundsTagsInfo(pTagsBuffer,(uint) pTagsBuffer.Length); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D * L_1 = L_0->get_SetWorkingCollisionBoundsTagsInfo_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___pTagsBuffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___pTagsBuffer0; NullCheck(L_3); NullCheck(L_1); _SetWorkingCollisionBoundsTagsInfo_Invoke_mFB4230B8A1894C6435B147A79BE98CE4DBFA54F4(L_1, L_2, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); // } return; } } // System.Boolean OVR.OpenVR.CVRChaperoneSetup::GetLiveCollisionBoundsTagsInfo(System.Byte[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperoneSetup_GetLiveCollisionBoundsTagsInfo_mB84F83B15ED96EDD185021A6B36B9614D8EB8C82 (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** ___pTagsBuffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { // uint punTagCount = 0; V_0 = 0; // bool result = FnTable.GetLiveCollisionBoundsTagsInfo(null,ref punTagCount); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923 * L_1 = L_0->get_GetLiveCollisionBoundsTagsInfo_15(); NullCheck(L_1); bool L_2; L_2 = _GetLiveCollisionBoundsTagsInfo_Invoke_mC127B2338B8047AAFCB13DBE5AEB67501109A78B(L_1, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, (uint32_t*)(&V_0), /*hidden argument*/NULL); // pTagsBuffer= new byte[punTagCount]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_3 = ___pTagsBuffer0; uint32_t L_4 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); *((RuntimeObject **)L_3) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_5); // result = FnTable.GetLiveCollisionBoundsTagsInfo(pTagsBuffer,ref punTagCount); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_6 = __this->get_address_of_FnTable_0(); _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923 * L_7 = L_6->get_GetLiveCollisionBoundsTagsInfo_15(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_8 = ___pTagsBuffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = *((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_8); NullCheck(L_7); bool L_10; L_10 = _GetLiveCollisionBoundsTagsInfo_Invoke_mC127B2338B8047AAFCB13DBE5AEB67501109A78B(L_7, L_9, (uint32_t*)(&V_0), /*hidden argument*/NULL); // return result; return L_10; } } // System.Boolean OVR.OpenVR.CVRChaperoneSetup::SetWorkingPhysicalBoundsInfo(OVR.OpenVR.HmdQuad_t[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperoneSetup_SetWorkingPhysicalBoundsInfo_m1D546FE135B0474311B0E088B360C690839E92BA (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* ___pQuadsBuffer0, const RuntimeMethod* method) { { // bool result = FnTable.SetWorkingPhysicalBoundsInfo(pQuadsBuffer,(uint) pQuadsBuffer.Length); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF * L_1 = L_0->get_SetWorkingPhysicalBoundsInfo_16(); HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* L_2 = ___pQuadsBuffer0; HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* L_3 = ___pQuadsBuffer0; NullCheck(L_3); NullCheck(L_1); bool L_4; L_4 = _SetWorkingPhysicalBoundsInfo_Invoke_mE6EF50B609A21FF8A331A7D47995F9DE292104BB(L_1, L_2, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); // return result; return L_4; } } // System.Boolean OVR.OpenVR.CVRChaperoneSetup::GetLivePhysicalBoundsInfo(OVR.OpenVR.HmdQuad_t[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperoneSetup_GetLivePhysicalBoundsInfo_m636F4DAEDB014CF53126BD33E464136FD92C436A (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409** ___pQuadsBuffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { // uint punQuadsCount = 0; V_0 = 0; // bool result = FnTable.GetLivePhysicalBoundsInfo(null,ref punQuadsCount); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204 * L_1 = L_0->get_GetLivePhysicalBoundsInfo_17(); NullCheck(L_1); bool L_2; L_2 = _GetLivePhysicalBoundsInfo_Invoke_m32A9B27C9BEE841C701FF5928E3043234BF13CB1(L_1, (HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409*)(HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409*)NULL, (uint32_t*)(&V_0), /*hidden argument*/NULL); // pQuadsBuffer= new HmdQuad_t[punQuadsCount]; HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409** L_3 = ___pQuadsBuffer0; uint32_t L_4 = V_0; HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* L_5 = (HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409*)(HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409*)SZArrayNew(HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409_il2cpp_TypeInfo_var, (uint32_t)L_4); *((RuntimeObject **)L_3) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_5); // result = FnTable.GetLivePhysicalBoundsInfo(pQuadsBuffer,ref punQuadsCount); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_6 = __this->get_address_of_FnTable_0(); _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204 * L_7 = L_6->get_GetLivePhysicalBoundsInfo_17(); HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409** L_8 = ___pQuadsBuffer0; HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409* L_9 = *((HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409**)L_8); NullCheck(L_7); bool L_10; L_10 = _GetLivePhysicalBoundsInfo_Invoke_m32A9B27C9BEE841C701FF5928E3043234BF13CB1(L_7, L_9, (uint32_t*)(&V_0), /*hidden argument*/NULL); // return result; return L_10; } } // System.Boolean OVR.OpenVR.CVRChaperoneSetup::ExportLiveToBuffer(System.Text.StringBuilder,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperoneSetup_ExportLiveToBuffer_m2178B32D0B5EA7F209A1D2F273327DC3C87F39B0 (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, StringBuilder_t * ___pBuffer0, uint32_t* ___pnBufferLength1, const RuntimeMethod* method) { { // pnBufferLength = 0; uint32_t* L_0 = ___pnBufferLength1; *((int32_t*)L_0) = (int32_t)0; // bool result = FnTable.ExportLiveToBuffer(pBuffer,ref pnBufferLength); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_1 = __this->get_address_of_FnTable_0(); _ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6 * L_2 = L_1->get_ExportLiveToBuffer_18(); StringBuilder_t * L_3 = ___pBuffer0; uint32_t* L_4 = ___pnBufferLength1; NullCheck(L_2); bool L_5; L_5 = _ExportLiveToBuffer_Invoke_m941F23D9E735C69BD968CA8F5821E79C2A27C402(L_2, L_3, (uint32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.Boolean OVR.OpenVR.CVRChaperoneSetup::ImportFromBufferToWorking(System.String,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRChaperoneSetup_ImportFromBufferToWorking_mFD1B5A38198BA4CB030CEFBA0A85A0BEA8529DBD (CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * __this, String_t* ___pBuffer0, uint32_t ___nImportFlags1, const RuntimeMethod* method) { { // bool result = FnTable.ImportFromBufferToWorking(pBuffer,nImportFlags); IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * L_0 = __this->get_address_of_FnTable_0(); _ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB * L_1 = L_0->get_ImportFromBufferToWorking_19(); String_t* L_2 = ___pBuffer0; uint32_t L_3 = ___nImportFlags1; NullCheck(L_1); bool L_4; L_4 = _ImportFromBufferToWorking_Invoke_m25F59D695D549050A98F6C9EF7D01412E911D97D(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRCompositor::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor__ctor_mC076233C0D19F2831C6951D2F9032823AB8865CC (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRCompositor(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRCompositor)Marshal.PtrToStructure(pInterface, typeof(IVRCompositor)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC *)((IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC *)UnBox(L_3, IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_il2cpp_TypeInfo_var))))); // } return; } } // System.Void OVR.OpenVR.CVRCompositor::SetTrackingSpace(OVR.OpenVR.ETrackingUniverseOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_SetTrackingSpace_mEA0FD400AC51F82D8845FF7B04A12CD47E39851B (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, int32_t ___eOrigin0, const RuntimeMethod* method) { { // FnTable.SetTrackingSpace(eOrigin); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4 * L_1 = L_0->get_SetTrackingSpace_0(); int32_t L_2 = ___eOrigin0; NullCheck(L_1); _SetTrackingSpace_Invoke_mD65FF22A951B5172D7493C79097EB340B7E405B7(L_1, L_2, /*hidden argument*/NULL); // } return; } } // OVR.OpenVR.ETrackingUniverseOrigin OVR.OpenVR.CVRCompositor::GetTrackingSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRCompositor_GetTrackingSpace_mA399B3E192FB6252995753958DD59AF2FC652ED5 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // ETrackingUniverseOrigin result = FnTable.GetTrackingSpace(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E * L_1 = L_0->get_GetTrackingSpace_1(); NullCheck(L_1); int32_t L_2; L_2 = _GetTrackingSpace_Invoke_m3631201452D6A08E2421E0153FC3AF2BFEE1FBAC(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // OVR.OpenVR.EVRCompositorError OVR.OpenVR.CVRCompositor::WaitGetPoses(OVR.OpenVR.TrackedDevicePose_t[],OVR.OpenVR.TrackedDevicePose_t[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRCompositor_WaitGetPoses_m8EE7B8277B3F385D57EFD9C2E0B12EE3B196F705 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* ___pRenderPoseArray0, TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* ___pGamePoseArray1, const RuntimeMethod* method) { { // EVRCompositorError result = FnTable.WaitGetPoses(pRenderPoseArray,(uint) pRenderPoseArray.Length,pGamePoseArray,(uint) pGamePoseArray.Length); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1 * L_1 = L_0->get_WaitGetPoses_2(); TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* L_2 = ___pRenderPoseArray0; TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* L_3 = ___pRenderPoseArray0; NullCheck(L_3); TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* L_4 = ___pGamePoseArray1; TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* L_5 = ___pGamePoseArray1; NullCheck(L_5); NullCheck(L_1); int32_t L_6; L_6 = _WaitGetPoses_Invoke_m7253BC02A271697C95FD9FCA5C6674594F17D099(L_1, L_2, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), L_4, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVRCompositorError OVR.OpenVR.CVRCompositor::GetLastPoses(OVR.OpenVR.TrackedDevicePose_t[],OVR.OpenVR.TrackedDevicePose_t[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRCompositor_GetLastPoses_m630123905EE10BDAAE603FA03F7BDB2533992FDE (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* ___pRenderPoseArray0, TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* ___pGamePoseArray1, const RuntimeMethod* method) { { // EVRCompositorError result = FnTable.GetLastPoses(pRenderPoseArray,(uint) pRenderPoseArray.Length,pGamePoseArray,(uint) pGamePoseArray.Length); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057 * L_1 = L_0->get_GetLastPoses_3(); TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* L_2 = ___pRenderPoseArray0; TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* L_3 = ___pRenderPoseArray0; NullCheck(L_3); TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* L_4 = ___pGamePoseArray1; TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* L_5 = ___pGamePoseArray1; NullCheck(L_5); NullCheck(L_1); int32_t L_6; L_6 = _GetLastPoses_Invoke_mC0C1EB60BDBCF297E3D1E6DEE2D1DDC40D43E4E2(L_1, L_2, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), L_4, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVRCompositorError OVR.OpenVR.CVRCompositor::GetLastPoseForTrackedDeviceIndex(System.UInt32,OVR.OpenVR.TrackedDevicePose_t&,OVR.OpenVR.TrackedDevicePose_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRCompositor_GetLastPoseForTrackedDeviceIndex_m8C923667D3B9C1F81A2157D500067A0818581C5B (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, uint32_t ___unDeviceIndex0, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * ___pOutputPose1, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * ___pOutputGamePose2, const RuntimeMethod* method) { { // EVRCompositorError result = FnTable.GetLastPoseForTrackedDeviceIndex(unDeviceIndex,ref pOutputPose,ref pOutputGamePose); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8 * L_1 = L_0->get_GetLastPoseForTrackedDeviceIndex_4(); uint32_t L_2 = ___unDeviceIndex0; TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * L_3 = ___pOutputPose1; TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * L_4 = ___pOutputGamePose2; NullCheck(L_1); int32_t L_5; L_5 = _GetLastPoseForTrackedDeviceIndex_Invoke_m353B1225FD04957710B8807EB906ADA642FA3ABD(L_1, L_2, (TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 *)L_3, (TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 *)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRCompositorError OVR.OpenVR.CVRCompositor::Submit(OVR.OpenVR.EVREye,OVR.OpenVR.Texture_t&,OVR.OpenVR.VRTextureBounds_t&,OVR.OpenVR.EVRSubmitFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRCompositor_Submit_m9551A3AE55490083B7F258395A8BF3DA3D2DDA70 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, int32_t ___eEye0, Texture_t_t620CAA304875674443E89FE116A335886BF0413F * ___pTexture1, VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * ___pBounds2, int32_t ___nSubmitFlags3, const RuntimeMethod* method) { { // EVRCompositorError result = FnTable.Submit(eEye,ref pTexture,ref pBounds,nSubmitFlags); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B * L_1 = L_0->get_Submit_5(); int32_t L_2 = ___eEye0; Texture_t_t620CAA304875674443E89FE116A335886BF0413F * L_3 = ___pTexture1; VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * L_4 = ___pBounds2; int32_t L_5 = ___nSubmitFlags3; NullCheck(L_1); int32_t L_6; L_6 = _Submit_Invoke_m34020F6BCF157E2221905A4092D8F8EB27FFCF4B(L_1, L_2, (Texture_t_t620CAA304875674443E89FE116A335886BF0413F *)L_3, (VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 *)L_4, L_5, /*hidden argument*/NULL); // return result; return L_6; } } // System.Void OVR.OpenVR.CVRCompositor::ClearLastSubmittedFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_ClearLastSubmittedFrame_mEF59719CBC39F2C800D96383597E5A18B0890C6C (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // FnTable.ClearLastSubmittedFrame(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2 * L_1 = L_0->get_ClearLastSubmittedFrame_6(); NullCheck(L_1); _ClearLastSubmittedFrame_Invoke_mDAD7BF026B1A47E57B2360E4D2EBD797B92EDBDB(L_1, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRCompositor::PostPresentHandoff() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_PostPresentHandoff_m420AA471B143AC5E0111D240354607FFFFBCBC6F (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // FnTable.PostPresentHandoff(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9 * L_1 = L_0->get_PostPresentHandoff_7(); NullCheck(L_1); _PostPresentHandoff_Invoke_m947FCDC6FD67AFA74A3C9BF260BC3BD00AC94B9D(L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean OVR.OpenVR.CVRCompositor::GetFrameTiming(OVR.OpenVR.Compositor_FrameTiming&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRCompositor_GetFrameTiming_m491685936A98D59B33B582BE8FF123171880C019 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646 * ___pTiming0, uint32_t ___unFramesAgo1, const RuntimeMethod* method) { { // bool result = FnTable.GetFrameTiming(ref pTiming,unFramesAgo); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58 * L_1 = L_0->get_GetFrameTiming_8(); Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646 * L_2 = ___pTiming0; uint32_t L_3 = ___unFramesAgo1; NullCheck(L_1); bool L_4; L_4 = _GetFrameTiming_Invoke_mBDECBA4D53A55600A38AAF31A967FB489B34FFA4(L_1, (Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646 *)L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.UInt32 OVR.OpenVR.CVRCompositor::GetFrameTimings(OVR.OpenVR.Compositor_FrameTiming&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRCompositor_GetFrameTimings_m1BEE734E74BC956BDC3CC7BA50B84588DA09AEF9 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646 * ___pTiming0, uint32_t ___nFrames1, const RuntimeMethod* method) { { // uint result = FnTable.GetFrameTimings(ref pTiming,nFrames); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D * L_1 = L_0->get_GetFrameTimings_9(); Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646 * L_2 = ___pTiming0; uint32_t L_3 = ___nFrames1; NullCheck(L_1); uint32_t L_4; L_4 = _GetFrameTimings_Invoke_mCF477B2F845F38C77EF4952B7C0DAADD0550662F(L_1, (Compositor_FrameTiming_t05BAE8B2B5CB177FB1609A0E93E0960C23B27646 *)L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.Single OVR.OpenVR.CVRCompositor::GetFrameTimeRemaining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CVRCompositor_GetFrameTimeRemaining_mFA92940D9D6B8FCC48ABC19A28C264B7B70626AB (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // float result = FnTable.GetFrameTimeRemaining(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA * L_1 = L_0->get_GetFrameTimeRemaining_10(); NullCheck(L_1); float L_2; L_2 = _GetFrameTimeRemaining_Invoke_m3F9ABA92012B562F0C0BF00F2B753459D1FFC3D0(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.Void OVR.OpenVR.CVRCompositor::GetCumulativeStats(OVR.OpenVR.Compositor_CumulativeStats&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_GetCumulativeStats_m1681D8948BC38564600876760A3FB43C30FF2BE0 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0 * ___pStats0, uint32_t ___nStatsSizeInBytes1, const RuntimeMethod* method) { { // FnTable.GetCumulativeStats(ref pStats,nStatsSizeInBytes); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7 * L_1 = L_0->get_GetCumulativeStats_11(); Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0 * L_2 = ___pStats0; uint32_t L_3 = ___nStatsSizeInBytes1; NullCheck(L_1); _GetCumulativeStats_Invoke_m0560D26BC25400FFFB5121FA03F27D1D97DF50F5(L_1, (Compositor_CumulativeStats_t13A74D96D1603126742BEB19C448F45F034590D0 *)L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRCompositor::FadeToColor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_FadeToColor_mE48E8207FA46EA4A08D8C8EC162B5DCC91F14281 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, float ___fSeconds0, float ___fRed1, float ___fGreen2, float ___fBlue3, float ___fAlpha4, bool ___bBackground5, const RuntimeMethod* method) { { // FnTable.FadeToColor(fSeconds,fRed,fGreen,fBlue,fAlpha,bBackground); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997 * L_1 = L_0->get_FadeToColor_12(); float L_2 = ___fSeconds0; float L_3 = ___fRed1; float L_4 = ___fGreen2; float L_5 = ___fBlue3; float L_6 = ___fAlpha4; bool L_7 = ___bBackground5; NullCheck(L_1); _FadeToColor_Invoke_m948DA8583A2E9CD1E77D9F2F2658218CFDB80730(L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); // } return; } } // OVR.OpenVR.HmdColor_t OVR.OpenVR.CVRCompositor::GetCurrentFadeColor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 CVRCompositor_GetCurrentFadeColor_m51EB687C1F6D412367330DE14CAEB1E8E811700C (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, bool ___bBackground0, const RuntimeMethod* method) { { // HmdColor_t result = FnTable.GetCurrentFadeColor(bBackground); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF * L_1 = L_0->get_GetCurrentFadeColor_13(); bool L_2 = ___bBackground0; NullCheck(L_1); HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 L_3; L_3 = _GetCurrentFadeColor_Invoke_m426C10A83FE93C1DDB64248C7751B32D5EB9E8D7(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Void OVR.OpenVR.CVRCompositor::FadeGrid(System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_FadeGrid_mA7DE04EDB2E66C303AC2E075283C5ABFDBE1041A (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, float ___fSeconds0, bool ___bFadeIn1, const RuntimeMethod* method) { { // FnTable.FadeGrid(fSeconds,bFadeIn); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB * L_1 = L_0->get_FadeGrid_14(); float L_2 = ___fSeconds0; bool L_3 = ___bFadeIn1; NullCheck(L_1); _FadeGrid_Invoke_mC10487B5E7D0E660269CEE21FB2FD9D52AFBA77E(L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Single OVR.OpenVR.CVRCompositor::GetCurrentGridAlpha() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CVRCompositor_GetCurrentGridAlpha_m9325E0BEC11BE60DEDAF52174C8058046E5E4DC3 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // float result = FnTable.GetCurrentGridAlpha(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537 * L_1 = L_0->get_GetCurrentGridAlpha_15(); NullCheck(L_1); float L_2; L_2 = _GetCurrentGridAlpha_Invoke_mD867D841B72ABD9FFA0941744C05E493E364BCB2(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // OVR.OpenVR.EVRCompositorError OVR.OpenVR.CVRCompositor::SetSkyboxOverride(OVR.OpenVR.Texture_t[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRCompositor_SetSkyboxOverride_m1C44ADF285F91E88AB241BC5BE574A0F85696159 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, Texture_tU5BU5D_t4D3D3130AAFCD5866D914398D2915F0D0398F40E* ___pTextures0, const RuntimeMethod* method) { { // EVRCompositorError result = FnTable.SetSkyboxOverride(pTextures,(uint) pTextures.Length); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6 * L_1 = L_0->get_SetSkyboxOverride_16(); Texture_tU5BU5D_t4D3D3130AAFCD5866D914398D2915F0D0398F40E* L_2 = ___pTextures0; Texture_tU5BU5D_t4D3D3130AAFCD5866D914398D2915F0D0398F40E* L_3 = ___pTextures0; NullCheck(L_3); NullCheck(L_1); int32_t L_4; L_4 = _SetSkyboxOverride_Invoke_m08831FDD25F7CA18C27733B4F2B030E7B5DA630F(L_1, L_2, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); // return result; return L_4; } } // System.Void OVR.OpenVR.CVRCompositor::ClearSkyboxOverride() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_ClearSkyboxOverride_m81D4C640F4C1D3F88A949A60FFC247B13B180BCB (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // FnTable.ClearSkyboxOverride(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D * L_1 = L_0->get_ClearSkyboxOverride_17(); NullCheck(L_1); _ClearSkyboxOverride_Invoke_mAC06107BB33DFB03AC5173E25859D4D358E92CC0(L_1, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRCompositor::CompositorBringToFront() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_CompositorBringToFront_m3D3FF483C4E1BB09E138ABF0FC72D984D182A96F (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // FnTable.CompositorBringToFront(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB * L_1 = L_0->get_CompositorBringToFront_18(); NullCheck(L_1); _CompositorBringToFront_Invoke_mEE1CD952B8937D1E5F27C9D6DFE9982BA067650F(L_1, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRCompositor::CompositorGoToBack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_CompositorGoToBack_mAEC881BFE094B966CC5D15CC2CA4BC958DDE666A (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // FnTable.CompositorGoToBack(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E * L_1 = L_0->get_CompositorGoToBack_19(); NullCheck(L_1); _CompositorGoToBack_Invoke_m98F6B463955BDABE070C8BBEA2FC130039BD5FC9(L_1, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRCompositor::CompositorQuit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_CompositorQuit_m065AE1A9EC4B50F37D736E1C196BE68B003F89EE (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // FnTable.CompositorQuit(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654 * L_1 = L_0->get_CompositorQuit_20(); NullCheck(L_1); _CompositorQuit_Invoke_m04F3E5909876A172B24392BD892E7CB45E46E0C2(L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean OVR.OpenVR.CVRCompositor::IsFullscreen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRCompositor_IsFullscreen_m6CBA2283184597DD07F74E5610F919410EFB482D (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // bool result = FnTable.IsFullscreen(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE * L_1 = L_0->get_IsFullscreen_21(); NullCheck(L_1); bool L_2; L_2 = _IsFullscreen_Invoke_m9B26052908A6A679EBDF15B791620C04D1F10481(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.UInt32 OVR.OpenVR.CVRCompositor::GetCurrentSceneFocusProcess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRCompositor_GetCurrentSceneFocusProcess_mF60D0A719135BBEF3B2301BAECCE7D4DB0F32BBA (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // uint result = FnTable.GetCurrentSceneFocusProcess(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A * L_1 = L_0->get_GetCurrentSceneFocusProcess_22(); NullCheck(L_1); uint32_t L_2; L_2 = _GetCurrentSceneFocusProcess_Invoke_m3EB46006A567C8BAE73FBC2E459E211C947B5F80(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.UInt32 OVR.OpenVR.CVRCompositor::GetLastFrameRenderer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRCompositor_GetLastFrameRenderer_m37CFB3A55693C1190E0376449EB7BA7C8CC3E1D6 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // uint result = FnTable.GetLastFrameRenderer(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216 * L_1 = L_0->get_GetLastFrameRenderer_23(); NullCheck(L_1); uint32_t L_2; L_2 = _GetLastFrameRenderer_Invoke_mC847E0F22EF8C42FBB83AB85F4151AF4ED33C027(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.Boolean OVR.OpenVR.CVRCompositor::CanRenderScene() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRCompositor_CanRenderScene_m1DD22367D1D45D4F5081954C2FDBE16562D1C317 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // bool result = FnTable.CanRenderScene(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC * L_1 = L_0->get_CanRenderScene_24(); NullCheck(L_1); bool L_2; L_2 = _CanRenderScene_Invoke_mB595AE5FAFFF25470CAC5F01AC399A545EF29501(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.Void OVR.OpenVR.CVRCompositor::ShowMirrorWindow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_ShowMirrorWindow_m740833EF0566A0AD2B54001C76CC5237E069481F (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // FnTable.ShowMirrorWindow(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9 * L_1 = L_0->get_ShowMirrorWindow_25(); NullCheck(L_1); _ShowMirrorWindow_Invoke_mAC1387B152DCC3F134B35B0D0E8E09E64F4F9586(L_1, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRCompositor::HideMirrorWindow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_HideMirrorWindow_m607F4F0DA158F0F588546C3D34A5EFC371ED7D05 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // FnTable.HideMirrorWindow(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F * L_1 = L_0->get_HideMirrorWindow_26(); NullCheck(L_1); _HideMirrorWindow_Invoke_m47FB5BD7D4442BE928DAF01ACA626D52EDC09862(L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean OVR.OpenVR.CVRCompositor::IsMirrorWindowVisible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRCompositor_IsMirrorWindowVisible_mE79B1EFED0EBA3FDF5916E74D1FE157463B460E4 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // bool result = FnTable.IsMirrorWindowVisible(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C * L_1 = L_0->get_IsMirrorWindowVisible_27(); NullCheck(L_1); bool L_2; L_2 = _IsMirrorWindowVisible_Invoke_mE38C8B324C3BEB62EE2F405B28F3F865457CAA3D(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.Void OVR.OpenVR.CVRCompositor::CompositorDumpImages() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_CompositorDumpImages_m52CB5D3DF47E64318B15456C37465C8815F25F8B (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // FnTable.CompositorDumpImages(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335 * L_1 = L_0->get_CompositorDumpImages_28(); NullCheck(L_1); _CompositorDumpImages_Invoke_m319A28026B71AD571DFA7733D12F985CFA8F197D(L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean OVR.OpenVR.CVRCompositor::ShouldAppRenderWithLowResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRCompositor_ShouldAppRenderWithLowResources_mCF18AA98E3DBD70A198E4191D0261596449EE8A4 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // bool result = FnTable.ShouldAppRenderWithLowResources(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF * L_1 = L_0->get_ShouldAppRenderWithLowResources_29(); NullCheck(L_1); bool L_2; L_2 = _ShouldAppRenderWithLowResources_Invoke_mA0DEA50F377FD269917EEFEE75E4522BBE616BFB(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.Void OVR.OpenVR.CVRCompositor::ForceInterleavedReprojectionOn(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_ForceInterleavedReprojectionOn_m7492CF5F72232B421196C25F6748B3FB57AA7368 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, bool ___bOverride0, const RuntimeMethod* method) { { // FnTable.ForceInterleavedReprojectionOn(bOverride); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9 * L_1 = L_0->get_ForceInterleavedReprojectionOn_30(); bool L_2 = ___bOverride0; NullCheck(L_1); _ForceInterleavedReprojectionOn_Invoke_m6410264702BBCB85A084EDAF08AFC2AE388534FC(L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRCompositor::ForceReconnectProcess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_ForceReconnectProcess_m026C00AF455EA291E52A95D495623EB68974FCC2 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // FnTable.ForceReconnectProcess(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99 * L_1 = L_0->get_ForceReconnectProcess_31(); NullCheck(L_1); _ForceReconnectProcess_Invoke_m4E793B1BF237FD139686D9DA3229B28B70805059(L_1, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRCompositor::SuspendRendering(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_SuspendRendering_m0984F0FBA41A487ECDA1D878173D8707B6EE60B4 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, bool ___bSuspend0, const RuntimeMethod* method) { { // FnTable.SuspendRendering(bSuspend); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25 * L_1 = L_0->get_SuspendRendering_32(); bool L_2 = ___bSuspend0; NullCheck(L_1); _SuspendRendering_Invoke_mDE48A619B1BF7C9C0C3AD180DB9D74BF9D5BDF6F(L_1, L_2, /*hidden argument*/NULL); // } return; } } // OVR.OpenVR.EVRCompositorError OVR.OpenVR.CVRCompositor::GetMirrorTextureD3D11(OVR.OpenVR.EVREye,System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRCompositor_GetMirrorTextureD3D11_m11D91670BDE8DE66923876799ECD87DAAD50E7CF (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, int32_t ___eEye0, intptr_t ___pD3D11DeviceOrResource1, intptr_t* ___ppD3D11ShaderResourceView2, const RuntimeMethod* method) { { // EVRCompositorError result = FnTable.GetMirrorTextureD3D11(eEye,pD3D11DeviceOrResource,ref ppD3D11ShaderResourceView); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555 * L_1 = L_0->get_GetMirrorTextureD3D11_33(); int32_t L_2 = ___eEye0; intptr_t L_3 = ___pD3D11DeviceOrResource1; intptr_t* L_4 = ___ppD3D11ShaderResourceView2; NullCheck(L_1); int32_t L_5; L_5 = _GetMirrorTextureD3D11_Invoke_m1EB3206C6E85F190FDEF2BCEF7C3083D3E4AD755(L_1, L_2, (intptr_t)L_3, (intptr_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.Void OVR.OpenVR.CVRCompositor::ReleaseMirrorTextureD3D11(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_ReleaseMirrorTextureD3D11_m3256E7642E14FCE71EC6547C92DED59A4192C2CA (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, intptr_t ___pD3D11ShaderResourceView0, const RuntimeMethod* method) { { // FnTable.ReleaseMirrorTextureD3D11(pD3D11ShaderResourceView); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD * L_1 = L_0->get_ReleaseMirrorTextureD3D11_34(); intptr_t L_2 = ___pD3D11ShaderResourceView0; NullCheck(L_1); _ReleaseMirrorTextureD3D11_Invoke_m52CC10A3EE2C0C11CE8027B244AC090E74EF6401(L_1, (intptr_t)L_2, /*hidden argument*/NULL); // } return; } } // OVR.OpenVR.EVRCompositorError OVR.OpenVR.CVRCompositor::GetMirrorTextureGL(OVR.OpenVR.EVREye,System.UInt32&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRCompositor_GetMirrorTextureGL_m2D875646BD4BC61E004B053890098EDFB61B96E7 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, int32_t ___eEye0, uint32_t* ___pglTextureId1, intptr_t ___pglSharedTextureHandle2, const RuntimeMethod* method) { { // pglTextureId = 0; uint32_t* L_0 = ___pglTextureId1; *((int32_t*)L_0) = (int32_t)0; // EVRCompositorError result = FnTable.GetMirrorTextureGL(eEye,ref pglTextureId,pglSharedTextureHandle); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_1 = __this->get_address_of_FnTable_0(); _GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D * L_2 = L_1->get_GetMirrorTextureGL_35(); int32_t L_3 = ___eEye0; uint32_t* L_4 = ___pglTextureId1; intptr_t L_5 = ___pglSharedTextureHandle2; NullCheck(L_2); int32_t L_6; L_6 = _GetMirrorTextureGL_Invoke_m5729919981411A83A3D6DA24EFFB9CD53EA57C97(L_2, L_3, (uint32_t*)L_4, (intptr_t)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // System.Boolean OVR.OpenVR.CVRCompositor::ReleaseSharedGLTexture(System.UInt32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRCompositor_ReleaseSharedGLTexture_m732B3212FDDA2C09356CD16E346E68656C19A199 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, uint32_t ___glTextureId0, intptr_t ___glSharedTextureHandle1, const RuntimeMethod* method) { { // bool result = FnTable.ReleaseSharedGLTexture(glTextureId,glSharedTextureHandle); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2 * L_1 = L_0->get_ReleaseSharedGLTexture_36(); uint32_t L_2 = ___glTextureId0; intptr_t L_3 = ___glSharedTextureHandle1; NullCheck(L_1); bool L_4; L_4 = _ReleaseSharedGLTexture_Invoke_m3FA4295D3B70451CD0E79ED228415D1C08B58DA6(L_1, L_2, (intptr_t)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.Void OVR.OpenVR.CVRCompositor::LockGLSharedTextureForAccess(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_LockGLSharedTextureForAccess_m267D0267AAB4729FA0D98640D6039FFF41F1EE80 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, intptr_t ___glSharedTextureHandle0, const RuntimeMethod* method) { { // FnTable.LockGLSharedTextureForAccess(glSharedTextureHandle); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E * L_1 = L_0->get_LockGLSharedTextureForAccess_37(); intptr_t L_2 = ___glSharedTextureHandle0; NullCheck(L_1); _LockGLSharedTextureForAccess_Invoke_mCC238702E0244996D1D11D57DFBDBB33D6E736DD(L_1, (intptr_t)L_2, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRCompositor::UnlockGLSharedTextureForAccess(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_UnlockGLSharedTextureForAccess_m5A2C89DD1E748EAA26084013E865BB70DA4BA366 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, intptr_t ___glSharedTextureHandle0, const RuntimeMethod* method) { { // FnTable.UnlockGLSharedTextureForAccess(glSharedTextureHandle); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D * L_1 = L_0->get_UnlockGLSharedTextureForAccess_38(); intptr_t L_2 = ___glSharedTextureHandle0; NullCheck(L_1); _UnlockGLSharedTextureForAccess_Invoke_mD0C436F3B473858221CC1C7EF9F2E3C5ED8E2833(L_1, (intptr_t)L_2, /*hidden argument*/NULL); // } return; } } // System.UInt32 OVR.OpenVR.CVRCompositor::GetVulkanInstanceExtensionsRequired(System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRCompositor_GetVulkanInstanceExtensionsRequired_mCE04F6F4FDDB2ED10D5D6BD3C38394BE09DE61FE (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, StringBuilder_t * ___pchValue0, uint32_t ___unBufferSize1, const RuntimeMethod* method) { { // uint result = FnTable.GetVulkanInstanceExtensionsRequired(pchValue,unBufferSize); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7 * L_1 = L_0->get_GetVulkanInstanceExtensionsRequired_39(); StringBuilder_t * L_2 = ___pchValue0; uint32_t L_3 = ___unBufferSize1; NullCheck(L_1); uint32_t L_4; L_4 = _GetVulkanInstanceExtensionsRequired_Invoke_mA31D99099E8331DD36ECF3AA661FDE4F4B354FB8(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.UInt32 OVR.OpenVR.CVRCompositor::GetVulkanDeviceExtensionsRequired(System.IntPtr,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRCompositor_GetVulkanDeviceExtensionsRequired_m55231403ABBE45F797EF50C40BE8F9CF46F18A02 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, intptr_t ___pPhysicalDevice0, StringBuilder_t * ___pchValue1, uint32_t ___unBufferSize2, const RuntimeMethod* method) { { // uint result = FnTable.GetVulkanDeviceExtensionsRequired(pPhysicalDevice,pchValue,unBufferSize); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43 * L_1 = L_0->get_GetVulkanDeviceExtensionsRequired_40(); intptr_t L_2 = ___pPhysicalDevice0; StringBuilder_t * L_3 = ___pchValue1; uint32_t L_4 = ___unBufferSize2; NullCheck(L_1); uint32_t L_5; L_5 = _GetVulkanDeviceExtensionsRequired_Invoke_mAC8735483D9A350DB5C75A70200B0BA26163C494(L_1, (intptr_t)L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.Void OVR.OpenVR.CVRCompositor::SetExplicitTimingMode(OVR.OpenVR.EVRCompositorTimingMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRCompositor_SetExplicitTimingMode_mBC008898CBF2B3B625929B78B5821ECE1630C9FC (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, int32_t ___eTimingMode0, const RuntimeMethod* method) { { // FnTable.SetExplicitTimingMode(eTimingMode); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE * L_1 = L_0->get_SetExplicitTimingMode_41(); int32_t L_2 = ___eTimingMode0; NullCheck(L_1); _SetExplicitTimingMode_Invoke_mA7C7AC99D75FFE1314DBB25CEB0D512B97E16D48(L_1, L_2, /*hidden argument*/NULL); // } return; } } // OVR.OpenVR.EVRCompositorError OVR.OpenVR.CVRCompositor::SubmitExplicitTimingData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRCompositor_SubmitExplicitTimingData_mD6DC07DF49392141A1AD29460518A752C9CEC813 (CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * __this, const RuntimeMethod* method) { { // EVRCompositorError result = FnTable.SubmitExplicitTimingData(); IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * L_0 = __this->get_address_of_FnTable_0(); _SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36 * L_1 = L_0->get_SubmitExplicitTimingData_42(); NullCheck(L_1); int32_t L_2; L_2 = _SubmitExplicitTimingData_Invoke_mBF3153CE08C69535945330A1F64510B82584C1B9(L_1, /*hidden argument*/NULL); // return result; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRDriverManager::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRDriverManager__ctor_mB08920C89D341185F6D75559DC50CEEA4367E5C6 (CVRDriverManager_tC6848762E9C9EE05C8E5D70E5EC4B46C8028589A * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRDriverManager(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRDriverManager)Marshal.PtrToStructure(pInterface, typeof(IVRDriverManager)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F *)((IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F *)UnBox(L_3, IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_il2cpp_TypeInfo_var))))); // } return; } } // System.UInt32 OVR.OpenVR.CVRDriverManager::GetDriverCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRDriverManager_GetDriverCount_m5E5301FCE11DF3A17BE7FBFDC5F220CC6C9ADB53 (CVRDriverManager_tC6848762E9C9EE05C8E5D70E5EC4B46C8028589A * __this, const RuntimeMethod* method) { { // uint result = FnTable.GetDriverCount(); IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F * L_0 = __this->get_address_of_FnTable_0(); _GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57 * L_1 = L_0->get_GetDriverCount_0(); NullCheck(L_1); uint32_t L_2; L_2 = _GetDriverCount_Invoke_m3F37D70E4815D15E7570775E728CB7D9B681C217(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.UInt32 OVR.OpenVR.CVRDriverManager::GetDriverName(System.UInt32,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRDriverManager_GetDriverName_m872438871A647081370E85D26DAE2121061A1FD6 (CVRDriverManager_tC6848762E9C9EE05C8E5D70E5EC4B46C8028589A * __this, uint32_t ___nDriver0, StringBuilder_t * ___pchValue1, uint32_t ___unBufferSize2, const RuntimeMethod* method) { { // uint result = FnTable.GetDriverName(nDriver,pchValue,unBufferSize); IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F * L_0 = __this->get_address_of_FnTable_0(); _GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F * L_1 = L_0->get_GetDriverName_1(); uint32_t L_2 = ___nDriver0; StringBuilder_t * L_3 = ___pchValue1; uint32_t L_4 = ___unBufferSize2; NullCheck(L_1); uint32_t L_5; L_5 = _GetDriverName_Invoke_m7D8229FF09DB71E48712D45E75FE012C5A168CA3(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.UInt64 OVR.OpenVR.CVRDriverManager::GetDriverHandle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CVRDriverManager_GetDriverHandle_mC9543A1CDC875B6477D05AED9EDDD3F4E7DA6F88 (CVRDriverManager_tC6848762E9C9EE05C8E5D70E5EC4B46C8028589A * __this, String_t* ___pchDriverName0, const RuntimeMethod* method) { { // ulong result = FnTable.GetDriverHandle(pchDriverName); IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F * L_0 = __this->get_address_of_FnTable_0(); _GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721 * L_1 = L_0->get_GetDriverHandle_2(); String_t* L_2 = ___pchDriverName0; NullCheck(L_1); uint64_t L_3; L_3 = _GetDriverHandle_Invoke_mD83F21E330435A25CF634AE278D0A1EEADC729E7(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRExtendedDisplay::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRExtendedDisplay__ctor_m2236AE57B0C8ED1E31801128A8DBA599DE6E3004 (CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRExtendedDisplay(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRExtendedDisplay)Marshal.PtrToStructure(pInterface, typeof(IVRExtendedDisplay)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 *)((IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 *)UnBox(L_3, IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_il2cpp_TypeInfo_var))))); // } return; } } // System.Void OVR.OpenVR.CVRExtendedDisplay::GetWindowBounds(System.Int32&,System.Int32&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRExtendedDisplay_GetWindowBounds_mC68FD141BF12DCB7F3AB366AEDE1EAA91618E927 (CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD * __this, int32_t* ___pnX0, int32_t* ___pnY1, uint32_t* ___pnWidth2, uint32_t* ___pnHeight3, const RuntimeMethod* method) { { // pnX = 0; int32_t* L_0 = ___pnX0; *((int32_t*)L_0) = (int32_t)0; // pnY = 0; int32_t* L_1 = ___pnY1; *((int32_t*)L_1) = (int32_t)0; // pnWidth = 0; uint32_t* L_2 = ___pnWidth2; *((int32_t*)L_2) = (int32_t)0; // pnHeight = 0; uint32_t* L_3 = ___pnHeight3; *((int32_t*)L_3) = (int32_t)0; // FnTable.GetWindowBounds(ref pnX,ref pnY,ref pnWidth,ref pnHeight); IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 * L_4 = __this->get_address_of_FnTable_0(); _GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE * L_5 = L_4->get_GetWindowBounds_0(); int32_t* L_6 = ___pnX0; int32_t* L_7 = ___pnY1; uint32_t* L_8 = ___pnWidth2; uint32_t* L_9 = ___pnHeight3; NullCheck(L_5); _GetWindowBounds_Invoke_m7A7868BD510130E79CC7036F85C178E985BE75B3(L_5, (int32_t*)L_6, (int32_t*)L_7, (uint32_t*)L_8, (uint32_t*)L_9, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRExtendedDisplay::GetEyeOutputViewport(OVR.OpenVR.EVREye,System.UInt32&,System.UInt32&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRExtendedDisplay_GetEyeOutputViewport_m4ADBB1E779F8E3036604D91C8A275D38A6E13631 (CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD * __this, int32_t ___eEye0, uint32_t* ___pnX1, uint32_t* ___pnY2, uint32_t* ___pnWidth3, uint32_t* ___pnHeight4, const RuntimeMethod* method) { { // pnX = 0; uint32_t* L_0 = ___pnX1; *((int32_t*)L_0) = (int32_t)0; // pnY = 0; uint32_t* L_1 = ___pnY2; *((int32_t*)L_1) = (int32_t)0; // pnWidth = 0; uint32_t* L_2 = ___pnWidth3; *((int32_t*)L_2) = (int32_t)0; // pnHeight = 0; uint32_t* L_3 = ___pnHeight4; *((int32_t*)L_3) = (int32_t)0; // FnTable.GetEyeOutputViewport(eEye,ref pnX,ref pnY,ref pnWidth,ref pnHeight); IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 * L_4 = __this->get_address_of_FnTable_0(); _GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40 * L_5 = L_4->get_GetEyeOutputViewport_1(); int32_t L_6 = ___eEye0; uint32_t* L_7 = ___pnX1; uint32_t* L_8 = ___pnY2; uint32_t* L_9 = ___pnWidth3; uint32_t* L_10 = ___pnHeight4; NullCheck(L_5); _GetEyeOutputViewport_Invoke_mAA1EA4F46048004288D0B343DA7DAB02EBD244AF(L_5, L_6, (uint32_t*)L_7, (uint32_t*)L_8, (uint32_t*)L_9, (uint32_t*)L_10, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRExtendedDisplay::GetDXGIOutputInfo(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRExtendedDisplay_GetDXGIOutputInfo_m13F56F7B9C7E23EB3F4957D034324DA9C96816E8 (CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD * __this, int32_t* ___pnAdapterIndex0, int32_t* ___pnAdapterOutputIndex1, const RuntimeMethod* method) { { // pnAdapterIndex = 0; int32_t* L_0 = ___pnAdapterIndex0; *((int32_t*)L_0) = (int32_t)0; // pnAdapterOutputIndex = 0; int32_t* L_1 = ___pnAdapterOutputIndex1; *((int32_t*)L_1) = (int32_t)0; // FnTable.GetDXGIOutputInfo(ref pnAdapterIndex,ref pnAdapterOutputIndex); IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 * L_2 = __this->get_address_of_FnTable_0(); _GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41 * L_3 = L_2->get_GetDXGIOutputInfo_2(); int32_t* L_4 = ___pnAdapterIndex0; int32_t* L_5 = ___pnAdapterOutputIndex1; NullCheck(L_3); _GetDXGIOutputInfo_Invoke_m1EA1575727711D556B42A51341C84700B5F0B62E(L_3, (int32_t*)L_4, (int32_t*)L_5, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRIOBuffer::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRIOBuffer__ctor_mB4E1010E9E0110D5C8F893C43D2D63306DCFEA04 (CVRIOBuffer_tA488C2D25AA73C2913D52B82262A06083DE528AC * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRIOBuffer(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRIOBuffer)Marshal.PtrToStructure(pInterface, typeof(IVRIOBuffer)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D *)((IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D *)UnBox(L_3, IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_il2cpp_TypeInfo_var))))); // } return; } } // OVR.OpenVR.EIOBufferError OVR.OpenVR.CVRIOBuffer::Open(System.String,OVR.OpenVR.EIOBufferMode,System.UInt32,System.UInt32,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRIOBuffer_Open_m23C82E4EC2C255E218328F3633B760382418D0BC (CVRIOBuffer_tA488C2D25AA73C2913D52B82262A06083DE528AC * __this, String_t* ___pchPath0, int32_t ___mode1, uint32_t ___unElementSize2, uint32_t ___unElements3, uint64_t* ___pulBuffer4, const RuntimeMethod* method) { { // pulBuffer = 0; uint64_t* L_0 = ___pulBuffer4; *((int64_t*)L_0) = (int64_t)((int64_t)((int64_t)0)); // EIOBufferError result = FnTable.Open(pchPath,mode,unElementSize,unElements,ref pulBuffer); IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D * L_1 = __this->get_address_of_FnTable_0(); _Open_t248EE84778C0AAE28929A8C359E6F97631938546 * L_2 = L_1->get_Open_0(); String_t* L_3 = ___pchPath0; int32_t L_4 = ___mode1; uint32_t L_5 = ___unElementSize2; uint32_t L_6 = ___unElements3; uint64_t* L_7 = ___pulBuffer4; NullCheck(L_2); int32_t L_8; L_8 = _Open_Invoke_mA1AFBD54A513A7A015CC6CD7046BE5411504E64B(L_2, L_3, L_4, L_5, L_6, (uint64_t*)L_7, /*hidden argument*/NULL); // return result; return L_8; } } // OVR.OpenVR.EIOBufferError OVR.OpenVR.CVRIOBuffer::Close(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRIOBuffer_Close_mA998981C89BB6209169A2DA1768F4E70C7C2CB7B (CVRIOBuffer_tA488C2D25AA73C2913D52B82262A06083DE528AC * __this, uint64_t ___ulBuffer0, const RuntimeMethod* method) { { // EIOBufferError result = FnTable.Close(ulBuffer); IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D * L_0 = __this->get_address_of_FnTable_0(); _Close_t30F7271D4A3082A3224F324E33751831C512A584 * L_1 = L_0->get_Close_1(); uint64_t L_2 = ___ulBuffer0; NullCheck(L_1); int32_t L_3; L_3 = _Close_Invoke_m25D2F2E1A450F98D8B2A512D093F07B0481DB261(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.EIOBufferError OVR.OpenVR.CVRIOBuffer::Read(System.UInt64,System.IntPtr,System.UInt32,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRIOBuffer_Read_mB690F7361CDFBC02FA5F20D236C5637A85C5F42C (CVRIOBuffer_tA488C2D25AA73C2913D52B82262A06083DE528AC * __this, uint64_t ___ulBuffer0, intptr_t ___pDst1, uint32_t ___unBytes2, uint32_t* ___punRead3, const RuntimeMethod* method) { { // punRead = 0; uint32_t* L_0 = ___punRead3; *((int32_t*)L_0) = (int32_t)0; // EIOBufferError result = FnTable.Read(ulBuffer,pDst,unBytes,ref punRead); IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D * L_1 = __this->get_address_of_FnTable_0(); _Read_t5629D20360F207B935C9F35CFE7B3D427746875B * L_2 = L_1->get_Read_2(); uint64_t L_3 = ___ulBuffer0; intptr_t L_4 = ___pDst1; uint32_t L_5 = ___unBytes2; uint32_t* L_6 = ___punRead3; NullCheck(L_2); int32_t L_7; L_7 = _Read_Invoke_m248B931D22B26C2BD2A400943C7566250FCBF8A8(L_2, L_3, (intptr_t)L_4, L_5, (uint32_t*)L_6, /*hidden argument*/NULL); // return result; return L_7; } } // OVR.OpenVR.EIOBufferError OVR.OpenVR.CVRIOBuffer::Write(System.UInt64,System.IntPtr,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRIOBuffer_Write_mDE4C9F9100FBE81CCB428B0B308303D187E5CA26 (CVRIOBuffer_tA488C2D25AA73C2913D52B82262A06083DE528AC * __this, uint64_t ___ulBuffer0, intptr_t ___pSrc1, uint32_t ___unBytes2, const RuntimeMethod* method) { { // EIOBufferError result = FnTable.Write(ulBuffer,pSrc,unBytes); IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D * L_0 = __this->get_address_of_FnTable_0(); _Write_t3927BD214CE20924672841C01A54BE99E6610CF5 * L_1 = L_0->get_Write_3(); uint64_t L_2 = ___ulBuffer0; intptr_t L_3 = ___pSrc1; uint32_t L_4 = ___unBytes2; NullCheck(L_1); int32_t L_5; L_5 = _Write_Invoke_mD9CAF2831A4A5E22808332022AF9B2034A348294(L_1, L_2, (intptr_t)L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.UInt64 OVR.OpenVR.CVRIOBuffer::PropertyContainer(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CVRIOBuffer_PropertyContainer_m6F21A76C6641CEDEAAA9A300EA445CE49F9E1744 (CVRIOBuffer_tA488C2D25AA73C2913D52B82262A06083DE528AC * __this, uint64_t ___ulBuffer0, const RuntimeMethod* method) { { // ulong result = FnTable.PropertyContainer(ulBuffer); IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D * L_0 = __this->get_address_of_FnTable_0(); _PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E * L_1 = L_0->get_PropertyContainer_4(); uint64_t L_2 = ___ulBuffer0; NullCheck(L_1); uint64_t L_3; L_3 = _PropertyContainer_Invoke_m99B248670A299460238E42F496B8F2867A7B184A(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRInput::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRInput__ctor_m02DA5347E914468A23E2052BCEA1B971A48343C3 (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRInput(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRInput)Marshal.PtrToStructure(pInterface, typeof(IVRInput)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 *)((IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 *)UnBox(L_3, IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_il2cpp_TypeInfo_var))))); // } return; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::SetActionManifestPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_SetActionManifestPath_m6B1C317A0F305163FC17AD5867687F8FA5B34F20 (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, String_t* ___pchActionManifestPath0, const RuntimeMethod* method) { { // EVRInputError result = FnTable.SetActionManifestPath(pchActionManifestPath); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3 * L_1 = L_0->get_SetActionManifestPath_0(); String_t* L_2 = ___pchActionManifestPath0; NullCheck(L_1); int32_t L_3; L_3 = _SetActionManifestPath_Invoke_mDA57464D78FCDEADFAA69FDD480CB61910A731D7(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::GetActionSetHandle(System.String,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_GetActionSetHandle_m6513A26349560C5BCED0DFF0C7E79ADB31E0E0D3 (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, String_t* ___pchActionSetName0, uint64_t* ___pHandle1, const RuntimeMethod* method) { { // pHandle = 0; uint64_t* L_0 = ___pHandle1; *((int64_t*)L_0) = (int64_t)((int64_t)((int64_t)0)); // EVRInputError result = FnTable.GetActionSetHandle(pchActionSetName,ref pHandle); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_1 = __this->get_address_of_FnTable_0(); _GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755 * L_2 = L_1->get_GetActionSetHandle_1(); String_t* L_3 = ___pchActionSetName0; uint64_t* L_4 = ___pHandle1; NullCheck(L_2); int32_t L_5; L_5 = _GetActionSetHandle_Invoke_m588CB9D298DC77BEAFF730926FBA17B8B204DBC9(L_2, L_3, (uint64_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::GetActionHandle(System.String,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_GetActionHandle_m3960997638E6F3E42A2AE3C4767DCBCAB558FDF6 (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, String_t* ___pchActionName0, uint64_t* ___pHandle1, const RuntimeMethod* method) { { // pHandle = 0; uint64_t* L_0 = ___pHandle1; *((int64_t*)L_0) = (int64_t)((int64_t)((int64_t)0)); // EVRInputError result = FnTable.GetActionHandle(pchActionName,ref pHandle); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_1 = __this->get_address_of_FnTable_0(); _GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614 * L_2 = L_1->get_GetActionHandle_2(); String_t* L_3 = ___pchActionName0; uint64_t* L_4 = ___pHandle1; NullCheck(L_2); int32_t L_5; L_5 = _GetActionHandle_Invoke_m01EB5F55C74D7AFE35120C47D6B5699177E9861E(L_2, L_3, (uint64_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::GetInputSourceHandle(System.String,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_GetInputSourceHandle_mFC345941FE56A75CD8A36C011908B1489B5F7756 (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, String_t* ___pchInputSourcePath0, uint64_t* ___pHandle1, const RuntimeMethod* method) { { // pHandle = 0; uint64_t* L_0 = ___pHandle1; *((int64_t*)L_0) = (int64_t)((int64_t)((int64_t)0)); // EVRInputError result = FnTable.GetInputSourceHandle(pchInputSourcePath,ref pHandle); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_1 = __this->get_address_of_FnTable_0(); _GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333 * L_2 = L_1->get_GetInputSourceHandle_3(); String_t* L_3 = ___pchInputSourcePath0; uint64_t* L_4 = ___pHandle1; NullCheck(L_2); int32_t L_5; L_5 = _GetInputSourceHandle_Invoke_mD23241AC903378D8732E1D2FE6FFF33E0F2290D1(L_2, L_3, (uint64_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::UpdateActionState(OVR.OpenVR.VRActiveActionSet_t[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_UpdateActionState_m0F35109B0C881D96E7C96E00E978FFEB97F7B0E3 (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, VRActiveActionSet_tU5BU5D_t84C62326FAE3BD6BCC3F96AFBBA7F0C7B5F7B10C* ___pSets0, uint32_t ___unSizeOfVRSelectedActionSet_t1, const RuntimeMethod* method) { { // EVRInputError result = FnTable.UpdateActionState(pSets,unSizeOfVRSelectedActionSet_t,(uint) pSets.Length); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC * L_1 = L_0->get_UpdateActionState_4(); VRActiveActionSet_tU5BU5D_t84C62326FAE3BD6BCC3F96AFBBA7F0C7B5F7B10C* L_2 = ___pSets0; uint32_t L_3 = ___unSizeOfVRSelectedActionSet_t1; VRActiveActionSet_tU5BU5D_t84C62326FAE3BD6BCC3F96AFBBA7F0C7B5F7B10C* L_4 = ___pSets0; NullCheck(L_4); NullCheck(L_1); int32_t L_5; L_5 = _UpdateActionState_Invoke_mDDFFA07E253DA76A70A661F9B7D7E1A60DB862DF(L_1, L_2, L_3, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::GetDigitalActionData(System.UInt64,OVR.OpenVR.InputDigitalActionData_t&,System.UInt32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_GetDigitalActionData_m8709C40DCC1FFB2E0423B96069931B329EF74CBA (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, uint64_t ___action0, InputDigitalActionData_t_tC7875C582A1187037853BA400A24D616649D332B * ___pActionData1, uint32_t ___unActionDataSize2, uint64_t ___ulRestrictToDevice3, const RuntimeMethod* method) { { // EVRInputError result = FnTable.GetDigitalActionData(action,ref pActionData,unActionDataSize,ulRestrictToDevice); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6 * L_1 = L_0->get_GetDigitalActionData_5(); uint64_t L_2 = ___action0; InputDigitalActionData_t_tC7875C582A1187037853BA400A24D616649D332B * L_3 = ___pActionData1; uint32_t L_4 = ___unActionDataSize2; uint64_t L_5 = ___ulRestrictToDevice3; NullCheck(L_1); int32_t L_6; L_6 = _GetDigitalActionData_Invoke_m320CE6859DEDE2E0DF817A7A4CF68A8C63834E8D(L_1, L_2, (InputDigitalActionData_t_tC7875C582A1187037853BA400A24D616649D332B *)L_3, L_4, L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::GetAnalogActionData(System.UInt64,OVR.OpenVR.InputAnalogActionData_t&,System.UInt32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_GetAnalogActionData_mBEE07DE3701D85D007AC1DA4CF55FF69B70FDE60 (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, uint64_t ___action0, InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189 * ___pActionData1, uint32_t ___unActionDataSize2, uint64_t ___ulRestrictToDevice3, const RuntimeMethod* method) { { // EVRInputError result = FnTable.GetAnalogActionData(action,ref pActionData,unActionDataSize,ulRestrictToDevice); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B * L_1 = L_0->get_GetAnalogActionData_6(); uint64_t L_2 = ___action0; InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189 * L_3 = ___pActionData1; uint32_t L_4 = ___unActionDataSize2; uint64_t L_5 = ___ulRestrictToDevice3; NullCheck(L_1); int32_t L_6; L_6 = _GetAnalogActionData_Invoke_m6CF78CE56566E1501B80990C5316D038991B350F(L_1, L_2, (InputAnalogActionData_t_tAC1035D4E0C79841E2AA401B296C18DD609DA189 *)L_3, L_4, L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::GetPoseActionData(System.UInt64,OVR.OpenVR.ETrackingUniverseOrigin,System.Single,OVR.OpenVR.InputPoseActionData_t&,System.UInt32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_GetPoseActionData_m6D407243D2CF23FCF84F67C44D96A45027BE2BBB (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, uint64_t ___action0, int32_t ___eOrigin1, float ___fPredictedSecondsFromNow2, InputPoseActionData_t_t71F8C63E0261D5ECDF587429D5644F62396BF97A * ___pActionData3, uint32_t ___unActionDataSize4, uint64_t ___ulRestrictToDevice5, const RuntimeMethod* method) { { // EVRInputError result = FnTable.GetPoseActionData(action,eOrigin,fPredictedSecondsFromNow,ref pActionData,unActionDataSize,ulRestrictToDevice); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1 * L_1 = L_0->get_GetPoseActionData_7(); uint64_t L_2 = ___action0; int32_t L_3 = ___eOrigin1; float L_4 = ___fPredictedSecondsFromNow2; InputPoseActionData_t_t71F8C63E0261D5ECDF587429D5644F62396BF97A * L_5 = ___pActionData3; uint32_t L_6 = ___unActionDataSize4; uint64_t L_7 = ___ulRestrictToDevice5; NullCheck(L_1); int32_t L_8; L_8 = _GetPoseActionData_Invoke_m88FE400C2D9EE77B663F1A56BBA1CBFF48E0DEA9(L_1, L_2, L_3, L_4, (InputPoseActionData_t_t71F8C63E0261D5ECDF587429D5644F62396BF97A *)L_5, L_6, L_7, /*hidden argument*/NULL); // return result; return L_8; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::GetSkeletalActionData(System.UInt64,OVR.OpenVR.InputSkeletalActionData_t&,System.UInt32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_GetSkeletalActionData_m77B63DDF4958E47C248E8ECEB4D600F758ABE805 (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, uint64_t ___action0, InputSkeletalActionData_t_tB643F2DF6E0FA47711DF8E901E1866FA8EAA68D5 * ___pActionData1, uint32_t ___unActionDataSize2, uint64_t ___ulRestrictToDevice3, const RuntimeMethod* method) { { // EVRInputError result = FnTable.GetSkeletalActionData(action,ref pActionData,unActionDataSize,ulRestrictToDevice); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070 * L_1 = L_0->get_GetSkeletalActionData_8(); uint64_t L_2 = ___action0; InputSkeletalActionData_t_tB643F2DF6E0FA47711DF8E901E1866FA8EAA68D5 * L_3 = ___pActionData1; uint32_t L_4 = ___unActionDataSize2; uint64_t L_5 = ___ulRestrictToDevice3; NullCheck(L_1); int32_t L_6; L_6 = _GetSkeletalActionData_Invoke_m3239B1E75E8338DC21C56959EFE9BFD618EBB442(L_1, L_2, (InputSkeletalActionData_t_tB643F2DF6E0FA47711DF8E901E1866FA8EAA68D5 *)L_3, L_4, L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::GetSkeletalBoneData(System.UInt64,OVR.OpenVR.EVRSkeletalTransformSpace,OVR.OpenVR.EVRSkeletalMotionRange,OVR.OpenVR.VRBoneTransform_t[],System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_GetSkeletalBoneData_mCF8FAFC773C94C284C831972C98CEA6C6277AFBA (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, uint64_t ___action0, int32_t ___eTransformSpace1, int32_t ___eMotionRange2, VRBoneTransform_tU5BU5D_tC09114C99DC9DC8F54D106D2B24A42E9EBC2A55A* ___pTransformArray3, uint64_t ___ulRestrictToDevice4, const RuntimeMethod* method) { { // EVRInputError result = FnTable.GetSkeletalBoneData(action,eTransformSpace,eMotionRange,pTransformArray,(uint) pTransformArray.Length,ulRestrictToDevice); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B * L_1 = L_0->get_GetSkeletalBoneData_9(); uint64_t L_2 = ___action0; int32_t L_3 = ___eTransformSpace1; int32_t L_4 = ___eMotionRange2; VRBoneTransform_tU5BU5D_tC09114C99DC9DC8F54D106D2B24A42E9EBC2A55A* L_5 = ___pTransformArray3; VRBoneTransform_tU5BU5D_tC09114C99DC9DC8F54D106D2B24A42E9EBC2A55A* L_6 = ___pTransformArray3; NullCheck(L_6); uint64_t L_7 = ___ulRestrictToDevice4; NullCheck(L_1); int32_t L_8; L_8 = _GetSkeletalBoneData_Invoke_m2AD2C00D788532DA65E0D30072BAF2A06FF29ECB(L_1, L_2, L_3, L_4, L_5, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), L_7, /*hidden argument*/NULL); // return result; return L_8; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::GetSkeletalBoneDataCompressed(System.UInt64,OVR.OpenVR.EVRSkeletalTransformSpace,OVR.OpenVR.EVRSkeletalMotionRange,System.IntPtr,System.UInt32,System.UInt32&,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_GetSkeletalBoneDataCompressed_m2A2FD2A85E2B492C8AE007DD24A515B984CB4C79 (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, uint64_t ___action0, int32_t ___eTransformSpace1, int32_t ___eMotionRange2, intptr_t ___pvCompressedData3, uint32_t ___unCompressedSize4, uint32_t* ___punRequiredCompressedSize5, uint64_t ___ulRestrictToDevice6, const RuntimeMethod* method) { { // punRequiredCompressedSize = 0; uint32_t* L_0 = ___punRequiredCompressedSize5; *((int32_t*)L_0) = (int32_t)0; // EVRInputError result = FnTable.GetSkeletalBoneDataCompressed(action,eTransformSpace,eMotionRange,pvCompressedData,unCompressedSize,ref punRequiredCompressedSize,ulRestrictToDevice); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_1 = __this->get_address_of_FnTable_0(); _GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D * L_2 = L_1->get_GetSkeletalBoneDataCompressed_10(); uint64_t L_3 = ___action0; int32_t L_4 = ___eTransformSpace1; int32_t L_5 = ___eMotionRange2; intptr_t L_6 = ___pvCompressedData3; uint32_t L_7 = ___unCompressedSize4; uint32_t* L_8 = ___punRequiredCompressedSize5; uint64_t L_9 = ___ulRestrictToDevice6; NullCheck(L_2); int32_t L_10; L_10 = _GetSkeletalBoneDataCompressed_Invoke_m4CFE450C3D203AF2677CA32CF423A6EFCA27BBF7(L_2, L_3, L_4, L_5, (intptr_t)L_6, L_7, (uint32_t*)L_8, L_9, /*hidden argument*/NULL); // return result; return L_10; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::DecompressSkeletalBoneData(System.IntPtr,System.UInt32,OVR.OpenVR.EVRSkeletalTransformSpace&,OVR.OpenVR.VRBoneTransform_t[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_DecompressSkeletalBoneData_mAC2502F7267698BCE3A2DEA4FE162C1B9669FC0B (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, intptr_t ___pvCompressedBuffer0, uint32_t ___unCompressedBufferSize1, int32_t* ___peTransformSpace2, VRBoneTransform_tU5BU5D_tC09114C99DC9DC8F54D106D2B24A42E9EBC2A55A* ___pTransformArray3, const RuntimeMethod* method) { { // EVRInputError result = FnTable.DecompressSkeletalBoneData(pvCompressedBuffer,unCompressedBufferSize,ref peTransformSpace,pTransformArray,(uint) pTransformArray.Length); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA * L_1 = L_0->get_DecompressSkeletalBoneData_11(); intptr_t L_2 = ___pvCompressedBuffer0; uint32_t L_3 = ___unCompressedBufferSize1; int32_t* L_4 = ___peTransformSpace2; VRBoneTransform_tU5BU5D_tC09114C99DC9DC8F54D106D2B24A42E9EBC2A55A* L_5 = ___pTransformArray3; VRBoneTransform_tU5BU5D_tC09114C99DC9DC8F54D106D2B24A42E9EBC2A55A* L_6 = ___pTransformArray3; NullCheck(L_6); NullCheck(L_1); int32_t L_7; L_7 = _DecompressSkeletalBoneData_Invoke_m1DB481BB5737481742EE44760BA379FA015D4E51(L_1, (intptr_t)L_2, L_3, (int32_t*)L_4, L_5, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), /*hidden argument*/NULL); // return result; return L_7; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::TriggerHapticVibrationAction(System.UInt64,System.Single,System.Single,System.Single,System.Single,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_TriggerHapticVibrationAction_m612B4668F49AE15F7CDD33A68A67F6FBC62E879A (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, uint64_t ___action0, float ___fStartSecondsFromNow1, float ___fDurationSeconds2, float ___fFrequency3, float ___fAmplitude4, uint64_t ___ulRestrictToDevice5, const RuntimeMethod* method) { { // EVRInputError result = FnTable.TriggerHapticVibrationAction(action,fStartSecondsFromNow,fDurationSeconds,fFrequency,fAmplitude,ulRestrictToDevice); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24 * L_1 = L_0->get_TriggerHapticVibrationAction_12(); uint64_t L_2 = ___action0; float L_3 = ___fStartSecondsFromNow1; float L_4 = ___fDurationSeconds2; float L_5 = ___fFrequency3; float L_6 = ___fAmplitude4; uint64_t L_7 = ___ulRestrictToDevice5; NullCheck(L_1); int32_t L_8; L_8 = _TriggerHapticVibrationAction_Invoke_m8A20212A91FAC45C0814AF311EB1622047F04D84(L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); // return result; return L_8; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::GetActionOrigins(System.UInt64,System.UInt64,System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_GetActionOrigins_m0FB26E0FAB98ADC17DD1137D761609BFCFFFDB14 (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, uint64_t ___actionSetHandle0, uint64_t ___digitalActionHandle1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___originsOut2, const RuntimeMethod* method) { { // EVRInputError result = FnTable.GetActionOrigins(actionSetHandle,digitalActionHandle,originsOut,(uint) originsOut.Length); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51 * L_1 = L_0->get_GetActionOrigins_13(); uint64_t L_2 = ___actionSetHandle0; uint64_t L_3 = ___digitalActionHandle1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___originsOut2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___originsOut2; NullCheck(L_5); NullCheck(L_1); int32_t L_6; L_6 = _GetActionOrigins_Invoke_mAB60D90F3D481FFB18109A653EFAE634C822C82A(L_1, L_2, L_3, L_4, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::GetOriginLocalizedName(System.UInt64,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_GetOriginLocalizedName_m6C290D9A481DF2F26F7596CBCEF8FF9C110FACD2 (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, uint64_t ___origin0, StringBuilder_t * ___pchNameArray1, uint32_t ___unNameArraySize2, const RuntimeMethod* method) { { // EVRInputError result = FnTable.GetOriginLocalizedName(origin,pchNameArray,unNameArraySize); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783 * L_1 = L_0->get_GetOriginLocalizedName_14(); uint64_t L_2 = ___origin0; StringBuilder_t * L_3 = ___pchNameArray1; uint32_t L_4 = ___unNameArraySize2; NullCheck(L_1); int32_t L_5; L_5 = _GetOriginLocalizedName_Invoke_m84188AAF2EFA05A7C90ACDFBC5E24798EF2653B4(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::GetOriginTrackedDeviceInfo(System.UInt64,OVR.OpenVR.InputOriginInfo_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_GetOriginTrackedDeviceInfo_m6DEA3983BB1551780AC7A3057DF3A1BEB9682AC8 (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, uint64_t ___origin0, InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88 * ___pOriginInfo1, uint32_t ___unOriginInfoSize2, const RuntimeMethod* method) { { // EVRInputError result = FnTable.GetOriginTrackedDeviceInfo(origin,ref pOriginInfo,unOriginInfoSize); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5 * L_1 = L_0->get_GetOriginTrackedDeviceInfo_15(); uint64_t L_2 = ___origin0; InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88 * L_3 = ___pOriginInfo1; uint32_t L_4 = ___unOriginInfoSize2; NullCheck(L_1); int32_t L_5; L_5 = _GetOriginTrackedDeviceInfo_Invoke_m2167B53BA95B6FE4059A9DDC7B3DB966A12C697C(L_1, L_2, (InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88 *)L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::ShowActionOrigins(System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_ShowActionOrigins_m878D068B01F14C4893D562AA4872833D171465DD (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, uint64_t ___actionSetHandle0, uint64_t ___ulActionHandle1, const RuntimeMethod* method) { { // EVRInputError result = FnTable.ShowActionOrigins(actionSetHandle,ulActionHandle); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662 * L_1 = L_0->get_ShowActionOrigins_16(); uint64_t L_2 = ___actionSetHandle0; uint64_t L_3 = ___ulActionHandle1; NullCheck(L_1); int32_t L_4; L_4 = _ShowActionOrigins_Invoke_mE41C5B8CE83375C67DCFC9576F2B756B49FD8426(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVRInputError OVR.OpenVR.CVRInput::ShowBindingsForActionSet(OVR.OpenVR.VRActiveActionSet_t[],System.UInt32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRInput_ShowBindingsForActionSet_m371D3E0185FE4DA8203C99302D026C3D56071067 (CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * __this, VRActiveActionSet_tU5BU5D_t84C62326FAE3BD6BCC3F96AFBBA7F0C7B5F7B10C* ___pSets0, uint32_t ___unSizeOfVRSelectedActionSet_t1, uint64_t ___originToHighlight2, const RuntimeMethod* method) { { // EVRInputError result = FnTable.ShowBindingsForActionSet(pSets,unSizeOfVRSelectedActionSet_t,(uint) pSets.Length,originToHighlight); IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * L_0 = __this->get_address_of_FnTable_0(); _ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB * L_1 = L_0->get_ShowBindingsForActionSet_17(); VRActiveActionSet_tU5BU5D_t84C62326FAE3BD6BCC3F96AFBBA7F0C7B5F7B10C* L_2 = ___pSets0; uint32_t L_3 = ___unSizeOfVRSelectedActionSet_t1; VRActiveActionSet_tU5BU5D_t84C62326FAE3BD6BCC3F96AFBBA7F0C7B5F7B10C* L_4 = ___pSets0; NullCheck(L_4); uint64_t L_5 = ___originToHighlight2; NullCheck(L_1); int32_t L_6; L_6 = _ShowBindingsForActionSet_Invoke_mD0487997E5CF601B9F13D1FE83D090BDC3EADE80(L_1, L_2, L_3, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), L_5, /*hidden argument*/NULL); // return result; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRNotifications::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRNotifications__ctor_mC4D5D083FE4B9B365B96763CBD79A90E001DEA57 (CVRNotifications_t8DDF70DE5120600194E306D61004EC379EA846A3 * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRNotifications(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRNotifications)Marshal.PtrToStructure(pInterface, typeof(IVRNotifications)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B *)((IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B *)UnBox(L_3, IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_il2cpp_TypeInfo_var))))); // } return; } } // OVR.OpenVR.EVRNotificationError OVR.OpenVR.CVRNotifications::CreateNotification(System.UInt64,System.UInt64,OVR.OpenVR.EVRNotificationType,System.String,OVR.OpenVR.EVRNotificationStyle,OVR.OpenVR.NotificationBitmap_t&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRNotifications_CreateNotification_m12B6BD0225C9BA2678ABB5E6EF269F7AE20D83B6 (CVRNotifications_t8DDF70DE5120600194E306D61004EC379EA846A3 * __this, uint64_t ___ulOverlayHandle0, uint64_t ___ulUserValue1, int32_t ___type2, String_t* ___pchText3, int32_t ___style4, NotificationBitmap_t_t99C6082454FEBC7D77293B4D7F0CFCA02BADF789 * ___pImage5, uint32_t* ___pNotificationId6, const RuntimeMethod* method) { { // pNotificationId = 0; uint32_t* L_0 = ___pNotificationId6; *((int32_t*)L_0) = (int32_t)0; // EVRNotificationError result = FnTable.CreateNotification(ulOverlayHandle,ulUserValue,type,pchText,style,ref pImage,ref pNotificationId); IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B * L_1 = __this->get_address_of_FnTable_0(); _CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0 * L_2 = L_1->get_CreateNotification_0(); uint64_t L_3 = ___ulOverlayHandle0; uint64_t L_4 = ___ulUserValue1; int32_t L_5 = ___type2; String_t* L_6 = ___pchText3; int32_t L_7 = ___style4; NotificationBitmap_t_t99C6082454FEBC7D77293B4D7F0CFCA02BADF789 * L_8 = ___pImage5; uint32_t* L_9 = ___pNotificationId6; NullCheck(L_2); int32_t L_10; L_10 = _CreateNotification_Invoke_m1C275D8A64650B07C7C9A79DE310D89AB25FCE43(L_2, L_3, L_4, L_5, L_6, L_7, (NotificationBitmap_t_t99C6082454FEBC7D77293B4D7F0CFCA02BADF789 *)L_8, (uint32_t*)L_9, /*hidden argument*/NULL); // return result; return L_10; } } // OVR.OpenVR.EVRNotificationError OVR.OpenVR.CVRNotifications::RemoveNotification(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRNotifications_RemoveNotification_mA9D500BCAF46ED7F45B3B626F77237F839E92D4A (CVRNotifications_t8DDF70DE5120600194E306D61004EC379EA846A3 * __this, uint32_t ___notificationId0, const RuntimeMethod* method) { { // EVRNotificationError result = FnTable.RemoveNotification(notificationId); IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B * L_0 = __this->get_address_of_FnTable_0(); _RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0 * L_1 = L_0->get_RemoveNotification_1(); uint32_t L_2 = ___notificationId0; NullCheck(L_1); int32_t L_3; L_3 = _RemoveNotification_Invoke_m4609E29EC83B776F2DE2818F9A7E8CCA2B5DFF64(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVROverlay::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVROverlay__ctor_m58DD4439B901BF648145E2117A21A890758E48D3 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVROverlay(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVROverlay)Marshal.PtrToStructure(pInterface, typeof(IVROverlay)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 *)((IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 *)UnBox(L_3, IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_il2cpp_TypeInfo_var))))); // } return; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::FindOverlay(System.String,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_FindOverlay_m4474253510417DEC42988936197569C3D310B525 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, String_t* ___pchOverlayKey0, uint64_t* ___pOverlayHandle1, const RuntimeMethod* method) { { // pOverlayHandle = 0; uint64_t* L_0 = ___pOverlayHandle1; *((int64_t*)L_0) = (int64_t)((int64_t)((int64_t)0)); // EVROverlayError result = FnTable.FindOverlay(pchOverlayKey,ref pOverlayHandle); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_1 = __this->get_address_of_FnTable_0(); _FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00 * L_2 = L_1->get_FindOverlay_0(); String_t* L_3 = ___pchOverlayKey0; uint64_t* L_4 = ___pOverlayHandle1; NullCheck(L_2); int32_t L_5; L_5 = _FindOverlay_Invoke_mBBBA208A134DFA7E5AB01577C158C4437EEAF25D(L_2, L_3, (uint64_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::CreateOverlay(System.String,System.String,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_CreateOverlay_mE4CC73CC127673576138CAB73E6E5DAA7E08422F (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, String_t* ___pchOverlayKey0, String_t* ___pchOverlayName1, uint64_t* ___pOverlayHandle2, const RuntimeMethod* method) { { // pOverlayHandle = 0; uint64_t* L_0 = ___pOverlayHandle2; *((int64_t*)L_0) = (int64_t)((int64_t)((int64_t)0)); // EVROverlayError result = FnTable.CreateOverlay(pchOverlayKey,pchOverlayName,ref pOverlayHandle); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_1 = __this->get_address_of_FnTable_0(); _CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69 * L_2 = L_1->get_CreateOverlay_1(); String_t* L_3 = ___pchOverlayKey0; String_t* L_4 = ___pchOverlayName1; uint64_t* L_5 = ___pOverlayHandle2; NullCheck(L_2); int32_t L_6; L_6 = _CreateOverlay_Invoke_mEB2228CBF8537DDCC44CFB900D5467BD71C10A91(L_2, L_3, L_4, (uint64_t*)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::DestroyOverlay(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_DestroyOverlay_m3E46DC185E8A8F84770DC5EB149F8982B91BB70D (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.DestroyOverlay(ulOverlayHandle); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F * L_1 = L_0->get_DestroyOverlay_2(); uint64_t L_2 = ___ulOverlayHandle0; NullCheck(L_1); int32_t L_3; L_3 = _DestroyOverlay_Invoke_m85819FF5FF61F41180491E93E7B01441904FB2F3(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetHighQualityOverlay(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetHighQualityOverlay_mFCED2ADE3E971177F2593028EEFD4D00D553BA97 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetHighQualityOverlay(ulOverlayHandle); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1 * L_1 = L_0->get_SetHighQualityOverlay_3(); uint64_t L_2 = ___ulOverlayHandle0; NullCheck(L_1); int32_t L_3; L_3 = _SetHighQualityOverlay_Invoke_m5137D3BDF8DA72B3D8297C84132F0B045B0CC176(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.UInt64 OVR.OpenVR.CVROverlay::GetHighQualityOverlay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CVROverlay_GetHighQualityOverlay_mE2EACD8E658880E4F977B9C49666AB784F25DF08 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, const RuntimeMethod* method) { { // ulong result = FnTable.GetHighQualityOverlay(); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9 * L_1 = L_0->get_GetHighQualityOverlay_4(); NullCheck(L_1); uint64_t L_2; L_2 = _GetHighQualityOverlay_Invoke_mF34F990243A72F1A49B68B10216849119847E5BD(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.UInt32 OVR.OpenVR.CVROverlay::GetOverlayKey(System.UInt64,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVROverlayError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVROverlay_GetOverlayKey_mD3F212C99229980623A1BF7D65319FDC365A21EB (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, StringBuilder_t * ___pchValue1, uint32_t ___unBufferSize2, int32_t* ___pError3, const RuntimeMethod* method) { { // uint result = FnTable.GetOverlayKey(ulOverlayHandle,pchValue,unBufferSize,ref pError); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2 * L_1 = L_0->get_GetOverlayKey_5(); uint64_t L_2 = ___ulOverlayHandle0; StringBuilder_t * L_3 = ___pchValue1; uint32_t L_4 = ___unBufferSize2; int32_t* L_5 = ___pError3; NullCheck(L_1); uint32_t L_6; L_6 = _GetOverlayKey_Invoke_mC63861DEFF6814215D4444A470E54E3F0221168D(L_1, L_2, L_3, L_4, (int32_t*)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // System.UInt32 OVR.OpenVR.CVROverlay::GetOverlayName(System.UInt64,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVROverlayError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVROverlay_GetOverlayName_m87F9065ECED99DBC8D8FC03406BEDE5E86A91C16 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, StringBuilder_t * ___pchValue1, uint32_t ___unBufferSize2, int32_t* ___pError3, const RuntimeMethod* method) { { // uint result = FnTable.GetOverlayName(ulOverlayHandle,pchValue,unBufferSize,ref pError); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852 * L_1 = L_0->get_GetOverlayName_6(); uint64_t L_2 = ___ulOverlayHandle0; StringBuilder_t * L_3 = ___pchValue1; uint32_t L_4 = ___unBufferSize2; int32_t* L_5 = ___pError3; NullCheck(L_1); uint32_t L_6; L_6 = _GetOverlayName_Invoke_m9B5F23B01635CC2374D3D696E83E5DEE2C7A5D24(L_1, L_2, L_3, L_4, (int32_t*)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayName(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayName_mF7E17F7219E86451668F4D9BF0C41A8F3034B45C (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, String_t* ___pchName1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayName(ulOverlayHandle,pchName); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F * L_1 = L_0->get_SetOverlayName_7(); uint64_t L_2 = ___ulOverlayHandle0; String_t* L_3 = ___pchName1; NullCheck(L_1); int32_t L_4; L_4 = _SetOverlayName_Invoke_mAF891D93F1C4A10DE98EB921D56BA92A83CD5190(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayImageData(System.UInt64,System.IntPtr,System.UInt32,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayImageData_m3E90D5D055B486F1D286DBEA505ECB3B07FF0374 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, intptr_t ___pvBuffer1, uint32_t ___unBufferSize2, uint32_t* ___punWidth3, uint32_t* ___punHeight4, const RuntimeMethod* method) { { // punWidth = 0; uint32_t* L_0 = ___punWidth3; *((int32_t*)L_0) = (int32_t)0; // punHeight = 0; uint32_t* L_1 = ___punHeight4; *((int32_t*)L_1) = (int32_t)0; // EVROverlayError result = FnTable.GetOverlayImageData(ulOverlayHandle,pvBuffer,unBufferSize,ref punWidth,ref punHeight); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_2 = __this->get_address_of_FnTable_0(); _GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65 * L_3 = L_2->get_GetOverlayImageData_8(); uint64_t L_4 = ___ulOverlayHandle0; intptr_t L_5 = ___pvBuffer1; uint32_t L_6 = ___unBufferSize2; uint32_t* L_7 = ___punWidth3; uint32_t* L_8 = ___punHeight4; NullCheck(L_3); int32_t L_9; L_9 = _GetOverlayImageData_Invoke_m432A34768F68733172E52E4E93D5BBEDFE1F4BF8(L_3, L_4, (intptr_t)L_5, L_6, (uint32_t*)L_7, (uint32_t*)L_8, /*hidden argument*/NULL); // return result; return L_9; } } // System.String OVR.OpenVR.CVROverlay::GetOverlayErrorNameFromEnum(OVR.OpenVR.EVROverlayError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CVROverlay_GetOverlayErrorNameFromEnum_mACA1CDDC3568AD860F4B630ED7B82E059ECC860E (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, int32_t ___error0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IntPtr result = FnTable.GetOverlayErrorNameFromEnum(error); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E * L_1 = L_0->get_GetOverlayErrorNameFromEnum_9(); int32_t L_2 = ___error0; NullCheck(L_1); intptr_t L_3; L_3 = _GetOverlayErrorNameFromEnum_Invoke_m59CFCAC2764C83191E2F933D85E1FCE9D6F8F5B1(L_1, L_2, /*hidden argument*/NULL); // return Marshal.PtrToStringAnsi(result); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_4; L_4 = Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E((intptr_t)L_3, /*hidden argument*/NULL); return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayRenderingPid(System.UInt64,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayRenderingPid_m7C929834E282A3B56EBA983859ED66593C54862D (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, uint32_t ___unPID1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayRenderingPid(ulOverlayHandle,unPID); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A * L_1 = L_0->get_SetOverlayRenderingPid_10(); uint64_t L_2 = ___ulOverlayHandle0; uint32_t L_3 = ___unPID1; NullCheck(L_1); int32_t L_4; L_4 = _SetOverlayRenderingPid_Invoke_m6E5772F1DA47B557CFF25412CB228247CD56F19C(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.UInt32 OVR.OpenVR.CVROverlay::GetOverlayRenderingPid(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVROverlay_GetOverlayRenderingPid_mBEF775262BE712B04121E9F60A96FAC81F3AA08A (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method) { { // uint result = FnTable.GetOverlayRenderingPid(ulOverlayHandle); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41 * L_1 = L_0->get_GetOverlayRenderingPid_11(); uint64_t L_2 = ___ulOverlayHandle0; NullCheck(L_1); uint32_t L_3; L_3 = _GetOverlayRenderingPid_Invoke_mD02E04FB4A11C0797C5245EB584672B0781DCE3D(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayFlag(System.UInt64,OVR.OpenVR.VROverlayFlags,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayFlag_m048C290B626B8DBD8DED767470A80099866108B8 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, int32_t ___eOverlayFlag1, bool ___bEnabled2, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayFlag(ulOverlayHandle,eOverlayFlag,bEnabled); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9 * L_1 = L_0->get_SetOverlayFlag_12(); uint64_t L_2 = ___ulOverlayHandle0; int32_t L_3 = ___eOverlayFlag1; bool L_4 = ___bEnabled2; NullCheck(L_1); int32_t L_5; L_5 = _SetOverlayFlag_Invoke_m9B235A9F8E8442DAA4E272F370D4CFE95B925B3B(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayFlag(System.UInt64,OVR.OpenVR.VROverlayFlags,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayFlag_m1F939D06CF3E6472B341CCAE6DD0825422A72A4C (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, int32_t ___eOverlayFlag1, bool* ___pbEnabled2, const RuntimeMethod* method) { { // pbEnabled = false; bool* L_0 = ___pbEnabled2; *((int8_t*)L_0) = (int8_t)0; // EVROverlayError result = FnTable.GetOverlayFlag(ulOverlayHandle,eOverlayFlag,ref pbEnabled); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_1 = __this->get_address_of_FnTable_0(); _GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B * L_2 = L_1->get_GetOverlayFlag_13(); uint64_t L_3 = ___ulOverlayHandle0; int32_t L_4 = ___eOverlayFlag1; bool* L_5 = ___pbEnabled2; NullCheck(L_2); int32_t L_6; L_6 = _GetOverlayFlag_Invoke_m2A74C962A31FC8A59118CA62DCD12F6014BAFC6D(L_2, L_3, L_4, (bool*)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayColor(System.UInt64,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayColor_m9E9318FEEB8A4A1B5D9B65FC9A30FDD74D38E29C (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, float ___fRed1, float ___fGreen2, float ___fBlue3, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayColor(ulOverlayHandle,fRed,fGreen,fBlue); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D * L_1 = L_0->get_SetOverlayColor_14(); uint64_t L_2 = ___ulOverlayHandle0; float L_3 = ___fRed1; float L_4 = ___fGreen2; float L_5 = ___fBlue3; NullCheck(L_1); int32_t L_6; L_6 = _SetOverlayColor_Invoke_m05078E10895870D12035FAF9069881B63D252C2B(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayColor(System.UInt64,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayColor_mC93ED7C8685A59E65FC8272C8D578033563CA397 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, float* ___pfRed1, float* ___pfGreen2, float* ___pfBlue3, const RuntimeMethod* method) { { // pfRed = 0; float* L_0 = ___pfRed1; *((float*)L_0) = (float)(0.0f); // pfGreen = 0; float* L_1 = ___pfGreen2; *((float*)L_1) = (float)(0.0f); // pfBlue = 0; float* L_2 = ___pfBlue3; *((float*)L_2) = (float)(0.0f); // EVROverlayError result = FnTable.GetOverlayColor(ulOverlayHandle,ref pfRed,ref pfGreen,ref pfBlue); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_3 = __this->get_address_of_FnTable_0(); _GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41 * L_4 = L_3->get_GetOverlayColor_15(); uint64_t L_5 = ___ulOverlayHandle0; float* L_6 = ___pfRed1; float* L_7 = ___pfGreen2; float* L_8 = ___pfBlue3; NullCheck(L_4); int32_t L_9; L_9 = _GetOverlayColor_Invoke_m45EB2A07AFFFA400641791B9CF6BC6EA3474A42C(L_4, L_5, (float*)L_6, (float*)L_7, (float*)L_8, /*hidden argument*/NULL); // return result; return L_9; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayAlpha(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayAlpha_mCBFC7C4D09B9E018C5D7BE412054F5DFFE9FED14 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, float ___fAlpha1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayAlpha(ulOverlayHandle,fAlpha); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433 * L_1 = L_0->get_SetOverlayAlpha_16(); uint64_t L_2 = ___ulOverlayHandle0; float L_3 = ___fAlpha1; NullCheck(L_1); int32_t L_4; L_4 = _SetOverlayAlpha_Invoke_m6CC97F2358095583DA24C45EF9EC6A628F384EE1(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayAlpha(System.UInt64,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayAlpha_m75F22746E72AF0E39EF0CA0ED61A59D0ACDEEB48 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, float* ___pfAlpha1, const RuntimeMethod* method) { { // pfAlpha = 0; float* L_0 = ___pfAlpha1; *((float*)L_0) = (float)(0.0f); // EVROverlayError result = FnTable.GetOverlayAlpha(ulOverlayHandle,ref pfAlpha); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_1 = __this->get_address_of_FnTable_0(); _GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE * L_2 = L_1->get_GetOverlayAlpha_17(); uint64_t L_3 = ___ulOverlayHandle0; float* L_4 = ___pfAlpha1; NullCheck(L_2); int32_t L_5; L_5 = _GetOverlayAlpha_Invoke_mCBEE4D2571C3DE5FC951CCAED775A8F527271F46(L_2, L_3, (float*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayTexelAspect(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayTexelAspect_mC253099DD874D340015187A21877FE4C03D85532 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, float ___fTexelAspect1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayTexelAspect(ulOverlayHandle,fTexelAspect); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12 * L_1 = L_0->get_SetOverlayTexelAspect_18(); uint64_t L_2 = ___ulOverlayHandle0; float L_3 = ___fTexelAspect1; NullCheck(L_1); int32_t L_4; L_4 = _SetOverlayTexelAspect_Invoke_mDC2688A335C5240F62AE821B0062DD5813F92D8E(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayTexelAspect(System.UInt64,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayTexelAspect_m6ACAA550185923600EBD144F67AF794B9EAF7EA3 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, float* ___pfTexelAspect1, const RuntimeMethod* method) { { // pfTexelAspect = 0; float* L_0 = ___pfTexelAspect1; *((float*)L_0) = (float)(0.0f); // EVROverlayError result = FnTable.GetOverlayTexelAspect(ulOverlayHandle,ref pfTexelAspect); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_1 = __this->get_address_of_FnTable_0(); _GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667 * L_2 = L_1->get_GetOverlayTexelAspect_19(); uint64_t L_3 = ___ulOverlayHandle0; float* L_4 = ___pfTexelAspect1; NullCheck(L_2); int32_t L_5; L_5 = _GetOverlayTexelAspect_Invoke_mBF9AB10B20C659153F06E546AB1222F2D79F6225(L_2, L_3, (float*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlaySortOrder(System.UInt64,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlaySortOrder_m321FCBD6BC1D49B23F993A9E70B941197116D6EE (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, uint32_t ___unSortOrder1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlaySortOrder(ulOverlayHandle,unSortOrder); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6 * L_1 = L_0->get_SetOverlaySortOrder_20(); uint64_t L_2 = ___ulOverlayHandle0; uint32_t L_3 = ___unSortOrder1; NullCheck(L_1); int32_t L_4; L_4 = _SetOverlaySortOrder_Invoke_m78BCBB01CD32C64C691E25E89725BB609619DB79(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlaySortOrder(System.UInt64,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlaySortOrder_m77C637E7854AD2B44629E9F71A9BC45AD4E8CA73 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, uint32_t* ___punSortOrder1, const RuntimeMethod* method) { { // punSortOrder = 0; uint32_t* L_0 = ___punSortOrder1; *((int32_t*)L_0) = (int32_t)0; // EVROverlayError result = FnTable.GetOverlaySortOrder(ulOverlayHandle,ref punSortOrder); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_1 = __this->get_address_of_FnTable_0(); _GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF * L_2 = L_1->get_GetOverlaySortOrder_21(); uint64_t L_3 = ___ulOverlayHandle0; uint32_t* L_4 = ___punSortOrder1; NullCheck(L_2); int32_t L_5; L_5 = _GetOverlaySortOrder_Invoke_m82ED9610187BEA4ACE8135A9B5B972586A24C9A9(L_2, L_3, (uint32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayWidthInMeters(System.UInt64,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayWidthInMeters_mCD188480220C9C9A40664221FE96E69545D20C8C (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, float ___fWidthInMeters1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayWidthInMeters(ulOverlayHandle,fWidthInMeters); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21 * L_1 = L_0->get_SetOverlayWidthInMeters_22(); uint64_t L_2 = ___ulOverlayHandle0; float L_3 = ___fWidthInMeters1; NullCheck(L_1); int32_t L_4; L_4 = _SetOverlayWidthInMeters_Invoke_m7DEC8797235FE19981DA0837BA763858DC20901B(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayWidthInMeters(System.UInt64,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayWidthInMeters_m9B12FD54C946AE64BD43614A93B53B2025CBD491 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, float* ___pfWidthInMeters1, const RuntimeMethod* method) { { // pfWidthInMeters = 0; float* L_0 = ___pfWidthInMeters1; *((float*)L_0) = (float)(0.0f); // EVROverlayError result = FnTable.GetOverlayWidthInMeters(ulOverlayHandle,ref pfWidthInMeters); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_1 = __this->get_address_of_FnTable_0(); _GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE * L_2 = L_1->get_GetOverlayWidthInMeters_23(); uint64_t L_3 = ___ulOverlayHandle0; float* L_4 = ___pfWidthInMeters1; NullCheck(L_2); int32_t L_5; L_5 = _GetOverlayWidthInMeters_Invoke_m5400FC83BB6C38B0DE76AA261821EE4AD9AA362C(L_2, L_3, (float*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayAutoCurveDistanceRangeInMeters(System.UInt64,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayAutoCurveDistanceRangeInMeters_m9DE8063A1410564653E0C130FFE9AF4ADEC5DDFC (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, float ___fMinDistanceInMeters1, float ___fMaxDistanceInMeters2, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayAutoCurveDistanceRangeInMeters(ulOverlayHandle,fMinDistanceInMeters,fMaxDistanceInMeters); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD * L_1 = L_0->get_SetOverlayAutoCurveDistanceRangeInMeters_24(); uint64_t L_2 = ___ulOverlayHandle0; float L_3 = ___fMinDistanceInMeters1; float L_4 = ___fMaxDistanceInMeters2; NullCheck(L_1); int32_t L_5; L_5 = _SetOverlayAutoCurveDistanceRangeInMeters_Invoke_m49A36208A1F6A34FB53590B3F8957E43EA5B1737(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayAutoCurveDistanceRangeInMeters(System.UInt64,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayAutoCurveDistanceRangeInMeters_m86EABB7BCA23260CF926FEA957C4A475B35D018E (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, float* ___pfMinDistanceInMeters1, float* ___pfMaxDistanceInMeters2, const RuntimeMethod* method) { { // pfMinDistanceInMeters = 0; float* L_0 = ___pfMinDistanceInMeters1; *((float*)L_0) = (float)(0.0f); // pfMaxDistanceInMeters = 0; float* L_1 = ___pfMaxDistanceInMeters2; *((float*)L_1) = (float)(0.0f); // EVROverlayError result = FnTable.GetOverlayAutoCurveDistanceRangeInMeters(ulOverlayHandle,ref pfMinDistanceInMeters,ref pfMaxDistanceInMeters); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_2 = __this->get_address_of_FnTable_0(); _GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25 * L_3 = L_2->get_GetOverlayAutoCurveDistanceRangeInMeters_25(); uint64_t L_4 = ___ulOverlayHandle0; float* L_5 = ___pfMinDistanceInMeters1; float* L_6 = ___pfMaxDistanceInMeters2; NullCheck(L_3); int32_t L_7; L_7 = _GetOverlayAutoCurveDistanceRangeInMeters_Invoke_m1D807F4FE0DF14E9A8113B7EE19104FD80FBF28C(L_3, L_4, (float*)L_5, (float*)L_6, /*hidden argument*/NULL); // return result; return L_7; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayTextureColorSpace(System.UInt64,OVR.OpenVR.EColorSpace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayTextureColorSpace_m99450B8B77CD76A6E3240B786E12067AD7EFB4E2 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, int32_t ___eTextureColorSpace1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayTextureColorSpace(ulOverlayHandle,eTextureColorSpace); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725 * L_1 = L_0->get_SetOverlayTextureColorSpace_26(); uint64_t L_2 = ___ulOverlayHandle0; int32_t L_3 = ___eTextureColorSpace1; NullCheck(L_1); int32_t L_4; L_4 = _SetOverlayTextureColorSpace_Invoke_mA7907599FDC5322A94B2B095ABA494CC55CF9A6B(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayTextureColorSpace(System.UInt64,OVR.OpenVR.EColorSpace&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayTextureColorSpace_mAEEF5469D8C43D94F0A53C577A606A2CE76BB252 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, int32_t* ___peTextureColorSpace1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.GetOverlayTextureColorSpace(ulOverlayHandle,ref peTextureColorSpace); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C * L_1 = L_0->get_GetOverlayTextureColorSpace_27(); uint64_t L_2 = ___ulOverlayHandle0; int32_t* L_3 = ___peTextureColorSpace1; NullCheck(L_1); int32_t L_4; L_4 = _GetOverlayTextureColorSpace_Invoke_m4999E4A933665AF29D2DB0B50BBEAF0365EEA618(L_1, L_2, (int32_t*)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayTextureBounds(System.UInt64,OVR.OpenVR.VRTextureBounds_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayTextureBounds_mEDB37875E223F1AB6A048FD3ED8E3162E7373FC1 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * ___pOverlayTextureBounds1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayTextureBounds(ulOverlayHandle,ref pOverlayTextureBounds); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8 * L_1 = L_0->get_SetOverlayTextureBounds_28(); uint64_t L_2 = ___ulOverlayHandle0; VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * L_3 = ___pOverlayTextureBounds1; NullCheck(L_1); int32_t L_4; L_4 = _SetOverlayTextureBounds_Invoke_m5FDC04641ADA5BC45D75BD5E36242EB6FDF677EB(L_1, L_2, (VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 *)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayTextureBounds(System.UInt64,OVR.OpenVR.VRTextureBounds_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayTextureBounds_m4D56336ACD3912FEB52FDA05756B117BB374206B (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * ___pOverlayTextureBounds1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.GetOverlayTextureBounds(ulOverlayHandle,ref pOverlayTextureBounds); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC * L_1 = L_0->get_GetOverlayTextureBounds_29(); uint64_t L_2 = ___ulOverlayHandle0; VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * L_3 = ___pOverlayTextureBounds1; NullCheck(L_1); int32_t L_4; L_4 = _GetOverlayTextureBounds_Invoke_m6E31E56C4B7C32F06061678402DAD936B90B369F(L_1, L_2, (VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 *)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.UInt32 OVR.OpenVR.CVROverlay::GetOverlayRenderModel(System.UInt64,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.HmdColor_t&,OVR.OpenVR.EVROverlayError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVROverlay_GetOverlayRenderModel_m7CE4225DED5E54E4D4B3FB7699465BA95C07E4FF (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, StringBuilder_t * ___pchValue1, uint32_t ___unBufferSize2, HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 * ___pColor3, int32_t* ___pError4, const RuntimeMethod* method) { { // uint result = FnTable.GetOverlayRenderModel(ulOverlayHandle,pchValue,unBufferSize,ref pColor,ref pError); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F * L_1 = L_0->get_GetOverlayRenderModel_30(); uint64_t L_2 = ___ulOverlayHandle0; StringBuilder_t * L_3 = ___pchValue1; uint32_t L_4 = ___unBufferSize2; HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 * L_5 = ___pColor3; int32_t* L_6 = ___pError4; NullCheck(L_1); uint32_t L_7; L_7 = _GetOverlayRenderModel_Invoke_mBA6E5F2D63B52A4244B397074CB740FA34C15BF8(L_1, L_2, L_3, L_4, (HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 *)L_5, (int32_t*)L_6, /*hidden argument*/NULL); // return result; return L_7; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayRenderModel(System.UInt64,System.String,OVR.OpenVR.HmdColor_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayRenderModel_m624C4EFCF427EDBDA0F5C13D09B136E2EE8AEFF1 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, String_t* ___pchRenderModel1, HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 * ___pColor2, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayRenderModel(ulOverlayHandle,pchRenderModel,ref pColor); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F * L_1 = L_0->get_SetOverlayRenderModel_31(); uint64_t L_2 = ___ulOverlayHandle0; String_t* L_3 = ___pchRenderModel1; HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 * L_4 = ___pColor2; NullCheck(L_1); int32_t L_5; L_5 = _SetOverlayRenderModel_Invoke_m0D4EC2D46D985C09FD0ADF480FB0837BF4028C7D(L_1, L_2, L_3, (HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 *)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayTransformType(System.UInt64,OVR.OpenVR.VROverlayTransformType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayTransformType_m7F71E2D746E9B6EF85E715DE15BAF8114AE10D0C (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, int32_t* ___peTransformType1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.GetOverlayTransformType(ulOverlayHandle,ref peTransformType); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5 * L_1 = L_0->get_GetOverlayTransformType_32(); uint64_t L_2 = ___ulOverlayHandle0; int32_t* L_3 = ___peTransformType1; NullCheck(L_1); int32_t L_4; L_4 = _GetOverlayTransformType_Invoke_mAB70A840152DA498AB30FDE601B8886821B8794D(L_1, L_2, (int32_t*)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayTransformAbsolute(System.UInt64,OVR.OpenVR.ETrackingUniverseOrigin,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayTransformAbsolute_mDC3324E6ED9CCCBA29EC379E40009FD331EBDF46 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, int32_t ___eTrackingOrigin1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatTrackingOriginToOverlayTransform2, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayTransformAbsolute(ulOverlayHandle,eTrackingOrigin,ref pmatTrackingOriginToOverlayTransform); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140 * L_1 = L_0->get_SetOverlayTransformAbsolute_33(); uint64_t L_2 = ___ulOverlayHandle0; int32_t L_3 = ___eTrackingOrigin1; HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_4 = ___pmatTrackingOriginToOverlayTransform2; NullCheck(L_1); int32_t L_5; L_5 = _SetOverlayTransformAbsolute_Invoke_mC6C7E46ABCF4DE73A8B84A72E0A69A646DBDFE34(L_1, L_2, L_3, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayTransformAbsolute(System.UInt64,OVR.OpenVR.ETrackingUniverseOrigin&,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayTransformAbsolute_mC3A9DCCEABCE5C50106983225034FD3B6BB6BCA6 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, int32_t* ___peTrackingOrigin1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatTrackingOriginToOverlayTransform2, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.GetOverlayTransformAbsolute(ulOverlayHandle,ref peTrackingOrigin,ref pmatTrackingOriginToOverlayTransform); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E * L_1 = L_0->get_GetOverlayTransformAbsolute_34(); uint64_t L_2 = ___ulOverlayHandle0; int32_t* L_3 = ___peTrackingOrigin1; HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_4 = ___pmatTrackingOriginToOverlayTransform2; NullCheck(L_1); int32_t L_5; L_5 = _GetOverlayTransformAbsolute_Invoke_m2B31BE1C01DBDA9D133D4636A33DA5CDDE6ED877(L_1, L_2, (int32_t*)L_3, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayTransformTrackedDeviceRelative(System.UInt64,System.UInt32,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayTransformTrackedDeviceRelative_mD32757B1B7C4C4DA47C8C06342851CCE294205BC (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, uint32_t ___unTrackedDevice1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatTrackedDeviceToOverlayTransform2, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayTransformTrackedDeviceRelative(ulOverlayHandle,unTrackedDevice,ref pmatTrackedDeviceToOverlayTransform); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7 * L_1 = L_0->get_SetOverlayTransformTrackedDeviceRelative_35(); uint64_t L_2 = ___ulOverlayHandle0; uint32_t L_3 = ___unTrackedDevice1; HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_4 = ___pmatTrackedDeviceToOverlayTransform2; NullCheck(L_1); int32_t L_5; L_5 = _SetOverlayTransformTrackedDeviceRelative_Invoke_m3196D9366566CFC483226C3FED40CCF97755BE6E(L_1, L_2, L_3, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayTransformTrackedDeviceRelative(System.UInt64,System.UInt32&,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayTransformTrackedDeviceRelative_mB09F5315A6D9567BF3A1C01156A2F7F1A8785B33 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, uint32_t* ___punTrackedDevice1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatTrackedDeviceToOverlayTransform2, const RuntimeMethod* method) { { // punTrackedDevice = 0; uint32_t* L_0 = ___punTrackedDevice1; *((int32_t*)L_0) = (int32_t)0; // EVROverlayError result = FnTable.GetOverlayTransformTrackedDeviceRelative(ulOverlayHandle,ref punTrackedDevice,ref pmatTrackedDeviceToOverlayTransform); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_1 = __this->get_address_of_FnTable_0(); _GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75 * L_2 = L_1->get_GetOverlayTransformTrackedDeviceRelative_36(); uint64_t L_3 = ___ulOverlayHandle0; uint32_t* L_4 = ___punTrackedDevice1; HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_5 = ___pmatTrackedDeviceToOverlayTransform2; NullCheck(L_2); int32_t L_6; L_6 = _GetOverlayTransformTrackedDeviceRelative_Invoke_m5632C65C4DE88F59FE40F72BDCB643B0E8310E6D(L_2, L_3, (uint32_t*)L_4, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayTransformTrackedDeviceComponent(System.UInt64,System.UInt32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayTransformTrackedDeviceComponent_m4B5D1371E221ED1C401EB885240F57EE2709FDC7 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, uint32_t ___unDeviceIndex1, String_t* ___pchComponentName2, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayTransformTrackedDeviceComponent(ulOverlayHandle,unDeviceIndex,pchComponentName); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E * L_1 = L_0->get_SetOverlayTransformTrackedDeviceComponent_37(); uint64_t L_2 = ___ulOverlayHandle0; uint32_t L_3 = ___unDeviceIndex1; String_t* L_4 = ___pchComponentName2; NullCheck(L_1); int32_t L_5; L_5 = _SetOverlayTransformTrackedDeviceComponent_Invoke_mEAF8649ED1D34452410B62465226F4A4805B881B(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayTransformTrackedDeviceComponent(System.UInt64,System.UInt32&,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayTransformTrackedDeviceComponent_mF78AE6C3EA4CACE59F4CBE15713A002283BA617E (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, uint32_t* ___punDeviceIndex1, StringBuilder_t * ___pchComponentName2, uint32_t ___unComponentNameSize3, const RuntimeMethod* method) { { // punDeviceIndex = 0; uint32_t* L_0 = ___punDeviceIndex1; *((int32_t*)L_0) = (int32_t)0; // EVROverlayError result = FnTable.GetOverlayTransformTrackedDeviceComponent(ulOverlayHandle,ref punDeviceIndex,pchComponentName,unComponentNameSize); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_1 = __this->get_address_of_FnTable_0(); _GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D * L_2 = L_1->get_GetOverlayTransformTrackedDeviceComponent_38(); uint64_t L_3 = ___ulOverlayHandle0; uint32_t* L_4 = ___punDeviceIndex1; StringBuilder_t * L_5 = ___pchComponentName2; uint32_t L_6 = ___unComponentNameSize3; NullCheck(L_2); int32_t L_7; L_7 = _GetOverlayTransformTrackedDeviceComponent_Invoke_mF9F611D5669B3F739EED5548D8B00062B9B0ED00(L_2, L_3, (uint32_t*)L_4, L_5, L_6, /*hidden argument*/NULL); // return result; return L_7; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayTransformOverlayRelative(System.UInt64,System.UInt64&,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayTransformOverlayRelative_m980B12A5EC892CB4D17752CEAEF604D48481F36A (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, uint64_t* ___ulOverlayHandleParent1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatParentOverlayToOverlayTransform2, const RuntimeMethod* method) { { // ulOverlayHandleParent = 0; uint64_t* L_0 = ___ulOverlayHandleParent1; *((int64_t*)L_0) = (int64_t)((int64_t)((int64_t)0)); // EVROverlayError result = FnTable.GetOverlayTransformOverlayRelative(ulOverlayHandle,ref ulOverlayHandleParent,ref pmatParentOverlayToOverlayTransform); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_1 = __this->get_address_of_FnTable_0(); _GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14 * L_2 = L_1->get_GetOverlayTransformOverlayRelative_39(); uint64_t L_3 = ___ulOverlayHandle0; uint64_t* L_4 = ___ulOverlayHandleParent1; HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_5 = ___pmatParentOverlayToOverlayTransform2; NullCheck(L_2); int32_t L_6; L_6 = _GetOverlayTransformOverlayRelative_Invoke_m573EE5A783E4465D16F4952FBD79A29B0964119D(L_2, L_3, (uint64_t*)L_4, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayTransformOverlayRelative(System.UInt64,System.UInt64,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayTransformOverlayRelative_m4AF0510B5B539C42FC95F57B52E5B4039A7B8E59 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, uint64_t ___ulOverlayHandleParent1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatParentOverlayToOverlayTransform2, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayTransformOverlayRelative(ulOverlayHandle,ulOverlayHandleParent,ref pmatParentOverlayToOverlayTransform); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D * L_1 = L_0->get_SetOverlayTransformOverlayRelative_40(); uint64_t L_2 = ___ulOverlayHandle0; uint64_t L_3 = ___ulOverlayHandleParent1; HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_4 = ___pmatParentOverlayToOverlayTransform2; NullCheck(L_1); int32_t L_5; L_5 = _SetOverlayTransformOverlayRelative_Invoke_m7A5B2A1E2FFB07E2D9D92F6DFD26EA70E3828833(L_1, L_2, L_3, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::ShowOverlay(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_ShowOverlay_m4EA2048AD22E2326F581D2758D48A1F5FD1BE043 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.ShowOverlay(ulOverlayHandle); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797 * L_1 = L_0->get_ShowOverlay_41(); uint64_t L_2 = ___ulOverlayHandle0; NullCheck(L_1); int32_t L_3; L_3 = _ShowOverlay_Invoke_m00512E52623D5367490C0ECC018E52B79249EACB(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::HideOverlay(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_HideOverlay_m2597F3C8A3BE7BEDD7EE26A4EB6E706ED5F601E1 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.HideOverlay(ulOverlayHandle); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084 * L_1 = L_0->get_HideOverlay_42(); uint64_t L_2 = ___ulOverlayHandle0; NullCheck(L_1); int32_t L_3; L_3 = _HideOverlay_Invoke_mECB51F9DEF0E94633C004D1640EE74FB7692E00D(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Boolean OVR.OpenVR.CVROverlay::IsOverlayVisible(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVROverlay_IsOverlayVisible_m6F72E294D59716CBD76FB70A8A16448AB707B5D6 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method) { { // bool result = FnTable.IsOverlayVisible(ulOverlayHandle); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902 * L_1 = L_0->get_IsOverlayVisible_43(); uint64_t L_2 = ___ulOverlayHandle0; NullCheck(L_1); bool L_3; L_3 = _IsOverlayVisible_Invoke_m3EBCFC153B03D66C2737A9AB9F0DD785483C8EB1(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetTransformForOverlayCoordinates(System.UInt64,OVR.OpenVR.ETrackingUniverseOrigin,OVR.OpenVR.HmdVector2_t,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetTransformForOverlayCoordinates_mBFC13433BC6742FEE9D950C9B6176B6479F7AB91 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, int32_t ___eTrackingOrigin1, HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 ___coordinatesInOverlay2, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatTransform3, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.GetTransformForOverlayCoordinates(ulOverlayHandle,eTrackingOrigin,coordinatesInOverlay,ref pmatTransform); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D * L_1 = L_0->get_GetTransformForOverlayCoordinates_44(); uint64_t L_2 = ___ulOverlayHandle0; int32_t L_3 = ___eTrackingOrigin1; HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 L_4 = ___coordinatesInOverlay2; HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_5 = ___pmatTransform3; NullCheck(L_1); int32_t L_6; L_6 = _GetTransformForOverlayCoordinates_Invoke_m7293C00ADE5AF2A23EAF13D2E59A66F5274EDC31(L_1, L_2, L_3, L_4, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // System.Boolean OVR.OpenVR.CVROverlay::PollNextOverlayEvent(System.UInt64,OVR.OpenVR.VREvent_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVROverlay_PollNextOverlayEvent_m5813900DB5D86C35A22168D20073F99163F02265 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C * ___pEvent1, uint32_t ___uncbVREvent2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2_0_0_0_var); s_Il2CppMethodInitialized = true; } PollNextOverlayEventUnion_t01A2A53691CFA7B488F3C073444E91DB5EC75B10 V_0; memset((&V_0), 0, sizeof(V_0)); VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2 V_1; memset((&V_1), 0, sizeof(V_1)); { // if ((System.Environment.OSVersion.Platform == System.PlatformID.MacOSX) || // (System.Environment.OSVersion.Platform == System.PlatformID.Unix)) OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * L_0; L_0 = Environment_get_OSVersion_mD767B6F1B5AAEA8D562031B872E0E16A5AF007ED(/*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)6))) { goto IL_001a; } } { OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * L_2; L_2 = Environment_get_OSVersion_mD767B6F1B5AAEA8D562031B872E0E16A5AF007ED(/*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_0062; } } IL_001a: { // VREvent_t_Packed event_packed = new VREvent_t_Packed(); il2cpp_codegen_initobj((&V_1), sizeof(VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2 )); // u.pPollNextOverlayEventPacked = null; (&V_0)->set_pPollNextOverlayEventPacked_1((_PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E *)NULL); // u.pPollNextOverlayEvent = FnTable.PollNextOverlayEvent; IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_4 = __this->get_address_of_FnTable_0(); _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * L_5 = L_4->get_PollNextOverlayEvent_45(); (&V_0)->set_pPollNextOverlayEvent_0(L_5); // bool packed_result = u.pPollNextOverlayEventPacked(ulOverlayHandle,ref event_packed,(uint)System.Runtime.InteropServices.Marshal.SizeOf(typeof(VREvent_t_Packed))); PollNextOverlayEventUnion_t01A2A53691CFA7B488F3C073444E91DB5EC75B10 L_6 = V_0; _PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E * L_7 = L_6.get_pPollNextOverlayEventPacked_1(); uint64_t L_8 = ___ulOverlayHandle0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_11; L_11 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92(L_10, /*hidden argument*/NULL); NullCheck(L_7); bool L_12; L_12 = _PollNextOverlayEventPacked_Invoke_m7F548A1DFE4D28D321BE5AEA332921663E76FF4C(L_7, L_8, (VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2 *)(&V_1), L_11, /*hidden argument*/NULL); // event_packed.Unpack(ref pEvent); VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C * L_13 = ___pEvent1; VREvent_t_Packed_Unpack_m230C9617239E8C0982D7ED11B7F37AF485CC6488((VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2 *)(&V_1), (VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C *)L_13, /*hidden argument*/NULL); // return packed_result; return L_12; } IL_0062: { // bool result = FnTable.PollNextOverlayEvent(ulOverlayHandle,ref pEvent,uncbVREvent); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_14 = __this->get_address_of_FnTable_0(); _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * L_15 = L_14->get_PollNextOverlayEvent_45(); uint64_t L_16 = ___ulOverlayHandle0; VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C * L_17 = ___pEvent1; uint32_t L_18 = ___uncbVREvent2; NullCheck(L_15); bool L_19; L_19 = _PollNextOverlayEvent_Invoke_mC23825C5F7690A5ECCF24B7148EBBDC9EA1A26FA(L_15, L_16, (VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C *)L_17, L_18, /*hidden argument*/NULL); // return result; return L_19; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayInputMethod(System.UInt64,OVR.OpenVR.VROverlayInputMethod&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayInputMethod_m13B279B15AEAE2643F65A482B2E36996996255E1 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, int32_t* ___peInputMethod1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.GetOverlayInputMethod(ulOverlayHandle,ref peInputMethod); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00 * L_1 = L_0->get_GetOverlayInputMethod_46(); uint64_t L_2 = ___ulOverlayHandle0; int32_t* L_3 = ___peInputMethod1; NullCheck(L_1); int32_t L_4; L_4 = _GetOverlayInputMethod_Invoke_mF321D6895591FA8983C9C09561EB565A059C97F2(L_1, L_2, (int32_t*)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayInputMethod(System.UInt64,OVR.OpenVR.VROverlayInputMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayInputMethod_mDC3C60EDCB664F972E6D9B0964F0DB1F8B6EBC61 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, int32_t ___eInputMethod1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayInputMethod(ulOverlayHandle,eInputMethod); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52 * L_1 = L_0->get_SetOverlayInputMethod_47(); uint64_t L_2 = ___ulOverlayHandle0; int32_t L_3 = ___eInputMethod1; NullCheck(L_1); int32_t L_4; L_4 = _SetOverlayInputMethod_Invoke_m0FBE0FB285EC6824751C7F96EF2A3DD4B33714FA(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayMouseScale(System.UInt64,OVR.OpenVR.HmdVector2_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayMouseScale_mF9F0530F0964DD32A61DF7FB105F347B1DC1C837 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * ___pvecMouseScale1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.GetOverlayMouseScale(ulOverlayHandle,ref pvecMouseScale); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B * L_1 = L_0->get_GetOverlayMouseScale_48(); uint64_t L_2 = ___ulOverlayHandle0; HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * L_3 = ___pvecMouseScale1; NullCheck(L_1); int32_t L_4; L_4 = _GetOverlayMouseScale_Invoke_m23E92901E50DDE9F7F2A1A827CA5EA77C8C57C9D(L_1, L_2, (HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 *)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayMouseScale(System.UInt64,OVR.OpenVR.HmdVector2_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayMouseScale_m8124D672264F29142F0E88E08BCD8BF9513D309C (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * ___pvecMouseScale1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayMouseScale(ulOverlayHandle,ref pvecMouseScale); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C * L_1 = L_0->get_SetOverlayMouseScale_49(); uint64_t L_2 = ___ulOverlayHandle0; HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * L_3 = ___pvecMouseScale1; NullCheck(L_1); int32_t L_4; L_4 = _SetOverlayMouseScale_Invoke_m44F61EFFE1A9DD76036DF6C29EF16C791478429F(L_1, L_2, (HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 *)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.Boolean OVR.OpenVR.CVROverlay::ComputeOverlayIntersection(System.UInt64,OVR.OpenVR.VROverlayIntersectionParams_t&,OVR.OpenVR.VROverlayIntersectionResults_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVROverlay_ComputeOverlayIntersection_m9682BD1F3B69EF5CCB2BA9EC699034A744ADDB74 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, VROverlayIntersectionParams_t_t2ADB5E77B8F646ADC13CD619BF839805441FA880 * ___pParams1, VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4 * ___pResults2, const RuntimeMethod* method) { { // bool result = FnTable.ComputeOverlayIntersection(ulOverlayHandle,ref pParams,ref pResults); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA * L_1 = L_0->get_ComputeOverlayIntersection_50(); uint64_t L_2 = ___ulOverlayHandle0; VROverlayIntersectionParams_t_t2ADB5E77B8F646ADC13CD619BF839805441FA880 * L_3 = ___pParams1; VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4 * L_4 = ___pResults2; NullCheck(L_1); bool L_5; L_5 = _ComputeOverlayIntersection_Invoke_m751B444D29D6606E2A1A05EA351CB9C55B8D43CF(L_1, L_2, (VROverlayIntersectionParams_t_t2ADB5E77B8F646ADC13CD619BF839805441FA880 *)L_3, (VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4 *)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.Boolean OVR.OpenVR.CVROverlay::IsHoverTargetOverlay(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVROverlay_IsHoverTargetOverlay_mC035D25D29F89811D114E97623DA2A1665425FA4 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method) { { // bool result = FnTable.IsHoverTargetOverlay(ulOverlayHandle); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94 * L_1 = L_0->get_IsHoverTargetOverlay_51(); uint64_t L_2 = ___ulOverlayHandle0; NullCheck(L_1); bool L_3; L_3 = _IsHoverTargetOverlay_Invoke_mECBD97E291ECCFF1D0D9F498E6F93FCF6C623D81(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.UInt64 OVR.OpenVR.CVROverlay::GetGamepadFocusOverlay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CVROverlay_GetGamepadFocusOverlay_m2A5B7C00660B70EA4EA6BA014129FAF46D131C56 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, const RuntimeMethod* method) { { // ulong result = FnTable.GetGamepadFocusOverlay(); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84 * L_1 = L_0->get_GetGamepadFocusOverlay_52(); NullCheck(L_1); uint64_t L_2; L_2 = _GetGamepadFocusOverlay_Invoke_mB939352D7035B3573E5C0FC350580D65295B45CC(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetGamepadFocusOverlay(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetGamepadFocusOverlay_m69632E9200007989581240DEB493D8466DCDF4F5 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulNewFocusOverlay0, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetGamepadFocusOverlay(ulNewFocusOverlay); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17 * L_1 = L_0->get_SetGamepadFocusOverlay_53(); uint64_t L_2 = ___ulNewFocusOverlay0; NullCheck(L_1); int32_t L_3; L_3 = _SetGamepadFocusOverlay_Invoke_m9296A07C5A652A3181E201E9EF3F6FA51B82D09B(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayNeighbor(OVR.OpenVR.EOverlayDirection,System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayNeighbor_mD9BE8703963622F24DC0159D9A0D839D106FA6C1 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, int32_t ___eDirection0, uint64_t ___ulFrom1, uint64_t ___ulTo2, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayNeighbor(eDirection,ulFrom,ulTo); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5 * L_1 = L_0->get_SetOverlayNeighbor_54(); int32_t L_2 = ___eDirection0; uint64_t L_3 = ___ulFrom1; uint64_t L_4 = ___ulTo2; NullCheck(L_1); int32_t L_5; L_5 = _SetOverlayNeighbor_Invoke_m0064767564FADCB6D8FE10567392575B105187AE(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::MoveGamepadFocusToNeighbor(OVR.OpenVR.EOverlayDirection,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_MoveGamepadFocusToNeighbor_m89A4669C1DC90ED012A23504D9274AB5D11324D2 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, int32_t ___eDirection0, uint64_t ___ulFrom1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.MoveGamepadFocusToNeighbor(eDirection,ulFrom); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811 * L_1 = L_0->get_MoveGamepadFocusToNeighbor_55(); int32_t L_2 = ___eDirection0; uint64_t L_3 = ___ulFrom1; NullCheck(L_1); int32_t L_4; L_4 = _MoveGamepadFocusToNeighbor_Invoke_m4268C935228CF2255403F0D0C85947B7BEE267E4(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayDualAnalogTransform(System.UInt64,OVR.OpenVR.EDualAnalogWhich,System.IntPtr,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayDualAnalogTransform_m1F142E4BBA2FA5405410B744E5F496B8F7B61AF5 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlay0, int32_t ___eWhich1, intptr_t ___vCenter2, float ___fRadius3, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayDualAnalogTransform(ulOverlay,eWhich,vCenter,fRadius); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B * L_1 = L_0->get_SetOverlayDualAnalogTransform_56(); uint64_t L_2 = ___ulOverlay0; int32_t L_3 = ___eWhich1; intptr_t L_4 = ___vCenter2; float L_5 = ___fRadius3; NullCheck(L_1); int32_t L_6; L_6 = _SetOverlayDualAnalogTransform_Invoke_m40F9E47A8BAA0F41BBF85BC475E1D7EA73D4409A(L_1, L_2, L_3, (intptr_t)L_4, L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayDualAnalogTransform(System.UInt64,OVR.OpenVR.EDualAnalogWhich,OVR.OpenVR.HmdVector2_t&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayDualAnalogTransform_m5564A237D267E9787D39F09CB951FA25FD3611D6 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlay0, int32_t ___eWhich1, HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * ___pvCenter2, float* ___pfRadius3, const RuntimeMethod* method) { { // pfRadius = 0; float* L_0 = ___pfRadius3; *((float*)L_0) = (float)(0.0f); // EVROverlayError result = FnTable.GetOverlayDualAnalogTransform(ulOverlay,eWhich,ref pvCenter,ref pfRadius); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_1 = __this->get_address_of_FnTable_0(); _GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1 * L_2 = L_1->get_GetOverlayDualAnalogTransform_57(); uint64_t L_3 = ___ulOverlay0; int32_t L_4 = ___eWhich1; HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * L_5 = ___pvCenter2; float* L_6 = ___pfRadius3; NullCheck(L_2); int32_t L_7; L_7 = _GetOverlayDualAnalogTransform_Invoke_m0BE4C3D451396D2150FBFECAD7551DD6C62C0707(L_2, L_3, L_4, (HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 *)L_5, (float*)L_6, /*hidden argument*/NULL); // return result; return L_7; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayTexture(System.UInt64,OVR.OpenVR.Texture_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayTexture_mC5A357E605F6594B862781EB26F5CEC19E90E17F (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, Texture_t_t620CAA304875674443E89FE116A335886BF0413F * ___pTexture1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayTexture(ulOverlayHandle,ref pTexture); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10 * L_1 = L_0->get_SetOverlayTexture_58(); uint64_t L_2 = ___ulOverlayHandle0; Texture_t_t620CAA304875674443E89FE116A335886BF0413F * L_3 = ___pTexture1; NullCheck(L_1); int32_t L_4; L_4 = _SetOverlayTexture_Invoke_mF5E6C58069967C70FB273D98C26D7B83648A561A(L_1, L_2, (Texture_t_t620CAA304875674443E89FE116A335886BF0413F *)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::ClearOverlayTexture(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_ClearOverlayTexture_m5CB80F4D1A1A8E8273CBCD48868BBD568CD30BD3 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.ClearOverlayTexture(ulOverlayHandle); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E * L_1 = L_0->get_ClearOverlayTexture_59(); uint64_t L_2 = ___ulOverlayHandle0; NullCheck(L_1); int32_t L_3; L_3 = _ClearOverlayTexture_Invoke_mC040F4CDBE636DA458A3A4698E0B12140906EAB9(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayRaw(System.UInt64,System.IntPtr,System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayRaw_mED1B49D8EC92BE50D62C78B427164AC1CD65D3A5 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, intptr_t ___pvBuffer1, uint32_t ___unWidth2, uint32_t ___unHeight3, uint32_t ___unDepth4, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayRaw(ulOverlayHandle,pvBuffer,unWidth,unHeight,unDepth); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105 * L_1 = L_0->get_SetOverlayRaw_60(); uint64_t L_2 = ___ulOverlayHandle0; intptr_t L_3 = ___pvBuffer1; uint32_t L_4 = ___unWidth2; uint32_t L_5 = ___unHeight3; uint32_t L_6 = ___unDepth4; NullCheck(L_1); int32_t L_7; L_7 = _SetOverlayRaw_Invoke_m97F23278EEA8D3E07E7488980C07F8DD8971E9F9(L_1, L_2, (intptr_t)L_3, L_4, L_5, L_6, /*hidden argument*/NULL); // return result; return L_7; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayFromFile(System.UInt64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayFromFile_m1A43A06F77F5DFFF756D79480EC43CF7D26BFFBF (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, String_t* ___pchFilePath1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayFromFile(ulOverlayHandle,pchFilePath); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B * L_1 = L_0->get_SetOverlayFromFile_61(); uint64_t L_2 = ___ulOverlayHandle0; String_t* L_3 = ___pchFilePath1; NullCheck(L_1); int32_t L_4; L_4 = _SetOverlayFromFile_Invoke_m2BBBC5DE996B1DCFB0F39C92972B75FD7C84E39E(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayTexture(System.UInt64,System.IntPtr&,System.IntPtr,System.UInt32&,System.UInt32&,System.UInt32&,OVR.OpenVR.ETextureType&,OVR.OpenVR.EColorSpace&,OVR.OpenVR.VRTextureBounds_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayTexture_m490AC0086463D8D6C455DCF32F11045314A976AA (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, intptr_t* ___pNativeTextureHandle1, intptr_t ___pNativeTextureRef2, uint32_t* ___pWidth3, uint32_t* ___pHeight4, uint32_t* ___pNativeFormat5, int32_t* ___pAPIType6, int32_t* ___pColorSpace7, VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * ___pTextureBounds8, const RuntimeMethod* method) { { // pWidth = 0; uint32_t* L_0 = ___pWidth3; *((int32_t*)L_0) = (int32_t)0; // pHeight = 0; uint32_t* L_1 = ___pHeight4; *((int32_t*)L_1) = (int32_t)0; // pNativeFormat = 0; uint32_t* L_2 = ___pNativeFormat5; *((int32_t*)L_2) = (int32_t)0; // EVROverlayError result = FnTable.GetOverlayTexture(ulOverlayHandle,ref pNativeTextureHandle,pNativeTextureRef,ref pWidth,ref pHeight,ref pNativeFormat,ref pAPIType,ref pColorSpace,ref pTextureBounds); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_3 = __this->get_address_of_FnTable_0(); _GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046 * L_4 = L_3->get_GetOverlayTexture_62(); uint64_t L_5 = ___ulOverlayHandle0; intptr_t* L_6 = ___pNativeTextureHandle1; intptr_t L_7 = ___pNativeTextureRef2; uint32_t* L_8 = ___pWidth3; uint32_t* L_9 = ___pHeight4; uint32_t* L_10 = ___pNativeFormat5; int32_t* L_11 = ___pAPIType6; int32_t* L_12 = ___pColorSpace7; VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * L_13 = ___pTextureBounds8; NullCheck(L_4); int32_t L_14; L_14 = _GetOverlayTexture_Invoke_mD8D72FD90105F4F7812CF1C99E0899C4931FF26A(L_4, L_5, (intptr_t*)L_6, (intptr_t)L_7, (uint32_t*)L_8, (uint32_t*)L_9, (uint32_t*)L_10, (int32_t*)L_11, (int32_t*)L_12, (VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 *)L_13, /*hidden argument*/NULL); // return result; return L_14; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::ReleaseNativeOverlayHandle(System.UInt64,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_ReleaseNativeOverlayHandle_m6D7728608D0F091A14F04951E6FA383077FA7919 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, intptr_t ___pNativeTextureHandle1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.ReleaseNativeOverlayHandle(ulOverlayHandle,pNativeTextureHandle); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B * L_1 = L_0->get_ReleaseNativeOverlayHandle_63(); uint64_t L_2 = ___ulOverlayHandle0; intptr_t L_3 = ___pNativeTextureHandle1; NullCheck(L_1); int32_t L_4; L_4 = _ReleaseNativeOverlayHandle_Invoke_mB118F72247D0CCDB3366EDEC22AA838AB8B39A61(L_1, L_2, (intptr_t)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayTextureSize(System.UInt64,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayTextureSize_m56B45C298CB4819E830B297554200EA888367E24 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, uint32_t* ___pWidth1, uint32_t* ___pHeight2, const RuntimeMethod* method) { { // pWidth = 0; uint32_t* L_0 = ___pWidth1; *((int32_t*)L_0) = (int32_t)0; // pHeight = 0; uint32_t* L_1 = ___pHeight2; *((int32_t*)L_1) = (int32_t)0; // EVROverlayError result = FnTable.GetOverlayTextureSize(ulOverlayHandle,ref pWidth,ref pHeight); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_2 = __this->get_address_of_FnTable_0(); _GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472 * L_3 = L_2->get_GetOverlayTextureSize_64(); uint64_t L_4 = ___ulOverlayHandle0; uint32_t* L_5 = ___pWidth1; uint32_t* L_6 = ___pHeight2; NullCheck(L_3); int32_t L_7; L_7 = _GetOverlayTextureSize_Invoke_m1B00168C2A8803E6EB50009808767025F22F4B74(L_3, L_4, (uint32_t*)L_5, (uint32_t*)L_6, /*hidden argument*/NULL); // return result; return L_7; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::CreateDashboardOverlay(System.String,System.String,System.UInt64&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_CreateDashboardOverlay_mA26248B3C7CC3CC8BA80A9518BA4FA3FA6AECCF3 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, String_t* ___pchOverlayKey0, String_t* ___pchOverlayFriendlyName1, uint64_t* ___pMainHandle2, uint64_t* ___pThumbnailHandle3, const RuntimeMethod* method) { { // pMainHandle = 0; uint64_t* L_0 = ___pMainHandle2; *((int64_t*)L_0) = (int64_t)((int64_t)((int64_t)0)); // pThumbnailHandle = 0; uint64_t* L_1 = ___pThumbnailHandle3; *((int64_t*)L_1) = (int64_t)((int64_t)((int64_t)0)); // EVROverlayError result = FnTable.CreateDashboardOverlay(pchOverlayKey,pchOverlayFriendlyName,ref pMainHandle,ref pThumbnailHandle); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_2 = __this->get_address_of_FnTable_0(); _CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A * L_3 = L_2->get_CreateDashboardOverlay_65(); String_t* L_4 = ___pchOverlayKey0; String_t* L_5 = ___pchOverlayFriendlyName1; uint64_t* L_6 = ___pMainHandle2; uint64_t* L_7 = ___pThumbnailHandle3; NullCheck(L_3); int32_t L_8; L_8 = _CreateDashboardOverlay_Invoke_mC54AC85530C893C6A3DEECE008A1496E53B44113(L_3, L_4, L_5, (uint64_t*)L_6, (uint64_t*)L_7, /*hidden argument*/NULL); // return result; return L_8; } } // System.Boolean OVR.OpenVR.CVROverlay::IsDashboardVisible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVROverlay_IsDashboardVisible_mB77DE310F098FDBE8793DADB8F7E9A17F71132A8 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, const RuntimeMethod* method) { { // bool result = FnTable.IsDashboardVisible(); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8 * L_1 = L_0->get_IsDashboardVisible_66(); NullCheck(L_1); bool L_2; L_2 = _IsDashboardVisible_Invoke_m704F2824FD6E5AD3CFD560CE5D01891B466619C4(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.Boolean OVR.OpenVR.CVROverlay::IsActiveDashboardOverlay(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVROverlay_IsActiveDashboardOverlay_m271B3FED09C5079E93B0D70B972AF7B49A0D3981 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, const RuntimeMethod* method) { { // bool result = FnTable.IsActiveDashboardOverlay(ulOverlayHandle); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B * L_1 = L_0->get_IsActiveDashboardOverlay_67(); uint64_t L_2 = ___ulOverlayHandle0; NullCheck(L_1); bool L_3; L_3 = _IsActiveDashboardOverlay_Invoke_mD9371BFBA15DA7A63641B3143380CFF9E9E57DD5(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetDashboardOverlaySceneProcess(System.UInt64,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetDashboardOverlaySceneProcess_mAB1DFC4A49835AA1CC84B6D2D59C37B990EB646A (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, uint32_t ___unProcessId1, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetDashboardOverlaySceneProcess(ulOverlayHandle,unProcessId); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000 * L_1 = L_0->get_SetDashboardOverlaySceneProcess_68(); uint64_t L_2 = ___ulOverlayHandle0; uint32_t L_3 = ___unProcessId1; NullCheck(L_1); int32_t L_4; L_4 = _SetDashboardOverlaySceneProcess_Invoke_mFA4F2AD95790164AEE36A9E515757FA682235E59(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetDashboardOverlaySceneProcess(System.UInt64,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetDashboardOverlaySceneProcess_m7946A7188E1166D6908F053526837FB8301E0542 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, uint32_t* ___punProcessId1, const RuntimeMethod* method) { { // punProcessId = 0; uint32_t* L_0 = ___punProcessId1; *((int32_t*)L_0) = (int32_t)0; // EVROverlayError result = FnTable.GetDashboardOverlaySceneProcess(ulOverlayHandle,ref punProcessId); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_1 = __this->get_address_of_FnTable_0(); _GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB * L_2 = L_1->get_GetDashboardOverlaySceneProcess_69(); uint64_t L_3 = ___ulOverlayHandle0; uint32_t* L_4 = ___punProcessId1; NullCheck(L_2); int32_t L_5; L_5 = _GetDashboardOverlaySceneProcess_Invoke_m27DBCAC012DBB3E1310EF078B812DA3065499B71(L_2, L_3, (uint32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.Void OVR.OpenVR.CVROverlay::ShowDashboard(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVROverlay_ShowDashboard_m3FAD01B7CD46AE373D70DCD49EFCA781F9C1066B (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, String_t* ___pchOverlayToShow0, const RuntimeMethod* method) { { // FnTable.ShowDashboard(pchOverlayToShow); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7 * L_1 = L_0->get_ShowDashboard_70(); String_t* L_2 = ___pchOverlayToShow0; NullCheck(L_1); _ShowDashboard_Invoke_m2A2AF04E13F3177A0D958CE41F5B35994A1A17E1(L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.UInt32 OVR.OpenVR.CVROverlay::GetPrimaryDashboardDevice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVROverlay_GetPrimaryDashboardDevice_m915154522EE0EB99A1F1E68C91BF8572A285B51D (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, const RuntimeMethod* method) { { // uint result = FnTable.GetPrimaryDashboardDevice(); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF * L_1 = L_0->get_GetPrimaryDashboardDevice_71(); NullCheck(L_1); uint32_t L_2; L_2 = _GetPrimaryDashboardDevice_Invoke_m42524B79E7CE57E9C20778C28427BBB570EB5684(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::ShowKeyboard(System.Int32,System.Int32,System.String,System.UInt32,System.String,System.Boolean,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_ShowKeyboard_m4BC2DC36D1D036FE27EAB77C5E3963BC2EA6B1CA (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, int32_t ___eInputMode0, int32_t ___eLineInputMode1, String_t* ___pchDescription2, uint32_t ___unCharMax3, String_t* ___pchExistingText4, bool ___bUseMinimalMode5, uint64_t ___uUserValue6, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.ShowKeyboard(eInputMode,eLineInputMode,pchDescription,unCharMax,pchExistingText,bUseMinimalMode,uUserValue); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2 * L_1 = L_0->get_ShowKeyboard_72(); int32_t L_2 = ___eInputMode0; int32_t L_3 = ___eLineInputMode1; String_t* L_4 = ___pchDescription2; uint32_t L_5 = ___unCharMax3; String_t* L_6 = ___pchExistingText4; bool L_7 = ___bUseMinimalMode5; uint64_t L_8 = ___uUserValue6; NullCheck(L_1); int32_t L_9; L_9 = _ShowKeyboard_Invoke_m26DD193BBAA7CDDC349ABF58B25D2268DA1DB2CD(L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // return result; return L_9; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::ShowKeyboardForOverlay(System.UInt64,System.Int32,System.Int32,System.String,System.UInt32,System.String,System.Boolean,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_ShowKeyboardForOverlay_m2C808D0E2098E93FF4404B905F9B2337EA2ECAE9 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, int32_t ___eInputMode1, int32_t ___eLineInputMode2, String_t* ___pchDescription3, uint32_t ___unCharMax4, String_t* ___pchExistingText5, bool ___bUseMinimalMode6, uint64_t ___uUserValue7, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.ShowKeyboardForOverlay(ulOverlayHandle,eInputMode,eLineInputMode,pchDescription,unCharMax,pchExistingText,bUseMinimalMode,uUserValue); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED * L_1 = L_0->get_ShowKeyboardForOverlay_73(); uint64_t L_2 = ___ulOverlayHandle0; int32_t L_3 = ___eInputMode1; int32_t L_4 = ___eLineInputMode2; String_t* L_5 = ___pchDescription3; uint32_t L_6 = ___unCharMax4; String_t* L_7 = ___pchExistingText5; bool L_8 = ___bUseMinimalMode6; uint64_t L_9 = ___uUserValue7; NullCheck(L_1); int32_t L_10; L_10 = _ShowKeyboardForOverlay_Invoke_m98B462C598D60C9FD733ECBB62C623BBD2746C51(L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); // return result; return L_10; } } // System.UInt32 OVR.OpenVR.CVROverlay::GetKeyboardText(System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVROverlay_GetKeyboardText_m7F492A53FF1E65B081DA9B70113EE945F8748EFE (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, StringBuilder_t * ___pchText0, uint32_t ___cchText1, const RuntimeMethod* method) { { // uint result = FnTable.GetKeyboardText(pchText,cchText); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD * L_1 = L_0->get_GetKeyboardText_74(); StringBuilder_t * L_2 = ___pchText0; uint32_t L_3 = ___cchText1; NullCheck(L_1); uint32_t L_4; L_4 = _GetKeyboardText_Invoke_m2905E3B849BCFF63732F4BE0677BCF9B957FD57E(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.Void OVR.OpenVR.CVROverlay::HideKeyboard() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVROverlay_HideKeyboard_m8AEDA4F874F9EFA71824B85BF5BE8235DABE6AD0 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, const RuntimeMethod* method) { { // FnTable.HideKeyboard(); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0 * L_1 = L_0->get_HideKeyboard_75(); NullCheck(L_1); _HideKeyboard_Invoke_m99F9ED155F27BD610219B9AE11A68A473FDB97C6(L_1, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVROverlay::SetKeyboardTransformAbsolute(OVR.OpenVR.ETrackingUniverseOrigin,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVROverlay_SetKeyboardTransformAbsolute_m01BFCFFA0507CC4C84112FAFECDA97098697B4D5 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, int32_t ___eTrackingOrigin0, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pmatTrackingOriginToKeyboardTransform1, const RuntimeMethod* method) { { // FnTable.SetKeyboardTransformAbsolute(eTrackingOrigin,ref pmatTrackingOriginToKeyboardTransform); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0 * L_1 = L_0->get_SetKeyboardTransformAbsolute_76(); int32_t L_2 = ___eTrackingOrigin0; HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_3 = ___pmatTrackingOriginToKeyboardTransform1; NullCheck(L_1); _SetKeyboardTransformAbsolute_Invoke_m67F6A3402D78C08C8AB3E84B9CDC62EEB487EFD4(L_1, L_2, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_3, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVROverlay::SetKeyboardPositionForOverlay(System.UInt64,OVR.OpenVR.HmdRect2_t) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVROverlay_SetKeyboardPositionForOverlay_mD9EEEDFD3FAE4C22A8F4C46F52E6F86727E6CE55 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, HmdRect2_t_t4D4F7F157C1E1269E140F9DBC41CDCE92D69C27F ___avoidRect1, const RuntimeMethod* method) { { // FnTable.SetKeyboardPositionForOverlay(ulOverlayHandle,avoidRect); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722 * L_1 = L_0->get_SetKeyboardPositionForOverlay_77(); uint64_t L_2 = ___ulOverlayHandle0; HmdRect2_t_t4D4F7F157C1E1269E140F9DBC41CDCE92D69C27F L_3 = ___avoidRect1; NullCheck(L_1); _SetKeyboardPositionForOverlay_Invoke_m3C54F31AF13C4FB3D42425541639E837883F50B6(L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::SetOverlayIntersectionMask(System.UInt64,OVR.OpenVR.VROverlayIntersectionMaskPrimitive_t&,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_SetOverlayIntersectionMask_m9835E8E43F04A01EE004589252BC305DE30B10A1 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, VROverlayIntersectionMaskPrimitive_t_t7FEA13F894B205CD39951A364EDEBBA50C12C368 * ___pMaskPrimitives1, uint32_t ___unNumMaskPrimitives2, uint32_t ___unPrimitiveSize3, const RuntimeMethod* method) { { // EVROverlayError result = FnTable.SetOverlayIntersectionMask(ulOverlayHandle,ref pMaskPrimitives,unNumMaskPrimitives,unPrimitiveSize); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB * L_1 = L_0->get_SetOverlayIntersectionMask_78(); uint64_t L_2 = ___ulOverlayHandle0; VROverlayIntersectionMaskPrimitive_t_t7FEA13F894B205CD39951A364EDEBBA50C12C368 * L_3 = ___pMaskPrimitives1; uint32_t L_4 = ___unNumMaskPrimitives2; uint32_t L_5 = ___unPrimitiveSize3; NullCheck(L_1); int32_t L_6; L_6 = _SetOverlayIntersectionMask_Invoke_mC704B2687A672CA7E7F9C0199DDB973EDBD3686F(L_1, L_2, (VROverlayIntersectionMaskPrimitive_t_t7FEA13F894B205CD39951A364EDEBBA50C12C368 *)L_3, L_4, L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVROverlayError OVR.OpenVR.CVROverlay::GetOverlayFlags(System.UInt64,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_GetOverlayFlags_m709C1F59668975B6EDA329EF201782C54CB24F14 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, uint64_t ___ulOverlayHandle0, uint32_t* ___pFlags1, const RuntimeMethod* method) { { // pFlags = 0; uint32_t* L_0 = ___pFlags1; *((int32_t*)L_0) = (int32_t)0; // EVROverlayError result = FnTable.GetOverlayFlags(ulOverlayHandle,ref pFlags); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_1 = __this->get_address_of_FnTable_0(); _GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D * L_2 = L_1->get_GetOverlayFlags_79(); uint64_t L_3 = ___ulOverlayHandle0; uint32_t* L_4 = ___pFlags1; NullCheck(L_2); int32_t L_5; L_5 = _GetOverlayFlags_Invoke_m478CB68A3D4EDD8FB735CAD0EA8072BE428C514A(L_2, L_3, (uint32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.VRMessageOverlayResponse OVR.OpenVR.CVROverlay::ShowMessageOverlay(System.String,System.String,System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVROverlay_ShowMessageOverlay_mEB0E74CD9D655F2DA4F83BCD9629E52C901A1B32 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, String_t* ___pchText0, String_t* ___pchCaption1, String_t* ___pchButton0Text2, String_t* ___pchButton1Text3, String_t* ___pchButton2Text4, String_t* ___pchButton3Text5, const RuntimeMethod* method) { { // VRMessageOverlayResponse result = FnTable.ShowMessageOverlay(pchText,pchCaption,pchButton0Text,pchButton1Text,pchButton2Text,pchButton3Text); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2 * L_1 = L_0->get_ShowMessageOverlay_80(); String_t* L_2 = ___pchText0; String_t* L_3 = ___pchCaption1; String_t* L_4 = ___pchButton0Text2; String_t* L_5 = ___pchButton1Text3; String_t* L_6 = ___pchButton2Text4; String_t* L_7 = ___pchButton3Text5; NullCheck(L_1); int32_t L_8; L_8 = _ShowMessageOverlay_Invoke_mC97F052B5F85392F8BE579CFE0386721CFC0DA7C(L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); // return result; return L_8; } } // System.Void OVR.OpenVR.CVROverlay::CloseMessageOverlay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVROverlay_CloseMessageOverlay_m7621E4D6D03D92020B55D36A2E9BE8243A325DB1 (CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * __this, const RuntimeMethod* method) { { // FnTable.CloseMessageOverlay(); IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * L_0 = __this->get_address_of_FnTable_0(); _CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C * L_1 = L_0->get_CloseMessageOverlay_81(); NullCheck(L_1); _CloseMessageOverlay_Invoke_mDB9DCC12DC3A1C77F3388371D37869B65A7F2D9E(L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRRenderModels::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRRenderModels__ctor_m1B46298B164AE4D6B9E3BB2CFE1408813C8D9D47 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRRenderModels(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRRenderModels)Marshal.PtrToStructure(pInterface, typeof(IVRRenderModels)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 *)((IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 *)UnBox(L_3, IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_il2cpp_TypeInfo_var))))); // } return; } } // OVR.OpenVR.EVRRenderModelError OVR.OpenVR.CVRRenderModels::LoadRenderModel_Async(System.String,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRRenderModels_LoadRenderModel_Async_m1EE7306FD062E37599B143A5A3CB1880BA05C102 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, String_t* ___pchRenderModelName0, intptr_t* ___ppRenderModel1, const RuntimeMethod* method) { { // EVRRenderModelError result = FnTable.LoadRenderModel_Async(pchRenderModelName,ref ppRenderModel); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302 * L_1 = L_0->get_LoadRenderModel_Async_0(); String_t* L_2 = ___pchRenderModelName0; intptr_t* L_3 = ___ppRenderModel1; NullCheck(L_1); int32_t L_4; L_4 = _LoadRenderModel_Async_Invoke_m19604DC761765D3B92642F53257846DD4F8C50C8(L_1, L_2, (intptr_t*)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.Void OVR.OpenVR.CVRRenderModels::FreeRenderModel(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRRenderModels_FreeRenderModel_mD054D725338525C22F67CECB71F975C99EF746C5 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, intptr_t ___pRenderModel0, const RuntimeMethod* method) { { // FnTable.FreeRenderModel(pRenderModel); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B * L_1 = L_0->get_FreeRenderModel_1(); intptr_t L_2 = ___pRenderModel0; NullCheck(L_1); _FreeRenderModel_Invoke_m7ADA646875AB6706478E3459C7D80726D899EE05(L_1, (intptr_t)L_2, /*hidden argument*/NULL); // } return; } } // OVR.OpenVR.EVRRenderModelError OVR.OpenVR.CVRRenderModels::LoadTexture_Async(System.Int32,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRRenderModels_LoadTexture_Async_mF956D20DF11E699469C5C3C69C547B3C6010BEB2 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, int32_t ___textureId0, intptr_t* ___ppTexture1, const RuntimeMethod* method) { { // EVRRenderModelError result = FnTable.LoadTexture_Async(textureId,ref ppTexture); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07 * L_1 = L_0->get_LoadTexture_Async_2(); int32_t L_2 = ___textureId0; intptr_t* L_3 = ___ppTexture1; NullCheck(L_1); int32_t L_4; L_4 = _LoadTexture_Async_Invoke_m98A4E035591222B5AA00869414263AE04486D9B4(L_1, L_2, (intptr_t*)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.Void OVR.OpenVR.CVRRenderModels::FreeTexture(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRRenderModels_FreeTexture_mEF0962FBE30F3595B8F788FFD9ECC41D9139E361 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, intptr_t ___pTexture0, const RuntimeMethod* method) { { // FnTable.FreeTexture(pTexture); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _FreeTexture_tD249C561539875A7BD54E4568884571E7274F384 * L_1 = L_0->get_FreeTexture_3(); intptr_t L_2 = ___pTexture0; NullCheck(L_1); _FreeTexture_Invoke_mA2E8D930B1D7A9AB70CA2ED95CCA1B8574A3486B(L_1, (intptr_t)L_2, /*hidden argument*/NULL); // } return; } } // OVR.OpenVR.EVRRenderModelError OVR.OpenVR.CVRRenderModels::LoadTextureD3D11_Async(System.Int32,System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRRenderModels_LoadTextureD3D11_Async_m692383033C0E11C4692DBB0441D7B0DED319C4DF (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, int32_t ___textureId0, intptr_t ___pD3D11Device1, intptr_t* ___ppD3D11Texture2D2, const RuntimeMethod* method) { { // EVRRenderModelError result = FnTable.LoadTextureD3D11_Async(textureId,pD3D11Device,ref ppD3D11Texture2D); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139 * L_1 = L_0->get_LoadTextureD3D11_Async_4(); int32_t L_2 = ___textureId0; intptr_t L_3 = ___pD3D11Device1; intptr_t* L_4 = ___ppD3D11Texture2D2; NullCheck(L_1); int32_t L_5; L_5 = _LoadTextureD3D11_Async_Invoke_m162525EE354A1C0FF41F52A79F3583891B9138B5(L_1, L_2, (intptr_t)L_3, (intptr_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRRenderModelError OVR.OpenVR.CVRRenderModels::LoadIntoTextureD3D11_Async(System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRRenderModels_LoadIntoTextureD3D11_Async_m44136A1BD14952FE5C642509DAAAA4CD7D310782 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, int32_t ___textureId0, intptr_t ___pDstTexture1, const RuntimeMethod* method) { { // EVRRenderModelError result = FnTable.LoadIntoTextureD3D11_Async(textureId,pDstTexture); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D * L_1 = L_0->get_LoadIntoTextureD3D11_Async_5(); int32_t L_2 = ___textureId0; intptr_t L_3 = ___pDstTexture1; NullCheck(L_1); int32_t L_4; L_4 = _LoadIntoTextureD3D11_Async_Invoke_mD146912600E2F611B6819B8FD9227C3E5F9F5FB4(L_1, L_2, (intptr_t)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.Void OVR.OpenVR.CVRRenderModels::FreeTextureD3D11(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRRenderModels_FreeTextureD3D11_m2D4489C30C311D16BB748AE6B1891BC984017DD5 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, intptr_t ___pD3D11Texture2D0, const RuntimeMethod* method) { { // FnTable.FreeTextureD3D11(pD3D11Texture2D); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124 * L_1 = L_0->get_FreeTextureD3D11_6(); intptr_t L_2 = ___pD3D11Texture2D0; NullCheck(L_1); _FreeTextureD3D11_Invoke_mFBC72F29CA150A65A0E19894A1F13F69A2D23970(L_1, (intptr_t)L_2, /*hidden argument*/NULL); // } return; } } // System.UInt32 OVR.OpenVR.CVRRenderModels::GetRenderModelName(System.UInt32,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRRenderModels_GetRenderModelName_m19E363D32842F8411B7148B26E697CE9B443C17B (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, uint32_t ___unRenderModelIndex0, StringBuilder_t * ___pchRenderModelName1, uint32_t ___unRenderModelNameLen2, const RuntimeMethod* method) { { // uint result = FnTable.GetRenderModelName(unRenderModelIndex,pchRenderModelName,unRenderModelNameLen); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B * L_1 = L_0->get_GetRenderModelName_7(); uint32_t L_2 = ___unRenderModelIndex0; StringBuilder_t * L_3 = ___pchRenderModelName1; uint32_t L_4 = ___unRenderModelNameLen2; NullCheck(L_1); uint32_t L_5; L_5 = _GetRenderModelName_Invoke_m85F717BC1312D13924AEB761FCDC330DF1415E8A(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.UInt32 OVR.OpenVR.CVRRenderModels::GetRenderModelCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRRenderModels_GetRenderModelCount_m0478300A1F5DF76FB45EDA8CC311D73A068865F8 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, const RuntimeMethod* method) { { // uint result = FnTable.GetRenderModelCount(); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28 * L_1 = L_0->get_GetRenderModelCount_8(); NullCheck(L_1); uint32_t L_2; L_2 = _GetRenderModelCount_Invoke_m0885D6F8FF2856CCE6B1F8D9C3B990CB8510FB8D(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.UInt32 OVR.OpenVR.CVRRenderModels::GetComponentCount(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRRenderModels_GetComponentCount_m3EF6B2B1B0286B4B1436850447B4E2807EDE78A9 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, String_t* ___pchRenderModelName0, const RuntimeMethod* method) { { // uint result = FnTable.GetComponentCount(pchRenderModelName); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA * L_1 = L_0->get_GetComponentCount_9(); String_t* L_2 = ___pchRenderModelName0; NullCheck(L_1); uint32_t L_3; L_3 = _GetComponentCount_Invoke_m66DEFB13C639D3679E2A1A87D3BB9C6ACAA5DDF7(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.UInt32 OVR.OpenVR.CVRRenderModels::GetComponentName(System.String,System.UInt32,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRRenderModels_GetComponentName_m124F49B0072DBC9171F353773B5A0C1BBBB56203 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, String_t* ___pchRenderModelName0, uint32_t ___unComponentIndex1, StringBuilder_t * ___pchComponentName2, uint32_t ___unComponentNameLen3, const RuntimeMethod* method) { { // uint result = FnTable.GetComponentName(pchRenderModelName,unComponentIndex,pchComponentName,unComponentNameLen); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5 * L_1 = L_0->get_GetComponentName_10(); String_t* L_2 = ___pchRenderModelName0; uint32_t L_3 = ___unComponentIndex1; StringBuilder_t * L_4 = ___pchComponentName2; uint32_t L_5 = ___unComponentNameLen3; NullCheck(L_1); uint32_t L_6; L_6 = _GetComponentName_Invoke_m89AD3F27CBEA9BEBC7816C80C1B3D1379D43310A(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return result; return L_6; } } // System.UInt64 OVR.OpenVR.CVRRenderModels::GetComponentButtonMask(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CVRRenderModels_GetComponentButtonMask_m32566ABCCEDC00346AE064D9996CFC94D8D0170E (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, String_t* ___pchRenderModelName0, String_t* ___pchComponentName1, const RuntimeMethod* method) { { // ulong result = FnTable.GetComponentButtonMask(pchRenderModelName,pchComponentName); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC * L_1 = L_0->get_GetComponentButtonMask_11(); String_t* L_2 = ___pchRenderModelName0; String_t* L_3 = ___pchComponentName1; NullCheck(L_1); uint64_t L_4; L_4 = _GetComponentButtonMask_Invoke_mECE052113512C3F08FFAFD0EBCDAC6C6DD22BD9D(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.UInt32 OVR.OpenVR.CVRRenderModels::GetComponentRenderModelName(System.String,System.String,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRRenderModels_GetComponentRenderModelName_mCD2DF38CCBBA2CCEF683C7AE562D7CC22041B347 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, String_t* ___pchRenderModelName0, String_t* ___pchComponentName1, StringBuilder_t * ___pchComponentRenderModelName2, uint32_t ___unComponentRenderModelNameLen3, const RuntimeMethod* method) { { // uint result = FnTable.GetComponentRenderModelName(pchRenderModelName,pchComponentName,pchComponentRenderModelName,unComponentRenderModelNameLen); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554 * L_1 = L_0->get_GetComponentRenderModelName_12(); String_t* L_2 = ___pchRenderModelName0; String_t* L_3 = ___pchComponentName1; StringBuilder_t * L_4 = ___pchComponentRenderModelName2; uint32_t L_5 = ___unComponentRenderModelNameLen3; NullCheck(L_1); uint32_t L_6; L_6 = _GetComponentRenderModelName_Invoke_m13974B2D2A96F2665F709C83A6B0DFA31CF9E4D8(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return result; return L_6; } } // System.Boolean OVR.OpenVR.CVRRenderModels::GetComponentStateForDevicePath(System.String,System.String,System.UInt64,OVR.OpenVR.RenderModel_ControllerMode_State_t&,OVR.OpenVR.RenderModel_ComponentState_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRRenderModels_GetComponentStateForDevicePath_m937E6DB87D3D0F67DE9248E9DD4A314895C6F7C5 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, String_t* ___pchRenderModelName0, String_t* ___pchComponentName1, uint64_t ___devicePath2, RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940 * ___pState3, RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50 * ___pComponentState4, const RuntimeMethod* method) { { // bool result = FnTable.GetComponentStateForDevicePath(pchRenderModelName,pchComponentName,devicePath,ref pState,ref pComponentState); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36 * L_1 = L_0->get_GetComponentStateForDevicePath_13(); String_t* L_2 = ___pchRenderModelName0; String_t* L_3 = ___pchComponentName1; uint64_t L_4 = ___devicePath2; RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940 * L_5 = ___pState3; RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50 * L_6 = ___pComponentState4; NullCheck(L_1); bool L_7; L_7 = _GetComponentStateForDevicePath_Invoke_m165BDD41B4477979CA6BD50CD752E36BD7F37424(L_1, L_2, L_3, L_4, (RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940 *)L_5, (RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50 *)L_6, /*hidden argument*/NULL); // return result; return L_7; } } // System.Boolean OVR.OpenVR.CVRRenderModels::GetComponentState(System.String,System.String,OVR.OpenVR.VRControllerState_t&,OVR.OpenVR.RenderModel_ControllerMode_State_t&,OVR.OpenVR.RenderModel_ComponentState_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRRenderModels_GetComponentState_mC1936084C82376923AED22236F4343F8BBE57928 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, String_t* ___pchRenderModelName0, String_t* ___pchComponentName1, VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * ___pControllerState2, RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940 * ___pState3, RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50 * ___pComponentState4, const RuntimeMethod* method) { GetComponentStateUnion_t1FA248C68EB1FA250B79DD5AC8E6BB700AF886F0 V_0; memset((&V_0), 0, sizeof(V_0)); VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 V_1; memset((&V_1), 0, sizeof(V_1)); { // if ((System.Environment.OSVersion.Platform == System.PlatformID.MacOSX) || // (System.Environment.OSVersion.Platform == System.PlatformID.Unix)) OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * L_0; L_0 = Environment_get_OSVersion_mD767B6F1B5AAEA8D562031B872E0E16A5AF007ED(/*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)6))) { goto IL_001a; } } { OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * L_2; L_2 = Environment_get_OSVersion_mD767B6F1B5AAEA8D562031B872E0E16A5AF007ED(/*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_005d; } } IL_001a: { // VRControllerState_t_Packed state_packed = new VRControllerState_t_Packed(pControllerState); VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * L_4 = ___pControllerState2; VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A L_5 = (*(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A *)L_4); VRControllerState_t_Packed__ctor_mCEDE77668DF39F00885625214487333F3990513A((VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 *)(&V_1), L_5, /*hidden argument*/NULL); // u.pGetComponentStatePacked = null; (&V_0)->set_pGetComponentStatePacked_1((_GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 *)NULL); // u.pGetComponentState = FnTable.GetComponentState; IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_6 = __this->get_address_of_FnTable_0(); _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * L_7 = L_6->get_GetComponentState_14(); (&V_0)->set_pGetComponentState_0(L_7); // bool packed_result = u.pGetComponentStatePacked(pchRenderModelName,pchComponentName,ref state_packed,ref pState,ref pComponentState); GetComponentStateUnion_t1FA248C68EB1FA250B79DD5AC8E6BB700AF886F0 L_8 = V_0; _GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 * L_9 = L_8.get_pGetComponentStatePacked_1(); String_t* L_10 = ___pchRenderModelName0; String_t* L_11 = ___pchComponentName1; RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940 * L_12 = ___pState3; RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50 * L_13 = ___pComponentState4; NullCheck(L_9); bool L_14; L_14 = _GetComponentStatePacked_Invoke_mDAFD914C5EA36FA903B590CE6D3F1DBDBC8E4978(L_9, L_10, L_11, (VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 *)(&V_1), (RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940 *)L_12, (RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50 *)L_13, /*hidden argument*/NULL); // state_packed.Unpack(ref pControllerState); VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * L_15 = ___pControllerState2; VRControllerState_t_Packed_Unpack_m9DB83F84BDFE8469B751AF788618BDCB947EA3D3((VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 *)(&V_1), (VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A *)L_15, /*hidden argument*/NULL); // return packed_result; return L_14; } IL_005d: { // bool result = FnTable.GetComponentState(pchRenderModelName,pchComponentName,ref pControllerState,ref pState,ref pComponentState); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_16 = __this->get_address_of_FnTable_0(); _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * L_17 = L_16->get_GetComponentState_14(); String_t* L_18 = ___pchRenderModelName0; String_t* L_19 = ___pchComponentName1; VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * L_20 = ___pControllerState2; RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940 * L_21 = ___pState3; RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50 * L_22 = ___pComponentState4; NullCheck(L_17); bool L_23; L_23 = _GetComponentState_Invoke_m1272C1E7D3B4ADBD65384A0CE746FDAA8FE104DB(L_17, L_18, L_19, (VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A *)L_20, (RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940 *)L_21, (RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50 *)L_22, /*hidden argument*/NULL); // return result; return L_23; } } // System.Boolean OVR.OpenVR.CVRRenderModels::RenderModelHasComponent(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRRenderModels_RenderModelHasComponent_m115A124C2B08DAC22A17A808BC87581F30F83726 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, String_t* ___pchRenderModelName0, String_t* ___pchComponentName1, const RuntimeMethod* method) { { // bool result = FnTable.RenderModelHasComponent(pchRenderModelName,pchComponentName); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B * L_1 = L_0->get_RenderModelHasComponent_15(); String_t* L_2 = ___pchRenderModelName0; String_t* L_3 = ___pchComponentName1; NullCheck(L_1); bool L_4; L_4 = _RenderModelHasComponent_Invoke_mB94C4E87E42EED3515211ABBEC251955EFB4E8B2(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.UInt32 OVR.OpenVR.CVRRenderModels::GetRenderModelThumbnailURL(System.String,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVRRenderModelError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRRenderModels_GetRenderModelThumbnailURL_mE0FCD9EDE2C5C7E01FCB29EFF850EADC8145BB0F (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, String_t* ___pchRenderModelName0, StringBuilder_t * ___pchThumbnailURL1, uint32_t ___unThumbnailURLLen2, int32_t* ___peError3, const RuntimeMethod* method) { { // uint result = FnTable.GetRenderModelThumbnailURL(pchRenderModelName,pchThumbnailURL,unThumbnailURLLen,ref peError); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1 * L_1 = L_0->get_GetRenderModelThumbnailURL_16(); String_t* L_2 = ___pchRenderModelName0; StringBuilder_t * L_3 = ___pchThumbnailURL1; uint32_t L_4 = ___unThumbnailURLLen2; int32_t* L_5 = ___peError3; NullCheck(L_1); uint32_t L_6; L_6 = _GetRenderModelThumbnailURL_Invoke_mE06F434448E5237DADF4088EEF750FF8207F69E1(L_1, L_2, L_3, L_4, (int32_t*)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // System.UInt32 OVR.OpenVR.CVRRenderModels::GetRenderModelOriginalPath(System.String,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVRRenderModelError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRRenderModels_GetRenderModelOriginalPath_m2DF4E67B453D7DE7D096B6166F5F635C2FEB2B3B (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, String_t* ___pchRenderModelName0, StringBuilder_t * ___pchOriginalPath1, uint32_t ___unOriginalPathLen2, int32_t* ___peError3, const RuntimeMethod* method) { { // uint result = FnTable.GetRenderModelOriginalPath(pchRenderModelName,pchOriginalPath,unOriginalPathLen,ref peError); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012 * L_1 = L_0->get_GetRenderModelOriginalPath_17(); String_t* L_2 = ___pchRenderModelName0; StringBuilder_t * L_3 = ___pchOriginalPath1; uint32_t L_4 = ___unOriginalPathLen2; int32_t* L_5 = ___peError3; NullCheck(L_1); uint32_t L_6; L_6 = _GetRenderModelOriginalPath_Invoke_m16460980B23A074B5C15B3632FA0B912401A561B(L_1, L_2, L_3, L_4, (int32_t*)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // System.String OVR.OpenVR.CVRRenderModels::GetRenderModelErrorNameFromEnum(OVR.OpenVR.EVRRenderModelError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CVRRenderModels_GetRenderModelErrorNameFromEnum_mC30A5C5E7DEA66273A50CC2AA7E8DDF71B35A721 (CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * __this, int32_t ___error0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IntPtr result = FnTable.GetRenderModelErrorNameFromEnum(error); IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * L_0 = __this->get_address_of_FnTable_0(); _GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90 * L_1 = L_0->get_GetRenderModelErrorNameFromEnum_18(); int32_t L_2 = ___error0; NullCheck(L_1); intptr_t L_3; L_3 = _GetRenderModelErrorNameFromEnum_Invoke_mB37A97BCAC426724EBCF6AF01CEBD0D08692CB3B(L_1, L_2, /*hidden argument*/NULL); // return Marshal.PtrToStringAnsi(result); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_4; L_4 = Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E((intptr_t)L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRResources::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRResources__ctor_m9BECF2BCB478EE1736A227CA3CCCDBB5818DE6F9 (CVRResources_t169A79D32A337A63F8786E7D5B9C1A5B732A2DE8 * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRResources(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRResources)Marshal.PtrToStructure(pInterface, typeof(IVRResources)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1 *)((IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1 *)UnBox(L_3, IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_il2cpp_TypeInfo_var))))); // } return; } } // System.UInt32 OVR.OpenVR.CVRResources::LoadSharedResource(System.String,System.String,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRResources_LoadSharedResource_mC1180399C05E6BAF8B2D3C650F5D3F52F3727061 (CVRResources_t169A79D32A337A63F8786E7D5B9C1A5B732A2DE8 * __this, String_t* ___pchResourceName0, String_t* ___pchBuffer1, uint32_t ___unBufferLen2, const RuntimeMethod* method) { { // uint result = FnTable.LoadSharedResource(pchResourceName,pchBuffer,unBufferLen); IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1 * L_0 = __this->get_address_of_FnTable_0(); _LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33 * L_1 = L_0->get_LoadSharedResource_0(); String_t* L_2 = ___pchResourceName0; String_t* L_3 = ___pchBuffer1; uint32_t L_4 = ___unBufferLen2; NullCheck(L_1); uint32_t L_5; L_5 = _LoadSharedResource_Invoke_m08B65472964E8FE4E927241BE5D839187C531A40(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.UInt32 OVR.OpenVR.CVRResources::GetResourceFullPath(System.String,System.String,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRResources_GetResourceFullPath_m1CC502C8338A94522A32437A8107F7A88EFB908C (CVRResources_t169A79D32A337A63F8786E7D5B9C1A5B732A2DE8 * __this, String_t* ___pchResourceName0, String_t* ___pchResourceTypeDirectory1, StringBuilder_t * ___pchPathBuffer2, uint32_t ___unBufferLen3, const RuntimeMethod* method) { { // uint result = FnTable.GetResourceFullPath(pchResourceName,pchResourceTypeDirectory,pchPathBuffer,unBufferLen); IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1 * L_0 = __this->get_address_of_FnTable_0(); _GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513 * L_1 = L_0->get_GetResourceFullPath_1(); String_t* L_2 = ___pchResourceName0; String_t* L_3 = ___pchResourceTypeDirectory1; StringBuilder_t * L_4 = ___pchPathBuffer2; uint32_t L_5 = ___unBufferLen3; NullCheck(L_1); uint32_t L_6; L_6 = _GetResourceFullPath_Invoke_mA498DCC5969A576E8FEA467CBA5F78410022E9E3(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return result; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRScreenshots::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRScreenshots__ctor_m9D3EEF81A7FEE55B650BF98AAD03F77DE0F1196B (CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRScreenshots(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRScreenshots)Marshal.PtrToStructure(pInterface, typeof(IVRScreenshots)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A *)((IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A *)UnBox(L_3, IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_il2cpp_TypeInfo_var))))); // } return; } } // OVR.OpenVR.EVRScreenshotError OVR.OpenVR.CVRScreenshots::RequestScreenshot(System.UInt32&,OVR.OpenVR.EVRScreenshotType,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRScreenshots_RequestScreenshot_m314836C70A2E4286797599571757E6B207460583 (CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 * __this, uint32_t* ___pOutScreenshotHandle0, int32_t ___type1, String_t* ___pchPreviewFilename2, String_t* ___pchVRFilename3, const RuntimeMethod* method) { { // pOutScreenshotHandle = 0; uint32_t* L_0 = ___pOutScreenshotHandle0; *((int32_t*)L_0) = (int32_t)0; // EVRScreenshotError result = FnTable.RequestScreenshot(ref pOutScreenshotHandle,type,pchPreviewFilename,pchVRFilename); IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A * L_1 = __this->get_address_of_FnTable_0(); _RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4 * L_2 = L_1->get_RequestScreenshot_0(); uint32_t* L_3 = ___pOutScreenshotHandle0; int32_t L_4 = ___type1; String_t* L_5 = ___pchPreviewFilename2; String_t* L_6 = ___pchVRFilename3; NullCheck(L_2); int32_t L_7; L_7 = _RequestScreenshot_Invoke_mB61562807FDA1D76E422C1A3EF6FD7AD9454A137(L_2, (uint32_t*)L_3, L_4, L_5, L_6, /*hidden argument*/NULL); // return result; return L_7; } } // OVR.OpenVR.EVRScreenshotError OVR.OpenVR.CVRScreenshots::HookScreenshot(OVR.OpenVR.EVRScreenshotType[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRScreenshots_HookScreenshot_m01D233055513B3DE7BADCFC118B9F8E3F800045F (CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 * __this, EVRScreenshotTypeU5BU5D_tA751CC543ED0D27BBC7F0E309BFC421DDD8E2499* ___pSupportedTypes0, const RuntimeMethod* method) { { // EVRScreenshotError result = FnTable.HookScreenshot(pSupportedTypes,(int) pSupportedTypes.Length); IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A * L_0 = __this->get_address_of_FnTable_0(); _HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5 * L_1 = L_0->get_HookScreenshot_1(); EVRScreenshotTypeU5BU5D_tA751CC543ED0D27BBC7F0E309BFC421DDD8E2499* L_2 = ___pSupportedTypes0; EVRScreenshotTypeU5BU5D_tA751CC543ED0D27BBC7F0E309BFC421DDD8E2499* L_3 = ___pSupportedTypes0; NullCheck(L_3); NullCheck(L_1); int32_t L_4; L_4 = _HookScreenshot_Invoke_m85C27921ADECA07BA5822FA29C13A6FBAFD4F4D7(L_1, L_2, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVRScreenshotType OVR.OpenVR.CVRScreenshots::GetScreenshotPropertyType(System.UInt32,OVR.OpenVR.EVRScreenshotError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRScreenshots_GetScreenshotPropertyType_mE298A12696898AA912DDA6B68CE8F5B2EAC7AFB9 (CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 * __this, uint32_t ___screenshotHandle0, int32_t* ___pError1, const RuntimeMethod* method) { { // EVRScreenshotType result = FnTable.GetScreenshotPropertyType(screenshotHandle,ref pError); IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A * L_0 = __this->get_address_of_FnTable_0(); _GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07 * L_1 = L_0->get_GetScreenshotPropertyType_2(); uint32_t L_2 = ___screenshotHandle0; int32_t* L_3 = ___pError1; NullCheck(L_1); int32_t L_4; L_4 = _GetScreenshotPropertyType_Invoke_m1CE475B0A21F50D30564EF0274DCC6CCEA103BB4(L_1, L_2, (int32_t*)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.UInt32 OVR.OpenVR.CVRScreenshots::GetScreenshotPropertyFilename(System.UInt32,OVR.OpenVR.EVRScreenshotPropertyFilenames,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVRScreenshotError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRScreenshots_GetScreenshotPropertyFilename_mCA944BCF0A694D85D9824E8250EB76044ED4FF81 (CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 * __this, uint32_t ___screenshotHandle0, int32_t ___filenameType1, StringBuilder_t * ___pchFilename2, uint32_t ___cchFilename3, int32_t* ___pError4, const RuntimeMethod* method) { { // uint result = FnTable.GetScreenshotPropertyFilename(screenshotHandle,filenameType,pchFilename,cchFilename,ref pError); IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A * L_0 = __this->get_address_of_FnTable_0(); _GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA * L_1 = L_0->get_GetScreenshotPropertyFilename_3(); uint32_t L_2 = ___screenshotHandle0; int32_t L_3 = ___filenameType1; StringBuilder_t * L_4 = ___pchFilename2; uint32_t L_5 = ___cchFilename3; int32_t* L_6 = ___pError4; NullCheck(L_1); uint32_t L_7; L_7 = _GetScreenshotPropertyFilename_Invoke_m88C6EF67B77E4A91A0C602187ADCDAC0774F27CB(L_1, L_2, L_3, L_4, L_5, (int32_t*)L_6, /*hidden argument*/NULL); // return result; return L_7; } } // OVR.OpenVR.EVRScreenshotError OVR.OpenVR.CVRScreenshots::UpdateScreenshotProgress(System.UInt32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRScreenshots_UpdateScreenshotProgress_m50DD75547F8AC62E54538031B0E388592C3D620F (CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 * __this, uint32_t ___screenshotHandle0, float ___flProgress1, const RuntimeMethod* method) { { // EVRScreenshotError result = FnTable.UpdateScreenshotProgress(screenshotHandle,flProgress); IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A * L_0 = __this->get_address_of_FnTable_0(); _UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448 * L_1 = L_0->get_UpdateScreenshotProgress_4(); uint32_t L_2 = ___screenshotHandle0; float L_3 = ___flProgress1; NullCheck(L_1); int32_t L_4; L_4 = _UpdateScreenshotProgress_Invoke_mA924870662161370189FD2528E74D8E15928271A(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // OVR.OpenVR.EVRScreenshotError OVR.OpenVR.CVRScreenshots::TakeStereoScreenshot(System.UInt32&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRScreenshots_TakeStereoScreenshot_mE96C3D8AA1F35723940C468878116285A21EF49D (CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 * __this, uint32_t* ___pOutScreenshotHandle0, String_t* ___pchPreviewFilename1, String_t* ___pchVRFilename2, const RuntimeMethod* method) { { // pOutScreenshotHandle = 0; uint32_t* L_0 = ___pOutScreenshotHandle0; *((int32_t*)L_0) = (int32_t)0; // EVRScreenshotError result = FnTable.TakeStereoScreenshot(ref pOutScreenshotHandle,pchPreviewFilename,pchVRFilename); IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A * L_1 = __this->get_address_of_FnTable_0(); _TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF * L_2 = L_1->get_TakeStereoScreenshot_5(); uint32_t* L_3 = ___pOutScreenshotHandle0; String_t* L_4 = ___pchPreviewFilename1; String_t* L_5 = ___pchVRFilename2; NullCheck(L_2); int32_t L_6; L_6 = _TakeStereoScreenshot_Invoke_m4ACDBB31C2CEE6E30F5B914AE8A645B25BEE0A6F(L_2, (uint32_t*)L_3, L_4, L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVRScreenshotError OVR.OpenVR.CVRScreenshots::SubmitScreenshot(System.UInt32,OVR.OpenVR.EVRScreenshotType,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRScreenshots_SubmitScreenshot_mABE1E6677DA66E770764D8AB1C9882D052D9FBAB (CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 * __this, uint32_t ___screenshotHandle0, int32_t ___type1, String_t* ___pchSourcePreviewFilename2, String_t* ___pchSourceVRFilename3, const RuntimeMethod* method) { { // EVRScreenshotError result = FnTable.SubmitScreenshot(screenshotHandle,type,pchSourcePreviewFilename,pchSourceVRFilename); IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A * L_0 = __this->get_address_of_FnTable_0(); _SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B * L_1 = L_0->get_SubmitScreenshot_6(); uint32_t L_2 = ___screenshotHandle0; int32_t L_3 = ___type1; String_t* L_4 = ___pchSourcePreviewFilename2; String_t* L_5 = ___pchSourceVRFilename3; NullCheck(L_1); int32_t L_6; L_6 = _SubmitScreenshot_Invoke_m62599958121DDC614ECD28EF63CE85B4C73CFC2A(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return result; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRSettings::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSettings__ctor_m11448BC6DC6B904AE379C25773D2E3DFAB07CB0E (CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRSettings(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRSettings)Marshal.PtrToStructure(pInterface, typeof(IVRSettings)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 *)((IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 *)UnBox(L_3, IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_il2cpp_TypeInfo_var))))); // } return; } } // System.String OVR.OpenVR.CVRSettings::GetSettingsErrorNameFromEnum(OVR.OpenVR.EVRSettingsError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CVRSettings_GetSettingsErrorNameFromEnum_m365CDF6BE1EF72B0DCDF08C7BB302171EAFC9932 (CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * __this, int32_t ___eError0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IntPtr result = FnTable.GetSettingsErrorNameFromEnum(eError); IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * L_0 = __this->get_address_of_FnTable_0(); _GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E * L_1 = L_0->get_GetSettingsErrorNameFromEnum_0(); int32_t L_2 = ___eError0; NullCheck(L_1); intptr_t L_3; L_3 = _GetSettingsErrorNameFromEnum_Invoke_mAE014CBD879FC4E5640A66F5061574FFFE018B19(L_1, L_2, /*hidden argument*/NULL); // return Marshal.PtrToStringAnsi(result); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_4; L_4 = Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E((intptr_t)L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean OVR.OpenVR.CVRSettings::Sync(System.Boolean,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSettings_Sync_mEC20D867C815D1227E728B9E918FBBFE3BD7B9DD (CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * __this, bool ___bForce0, int32_t* ___peError1, const RuntimeMethod* method) { { // bool result = FnTable.Sync(bForce,ref peError); IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * L_0 = __this->get_address_of_FnTable_0(); _Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C * L_1 = L_0->get_Sync_1(); bool L_2 = ___bForce0; int32_t* L_3 = ___peError1; NullCheck(L_1); bool L_4; L_4 = _Sync_Invoke_m6B738749BBC74D5321B19AED281B04B5BA634728(L_1, L_2, (int32_t*)L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.Void OVR.OpenVR.CVRSettings::SetBool(System.String,System.String,System.Boolean,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSettings_SetBool_mD49BE6113D8CD2B17A7F8CCF3EFE9E753C22A090 (CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, bool ___bValue2, int32_t* ___peError3, const RuntimeMethod* method) { { // FnTable.SetBool(pchSection,pchSettingsKey,bValue,ref peError); IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * L_0 = __this->get_address_of_FnTable_0(); _SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB * L_1 = L_0->get_SetBool_2(); String_t* L_2 = ___pchSection0; String_t* L_3 = ___pchSettingsKey1; bool L_4 = ___bValue2; int32_t* L_5 = ___peError3; NullCheck(L_1); _SetBool_Invoke_m2EFFC8488DAB9E83059482892C29A7AC2C6CBC84(L_1, L_2, L_3, L_4, (int32_t*)L_5, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRSettings::SetInt32(System.String,System.String,System.Int32,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSettings_SetInt32_m8BD9DC41CA5F5D03180D99E453148254BE4D6EF1 (CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, int32_t ___nValue2, int32_t* ___peError3, const RuntimeMethod* method) { { // FnTable.SetInt32(pchSection,pchSettingsKey,nValue,ref peError); IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * L_0 = __this->get_address_of_FnTable_0(); _SetInt32_t331327F67192F344816533CACECA2DC544A25D8A * L_1 = L_0->get_SetInt32_3(); String_t* L_2 = ___pchSection0; String_t* L_3 = ___pchSettingsKey1; int32_t L_4 = ___nValue2; int32_t* L_5 = ___peError3; NullCheck(L_1); _SetInt32_Invoke_m5B69893026180B5C0C8F72B5AF74931771A39852(L_1, L_2, L_3, L_4, (int32_t*)L_5, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRSettings::SetFloat(System.String,System.String,System.Single,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSettings_SetFloat_m9E7099E99E902E1F7A4B9C4E824222B73C244507 (CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, float ___flValue2, int32_t* ___peError3, const RuntimeMethod* method) { { // FnTable.SetFloat(pchSection,pchSettingsKey,flValue,ref peError); IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * L_0 = __this->get_address_of_FnTable_0(); _SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5 * L_1 = L_0->get_SetFloat_4(); String_t* L_2 = ___pchSection0; String_t* L_3 = ___pchSettingsKey1; float L_4 = ___flValue2; int32_t* L_5 = ___peError3; NullCheck(L_1); _SetFloat_Invoke_mF09A789DD7F3868BE29BD20296A48EB699F43458(L_1, L_2, L_3, L_4, (int32_t*)L_5, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRSettings::SetString(System.String,System.String,System.String,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSettings_SetString_mBB4874E9A4ED7D36AEF02DBD03140766BB4FBDD6 (CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, String_t* ___pchValue2, int32_t* ___peError3, const RuntimeMethod* method) { { // FnTable.SetString(pchSection,pchSettingsKey,pchValue,ref peError); IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * L_0 = __this->get_address_of_FnTable_0(); _SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19 * L_1 = L_0->get_SetString_5(); String_t* L_2 = ___pchSection0; String_t* L_3 = ___pchSettingsKey1; String_t* L_4 = ___pchValue2; int32_t* L_5 = ___peError3; NullCheck(L_1); _SetString_Invoke_mA36EC73B173BB811D4263EE97DFCA4D8E8EC075C(L_1, L_2, L_3, L_4, (int32_t*)L_5, /*hidden argument*/NULL); // } return; } } // System.Boolean OVR.OpenVR.CVRSettings::GetBool(System.String,System.String,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSettings_GetBool_m3C96440C2C365AAF36434E0D8AFC5216C340800F (CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, int32_t* ___peError2, const RuntimeMethod* method) { { // bool result = FnTable.GetBool(pchSection,pchSettingsKey,ref peError); IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * L_0 = __this->get_address_of_FnTable_0(); _GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86 * L_1 = L_0->get_GetBool_6(); String_t* L_2 = ___pchSection0; String_t* L_3 = ___pchSettingsKey1; int32_t* L_4 = ___peError2; NullCheck(L_1); bool L_5; L_5 = _GetBool_Invoke_mEA71DC7C592D4F1FB1E0AC8065B5C1556551FF6A(L_1, L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.Int32 OVR.OpenVR.CVRSettings::GetInt32(System.String,System.String,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRSettings_GetInt32_m28ACF260F8E6B6BC13BBB91D647BA5C48B0A9BF8 (CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, int32_t* ___peError2, const RuntimeMethod* method) { { // int result = FnTable.GetInt32(pchSection,pchSettingsKey,ref peError); IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * L_0 = __this->get_address_of_FnTable_0(); _GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A * L_1 = L_0->get_GetInt32_7(); String_t* L_2 = ___pchSection0; String_t* L_3 = ___pchSettingsKey1; int32_t* L_4 = ___peError2; NullCheck(L_1); int32_t L_5; L_5 = _GetInt32_Invoke_mC8E5F29F37C3EF5E2FAA357A17025B228E034615(L_1, L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.Single OVR.OpenVR.CVRSettings::GetFloat(System.String,System.String,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CVRSettings_GetFloat_mF60E7D88A1F9B98BE7301229B3CB544FB3DEA601 (CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, int32_t* ___peError2, const RuntimeMethod* method) { { // float result = FnTable.GetFloat(pchSection,pchSettingsKey,ref peError); IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * L_0 = __this->get_address_of_FnTable_0(); _GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8 * L_1 = L_0->get_GetFloat_8(); String_t* L_2 = ___pchSection0; String_t* L_3 = ___pchSettingsKey1; int32_t* L_4 = ___peError2; NullCheck(L_1); float L_5; L_5 = _GetFloat_Invoke_m6B0BEE366124B821CDF48F88A587B20635EA43F4(L_1, L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.Void OVR.OpenVR.CVRSettings::GetString(System.String,System.String,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSettings_GetString_m667353E00E1E69E1C31B43A17E19222D09409F3F (CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, StringBuilder_t * ___pchValue2, uint32_t ___unValueLen3, int32_t* ___peError4, const RuntimeMethod* method) { { // FnTable.GetString(pchSection,pchSettingsKey,pchValue,unValueLen,ref peError); IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * L_0 = __this->get_address_of_FnTable_0(); _GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0 * L_1 = L_0->get_GetString_9(); String_t* L_2 = ___pchSection0; String_t* L_3 = ___pchSettingsKey1; StringBuilder_t * L_4 = ___pchValue2; uint32_t L_5 = ___unValueLen3; int32_t* L_6 = ___peError4; NullCheck(L_1); _GetString_Invoke_m1D0098D7979A8ECC2572991130DE3FAC109704B7(L_1, L_2, L_3, L_4, L_5, (int32_t*)L_6, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRSettings::RemoveSection(System.String,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSettings_RemoveSection_mA4390DA4D7F7D352C7A0E75985AE952EB7E7BF0A (CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * __this, String_t* ___pchSection0, int32_t* ___peError1, const RuntimeMethod* method) { { // FnTable.RemoveSection(pchSection,ref peError); IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * L_0 = __this->get_address_of_FnTable_0(); _RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA * L_1 = L_0->get_RemoveSection_10(); String_t* L_2 = ___pchSection0; int32_t* L_3 = ___peError1; NullCheck(L_1); _RemoveSection_Invoke_mEAB50B4899AFE5ABDF9368EB41DB76F8EFC59278(L_1, L_2, (int32_t*)L_3, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRSettings::RemoveKeyInSection(System.String,System.String,OVR.OpenVR.EVRSettingsError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSettings_RemoveKeyInSection_m52EA5CE028A526866550187DF316A65D61558CF5 (CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * __this, String_t* ___pchSection0, String_t* ___pchSettingsKey1, int32_t* ___peError2, const RuntimeMethod* method) { { // FnTable.RemoveKeyInSection(pchSection,pchSettingsKey,ref peError); IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * L_0 = __this->get_address_of_FnTable_0(); _RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D * L_1 = L_0->get_RemoveKeyInSection_11(); String_t* L_2 = ___pchSection0; String_t* L_3 = ___pchSettingsKey1; int32_t* L_4 = ___peError2; NullCheck(L_1); _RemoveKeyInSection_Invoke_mD8A8EE9180BDA9CF8708AB5681CE68FEEB758E97(L_1, L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRSpatialAnchors::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSpatialAnchors__ctor_m0FFDCB6026B9DDB8B5FB955CA522465ACF8B3519 (CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9 * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRSpatialAnchors(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRSpatialAnchors)Marshal.PtrToStructure(pInterface, typeof(IVRSpatialAnchors)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 *)((IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 *)UnBox(L_3, IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_il2cpp_TypeInfo_var))))); // } return; } } // OVR.OpenVR.EVRSpatialAnchorError OVR.OpenVR.CVRSpatialAnchors::CreateSpatialAnchorFromDescriptor(System.String,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRSpatialAnchors_CreateSpatialAnchorFromDescriptor_m7E313CC6799CA2FD30A7E738FC30E4EA2A750806 (CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9 * __this, String_t* ___pchDescriptor0, uint32_t* ___pHandleOut1, const RuntimeMethod* method) { { // pHandleOut = 0; uint32_t* L_0 = ___pHandleOut1; *((int32_t*)L_0) = (int32_t)0; // EVRSpatialAnchorError result = FnTable.CreateSpatialAnchorFromDescriptor(pchDescriptor,ref pHandleOut); IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 * L_1 = __this->get_address_of_FnTable_0(); _CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F * L_2 = L_1->get_CreateSpatialAnchorFromDescriptor_0(); String_t* L_3 = ___pchDescriptor0; uint32_t* L_4 = ___pHandleOut1; NullCheck(L_2); int32_t L_5; L_5 = _CreateSpatialAnchorFromDescriptor_Invoke_m7C6B877B02FF4822812512989235FF6529CA6257(L_2, L_3, (uint32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRSpatialAnchorError OVR.OpenVR.CVRSpatialAnchors::CreateSpatialAnchorFromPose(System.UInt32,OVR.OpenVR.ETrackingUniverseOrigin,OVR.OpenVR.SpatialAnchorPose_t&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRSpatialAnchors_CreateSpatialAnchorFromPose_m282846B00F0E16F6D2CC5D89DD7281FC642BBFC7 (CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9 * __this, uint32_t ___unDeviceIndex0, int32_t ___eOrigin1, SpatialAnchorPose_t_tCF8513A170C37D730EEC2A996F936BDB5B84FA74 * ___pPose2, uint32_t* ___pHandleOut3, const RuntimeMethod* method) { { // pHandleOut = 0; uint32_t* L_0 = ___pHandleOut3; *((int32_t*)L_0) = (int32_t)0; // EVRSpatialAnchorError result = FnTable.CreateSpatialAnchorFromPose(unDeviceIndex,eOrigin,ref pPose,ref pHandleOut); IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 * L_1 = __this->get_address_of_FnTable_0(); _CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988 * L_2 = L_1->get_CreateSpatialAnchorFromPose_1(); uint32_t L_3 = ___unDeviceIndex0; int32_t L_4 = ___eOrigin1; SpatialAnchorPose_t_tCF8513A170C37D730EEC2A996F936BDB5B84FA74 * L_5 = ___pPose2; uint32_t* L_6 = ___pHandleOut3; NullCheck(L_2); int32_t L_7; L_7 = _CreateSpatialAnchorFromPose_Invoke_mE817D94ECB90DD03FBE85D3F8CBF4234BB013A0D(L_2, L_3, L_4, (SpatialAnchorPose_t_tCF8513A170C37D730EEC2A996F936BDB5B84FA74 *)L_5, (uint32_t*)L_6, /*hidden argument*/NULL); // return result; return L_7; } } // OVR.OpenVR.EVRSpatialAnchorError OVR.OpenVR.CVRSpatialAnchors::GetSpatialAnchorPose(System.UInt32,OVR.OpenVR.ETrackingUniverseOrigin,OVR.OpenVR.SpatialAnchorPose_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRSpatialAnchors_GetSpatialAnchorPose_m645BB188D3B2E46CD3693BAE6102EFFBE0FC77B1 (CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9 * __this, uint32_t ___unHandle0, int32_t ___eOrigin1, SpatialAnchorPose_t_tCF8513A170C37D730EEC2A996F936BDB5B84FA74 * ___pPoseOut2, const RuntimeMethod* method) { { // EVRSpatialAnchorError result = FnTable.GetSpatialAnchorPose(unHandle,eOrigin,ref pPoseOut); IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 * L_0 = __this->get_address_of_FnTable_0(); _GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0 * L_1 = L_0->get_GetSpatialAnchorPose_2(); uint32_t L_2 = ___unHandle0; int32_t L_3 = ___eOrigin1; SpatialAnchorPose_t_tCF8513A170C37D730EEC2A996F936BDB5B84FA74 * L_4 = ___pPoseOut2; NullCheck(L_1); int32_t L_5; L_5 = _GetSpatialAnchorPose_Invoke_m6492C3DFEDD1A861F94A5704B09415A03F370BBD(L_1, L_2, L_3, (SpatialAnchorPose_t_tCF8513A170C37D730EEC2A996F936BDB5B84FA74 *)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRSpatialAnchorError OVR.OpenVR.CVRSpatialAnchors::GetSpatialAnchorDescriptor(System.UInt32,System.Text.StringBuilder,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRSpatialAnchors_GetSpatialAnchorDescriptor_mC5D506FED152859CCC28C8B618199F752AB4AFA4 (CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9 * __this, uint32_t ___unHandle0, StringBuilder_t * ___pchDescriptorOut1, uint32_t* ___punDescriptorBufferLenInOut2, const RuntimeMethod* method) { { // punDescriptorBufferLenInOut = 0; uint32_t* L_0 = ___punDescriptorBufferLenInOut2; *((int32_t*)L_0) = (int32_t)0; // EVRSpatialAnchorError result = FnTable.GetSpatialAnchorDescriptor(unHandle,pchDescriptorOut,ref punDescriptorBufferLenInOut); IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 * L_1 = __this->get_address_of_FnTable_0(); _GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6 * L_2 = L_1->get_GetSpatialAnchorDescriptor_3(); uint32_t L_3 = ___unHandle0; StringBuilder_t * L_4 = ___pchDescriptorOut1; uint32_t* L_5 = ___punDescriptorBufferLenInOut2; NullCheck(L_2); int32_t L_6; L_6 = _GetSpatialAnchorDescriptor_Invoke_m0B1629D70684F523F8AF5B92F4921085070246B4(L_2, L_3, L_4, (uint32_t*)L_5, /*hidden argument*/NULL); // return result; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRSystem::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSystem__ctor_mDF67188563F8D5C18267CD759E33DAD53B80F962 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRSystem(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRSystem)Marshal.PtrToStructure(pInterface, typeof(IVRSystem)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B *)((IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B *)UnBox(L_3, IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_il2cpp_TypeInfo_var))))); // } return; } } // System.Void OVR.OpenVR.CVRSystem::GetRecommendedRenderTargetSize(System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSystem_GetRecommendedRenderTargetSize_mE59A3105C1960AC93EA6C8327891657EE15856AD (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t* ___pnWidth0, uint32_t* ___pnHeight1, const RuntimeMethod* method) { { // pnWidth = 0; uint32_t* L_0 = ___pnWidth0; *((int32_t*)L_0) = (int32_t)0; // pnHeight = 0; uint32_t* L_1 = ___pnHeight1; *((int32_t*)L_1) = (int32_t)0; // FnTable.GetRecommendedRenderTargetSize(ref pnWidth,ref pnHeight); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_2 = __this->get_address_of_FnTable_0(); _GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5 * L_3 = L_2->get_GetRecommendedRenderTargetSize_0(); uint32_t* L_4 = ___pnWidth0; uint32_t* L_5 = ___pnHeight1; NullCheck(L_3); _GetRecommendedRenderTargetSize_Invoke_mF97C5C9C31AB3DE29203EB26407B9C332E22D4B4(L_3, (uint32_t*)L_4, (uint32_t*)L_5, /*hidden argument*/NULL); // } return; } } // OVR.OpenVR.HmdMatrix44_t OVR.OpenVR.CVRSystem::GetProjectionMatrix(OVR.OpenVR.EVREye,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA CVRSystem_GetProjectionMatrix_m72B9DBBB7B7B0B78EC4CBCC75A3AA27AF4815D14 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___eEye0, float ___fNearZ1, float ___fFarZ2, const RuntimeMethod* method) { { // HmdMatrix44_t result = FnTable.GetProjectionMatrix(eEye,fNearZ,fFarZ); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A * L_1 = L_0->get_GetProjectionMatrix_1(); int32_t L_2 = ___eEye0; float L_3 = ___fNearZ1; float L_4 = ___fFarZ2; NullCheck(L_1); HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA L_5; L_5 = _GetProjectionMatrix_Invoke_mC03DDAF4A3197AE11BFB556244ED05940234B1BB(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.Void OVR.OpenVR.CVRSystem::GetProjectionRaw(OVR.OpenVR.EVREye,System.Single&,System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSystem_GetProjectionRaw_m3C6441FE49F5ADC01FE64876EC50D41F7B60F1FD (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___eEye0, float* ___pfLeft1, float* ___pfRight2, float* ___pfTop3, float* ___pfBottom4, const RuntimeMethod* method) { { // pfLeft = 0; float* L_0 = ___pfLeft1; *((float*)L_0) = (float)(0.0f); // pfRight = 0; float* L_1 = ___pfRight2; *((float*)L_1) = (float)(0.0f); // pfTop = 0; float* L_2 = ___pfTop3; *((float*)L_2) = (float)(0.0f); // pfBottom = 0; float* L_3 = ___pfBottom4; *((float*)L_3) = (float)(0.0f); // FnTable.GetProjectionRaw(eEye,ref pfLeft,ref pfRight,ref pfTop,ref pfBottom); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_4 = __this->get_address_of_FnTable_0(); _GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE * L_5 = L_4->get_GetProjectionRaw_2(); int32_t L_6 = ___eEye0; float* L_7 = ___pfLeft1; float* L_8 = ___pfRight2; float* L_9 = ___pfTop3; float* L_10 = ___pfBottom4; NullCheck(L_5); _GetProjectionRaw_Invoke_m30DD7A14ADCEFC7B90F1724E49B5F6E32C840353(L_5, L_6, (float*)L_7, (float*)L_8, (float*)L_9, (float*)L_10, /*hidden argument*/NULL); // } return; } } // System.Boolean OVR.OpenVR.CVRSystem::ComputeDistortion(OVR.OpenVR.EVREye,System.Single,System.Single,OVR.OpenVR.DistortionCoordinates_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_ComputeDistortion_m5FD8E0069F75EEF888E8B9E511493CD07FCBF54E (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___eEye0, float ___fU1, float ___fV2, DistortionCoordinates_t_t8E9E5BE8BB108E1FE90460E6F2883077CA10BD89 * ___pDistortionCoordinates3, const RuntimeMethod* method) { { // bool result = FnTable.ComputeDistortion(eEye,fU,fV,ref pDistortionCoordinates); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02 * L_1 = L_0->get_ComputeDistortion_3(); int32_t L_2 = ___eEye0; float L_3 = ___fU1; float L_4 = ___fV2; DistortionCoordinates_t_t8E9E5BE8BB108E1FE90460E6F2883077CA10BD89 * L_5 = ___pDistortionCoordinates3; NullCheck(L_1); bool L_6; L_6 = _ComputeDistortion_Invoke_m7C3016BDCD4B1E1998497CB36DC4410F41D2BB17(L_1, L_2, L_3, L_4, (DistortionCoordinates_t_t8E9E5BE8BB108E1FE90460E6F2883077CA10BD89 *)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.CVRSystem::GetEyeToHeadTransform(OVR.OpenVR.EVREye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F CVRSystem_GetEyeToHeadTransform_m48DC713C42E280ABB36412887BD68D84269345EF (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___eEye0, const RuntimeMethod* method) { { // HmdMatrix34_t result = FnTable.GetEyeToHeadTransform(eEye); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148 * L_1 = L_0->get_GetEyeToHeadTransform_4(); int32_t L_2 = ___eEye0; NullCheck(L_1); HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F L_3; L_3 = _GetEyeToHeadTransform_Invoke_m798FE5B298DA4FE66C1A0384101C6189EC88B741(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Boolean OVR.OpenVR.CVRSystem::GetTimeSinceLastVsync(System.Single&,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_GetTimeSinceLastVsync_m97399B1ACE44FEA088B73BBC7525AF203735D5DE (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, float* ___pfSecondsSinceLastVsync0, uint64_t* ___pulFrameCounter1, const RuntimeMethod* method) { { // pfSecondsSinceLastVsync = 0; float* L_0 = ___pfSecondsSinceLastVsync0; *((float*)L_0) = (float)(0.0f); // pulFrameCounter = 0; uint64_t* L_1 = ___pulFrameCounter1; *((int64_t*)L_1) = (int64_t)((int64_t)((int64_t)0)); // bool result = FnTable.GetTimeSinceLastVsync(ref pfSecondsSinceLastVsync,ref pulFrameCounter); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_2 = __this->get_address_of_FnTable_0(); _GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833 * L_3 = L_2->get_GetTimeSinceLastVsync_5(); float* L_4 = ___pfSecondsSinceLastVsync0; uint64_t* L_5 = ___pulFrameCounter1; NullCheck(L_3); bool L_6; L_6 = _GetTimeSinceLastVsync_Invoke_mE428538BF410442F2B242A6E4970BBDF76FABE43(L_3, (float*)L_4, (uint64_t*)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // System.Int32 OVR.OpenVR.CVRSystem::GetD3D9AdapterIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRSystem_GetD3D9AdapterIndex_m6ACCDB57EAC611774738DD0E32E666BCC007AFCB (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, const RuntimeMethod* method) { { // int result = FnTable.GetD3D9AdapterIndex(); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F * L_1 = L_0->get_GetD3D9AdapterIndex_6(); NullCheck(L_1); int32_t L_2; L_2 = _GetD3D9AdapterIndex_Invoke_mEA11DD38E238F493B1773E0B8B6C7E6D9D6C7260(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.Void OVR.OpenVR.CVRSystem::GetDXGIOutputInfo(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSystem_GetDXGIOutputInfo_m8BE397E8C718D8C206BD5ECAA7327C78A52411D2 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t* ___pnAdapterIndex0, const RuntimeMethod* method) { { // pnAdapterIndex = 0; int32_t* L_0 = ___pnAdapterIndex0; *((int32_t*)L_0) = (int32_t)0; // FnTable.GetDXGIOutputInfo(ref pnAdapterIndex); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_1 = __this->get_address_of_FnTable_0(); _GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53 * L_2 = L_1->get_GetDXGIOutputInfo_7(); int32_t* L_3 = ___pnAdapterIndex0; NullCheck(L_2); _GetDXGIOutputInfo_Invoke_m8897A848428A37CD1C32E5175B06F4002DDF96A2(L_2, (int32_t*)L_3, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRSystem::GetOutputDevice(System.UInt64&,OVR.OpenVR.ETextureType,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSystem_GetOutputDevice_m685781007D7780AA330E6B449F2868DBDC967D81 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint64_t* ___pnDevice0, int32_t ___textureType1, intptr_t ___pInstance2, const RuntimeMethod* method) { { // pnDevice = 0; uint64_t* L_0 = ___pnDevice0; *((int64_t*)L_0) = (int64_t)((int64_t)((int64_t)0)); // FnTable.GetOutputDevice(ref pnDevice,textureType,pInstance); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_1 = __this->get_address_of_FnTable_0(); _GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43 * L_2 = L_1->get_GetOutputDevice_8(); uint64_t* L_3 = ___pnDevice0; int32_t L_4 = ___textureType1; intptr_t L_5 = ___pInstance2; NullCheck(L_2); _GetOutputDevice_Invoke_mF59E2C89FF7060856AB57B953B831DFDB12FF5FA(L_2, (uint64_t*)L_3, L_4, (intptr_t)L_5, /*hidden argument*/NULL); // } return; } } // System.Boolean OVR.OpenVR.CVRSystem::IsDisplayOnDesktop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_IsDisplayOnDesktop_mFDF0755D2E10B3628126326D64573790E88C79BA (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, const RuntimeMethod* method) { { // bool result = FnTable.IsDisplayOnDesktop(); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2 * L_1 = L_0->get_IsDisplayOnDesktop_9(); NullCheck(L_1); bool L_2; L_2 = _IsDisplayOnDesktop_Invoke_m30521C87D9990CBF15287E74A6267C9F1559B7C5(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.Boolean OVR.OpenVR.CVRSystem::SetDisplayVisibility(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_SetDisplayVisibility_m3C8178518B4235A035680569106D1C15F315DF2E (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, bool ___bIsVisibleOnDesktop0, const RuntimeMethod* method) { { // bool result = FnTable.SetDisplayVisibility(bIsVisibleOnDesktop); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1 * L_1 = L_0->get_SetDisplayVisibility_10(); bool L_2 = ___bIsVisibleOnDesktop0; NullCheck(L_1); bool L_3; L_3 = _SetDisplayVisibility_Invoke_m64AB81484D2D57C35C9E7CC87307244D8F8A224C(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Void OVR.OpenVR.CVRSystem::GetDeviceToAbsoluteTrackingPose(OVR.OpenVR.ETrackingUniverseOrigin,System.Single,OVR.OpenVR.TrackedDevicePose_t[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSystem_GetDeviceToAbsoluteTrackingPose_m863FDD2BDC3741EFF3CEC1A0053FF65DE7CD162C (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___eOrigin0, float ___fPredictedSecondsToPhotonsFromNow1, TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* ___pTrackedDevicePoseArray2, const RuntimeMethod* method) { { // FnTable.GetDeviceToAbsoluteTrackingPose(eOrigin,fPredictedSecondsToPhotonsFromNow,pTrackedDevicePoseArray,(uint) pTrackedDevicePoseArray.Length); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D * L_1 = L_0->get_GetDeviceToAbsoluteTrackingPose_11(); int32_t L_2 = ___eOrigin0; float L_3 = ___fPredictedSecondsToPhotonsFromNow1; TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* L_4 = ___pTrackedDevicePoseArray2; TrackedDevicePose_tU5BU5D_t9A17BF1F299EDB95AE5A21D378E6F8853610FE90* L_5 = ___pTrackedDevicePoseArray2; NullCheck(L_5); NullCheck(L_1); _GetDeviceToAbsoluteTrackingPose_Invoke_mBF6BD204B8A52BDF122D68562AEEA0282B807341(L_1, L_2, L_3, L_4, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRSystem::ResetSeatedZeroPose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSystem_ResetSeatedZeroPose_mA9B63E7A3863CFC086E1F98888FE4936FE867D57 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, const RuntimeMethod* method) { { // FnTable.ResetSeatedZeroPose(); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9 * L_1 = L_0->get_ResetSeatedZeroPose_12(); NullCheck(L_1); _ResetSeatedZeroPose_Invoke_m3C4034D301268EB95DCCDB577B7E4299E17D7231(L_1, /*hidden argument*/NULL); // } return; } } // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.CVRSystem::GetSeatedZeroPoseToStandingAbsoluteTrackingPose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F CVRSystem_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_mCB064B5BEF92BA9B1F5180F87DAD8EF1FB6BD183 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, const RuntimeMethod* method) { { // HmdMatrix34_t result = FnTable.GetSeatedZeroPoseToStandingAbsoluteTrackingPose(); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C * L_1 = L_0->get_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13(); NullCheck(L_1); HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F L_2; L_2 = _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_Invoke_m94F38172EF6D0B0BF4189D4F9FC8A29F011B0E5F(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.CVRSystem::GetRawZeroPoseToStandingAbsoluteTrackingPose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F CVRSystem_GetRawZeroPoseToStandingAbsoluteTrackingPose_mFB3EE06448C474AEA39A9BDC46EAB8FA5DFD3CF7 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, const RuntimeMethod* method) { { // HmdMatrix34_t result = FnTable.GetRawZeroPoseToStandingAbsoluteTrackingPose(); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1 * L_1 = L_0->get_GetRawZeroPoseToStandingAbsoluteTrackingPose_14(); NullCheck(L_1); HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F L_2; L_2 = _GetRawZeroPoseToStandingAbsoluteTrackingPose_Invoke_mD835993AEED676A8AE7277C59C01E9E12DC85644(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.UInt32 OVR.OpenVR.CVRSystem::GetSortedTrackedDeviceIndicesOfClass(OVR.OpenVR.ETrackedDeviceClass,System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRSystem_GetSortedTrackedDeviceIndicesOfClass_mF12AB5B820D60396F1AA8703A3D5900569E262CD (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___eTrackedDeviceClass0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___punTrackedDeviceIndexArray1, uint32_t ___unRelativeToTrackedDeviceIndex2, const RuntimeMethod* method) { { // uint result = FnTable.GetSortedTrackedDeviceIndicesOfClass(eTrackedDeviceClass,punTrackedDeviceIndexArray,(uint) punTrackedDeviceIndexArray.Length,unRelativeToTrackedDeviceIndex); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E * L_1 = L_0->get_GetSortedTrackedDeviceIndicesOfClass_15(); int32_t L_2 = ___eTrackedDeviceClass0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___punTrackedDeviceIndexArray1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___punTrackedDeviceIndexArray1; NullCheck(L_4); uint32_t L_5 = ___unRelativeToTrackedDeviceIndex2; NullCheck(L_1); uint32_t L_6; L_6 = _GetSortedTrackedDeviceIndicesOfClass_Invoke_m3402A58CB02F0994CB1DBDDF319750C1D90296EC(L_1, L_2, L_3, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EDeviceActivityLevel OVR.OpenVR.CVRSystem::GetTrackedDeviceActivityLevel(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRSystem_GetTrackedDeviceActivityLevel_m9FA0A6FBCED4270A1E99DE1B0060EA5DB9059406 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unDeviceId0, const RuntimeMethod* method) { { // EDeviceActivityLevel result = FnTable.GetTrackedDeviceActivityLevel(unDeviceId); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C * L_1 = L_0->get_GetTrackedDeviceActivityLevel_16(); uint32_t L_2 = ___unDeviceId0; NullCheck(L_1); int32_t L_3; L_3 = _GetTrackedDeviceActivityLevel_Invoke_mD74CB5A0C37132924A6A9902834CFF5A4553CBD1(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Void OVR.OpenVR.CVRSystem::ApplyTransform(OVR.OpenVR.TrackedDevicePose_t&,OVR.OpenVR.TrackedDevicePose_t&,OVR.OpenVR.HmdMatrix34_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSystem_ApplyTransform_m818753382635F382D06BF39C9B1B9DCA24363937 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * ___pOutputPose0, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * ___pTrackedDevicePose1, HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * ___pTransform2, const RuntimeMethod* method) { { // FnTable.ApplyTransform(ref pOutputPose,ref pTrackedDevicePose,ref pTransform); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA * L_1 = L_0->get_ApplyTransform_17(); TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * L_2 = ___pOutputPose0; TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * L_3 = ___pTrackedDevicePose1; HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * L_4 = ___pTransform2; NullCheck(L_1); _ApplyTransform_Invoke_m6883F4C307DF84BFFC31B822A9CE0642F1779CFB(L_1, (TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 *)L_2, (TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 *)L_3, (HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F *)L_4, /*hidden argument*/NULL); // } return; } } // System.UInt32 OVR.OpenVR.CVRSystem::GetTrackedDeviceIndexForControllerRole(OVR.OpenVR.ETrackedControllerRole) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRSystem_GetTrackedDeviceIndexForControllerRole_m8E2AF6A315A86E7444162A7EF826BDA9D3C9522E (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___unDeviceType0, const RuntimeMethod* method) { { // uint result = FnTable.GetTrackedDeviceIndexForControllerRole(unDeviceType); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4 * L_1 = L_0->get_GetTrackedDeviceIndexForControllerRole_18(); int32_t L_2 = ___unDeviceType0; NullCheck(L_1); uint32_t L_3; L_3 = _GetTrackedDeviceIndexForControllerRole_Invoke_m15FF066FEB41983A33119B52F0837AF6048EB822(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.ETrackedControllerRole OVR.OpenVR.CVRSystem::GetControllerRoleForTrackedDeviceIndex(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRSystem_GetControllerRoleForTrackedDeviceIndex_m8633A724585F2AEDE49E467E622BD891DDA87256 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unDeviceIndex0, const RuntimeMethod* method) { { // ETrackedControllerRole result = FnTable.GetControllerRoleForTrackedDeviceIndex(unDeviceIndex); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436 * L_1 = L_0->get_GetControllerRoleForTrackedDeviceIndex_19(); uint32_t L_2 = ___unDeviceIndex0; NullCheck(L_1); int32_t L_3; L_3 = _GetControllerRoleForTrackedDeviceIndex_Invoke_mDC2CAB3A7D6DDFD6C0FE72DCE8C965B576297EF0(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.ETrackedDeviceClass OVR.OpenVR.CVRSystem::GetTrackedDeviceClass(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRSystem_GetTrackedDeviceClass_m59544A273BAD25A8F7EB929303F873092817CA99 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unDeviceIndex0, const RuntimeMethod* method) { { // ETrackedDeviceClass result = FnTable.GetTrackedDeviceClass(unDeviceIndex); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0 * L_1 = L_0->get_GetTrackedDeviceClass_20(); uint32_t L_2 = ___unDeviceIndex0; NullCheck(L_1); int32_t L_3; L_3 = _GetTrackedDeviceClass_Invoke_m590149388E7544E325F9BF54AA33785EE5278949(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Boolean OVR.OpenVR.CVRSystem::IsTrackedDeviceConnected(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_IsTrackedDeviceConnected_mEF3EA3C891FCD144C1CB852C1DC9D030A830A837 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unDeviceIndex0, const RuntimeMethod* method) { { // bool result = FnTable.IsTrackedDeviceConnected(unDeviceIndex); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD * L_1 = L_0->get_IsTrackedDeviceConnected_21(); uint32_t L_2 = ___unDeviceIndex0; NullCheck(L_1); bool L_3; L_3 = _IsTrackedDeviceConnected_Invoke_m3E58FD92991D428D78BC2150A96D2B216AFBBE64(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Boolean OVR.OpenVR.CVRSystem::GetBoolTrackedDeviceProperty(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_GetBoolTrackedDeviceProperty_m7D55998A7AF63FF926CD978C1FC96893A3FBBA22 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, int32_t* ___pError2, const RuntimeMethod* method) { { // bool result = FnTable.GetBoolTrackedDeviceProperty(unDeviceIndex,prop,ref pError); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5 * L_1 = L_0->get_GetBoolTrackedDeviceProperty_22(); uint32_t L_2 = ___unDeviceIndex0; int32_t L_3 = ___prop1; int32_t* L_4 = ___pError2; NullCheck(L_1); bool L_5; L_5 = _GetBoolTrackedDeviceProperty_Invoke_m086F02D35241459CD3616A10CB05BFEE11302181(L_1, L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.Single OVR.OpenVR.CVRSystem::GetFloatTrackedDeviceProperty(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CVRSystem_GetFloatTrackedDeviceProperty_m0E951B4D03A196F7AD9781ACD282BF3D7FCF2F54 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, int32_t* ___pError2, const RuntimeMethod* method) { { // float result = FnTable.GetFloatTrackedDeviceProperty(unDeviceIndex,prop,ref pError); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594 * L_1 = L_0->get_GetFloatTrackedDeviceProperty_23(); uint32_t L_2 = ___unDeviceIndex0; int32_t L_3 = ___prop1; int32_t* L_4 = ___pError2; NullCheck(L_1); float L_5; L_5 = _GetFloatTrackedDeviceProperty_Invoke_m16E4B8361756884C6D12DBBDE88236DF7DAE10A0(L_1, L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.Int32 OVR.OpenVR.CVRSystem::GetInt32TrackedDeviceProperty(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRSystem_GetInt32TrackedDeviceProperty_mBB4CBE20758330B8DDCBA3C6F1B0F0E8AF42A0B6 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, int32_t* ___pError2, const RuntimeMethod* method) { { // int result = FnTable.GetInt32TrackedDeviceProperty(unDeviceIndex,prop,ref pError); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313 * L_1 = L_0->get_GetInt32TrackedDeviceProperty_24(); uint32_t L_2 = ___unDeviceIndex0; int32_t L_3 = ___prop1; int32_t* L_4 = ___pError2; NullCheck(L_1); int32_t L_5; L_5 = _GetInt32TrackedDeviceProperty_Invoke_mDB3A4F29C0E88F755BA68B4A11674C5D30866B16(L_1, L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.UInt64 OVR.OpenVR.CVRSystem::GetUint64TrackedDeviceProperty(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t CVRSystem_GetUint64TrackedDeviceProperty_mA5FE820584C0B2B062415D5013E857A2F0F1079F (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, int32_t* ___pError2, const RuntimeMethod* method) { { // ulong result = FnTable.GetUint64TrackedDeviceProperty(unDeviceIndex,prop,ref pError); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC * L_1 = L_0->get_GetUint64TrackedDeviceProperty_25(); uint32_t L_2 = ___unDeviceIndex0; int32_t L_3 = ___prop1; int32_t* L_4 = ___pError2; NullCheck(L_1); uint64_t L_5; L_5 = _GetUint64TrackedDeviceProperty_Invoke_m74732B758C8E5DA7CC31B0E420BD1138F7BD2B24(L_1, L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.CVRSystem::GetMatrix34TrackedDeviceProperty(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F CVRSystem_GetMatrix34TrackedDeviceProperty_mC80748FB38B6FB9804D48046DC535E50065572F5 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, int32_t* ___pError2, const RuntimeMethod* method) { { // HmdMatrix34_t result = FnTable.GetMatrix34TrackedDeviceProperty(unDeviceIndex,prop,ref pError); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346 * L_1 = L_0->get_GetMatrix34TrackedDeviceProperty_26(); uint32_t L_2 = ___unDeviceIndex0; int32_t L_3 = ___prop1; int32_t* L_4 = ___pError2; NullCheck(L_1); HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F L_5; L_5 = _GetMatrix34TrackedDeviceProperty_Invoke_mFAE80A041F4D3E5E4ACC3F2EF7E372868B89FB78(L_1, L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // System.UInt32 OVR.OpenVR.CVRSystem::GetArrayTrackedDeviceProperty(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,System.UInt32,System.IntPtr,System.UInt32,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRSystem_GetArrayTrackedDeviceProperty_mF9CE4B6ADC7E16B136891DA7C16C86C817BA6CFB (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, uint32_t ___propType2, intptr_t ___pBuffer3, uint32_t ___unBufferSize4, int32_t* ___pError5, const RuntimeMethod* method) { { // uint result = FnTable.GetArrayTrackedDeviceProperty(unDeviceIndex,prop,propType,pBuffer,unBufferSize,ref pError); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343 * L_1 = L_0->get_GetArrayTrackedDeviceProperty_27(); uint32_t L_2 = ___unDeviceIndex0; int32_t L_3 = ___prop1; uint32_t L_4 = ___propType2; intptr_t L_5 = ___pBuffer3; uint32_t L_6 = ___unBufferSize4; int32_t* L_7 = ___pError5; NullCheck(L_1); uint32_t L_8; L_8 = _GetArrayTrackedDeviceProperty_Invoke_m80FEB5270AF0311EC55AAF68B1FB39C9093F3801(L_1, L_2, L_3, L_4, (intptr_t)L_5, L_6, (int32_t*)L_7, /*hidden argument*/NULL); // return result; return L_8; } } // System.UInt32 OVR.OpenVR.CVRSystem::GetStringTrackedDeviceProperty(System.UInt32,OVR.OpenVR.ETrackedDeviceProperty,System.Text.StringBuilder,System.UInt32,OVR.OpenVR.ETrackedPropertyError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRSystem_GetStringTrackedDeviceProperty_m0B63F02A2966C8760700296A1C414E92ECAA284B (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unDeviceIndex0, int32_t ___prop1, StringBuilder_t * ___pchValue2, uint32_t ___unBufferSize3, int32_t* ___pError4, const RuntimeMethod* method) { { // uint result = FnTable.GetStringTrackedDeviceProperty(unDeviceIndex,prop,pchValue,unBufferSize,ref pError); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0 * L_1 = L_0->get_GetStringTrackedDeviceProperty_28(); uint32_t L_2 = ___unDeviceIndex0; int32_t L_3 = ___prop1; StringBuilder_t * L_4 = ___pchValue2; uint32_t L_5 = ___unBufferSize3; int32_t* L_6 = ___pError4; NullCheck(L_1); uint32_t L_7; L_7 = _GetStringTrackedDeviceProperty_Invoke_mE39E649381ADC2935EAEB5625289B0E3CA21AE41(L_1, L_2, L_3, L_4, L_5, (int32_t*)L_6, /*hidden argument*/NULL); // return result; return L_7; } } // System.String OVR.OpenVR.CVRSystem::GetPropErrorNameFromEnum(OVR.OpenVR.ETrackedPropertyError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CVRSystem_GetPropErrorNameFromEnum_m0A192A5D6F23A95788096453DF170BCDF5E36524 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___error0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IntPtr result = FnTable.GetPropErrorNameFromEnum(error); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F * L_1 = L_0->get_GetPropErrorNameFromEnum_29(); int32_t L_2 = ___error0; NullCheck(L_1); intptr_t L_3; L_3 = _GetPropErrorNameFromEnum_Invoke_mFEB71826364D77F756B9F944DFA1FE476EF6467C(L_1, L_2, /*hidden argument*/NULL); // return Marshal.PtrToStringAnsi(result); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_4; L_4 = Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E((intptr_t)L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean OVR.OpenVR.CVRSystem::PollNextEvent(OVR.OpenVR.VREvent_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_PollNextEvent_mCCA70C56EFD291686AFFBC568899AEF59630EAEC (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C * ___pEvent0, uint32_t ___uncbVREvent1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2_0_0_0_var); s_Il2CppMethodInitialized = true; } PollNextEventUnion_tB3DACE2AF5403A0105323E9D463F8FBAD90E7E6F V_0; memset((&V_0), 0, sizeof(V_0)); VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2 V_1; memset((&V_1), 0, sizeof(V_1)); { // if ((System.Environment.OSVersion.Platform == System.PlatformID.MacOSX) || // (System.Environment.OSVersion.Platform == System.PlatformID.Unix)) OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * L_0; L_0 = Environment_get_OSVersion_mD767B6F1B5AAEA8D562031B872E0E16A5AF007ED(/*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)6))) { goto IL_001a; } } { OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * L_2; L_2 = Environment_get_OSVersion_mD767B6F1B5AAEA8D562031B872E0E16A5AF007ED(/*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_0061; } } IL_001a: { // VREvent_t_Packed event_packed = new VREvent_t_Packed(); il2cpp_codegen_initobj((&V_1), sizeof(VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2 )); // u.pPollNextEventPacked = null; (&V_0)->set_pPollNextEventPacked_1((_PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB *)NULL); // u.pPollNextEvent = FnTable.PollNextEvent; IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_4 = __this->get_address_of_FnTable_0(); _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * L_5 = L_4->get_PollNextEvent_30(); (&V_0)->set_pPollNextEvent_0(L_5); // bool packed_result = u.pPollNextEventPacked(ref event_packed,(uint)System.Runtime.InteropServices.Marshal.SizeOf(typeof(VREvent_t_Packed))); PollNextEventUnion_tB3DACE2AF5403A0105323E9D463F8FBAD90E7E6F L_6 = V_0; _PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB * L_7 = L_6.get_pPollNextEventPacked_1(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92(L_9, /*hidden argument*/NULL); NullCheck(L_7); bool L_11; L_11 = _PollNextEventPacked_Invoke_mD0B2F442FBAB1B4E411D49CED879E2243D40473B(L_7, (VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2 *)(&V_1), L_10, /*hidden argument*/NULL); // event_packed.Unpack(ref pEvent); VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C * L_12 = ___pEvent0; VREvent_t_Packed_Unpack_m230C9617239E8C0982D7ED11B7F37AF485CC6488((VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2 *)(&V_1), (VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C *)L_12, /*hidden argument*/NULL); // return packed_result; return L_11; } IL_0061: { // bool result = FnTable.PollNextEvent(ref pEvent,uncbVREvent); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_13 = __this->get_address_of_FnTable_0(); _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * L_14 = L_13->get_PollNextEvent_30(); VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C * L_15 = ___pEvent0; uint32_t L_16 = ___uncbVREvent1; NullCheck(L_14); bool L_17; L_17 = _PollNextEvent_Invoke_m8D186D81B1BCF1C325AE045A2B6F34ED2B565A47(L_14, (VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C *)L_15, L_16, /*hidden argument*/NULL); // return result; return L_17; } } // System.Boolean OVR.OpenVR.CVRSystem::PollNextEventWithPose(OVR.OpenVR.ETrackingUniverseOrigin,OVR.OpenVR.VREvent_t&,System.UInt32,OVR.OpenVR.TrackedDevicePose_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_PollNextEventWithPose_m93049651F292FEDB9A396CF3CC63B394D9CA710E (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___eOrigin0, VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C * ___pEvent1, uint32_t ___uncbVREvent2, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * ___pTrackedDevicePose3, const RuntimeMethod* method) { { // bool result = FnTable.PollNextEventWithPose(eOrigin,ref pEvent,uncbVREvent,ref pTrackedDevicePose); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD * L_1 = L_0->get_PollNextEventWithPose_31(); int32_t L_2 = ___eOrigin0; VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C * L_3 = ___pEvent1; uint32_t L_4 = ___uncbVREvent2; TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * L_5 = ___pTrackedDevicePose3; NullCheck(L_1); bool L_6; L_6 = _PollNextEventWithPose_Invoke_mA511DC1A85FA42EA1664C001078D6A9CB7A4329F(L_1, L_2, (VREvent_t_t099505F34D41DC33140D4213F6A64692100DBC3C *)L_3, L_4, (TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 *)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // System.String OVR.OpenVR.CVRSystem::GetEventTypeNameFromEnum(OVR.OpenVR.EVREventType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CVRSystem_GetEventTypeNameFromEnum_m5D24FC3D89CCEAEACF2E63A78143368DE2DEDC20 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___eType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IntPtr result = FnTable.GetEventTypeNameFromEnum(eType); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9 * L_1 = L_0->get_GetEventTypeNameFromEnum_32(); int32_t L_2 = ___eType0; NullCheck(L_1); intptr_t L_3; L_3 = _GetEventTypeNameFromEnum_Invoke_mF752470EF1DBB9536B2C567F3B16B77B8B4CC53A(L_1, L_2, /*hidden argument*/NULL); // return Marshal.PtrToStringAnsi(result); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_4; L_4 = Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E((intptr_t)L_3, /*hidden argument*/NULL); return L_4; } } // OVR.OpenVR.HiddenAreaMesh_t OVR.OpenVR.CVRSystem::GetHiddenAreaMesh(OVR.OpenVR.EVREye,OVR.OpenVR.EHiddenAreaMeshType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HiddenAreaMesh_t_t8FD9885A0103794C0C04A262E81BFDD10EEC4209 CVRSystem_GetHiddenAreaMesh_m5971B7E83B4068AF5BDD57320EF37A72D7CEFCE9 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___eEye0, int32_t ___type1, const RuntimeMethod* method) { { // HiddenAreaMesh_t result = FnTable.GetHiddenAreaMesh(eEye,type); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50 * L_1 = L_0->get_GetHiddenAreaMesh_33(); int32_t L_2 = ___eEye0; int32_t L_3 = ___type1; NullCheck(L_1); HiddenAreaMesh_t_t8FD9885A0103794C0C04A262E81BFDD10EEC4209 L_4; L_4 = _GetHiddenAreaMesh_Invoke_mED798F80980A0CFFB53AA9BCA0BC012F6F24E403(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } // System.Boolean OVR.OpenVR.CVRSystem::GetControllerState(System.UInt32,OVR.OpenVR.VRControllerState_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_GetControllerState_m5EA54040DD13900289710CA9CC64DB6218B60897 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unControllerDeviceIndex0, VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * ___pControllerState1, uint32_t ___unControllerStateSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30_0_0_0_var); s_Il2CppMethodInitialized = true; } GetControllerStateUnion_t3CCAA646AE9C8D527EC035B539CC6DE6538DF0F1 V_0; memset((&V_0), 0, sizeof(V_0)); VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 V_1; memset((&V_1), 0, sizeof(V_1)); { // if ((System.Environment.OSVersion.Platform == System.PlatformID.MacOSX) || // (System.Environment.OSVersion.Platform == System.PlatformID.Unix)) OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * L_0; L_0 = Environment_get_OSVersion_mD767B6F1B5AAEA8D562031B872E0E16A5AF007ED(/*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)6))) { goto IL_001a; } } { OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * L_2; L_2 = Environment_get_OSVersion_mD767B6F1B5AAEA8D562031B872E0E16A5AF007ED(/*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_0067; } } IL_001a: { // VRControllerState_t_Packed state_packed = new VRControllerState_t_Packed(pControllerState); VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * L_4 = ___pControllerState1; VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A L_5 = (*(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A *)L_4); VRControllerState_t_Packed__ctor_mCEDE77668DF39F00885625214487333F3990513A((VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 *)(&V_1), L_5, /*hidden argument*/NULL); // u.pGetControllerStatePacked = null; (&V_0)->set_pGetControllerStatePacked_1((_GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 *)NULL); // u.pGetControllerState = FnTable.GetControllerState; IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_6 = __this->get_address_of_FnTable_0(); _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * L_7 = L_6->get_GetControllerState_34(); (&V_0)->set_pGetControllerState_0(L_7); // bool packed_result = u.pGetControllerStatePacked(unControllerDeviceIndex,ref state_packed,(uint)System.Runtime.InteropServices.Marshal.SizeOf(typeof(VRControllerState_t_Packed))); GetControllerStateUnion_t3CCAA646AE9C8D527EC035B539CC6DE6538DF0F1 L_8 = V_0; _GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 * L_9 = L_8.get_pGetControllerStatePacked_1(); uint32_t L_10 = ___unControllerDeviceIndex0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_13; L_13 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92(L_12, /*hidden argument*/NULL); NullCheck(L_9); bool L_14; L_14 = _GetControllerStatePacked_Invoke_m53CB9B2071001638A996E26E73188B517AC43A11(L_9, L_10, (VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 *)(&V_1), L_13, /*hidden argument*/NULL); // state_packed.Unpack(ref pControllerState); VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * L_15 = ___pControllerState1; VRControllerState_t_Packed_Unpack_m9DB83F84BDFE8469B751AF788618BDCB947EA3D3((VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 *)(&V_1), (VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A *)L_15, /*hidden argument*/NULL); // return packed_result; return L_14; } IL_0067: { // bool result = FnTable.GetControllerState(unControllerDeviceIndex,ref pControllerState,unControllerStateSize); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_16 = __this->get_address_of_FnTable_0(); _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * L_17 = L_16->get_GetControllerState_34(); uint32_t L_18 = ___unControllerDeviceIndex0; VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * L_19 = ___pControllerState1; uint32_t L_20 = ___unControllerStateSize2; NullCheck(L_17); bool L_21; L_21 = _GetControllerState_Invoke_m44C0D10EB4FB3FC79B8A5153D83E38FFB9508242(L_17, L_18, (VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A *)L_19, L_20, /*hidden argument*/NULL); // return result; return L_21; } } // System.Boolean OVR.OpenVR.CVRSystem::GetControllerStateWithPose(OVR.OpenVR.ETrackingUniverseOrigin,System.UInt32,OVR.OpenVR.VRControllerState_t&,System.UInt32,OVR.OpenVR.TrackedDevicePose_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_GetControllerStateWithPose_mEBA07F46C1DD1D10FEC8D47C4DB211840C8480A8 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___eOrigin0, uint32_t ___unControllerDeviceIndex1, VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * ___pControllerState2, uint32_t ___unControllerStateSize3, TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * ___pTrackedDevicePose4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30_0_0_0_var); s_Il2CppMethodInitialized = true; } GetControllerStateWithPoseUnion_t8B38C5C056838CFD8A75DCF9129F8ABED7688257 V_0; memset((&V_0), 0, sizeof(V_0)); VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 V_1; memset((&V_1), 0, sizeof(V_1)); { // if ((System.Environment.OSVersion.Platform == System.PlatformID.MacOSX) || // (System.Environment.OSVersion.Platform == System.PlatformID.Unix)) OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * L_0; L_0 = Environment_get_OSVersion_mD767B6F1B5AAEA8D562031B872E0E16A5AF007ED(/*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)6))) { goto IL_001a; } } { OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * L_2; L_2 = Environment_get_OSVersion_mD767B6F1B5AAEA8D562031B872E0E16A5AF007ED(/*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_006a; } } IL_001a: { // VRControllerState_t_Packed state_packed = new VRControllerState_t_Packed(pControllerState); VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * L_4 = ___pControllerState2; VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A L_5 = (*(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A *)L_4); VRControllerState_t_Packed__ctor_mCEDE77668DF39F00885625214487333F3990513A((VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 *)(&V_1), L_5, /*hidden argument*/NULL); // u.pGetControllerStateWithPosePacked = null; (&V_0)->set_pGetControllerStateWithPosePacked_1((_GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F *)NULL); // u.pGetControllerStateWithPose = FnTable.GetControllerStateWithPose; IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_6 = __this->get_address_of_FnTable_0(); _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * L_7 = L_6->get_GetControllerStateWithPose_35(); (&V_0)->set_pGetControllerStateWithPose_0(L_7); // bool packed_result = u.pGetControllerStateWithPosePacked(eOrigin,unControllerDeviceIndex,ref state_packed,(uint)System.Runtime.InteropServices.Marshal.SizeOf(typeof(VRControllerState_t_Packed)),ref pTrackedDevicePose); GetControllerStateWithPoseUnion_t8B38C5C056838CFD8A75DCF9129F8ABED7688257 L_8 = V_0; _GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F * L_9 = L_8.get_pGetControllerStateWithPosePacked_1(); int32_t L_10 = ___eOrigin0; uint32_t L_11 = ___unControllerDeviceIndex1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13; L_13 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_14; L_14 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92(L_13, /*hidden argument*/NULL); TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * L_15 = ___pTrackedDevicePose4; NullCheck(L_9); bool L_16; L_16 = _GetControllerStateWithPosePacked_Invoke_mFF8C11E8F7C557F6055F17ED40924CD28232EEE6(L_9, L_10, L_11, (VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 *)(&V_1), L_14, (TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 *)L_15, /*hidden argument*/NULL); // state_packed.Unpack(ref pControllerState); VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * L_17 = ___pControllerState2; VRControllerState_t_Packed_Unpack_m9DB83F84BDFE8469B751AF788618BDCB947EA3D3((VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 *)(&V_1), (VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A *)L_17, /*hidden argument*/NULL); // return packed_result; return L_16; } IL_006a: { // bool result = FnTable.GetControllerStateWithPose(eOrigin,unControllerDeviceIndex,ref pControllerState,unControllerStateSize,ref pTrackedDevicePose); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_18 = __this->get_address_of_FnTable_0(); _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * L_19 = L_18->get_GetControllerStateWithPose_35(); int32_t L_20 = ___eOrigin0; uint32_t L_21 = ___unControllerDeviceIndex1; VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * L_22 = ___pControllerState2; uint32_t L_23 = ___unControllerStateSize3; TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 * L_24 = ___pTrackedDevicePose4; NullCheck(L_19); bool L_25; L_25 = _GetControllerStateWithPose_Invoke_mCB97006C3A399A0A49B0F363A1CF073E2D07D199(L_19, L_20, L_21, (VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A *)L_22, L_23, (TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 *)L_24, /*hidden argument*/NULL); // return result; return L_25; } } // System.Void OVR.OpenVR.CVRSystem::TriggerHapticPulse(System.UInt32,System.UInt32,System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSystem_TriggerHapticPulse_mEC76B0EE48BCF1350A828BD93AB5BD78FD7975F9 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unControllerDeviceIndex0, uint32_t ___unAxisId1, uint16_t ___usDurationMicroSec2, const RuntimeMethod* method) { { // FnTable.TriggerHapticPulse(unControllerDeviceIndex,unAxisId,usDurationMicroSec); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830 * L_1 = L_0->get_TriggerHapticPulse_36(); uint32_t L_2 = ___unControllerDeviceIndex0; uint32_t L_3 = ___unAxisId1; uint16_t L_4 = ___usDurationMicroSec2; NullCheck(L_1); _TriggerHapticPulse_Invoke_mB214087A0B74EE1BDFD13107F90C1F3631472677(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.String OVR.OpenVR.CVRSystem::GetButtonIdNameFromEnum(OVR.OpenVR.EVRButtonId) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CVRSystem_GetButtonIdNameFromEnum_m60FE1AD79A08BDF920B31508E9C1F3F5A9AD4E02 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___eButtonId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IntPtr result = FnTable.GetButtonIdNameFromEnum(eButtonId); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0 * L_1 = L_0->get_GetButtonIdNameFromEnum_37(); int32_t L_2 = ___eButtonId0; NullCheck(L_1); intptr_t L_3; L_3 = _GetButtonIdNameFromEnum_Invoke_m5A6E581C546A29E62577C87700F6CF83398C413C(L_1, L_2, /*hidden argument*/NULL); // return Marshal.PtrToStringAnsi(result); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_4; L_4 = Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E((intptr_t)L_3, /*hidden argument*/NULL); return L_4; } } // System.String OVR.OpenVR.CVRSystem::GetControllerAxisTypeNameFromEnum(OVR.OpenVR.EVRControllerAxisType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CVRSystem_GetControllerAxisTypeNameFromEnum_m682B0C40236ED5D6C3308173477F50A1FB8167E9 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, int32_t ___eAxisType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IntPtr result = FnTable.GetControllerAxisTypeNameFromEnum(eAxisType); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112 * L_1 = L_0->get_GetControllerAxisTypeNameFromEnum_38(); int32_t L_2 = ___eAxisType0; NullCheck(L_1); intptr_t L_3; L_3 = _GetControllerAxisTypeNameFromEnum_Invoke_mA0666D213D9A056EC61E95E8034B85D7D5807070(L_1, L_2, /*hidden argument*/NULL); // return Marshal.PtrToStringAnsi(result); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_4; L_4 = Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E((intptr_t)L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean OVR.OpenVR.CVRSystem::IsInputAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_IsInputAvailable_mE4BC65C7049A566A438B1CDF41ACA89080425114 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, const RuntimeMethod* method) { { // bool result = FnTable.IsInputAvailable(); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220 * L_1 = L_0->get_IsInputAvailable_39(); NullCheck(L_1); bool L_2; L_2 = _IsInputAvailable_Invoke_m95FD143E828F40D53D9FA94EE20CAA0492F85078(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.Boolean OVR.OpenVR.CVRSystem::IsSteamVRDrawingControllers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_IsSteamVRDrawingControllers_m4FE26FB512A9E3819A57BBEC5DB503895AA6487B (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, const RuntimeMethod* method) { { // bool result = FnTable.IsSteamVRDrawingControllers(); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800 * L_1 = L_0->get_IsSteamVRDrawingControllers_40(); NullCheck(L_1); bool L_2; L_2 = _IsSteamVRDrawingControllers_Invoke_mFC2556AAF509B236A04348531EE5CE4713FB000A(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.Boolean OVR.OpenVR.CVRSystem::ShouldApplicationPause() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_ShouldApplicationPause_m04854E39A8C994A0EE98C6F304B3B5CA309DD9E9 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, const RuntimeMethod* method) { { // bool result = FnTable.ShouldApplicationPause(); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32 * L_1 = L_0->get_ShouldApplicationPause_41(); NullCheck(L_1); bool L_2; L_2 = _ShouldApplicationPause_Invoke_m6D6C21E198BE8098C4928B7EF405A523B170C378(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.Boolean OVR.OpenVR.CVRSystem::ShouldApplicationReduceRenderingWork() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CVRSystem_ShouldApplicationReduceRenderingWork_m0E5B9A69E2FD85CEBA06A5672E9EA2DF36734F09 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, const RuntimeMethod* method) { { // bool result = FnTable.ShouldApplicationReduceRenderingWork(); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4 * L_1 = L_0->get_ShouldApplicationReduceRenderingWork_42(); NullCheck(L_1); bool L_2; L_2 = _ShouldApplicationReduceRenderingWork_Invoke_mAE625ECA309326AFD433DF8B964EBE73F179479E(L_1, /*hidden argument*/NULL); // return result; return L_2; } } // System.UInt32 OVR.OpenVR.CVRSystem::DriverDebugRequest(System.UInt32,System.String,System.Text.StringBuilder,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CVRSystem_DriverDebugRequest_m9F60B861EBE4437ECDF3014B46A54A7EA4196DD4 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unDeviceIndex0, String_t* ___pchRequest1, StringBuilder_t * ___pchResponseBuffer2, uint32_t ___unResponseBufferSize3, const RuntimeMethod* method) { { // uint result = FnTable.DriverDebugRequest(unDeviceIndex,pchRequest,pchResponseBuffer,unResponseBufferSize); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0 * L_1 = L_0->get_DriverDebugRequest_43(); uint32_t L_2 = ___unDeviceIndex0; String_t* L_3 = ___pchRequest1; StringBuilder_t * L_4 = ___pchResponseBuffer2; uint32_t L_5 = ___unResponseBufferSize3; NullCheck(L_1); uint32_t L_6; L_6 = _DriverDebugRequest_Invoke_mE6ADCF80943287EC32FB9AD7727C51515EC2AFA0(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVRFirmwareError OVR.OpenVR.CVRSystem::PerformFirmwareUpdate(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRSystem_PerformFirmwareUpdate_m6E8E38A73D5F80D1A16CC73536DABB52D7A2C289 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, uint32_t ___unDeviceIndex0, const RuntimeMethod* method) { { // EVRFirmwareError result = FnTable.PerformFirmwareUpdate(unDeviceIndex); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79 * L_1 = L_0->get_PerformFirmwareUpdate_44(); uint32_t L_2 = ___unDeviceIndex0; NullCheck(L_1); int32_t L_3; L_3 = _PerformFirmwareUpdate_Invoke_m8B868C31B9E935437BF6EACFF8B24CCB4481CB7B(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // System.Void OVR.OpenVR.CVRSystem::AcknowledgeQuit_Exiting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSystem_AcknowledgeQuit_Exiting_mE3ED045ADD8F0288DD8BE50F6D0AC7FA09E45B97 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, const RuntimeMethod* method) { { // FnTable.AcknowledgeQuit_Exiting(); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084 * L_1 = L_0->get_AcknowledgeQuit_Exiting_45(); NullCheck(L_1); _AcknowledgeQuit_Exiting_Invoke_m08BB11F721187A0A0C15839587CD2185826180E8(L_1, /*hidden argument*/NULL); // } return; } } // System.Void OVR.OpenVR.CVRSystem::AcknowledgeQuit_UserPrompt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRSystem_AcknowledgeQuit_UserPrompt_m45792EFCF25F4E7859CA98378EE40E55031DF0D6 (CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * __this, const RuntimeMethod* method) { { // FnTable.AcknowledgeQuit_UserPrompt(); IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * L_0 = __this->get_address_of_FnTable_0(); _AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73 * L_1 = L_0->get_AcknowledgeQuit_UserPrompt_46(); NullCheck(L_1); _AcknowledgeQuit_UserPrompt_Invoke_mD5C27E2C00CC087D34AC63A60218496ABF6C4CB5(L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVR.OpenVR.CVRTrackedCamera::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CVRTrackedCamera__ctor_mA2B8040D3D68B618B974C80D09A3FB68E713D259 (CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * __this, intptr_t ___pInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CVRTrackedCamera(IntPtr pInterface) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // FnTable = (IVRTrackedCamera)Marshal.PtrToStructure(pInterface, typeof(IVRTrackedCamera)); intptr_t L_0 = ___pInterface0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, L_2, /*hidden argument*/NULL); __this->set_FnTable_0(((*(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB *)((IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB *)UnBox(L_3, IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_il2cpp_TypeInfo_var))))); // } return; } } // System.String OVR.OpenVR.CVRTrackedCamera::GetCameraErrorNameFromEnum(OVR.OpenVR.EVRTrackedCameraError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CVRTrackedCamera_GetCameraErrorNameFromEnum_mFDABC81A2F1691E1C5E59DB0D192F59AB3903D33 (CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * __this, int32_t ___eCameraError0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IntPtr result = FnTable.GetCameraErrorNameFromEnum(eCameraError); IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * L_0 = __this->get_address_of_FnTable_0(); _GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849 * L_1 = L_0->get_GetCameraErrorNameFromEnum_0(); int32_t L_2 = ___eCameraError0; NullCheck(L_1); intptr_t L_3; L_3 = _GetCameraErrorNameFromEnum_Invoke_mCA37ADACDF7678598FBF8FD7AB65BE2CB93FC988(L_1, L_2, /*hidden argument*/NULL); // return Marshal.PtrToStringAnsi(result); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_4; L_4 = Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E((intptr_t)L_3, /*hidden argument*/NULL); return L_4; } } // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.CVRTrackedCamera::HasCamera(System.UInt32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRTrackedCamera_HasCamera_m83F376D0EB2544D40B47D48141CF921969DE68CE (CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * __this, uint32_t ___nDeviceIndex0, bool* ___pHasCamera1, const RuntimeMethod* method) { { // pHasCamera = false; bool* L_0 = ___pHasCamera1; *((int8_t*)L_0) = (int8_t)0; // EVRTrackedCameraError result = FnTable.HasCamera(nDeviceIndex,ref pHasCamera); IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * L_1 = __this->get_address_of_FnTable_0(); _HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6 * L_2 = L_1->get_HasCamera_1(); uint32_t L_3 = ___nDeviceIndex0; bool* L_4 = ___pHasCamera1; NullCheck(L_2); int32_t L_5; L_5 = _HasCamera_Invoke_mC43EDD312704F289F05232406F1D9E7116BEA4DD(L_2, L_3, (bool*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.CVRTrackedCamera::GetCameraFrameSize(System.UInt32,OVR.OpenVR.EVRTrackedCameraFrameType,System.UInt32&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRTrackedCamera_GetCameraFrameSize_m929A58E935E78EC886DF51136109DE7A8FB14A9E (CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * __this, uint32_t ___nDeviceIndex0, int32_t ___eFrameType1, uint32_t* ___pnWidth2, uint32_t* ___pnHeight3, uint32_t* ___pnFrameBufferSize4, const RuntimeMethod* method) { { // pnWidth = 0; uint32_t* L_0 = ___pnWidth2; *((int32_t*)L_0) = (int32_t)0; // pnHeight = 0; uint32_t* L_1 = ___pnHeight3; *((int32_t*)L_1) = (int32_t)0; // pnFrameBufferSize = 0; uint32_t* L_2 = ___pnFrameBufferSize4; *((int32_t*)L_2) = (int32_t)0; // EVRTrackedCameraError result = FnTable.GetCameraFrameSize(nDeviceIndex,eFrameType,ref pnWidth,ref pnHeight,ref pnFrameBufferSize); IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * L_3 = __this->get_address_of_FnTable_0(); _GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA * L_4 = L_3->get_GetCameraFrameSize_2(); uint32_t L_5 = ___nDeviceIndex0; int32_t L_6 = ___eFrameType1; uint32_t* L_7 = ___pnWidth2; uint32_t* L_8 = ___pnHeight3; uint32_t* L_9 = ___pnFrameBufferSize4; NullCheck(L_4); int32_t L_10; L_10 = _GetCameraFrameSize_Invoke_m5B4B00D5762378C4E4DD8EF448BA48C06DE5D81C(L_4, L_5, L_6, (uint32_t*)L_7, (uint32_t*)L_8, (uint32_t*)L_9, /*hidden argument*/NULL); // return result; return L_10; } } // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.CVRTrackedCamera::GetCameraIntrinsics(System.UInt32,OVR.OpenVR.EVRTrackedCameraFrameType,OVR.OpenVR.HmdVector2_t&,OVR.OpenVR.HmdVector2_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRTrackedCamera_GetCameraIntrinsics_m546786E3B92EFB3763F46AB00C6B46DD57B0F876 (CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * __this, uint32_t ___nDeviceIndex0, int32_t ___eFrameType1, HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * ___pFocalLength2, HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * ___pCenter3, const RuntimeMethod* method) { { // EVRTrackedCameraError result = FnTable.GetCameraIntrinsics(nDeviceIndex,eFrameType,ref pFocalLength,ref pCenter); IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * L_0 = __this->get_address_of_FnTable_0(); _GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D * L_1 = L_0->get_GetCameraIntrinsics_3(); uint32_t L_2 = ___nDeviceIndex0; int32_t L_3 = ___eFrameType1; HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * L_4 = ___pFocalLength2; HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * L_5 = ___pCenter3; NullCheck(L_1); int32_t L_6; L_6 = _GetCameraIntrinsics_Invoke_m536CA088C31FCBAA5D0AD8258326582B88EA3E0F(L_1, L_2, L_3, (HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 *)L_4, (HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 *)L_5, /*hidden argument*/NULL); // return result; return L_6; } } // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.CVRTrackedCamera::GetCameraProjection(System.UInt32,OVR.OpenVR.EVRTrackedCameraFrameType,System.Single,System.Single,OVR.OpenVR.HmdMatrix44_t&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRTrackedCamera_GetCameraProjection_m5A31705B43983BED35B0E7952A2CF8CDAF58D421 (CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * __this, uint32_t ___nDeviceIndex0, int32_t ___eFrameType1, float ___flZNear2, float ___flZFar3, HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA * ___pProjection4, const RuntimeMethod* method) { { // EVRTrackedCameraError result = FnTable.GetCameraProjection(nDeviceIndex,eFrameType,flZNear,flZFar,ref pProjection); IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * L_0 = __this->get_address_of_FnTable_0(); _GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7 * L_1 = L_0->get_GetCameraProjection_4(); uint32_t L_2 = ___nDeviceIndex0; int32_t L_3 = ___eFrameType1; float L_4 = ___flZNear2; float L_5 = ___flZFar3; HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA * L_6 = ___pProjection4; NullCheck(L_1); int32_t L_7; L_7 = _GetCameraProjection_Invoke_mCCE28A558FA1928F181AF0F98264593BB774695D(L_1, L_2, L_3, L_4, L_5, (HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA *)L_6, /*hidden argument*/NULL); // return result; return L_7; } } // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.CVRTrackedCamera::AcquireVideoStreamingService(System.UInt32,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRTrackedCamera_AcquireVideoStreamingService_mAE09A5D7C4613BE8DD2A62AB70CBA774D2C3B5A1 (CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * __this, uint32_t ___nDeviceIndex0, uint64_t* ___pHandle1, const RuntimeMethod* method) { { // pHandle = 0; uint64_t* L_0 = ___pHandle1; *((int64_t*)L_0) = (int64_t)((int64_t)((int64_t)0)); // EVRTrackedCameraError result = FnTable.AcquireVideoStreamingService(nDeviceIndex,ref pHandle); IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * L_1 = __this->get_address_of_FnTable_0(); _AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F * L_2 = L_1->get_AcquireVideoStreamingService_5(); uint32_t L_3 = ___nDeviceIndex0; uint64_t* L_4 = ___pHandle1; NullCheck(L_2); int32_t L_5; L_5 = _AcquireVideoStreamingService_Invoke_m378EE2582D71ADF7B22B67D8AB881641B7E77C4F(L_2, L_3, (uint64_t*)L_4, /*hidden argument*/NULL); // return result; return L_5; } } // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.CVRTrackedCamera::ReleaseVideoStreamingService(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRTrackedCamera_ReleaseVideoStreamingService_m6472305A54D1AE60335C4C3F21BE0D3298F8B6B0 (CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * __this, uint64_t ___hTrackedCamera0, const RuntimeMethod* method) { { // EVRTrackedCameraError result = FnTable.ReleaseVideoStreamingService(hTrackedCamera); IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * L_0 = __this->get_address_of_FnTable_0(); _ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151 * L_1 = L_0->get_ReleaseVideoStreamingService_6(); uint64_t L_2 = ___hTrackedCamera0; NullCheck(L_1); int32_t L_3; L_3 = _ReleaseVideoStreamingService_Invoke_mB681AC1160174E6213028CFB2E1F53C9BC3D8279(L_1, L_2, /*hidden argument*/NULL); // return result; return L_3; } } // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.CVRTrackedCamera::GetVideoStreamFrameBuffer(System.UInt64,OVR.OpenVR.EVRTrackedCameraFrameType,System.IntPtr,System.UInt32,OVR.OpenVR.CameraVideoStreamFrameHeader_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRTrackedCamera_GetVideoStreamFrameBuffer_m413FD2E75B089C0C5DDCB3E93D4C2FC0A3084E38 (CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * __this, uint64_t ___hTrackedCamera0, int32_t ___eFrameType1, intptr_t ___pFrameBuffer2, uint32_t ___nFrameBufferSize3, CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D * ___pFrameHeader4, uint32_t ___nFrameHeaderSize5, const RuntimeMethod* method) { { // EVRTrackedCameraError result = FnTable.GetVideoStreamFrameBuffer(hTrackedCamera,eFrameType,pFrameBuffer,nFrameBufferSize,ref pFrameHeader,nFrameHeaderSize); IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * L_0 = __this->get_address_of_FnTable_0(); _GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA * L_1 = L_0->get_GetVideoStreamFrameBuffer_7(); uint64_t L_2 = ___hTrackedCamera0; int32_t L_3 = ___eFrameType1; intptr_t L_4 = ___pFrameBuffer2; uint32_t L_5 = ___nFrameBufferSize3; CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D * L_6 = ___pFrameHeader4; uint32_t L_7 = ___nFrameHeaderSize5; NullCheck(L_1); int32_t L_8; L_8 = _GetVideoStreamFrameBuffer_Invoke_m832F22C8865CAD8174EC91CA859BC44E6985C793(L_1, L_2, L_3, (intptr_t)L_4, L_5, (CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D *)L_6, L_7, /*hidden argument*/NULL); // return result; return L_8; } } // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.CVRTrackedCamera::GetVideoStreamTextureSize(System.UInt32,OVR.OpenVR.EVRTrackedCameraFrameType,OVR.OpenVR.VRTextureBounds_t&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRTrackedCamera_GetVideoStreamTextureSize_m6D4F0F9B2886C37F656AFF295A2DBDFA5E2C31AA (CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * __this, uint32_t ___nDeviceIndex0, int32_t ___eFrameType1, VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * ___pTextureBounds2, uint32_t* ___pnWidth3, uint32_t* ___pnHeight4, const RuntimeMethod* method) { { // pnWidth = 0; uint32_t* L_0 = ___pnWidth3; *((int32_t*)L_0) = (int32_t)0; // pnHeight = 0; uint32_t* L_1 = ___pnHeight4; *((int32_t*)L_1) = (int32_t)0; // EVRTrackedCameraError result = FnTable.GetVideoStreamTextureSize(nDeviceIndex,eFrameType,ref pTextureBounds,ref pnWidth,ref pnHeight); IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * L_2 = __this->get_address_of_FnTable_0(); _GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533 * L_3 = L_2->get_GetVideoStreamTextureSize_8(); uint32_t L_4 = ___nDeviceIndex0; int32_t L_5 = ___eFrameType1; VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 * L_6 = ___pTextureBounds2; uint32_t* L_7 = ___pnWidth3; uint32_t* L_8 = ___pnHeight4; NullCheck(L_3); int32_t L_9; L_9 = _GetVideoStreamTextureSize_Invoke_mE410CCCD5788326A6452E575108ADD45B6698D5A(L_3, L_4, L_5, (VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 *)L_6, (uint32_t*)L_7, (uint32_t*)L_8, /*hidden argument*/NULL); // return result; return L_9; } } // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.CVRTrackedCamera::GetVideoStreamTextureD3D11(System.UInt64,OVR.OpenVR.EVRTrackedCameraFrameType,System.IntPtr,System.IntPtr&,OVR.OpenVR.CameraVideoStreamFrameHeader_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRTrackedCamera_GetVideoStreamTextureD3D11_mBABC51289C8B1A1C415ED5094F86E178ABA85754 (CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * __this, uint64_t ___hTrackedCamera0, int32_t ___eFrameType1, intptr_t ___pD3D11DeviceOrResource2, intptr_t* ___ppD3D11ShaderResourceView3, CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D * ___pFrameHeader4, uint32_t ___nFrameHeaderSize5, const RuntimeMethod* method) { { // EVRTrackedCameraError result = FnTable.GetVideoStreamTextureD3D11(hTrackedCamera,eFrameType,pD3D11DeviceOrResource,ref ppD3D11ShaderResourceView,ref pFrameHeader,nFrameHeaderSize); IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * L_0 = __this->get_address_of_FnTable_0(); _GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D * L_1 = L_0->get_GetVideoStreamTextureD3D11_9(); uint64_t L_2 = ___hTrackedCamera0; int32_t L_3 = ___eFrameType1; intptr_t L_4 = ___pD3D11DeviceOrResource2; intptr_t* L_5 = ___ppD3D11ShaderResourceView3; CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D * L_6 = ___pFrameHeader4; uint32_t L_7 = ___nFrameHeaderSize5; NullCheck(L_1); int32_t L_8; L_8 = _GetVideoStreamTextureD3D11_Invoke_m820095D99452268B7B69CF327C73A6368DE1E548(L_1, L_2, L_3, (intptr_t)L_4, (intptr_t*)L_5, (CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D *)L_6, L_7, /*hidden argument*/NULL); // return result; return L_8; } } // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.CVRTrackedCamera::GetVideoStreamTextureGL(System.UInt64,OVR.OpenVR.EVRTrackedCameraFrameType,System.UInt32&,OVR.OpenVR.CameraVideoStreamFrameHeader_t&,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRTrackedCamera_GetVideoStreamTextureGL_mEB90299BE522C15F1CDCF3EF42938195CFCE7803 (CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * __this, uint64_t ___hTrackedCamera0, int32_t ___eFrameType1, uint32_t* ___pglTextureId2, CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D * ___pFrameHeader3, uint32_t ___nFrameHeaderSize4, const RuntimeMethod* method) { { // pglTextureId = 0; uint32_t* L_0 = ___pglTextureId2; *((int32_t*)L_0) = (int32_t)0; // EVRTrackedCameraError result = FnTable.GetVideoStreamTextureGL(hTrackedCamera,eFrameType,ref pglTextureId,ref pFrameHeader,nFrameHeaderSize); IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * L_1 = __this->get_address_of_FnTable_0(); _GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370 * L_2 = L_1->get_GetVideoStreamTextureGL_10(); uint64_t L_3 = ___hTrackedCamera0; int32_t L_4 = ___eFrameType1; uint32_t* L_5 = ___pglTextureId2; CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D * L_6 = ___pFrameHeader3; uint32_t L_7 = ___nFrameHeaderSize4; NullCheck(L_2); int32_t L_8; L_8 = _GetVideoStreamTextureGL_Invoke_m777D2D935E7D9DE46849A12DB0FAE03680C6DF12(L_2, L_3, L_4, (uint32_t*)L_5, (CameraVideoStreamFrameHeader_t_t81353C8ECC0C463CF67FBAA0652F2DC9628F023D *)L_6, L_7, /*hidden argument*/NULL); // return result; return L_8; } } // OVR.OpenVR.EVRTrackedCameraError OVR.OpenVR.CVRTrackedCamera::ReleaseVideoStreamTextureGL(System.UInt64,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CVRTrackedCamera_ReleaseVideoStreamTextureGL_m4FF17773DCA788A3CEA3FEB40ABE7B40F1235A63 (CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * __this, uint64_t ___hTrackedCamera0, uint32_t ___glTextureId1, const RuntimeMethod* method) { { // EVRTrackedCameraError result = FnTable.ReleaseVideoStreamTextureGL(hTrackedCamera,glTextureId); IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * L_0 = __this->get_address_of_FnTable_0(); _ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF * L_1 = L_0->get_ReleaseVideoStreamTextureGL_11(); uint64_t L_2 = ___hTrackedCamera0; uint32_t L_3 = ___glTextureId1; NullCheck(L_1); int32_t L_4; L_4 = _ReleaseVideoStreamTextureGL_Invoke_m71AAC425C8BE94A56EDCEC86A87AAF3B131C5720(L_1, L_2, L_3, /*hidden argument*/NULL); // return result; return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void DelegatePInvokeWrapper_FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27 (FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27 * __this, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, bool ___isLastInSet1, int32_t ___selectedIndex2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Marshaling of parameter '___obj0' to native representation Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke ____obj0_marshaled = {}; if (___obj0 != NULL) { Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshal_pinvoke(*___obj0, ____obj0_marshaled); } // Native function invocation il2cppPInvokeFunc(___obj0 != NULL ? (&____obj0_marshaled) : NULL, static_cast(___isLastInSet1), ___selectedIndex2); // Marshaling of parameter '___obj0' back from native representation if (___obj0 != NULL) { Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshal_pinvoke_back(____obj0_marshaled, *___obj0); } // Marshaling cleanup of parameter '___obj0' native representation if ((&____obj0_marshaled) != NULL) { Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshal_pinvoke_cleanup(____obj0_marshaled); } } // System.Void Assets.OVR.Scripts.FixMethodDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixMethodDelegate__ctor_m7C96851C162984BA8C4CFF1945ABD7EEF9948AEB (FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Assets.OVR.Scripts.FixMethodDelegate::Invoke(UnityEngine.Object,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixMethodDelegate_Invoke_mD02A06D51017FD941D3FC747870AB16C0BF9AD10 (FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27 * __this, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, bool ___isLastInSet1, int32_t ___selectedIndex2, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *, bool, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, ___isLastInSet1, ___selectedIndex2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *, bool, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, ___isLastInSet1, ___selectedIndex2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< bool, int32_t >::Invoke(targetMethod, ___obj0, ___isLastInSet1, ___selectedIndex2); else GenericVirtActionInvoker2< bool, int32_t >::Invoke(targetMethod, ___obj0, ___isLastInSet1, ___selectedIndex2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___obj0, ___isLastInSet1, ___selectedIndex2); else VirtActionInvoker2< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___obj0, ___isLastInSet1, ___selectedIndex2); } } else { typedef void (*FunctionPointerType) (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *, bool, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, ___isLastInSet1, ___selectedIndex2, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *, bool, int32_t >::Invoke(targetMethod, targetThis, ___obj0, ___isLastInSet1, ___selectedIndex2); else GenericVirtActionInvoker3< Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *, bool, int32_t >::Invoke(targetMethod, targetThis, ___obj0, ___isLastInSet1, ___selectedIndex2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *, bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0, ___isLastInSet1, ___selectedIndex2); else VirtActionInvoker3< Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *, bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0, ___isLastInSet1, ___selectedIndex2); } } else { if (___parameterCount == 2) { typedef void (*FunctionPointerType) (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *, bool, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, ___isLastInSet1, ___selectedIndex2, targetMethod); } else { typedef void (*FunctionPointerType) (void*, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *, bool, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, ___isLastInSet1, ___selectedIndex2, targetMethod); } } } } } // System.IAsyncResult Assets.OVR.Scripts.FixMethodDelegate::BeginInvoke(UnityEngine.Object,System.Boolean,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FixMethodDelegate_BeginInvoke_mFB429AB6DF8303A6C6B6A12671297CBD936E7C4F (FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27 * __this, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, bool ___isLastInSet1, int32_t ___selectedIndex2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___obj0; __d_args[1] = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &___isLastInSet1); __d_args[2] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___selectedIndex2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // System.Void Assets.OVR.Scripts.FixMethodDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixMethodDelegate_EndInvoke_m26139CAB7D2D27AA778C1A99A0DF84ACDEFA4EB7 (FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Assets.OVR.Scripts.FixRecord::.ctor(System.Int32,System.String,System.String,Assets.OVR.Scripts.FixMethodDelegate,UnityEngine.Object,System.Boolean,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixRecord__ctor_m0BFDDEA2529D7C05E8239424421406749D667987 (FixRecord_t4A84FF166F77D1E6F2B2C60F7733B5A0F3116073 * __this, int32_t ___order0, String_t* ___cat1, String_t* ___msg2, FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27 * ___fix3, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___target4, bool ___editRequired5, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___buttons6, const RuntimeMethod* method) { { // : base(order, cat, msg) int32_t L_0 = ___order0; String_t* L_1 = ___cat1; String_t* L_2 = ___msg2; Record__ctor_m01CBB8037AB26130D3297A9DCD062DA0D8521CB0(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // buttonNames = buttons; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = ___buttons6; __this->set_buttonNames_5(L_3); // fixMethod = fix; FixMethodDelegate_t5E4C89993F0280C84055A78CFB8C4EBB3E31AF27 * L_4 = ___fix3; __this->set_fixMethod_3(L_4); // targetObject = target; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_5 = ___target4; __this->set_targetObject_4(L_5); // editModeRequired = editRequired; bool L_6 = ___editRequired5; __this->set_editModeRequired_6(L_6); // complete = false; __this->set_complete_7((bool)0); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRApplications IL2CPP_EXTERN_C void IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshal_pinvoke(const IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5& unmarshaled, IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshaled_pinvoke& marshaled) { marshaled.___AddApplicationManifest_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_AddApplicationManifest_0())); marshaled.___RemoveApplicationManifest_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RemoveApplicationManifest_1())); marshaled.___IsApplicationInstalled_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsApplicationInstalled_2())); marshaled.___GetApplicationCount_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationCount_3())); marshaled.___GetApplicationKeyByIndex_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationKeyByIndex_4())); marshaled.___GetApplicationKeyByProcessId_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationKeyByProcessId_5())); marshaled.___LaunchApplication_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LaunchApplication_6())); marshaled.___LaunchTemplateApplication_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LaunchTemplateApplication_7())); marshaled.___LaunchApplicationFromMimeType_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LaunchApplicationFromMimeType_8())); marshaled.___LaunchDashboardOverlay_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LaunchDashboardOverlay_9())); marshaled.___CancelApplicationLaunch_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CancelApplicationLaunch_10())); marshaled.___IdentifyApplication_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IdentifyApplication_11())); marshaled.___GetApplicationProcessId_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationProcessId_12())); marshaled.___GetApplicationsErrorNameFromEnum_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationsErrorNameFromEnum_13())); marshaled.___GetApplicationPropertyString_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationPropertyString_14())); marshaled.___GetApplicationPropertyBool_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationPropertyBool_15())); marshaled.___GetApplicationPropertyUint64_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationPropertyUint64_16())); marshaled.___SetApplicationAutoLaunch_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetApplicationAutoLaunch_17())); marshaled.___GetApplicationAutoLaunch_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationAutoLaunch_18())); marshaled.___SetDefaultApplicationForMimeType_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetDefaultApplicationForMimeType_19())); marshaled.___GetDefaultApplicationForMimeType_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDefaultApplicationForMimeType_20())); marshaled.___GetApplicationSupportedMimeTypes_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationSupportedMimeTypes_21())); marshaled.___GetApplicationsThatSupportMimeType_22 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationsThatSupportMimeType_22())); marshaled.___GetApplicationLaunchArguments_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationLaunchArguments_23())); marshaled.___GetStartingApplication_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetStartingApplication_24())); marshaled.___GetTransitionState_25 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTransitionState_25())); marshaled.___PerformApplicationPrelaunchCheck_26 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PerformApplicationPrelaunchCheck_26())); marshaled.___GetApplicationsTransitionStateNameFromEnum_27 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationsTransitionStateNameFromEnum_27())); marshaled.___IsQuitUserPromptRequested_28 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsQuitUserPromptRequested_28())); marshaled.___LaunchInternalProcess_29 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LaunchInternalProcess_29())); marshaled.___GetCurrentSceneProcessId_30 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCurrentSceneProcessId_30())); } IL2CPP_EXTERN_C void IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshal_pinvoke_back(const IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshaled_pinvoke& marshaled, IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_AddApplicationManifest_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329>(marshaled.___AddApplicationManifest_0, _AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329_il2cpp_TypeInfo_var)); unmarshaled.set_RemoveApplicationManifest_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274>(marshaled.___RemoveApplicationManifest_1, _RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274_il2cpp_TypeInfo_var)); unmarshaled.set_IsApplicationInstalled_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA>(marshaled.___IsApplicationInstalled_2, _IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationCount_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD>(marshaled.___GetApplicationCount_3, _GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationKeyByIndex_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6>(marshaled.___GetApplicationKeyByIndex_4, _GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationKeyByProcessId_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9>(marshaled.___GetApplicationKeyByProcessId_5, _GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9_il2cpp_TypeInfo_var)); unmarshaled.set_LaunchApplication_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE>(marshaled.___LaunchApplication_6, _LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE_il2cpp_TypeInfo_var)); unmarshaled.set_LaunchTemplateApplication_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B>(marshaled.___LaunchTemplateApplication_7, _LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B_il2cpp_TypeInfo_var)); unmarshaled.set_LaunchApplicationFromMimeType_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02>(marshaled.___LaunchApplicationFromMimeType_8, _LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02_il2cpp_TypeInfo_var)); unmarshaled.set_LaunchDashboardOverlay_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA>(marshaled.___LaunchDashboardOverlay_9, _LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA_il2cpp_TypeInfo_var)); unmarshaled.set_CancelApplicationLaunch_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC>(marshaled.___CancelApplicationLaunch_10, _CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC_il2cpp_TypeInfo_var)); unmarshaled.set_IdentifyApplication_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE>(marshaled.___IdentifyApplication_11, _IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationProcessId_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207>(marshaled.___GetApplicationProcessId_12, _GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationsErrorNameFromEnum_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218>(marshaled.___GetApplicationsErrorNameFromEnum_13, _GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationPropertyString_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A>(marshaled.___GetApplicationPropertyString_14, _GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationPropertyBool_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B>(marshaled.___GetApplicationPropertyBool_15, _GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationPropertyUint64_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538>(marshaled.___GetApplicationPropertyUint64_16, _GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538_il2cpp_TypeInfo_var)); unmarshaled.set_SetApplicationAutoLaunch_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B>(marshaled.___SetApplicationAutoLaunch_17, _SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationAutoLaunch_18(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005>(marshaled.___GetApplicationAutoLaunch_18, _GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005_il2cpp_TypeInfo_var)); unmarshaled.set_SetDefaultApplicationForMimeType_19(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A>(marshaled.___SetDefaultApplicationForMimeType_19, _SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A_il2cpp_TypeInfo_var)); unmarshaled.set_GetDefaultApplicationForMimeType_20(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC>(marshaled.___GetDefaultApplicationForMimeType_20, _GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationSupportedMimeTypes_21(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75>(marshaled.___GetApplicationSupportedMimeTypes_21, _GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationsThatSupportMimeType_22(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779>(marshaled.___GetApplicationsThatSupportMimeType_22, _GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationLaunchArguments_23(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC>(marshaled.___GetApplicationLaunchArguments_23, _GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC_il2cpp_TypeInfo_var)); unmarshaled.set_GetStartingApplication_24(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1>(marshaled.___GetStartingApplication_24, _GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1_il2cpp_TypeInfo_var)); unmarshaled.set_GetTransitionState_25(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5>(marshaled.___GetTransitionState_25, _GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5_il2cpp_TypeInfo_var)); unmarshaled.set_PerformApplicationPrelaunchCheck_26(il2cpp_codegen_marshal_function_ptr_to_delegate<_PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490>(marshaled.___PerformApplicationPrelaunchCheck_26, _PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationsTransitionStateNameFromEnum_27(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F>(marshaled.___GetApplicationsTransitionStateNameFromEnum_27, _GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F_il2cpp_TypeInfo_var)); unmarshaled.set_IsQuitUserPromptRequested_28(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F>(marshaled.___IsQuitUserPromptRequested_28, _IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F_il2cpp_TypeInfo_var)); unmarshaled.set_LaunchInternalProcess_29(il2cpp_codegen_marshal_function_ptr_to_delegate<_LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC>(marshaled.___LaunchInternalProcess_29, _LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC_il2cpp_TypeInfo_var)); unmarshaled.set_GetCurrentSceneProcessId_30(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524>(marshaled.___GetCurrentSceneProcessId_30, _GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRApplications IL2CPP_EXTERN_C void IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshal_pinvoke_cleanup(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRApplications IL2CPP_EXTERN_C void IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshal_com(const IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5& unmarshaled, IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshaled_com& marshaled) { marshaled.___AddApplicationManifest_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_AddApplicationManifest_0())); marshaled.___RemoveApplicationManifest_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RemoveApplicationManifest_1())); marshaled.___IsApplicationInstalled_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsApplicationInstalled_2())); marshaled.___GetApplicationCount_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationCount_3())); marshaled.___GetApplicationKeyByIndex_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationKeyByIndex_4())); marshaled.___GetApplicationKeyByProcessId_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationKeyByProcessId_5())); marshaled.___LaunchApplication_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LaunchApplication_6())); marshaled.___LaunchTemplateApplication_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LaunchTemplateApplication_7())); marshaled.___LaunchApplicationFromMimeType_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LaunchApplicationFromMimeType_8())); marshaled.___LaunchDashboardOverlay_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LaunchDashboardOverlay_9())); marshaled.___CancelApplicationLaunch_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CancelApplicationLaunch_10())); marshaled.___IdentifyApplication_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IdentifyApplication_11())); marshaled.___GetApplicationProcessId_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationProcessId_12())); marshaled.___GetApplicationsErrorNameFromEnum_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationsErrorNameFromEnum_13())); marshaled.___GetApplicationPropertyString_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationPropertyString_14())); marshaled.___GetApplicationPropertyBool_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationPropertyBool_15())); marshaled.___GetApplicationPropertyUint64_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationPropertyUint64_16())); marshaled.___SetApplicationAutoLaunch_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetApplicationAutoLaunch_17())); marshaled.___GetApplicationAutoLaunch_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationAutoLaunch_18())); marshaled.___SetDefaultApplicationForMimeType_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetDefaultApplicationForMimeType_19())); marshaled.___GetDefaultApplicationForMimeType_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDefaultApplicationForMimeType_20())); marshaled.___GetApplicationSupportedMimeTypes_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationSupportedMimeTypes_21())); marshaled.___GetApplicationsThatSupportMimeType_22 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationsThatSupportMimeType_22())); marshaled.___GetApplicationLaunchArguments_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationLaunchArguments_23())); marshaled.___GetStartingApplication_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetStartingApplication_24())); marshaled.___GetTransitionState_25 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTransitionState_25())); marshaled.___PerformApplicationPrelaunchCheck_26 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PerformApplicationPrelaunchCheck_26())); marshaled.___GetApplicationsTransitionStateNameFromEnum_27 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetApplicationsTransitionStateNameFromEnum_27())); marshaled.___IsQuitUserPromptRequested_28 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsQuitUserPromptRequested_28())); marshaled.___LaunchInternalProcess_29 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LaunchInternalProcess_29())); marshaled.___GetCurrentSceneProcessId_30 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCurrentSceneProcessId_30())); } IL2CPP_EXTERN_C void IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshal_com_back(const IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshaled_com& marshaled, IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_AddApplicationManifest_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329>(marshaled.___AddApplicationManifest_0, _AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329_il2cpp_TypeInfo_var)); unmarshaled.set_RemoveApplicationManifest_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274>(marshaled.___RemoveApplicationManifest_1, _RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274_il2cpp_TypeInfo_var)); unmarshaled.set_IsApplicationInstalled_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA>(marshaled.___IsApplicationInstalled_2, _IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationCount_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD>(marshaled.___GetApplicationCount_3, _GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationKeyByIndex_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6>(marshaled.___GetApplicationKeyByIndex_4, _GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationKeyByProcessId_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9>(marshaled.___GetApplicationKeyByProcessId_5, _GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9_il2cpp_TypeInfo_var)); unmarshaled.set_LaunchApplication_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE>(marshaled.___LaunchApplication_6, _LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE_il2cpp_TypeInfo_var)); unmarshaled.set_LaunchTemplateApplication_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B>(marshaled.___LaunchTemplateApplication_7, _LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B_il2cpp_TypeInfo_var)); unmarshaled.set_LaunchApplicationFromMimeType_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02>(marshaled.___LaunchApplicationFromMimeType_8, _LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02_il2cpp_TypeInfo_var)); unmarshaled.set_LaunchDashboardOverlay_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA>(marshaled.___LaunchDashboardOverlay_9, _LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA_il2cpp_TypeInfo_var)); unmarshaled.set_CancelApplicationLaunch_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC>(marshaled.___CancelApplicationLaunch_10, _CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC_il2cpp_TypeInfo_var)); unmarshaled.set_IdentifyApplication_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE>(marshaled.___IdentifyApplication_11, _IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationProcessId_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207>(marshaled.___GetApplicationProcessId_12, _GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationsErrorNameFromEnum_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218>(marshaled.___GetApplicationsErrorNameFromEnum_13, _GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationPropertyString_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A>(marshaled.___GetApplicationPropertyString_14, _GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationPropertyBool_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B>(marshaled.___GetApplicationPropertyBool_15, _GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationPropertyUint64_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538>(marshaled.___GetApplicationPropertyUint64_16, _GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538_il2cpp_TypeInfo_var)); unmarshaled.set_SetApplicationAutoLaunch_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B>(marshaled.___SetApplicationAutoLaunch_17, _SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationAutoLaunch_18(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005>(marshaled.___GetApplicationAutoLaunch_18, _GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005_il2cpp_TypeInfo_var)); unmarshaled.set_SetDefaultApplicationForMimeType_19(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A>(marshaled.___SetDefaultApplicationForMimeType_19, _SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A_il2cpp_TypeInfo_var)); unmarshaled.set_GetDefaultApplicationForMimeType_20(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC>(marshaled.___GetDefaultApplicationForMimeType_20, _GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationSupportedMimeTypes_21(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75>(marshaled.___GetApplicationSupportedMimeTypes_21, _GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationsThatSupportMimeType_22(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779>(marshaled.___GetApplicationsThatSupportMimeType_22, _GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationLaunchArguments_23(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC>(marshaled.___GetApplicationLaunchArguments_23, _GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC_il2cpp_TypeInfo_var)); unmarshaled.set_GetStartingApplication_24(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1>(marshaled.___GetStartingApplication_24, _GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1_il2cpp_TypeInfo_var)); unmarshaled.set_GetTransitionState_25(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5>(marshaled.___GetTransitionState_25, _GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5_il2cpp_TypeInfo_var)); unmarshaled.set_PerformApplicationPrelaunchCheck_26(il2cpp_codegen_marshal_function_ptr_to_delegate<_PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490>(marshaled.___PerformApplicationPrelaunchCheck_26, _PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490_il2cpp_TypeInfo_var)); unmarshaled.set_GetApplicationsTransitionStateNameFromEnum_27(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F>(marshaled.___GetApplicationsTransitionStateNameFromEnum_27, _GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F_il2cpp_TypeInfo_var)); unmarshaled.set_IsQuitUserPromptRequested_28(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F>(marshaled.___IsQuitUserPromptRequested_28, _IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F_il2cpp_TypeInfo_var)); unmarshaled.set_LaunchInternalProcess_29(il2cpp_codegen_marshal_function_ptr_to_delegate<_LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC>(marshaled.___LaunchInternalProcess_29, _LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC_il2cpp_TypeInfo_var)); unmarshaled.set_GetCurrentSceneProcessId_30(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524>(marshaled.___GetCurrentSceneProcessId_30, _GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRApplications IL2CPP_EXTERN_C void IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshal_com_cleanup(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRChaperone IL2CPP_EXTERN_C void IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshal_pinvoke(const IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9& unmarshaled, IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshaled_pinvoke& marshaled) { marshaled.___GetCalibrationState_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCalibrationState_0())); marshaled.___GetPlayAreaSize_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetPlayAreaSize_1())); marshaled.___GetPlayAreaRect_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetPlayAreaRect_2())); marshaled.___ReloadInfo_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReloadInfo_3())); marshaled.___SetSceneColor_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetSceneColor_4())); marshaled.___GetBoundsColor_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetBoundsColor_5())); marshaled.___AreBoundsVisible_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_AreBoundsVisible_6())); marshaled.___ForceBoundsVisible_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ForceBoundsVisible_7())); } IL2CPP_EXTERN_C void IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshal_pinvoke_back(const IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshaled_pinvoke& marshaled, IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_GetCalibrationState_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52>(marshaled.___GetCalibrationState_0, _GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52_il2cpp_TypeInfo_var)); unmarshaled.set_GetPlayAreaSize_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5>(marshaled.___GetPlayAreaSize_1, _GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5_il2cpp_TypeInfo_var)); unmarshaled.set_GetPlayAreaRect_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E>(marshaled.___GetPlayAreaRect_2, _GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E_il2cpp_TypeInfo_var)); unmarshaled.set_ReloadInfo_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7>(marshaled.___ReloadInfo_3, _ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7_il2cpp_TypeInfo_var)); unmarshaled.set_SetSceneColor_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B>(marshaled.___SetSceneColor_4, _SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B_il2cpp_TypeInfo_var)); unmarshaled.set_GetBoundsColor_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27>(marshaled.___GetBoundsColor_5, _GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27_il2cpp_TypeInfo_var)); unmarshaled.set_AreBoundsVisible_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836>(marshaled.___AreBoundsVisible_6, _AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836_il2cpp_TypeInfo_var)); unmarshaled.set_ForceBoundsVisible_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1>(marshaled.___ForceBoundsVisible_7, _ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRChaperone IL2CPP_EXTERN_C void IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshal_pinvoke_cleanup(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRChaperone IL2CPP_EXTERN_C void IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshal_com(const IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9& unmarshaled, IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshaled_com& marshaled) { marshaled.___GetCalibrationState_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCalibrationState_0())); marshaled.___GetPlayAreaSize_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetPlayAreaSize_1())); marshaled.___GetPlayAreaRect_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetPlayAreaRect_2())); marshaled.___ReloadInfo_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReloadInfo_3())); marshaled.___SetSceneColor_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetSceneColor_4())); marshaled.___GetBoundsColor_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetBoundsColor_5())); marshaled.___AreBoundsVisible_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_AreBoundsVisible_6())); marshaled.___ForceBoundsVisible_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ForceBoundsVisible_7())); } IL2CPP_EXTERN_C void IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshal_com_back(const IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshaled_com& marshaled, IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_GetCalibrationState_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52>(marshaled.___GetCalibrationState_0, _GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52_il2cpp_TypeInfo_var)); unmarshaled.set_GetPlayAreaSize_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5>(marshaled.___GetPlayAreaSize_1, _GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5_il2cpp_TypeInfo_var)); unmarshaled.set_GetPlayAreaRect_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E>(marshaled.___GetPlayAreaRect_2, _GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E_il2cpp_TypeInfo_var)); unmarshaled.set_ReloadInfo_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7>(marshaled.___ReloadInfo_3, _ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7_il2cpp_TypeInfo_var)); unmarshaled.set_SetSceneColor_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B>(marshaled.___SetSceneColor_4, _SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B_il2cpp_TypeInfo_var)); unmarshaled.set_GetBoundsColor_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27>(marshaled.___GetBoundsColor_5, _GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27_il2cpp_TypeInfo_var)); unmarshaled.set_AreBoundsVisible_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836>(marshaled.___AreBoundsVisible_6, _AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836_il2cpp_TypeInfo_var)); unmarshaled.set_ForceBoundsVisible_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1>(marshaled.___ForceBoundsVisible_7, _ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRChaperone IL2CPP_EXTERN_C void IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshal_com_cleanup(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRChaperoneSetup IL2CPP_EXTERN_C void IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshal_pinvoke(const IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0& unmarshaled, IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshaled_pinvoke& marshaled) { marshaled.___CommitWorkingCopy_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CommitWorkingCopy_0())); marshaled.___RevertWorkingCopy_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RevertWorkingCopy_1())); marshaled.___GetWorkingPlayAreaSize_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetWorkingPlayAreaSize_2())); marshaled.___GetWorkingPlayAreaRect_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetWorkingPlayAreaRect_3())); marshaled.___GetWorkingCollisionBoundsInfo_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetWorkingCollisionBoundsInfo_4())); marshaled.___GetLiveCollisionBoundsInfo_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLiveCollisionBoundsInfo_5())); marshaled.___GetWorkingSeatedZeroPoseToRawTrackingPose_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetWorkingSeatedZeroPoseToRawTrackingPose_6())); marshaled.___GetWorkingStandingZeroPoseToRawTrackingPose_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetWorkingStandingZeroPoseToRawTrackingPose_7())); marshaled.___SetWorkingPlayAreaSize_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetWorkingPlayAreaSize_8())); marshaled.___SetWorkingCollisionBoundsInfo_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetWorkingCollisionBoundsInfo_9())); marshaled.___SetWorkingSeatedZeroPoseToRawTrackingPose_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetWorkingSeatedZeroPoseToRawTrackingPose_10())); marshaled.___SetWorkingStandingZeroPoseToRawTrackingPose_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetWorkingStandingZeroPoseToRawTrackingPose_11())); marshaled.___ReloadFromDisk_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReloadFromDisk_12())); marshaled.___GetLiveSeatedZeroPoseToRawTrackingPose_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLiveSeatedZeroPoseToRawTrackingPose_13())); marshaled.___SetWorkingCollisionBoundsTagsInfo_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetWorkingCollisionBoundsTagsInfo_14())); marshaled.___GetLiveCollisionBoundsTagsInfo_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLiveCollisionBoundsTagsInfo_15())); marshaled.___SetWorkingPhysicalBoundsInfo_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetWorkingPhysicalBoundsInfo_16())); marshaled.___GetLivePhysicalBoundsInfo_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLivePhysicalBoundsInfo_17())); marshaled.___ExportLiveToBuffer_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ExportLiveToBuffer_18())); marshaled.___ImportFromBufferToWorking_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ImportFromBufferToWorking_19())); } IL2CPP_EXTERN_C void IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshal_pinvoke_back(const IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshaled_pinvoke& marshaled, IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_CommitWorkingCopy_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69>(marshaled.___CommitWorkingCopy_0, _CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69_il2cpp_TypeInfo_var)); unmarshaled.set_RevertWorkingCopy_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C>(marshaled.___RevertWorkingCopy_1, _RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C_il2cpp_TypeInfo_var)); unmarshaled.set_GetWorkingPlayAreaSize_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910>(marshaled.___GetWorkingPlayAreaSize_2, _GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910_il2cpp_TypeInfo_var)); unmarshaled.set_GetWorkingPlayAreaRect_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0>(marshaled.___GetWorkingPlayAreaRect_3, _GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0_il2cpp_TypeInfo_var)); unmarshaled.set_GetWorkingCollisionBoundsInfo_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522>(marshaled.___GetWorkingCollisionBoundsInfo_4, _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522_il2cpp_TypeInfo_var)); unmarshaled.set_GetLiveCollisionBoundsInfo_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7>(marshaled.___GetLiveCollisionBoundsInfo_5, _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7_il2cpp_TypeInfo_var)); unmarshaled.set_GetWorkingSeatedZeroPoseToRawTrackingPose_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8>(marshaled.___GetWorkingSeatedZeroPoseToRawTrackingPose_6, _GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8_il2cpp_TypeInfo_var)); unmarshaled.set_GetWorkingStandingZeroPoseToRawTrackingPose_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE>(marshaled.___GetWorkingStandingZeroPoseToRawTrackingPose_7, _GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE_il2cpp_TypeInfo_var)); unmarshaled.set_SetWorkingPlayAreaSize_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344>(marshaled.___SetWorkingPlayAreaSize_8, _SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344_il2cpp_TypeInfo_var)); unmarshaled.set_SetWorkingCollisionBoundsInfo_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7>(marshaled.___SetWorkingCollisionBoundsInfo_9, _SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7_il2cpp_TypeInfo_var)); unmarshaled.set_SetWorkingSeatedZeroPoseToRawTrackingPose_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC>(marshaled.___SetWorkingSeatedZeroPoseToRawTrackingPose_10, _SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC_il2cpp_TypeInfo_var)); unmarshaled.set_SetWorkingStandingZeroPoseToRawTrackingPose_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22>(marshaled.___SetWorkingStandingZeroPoseToRawTrackingPose_11, _SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22_il2cpp_TypeInfo_var)); unmarshaled.set_ReloadFromDisk_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1>(marshaled.___ReloadFromDisk_12, _ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1_il2cpp_TypeInfo_var)); unmarshaled.set_GetLiveSeatedZeroPoseToRawTrackingPose_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9>(marshaled.___GetLiveSeatedZeroPoseToRawTrackingPose_13, _GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9_il2cpp_TypeInfo_var)); unmarshaled.set_SetWorkingCollisionBoundsTagsInfo_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D>(marshaled.___SetWorkingCollisionBoundsTagsInfo_14, _SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D_il2cpp_TypeInfo_var)); unmarshaled.set_GetLiveCollisionBoundsTagsInfo_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923>(marshaled.___GetLiveCollisionBoundsTagsInfo_15, _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923_il2cpp_TypeInfo_var)); unmarshaled.set_SetWorkingPhysicalBoundsInfo_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF>(marshaled.___SetWorkingPhysicalBoundsInfo_16, _SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF_il2cpp_TypeInfo_var)); unmarshaled.set_GetLivePhysicalBoundsInfo_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204>(marshaled.___GetLivePhysicalBoundsInfo_17, _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204_il2cpp_TypeInfo_var)); unmarshaled.set_ExportLiveToBuffer_18(il2cpp_codegen_marshal_function_ptr_to_delegate<_ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6>(marshaled.___ExportLiveToBuffer_18, _ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6_il2cpp_TypeInfo_var)); unmarshaled.set_ImportFromBufferToWorking_19(il2cpp_codegen_marshal_function_ptr_to_delegate<_ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB>(marshaled.___ImportFromBufferToWorking_19, _ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRChaperoneSetup IL2CPP_EXTERN_C void IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshal_pinvoke_cleanup(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRChaperoneSetup IL2CPP_EXTERN_C void IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshal_com(const IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0& unmarshaled, IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshaled_com& marshaled) { marshaled.___CommitWorkingCopy_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CommitWorkingCopy_0())); marshaled.___RevertWorkingCopy_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RevertWorkingCopy_1())); marshaled.___GetWorkingPlayAreaSize_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetWorkingPlayAreaSize_2())); marshaled.___GetWorkingPlayAreaRect_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetWorkingPlayAreaRect_3())); marshaled.___GetWorkingCollisionBoundsInfo_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetWorkingCollisionBoundsInfo_4())); marshaled.___GetLiveCollisionBoundsInfo_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLiveCollisionBoundsInfo_5())); marshaled.___GetWorkingSeatedZeroPoseToRawTrackingPose_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetWorkingSeatedZeroPoseToRawTrackingPose_6())); marshaled.___GetWorkingStandingZeroPoseToRawTrackingPose_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetWorkingStandingZeroPoseToRawTrackingPose_7())); marshaled.___SetWorkingPlayAreaSize_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetWorkingPlayAreaSize_8())); marshaled.___SetWorkingCollisionBoundsInfo_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetWorkingCollisionBoundsInfo_9())); marshaled.___SetWorkingSeatedZeroPoseToRawTrackingPose_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetWorkingSeatedZeroPoseToRawTrackingPose_10())); marshaled.___SetWorkingStandingZeroPoseToRawTrackingPose_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetWorkingStandingZeroPoseToRawTrackingPose_11())); marshaled.___ReloadFromDisk_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReloadFromDisk_12())); marshaled.___GetLiveSeatedZeroPoseToRawTrackingPose_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLiveSeatedZeroPoseToRawTrackingPose_13())); marshaled.___SetWorkingCollisionBoundsTagsInfo_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetWorkingCollisionBoundsTagsInfo_14())); marshaled.___GetLiveCollisionBoundsTagsInfo_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLiveCollisionBoundsTagsInfo_15())); marshaled.___SetWorkingPhysicalBoundsInfo_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetWorkingPhysicalBoundsInfo_16())); marshaled.___GetLivePhysicalBoundsInfo_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLivePhysicalBoundsInfo_17())); marshaled.___ExportLiveToBuffer_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ExportLiveToBuffer_18())); marshaled.___ImportFromBufferToWorking_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ImportFromBufferToWorking_19())); } IL2CPP_EXTERN_C void IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshal_com_back(const IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshaled_com& marshaled, IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_CommitWorkingCopy_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69>(marshaled.___CommitWorkingCopy_0, _CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69_il2cpp_TypeInfo_var)); unmarshaled.set_RevertWorkingCopy_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C>(marshaled.___RevertWorkingCopy_1, _RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C_il2cpp_TypeInfo_var)); unmarshaled.set_GetWorkingPlayAreaSize_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910>(marshaled.___GetWorkingPlayAreaSize_2, _GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910_il2cpp_TypeInfo_var)); unmarshaled.set_GetWorkingPlayAreaRect_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0>(marshaled.___GetWorkingPlayAreaRect_3, _GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0_il2cpp_TypeInfo_var)); unmarshaled.set_GetWorkingCollisionBoundsInfo_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522>(marshaled.___GetWorkingCollisionBoundsInfo_4, _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522_il2cpp_TypeInfo_var)); unmarshaled.set_GetLiveCollisionBoundsInfo_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7>(marshaled.___GetLiveCollisionBoundsInfo_5, _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7_il2cpp_TypeInfo_var)); unmarshaled.set_GetWorkingSeatedZeroPoseToRawTrackingPose_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8>(marshaled.___GetWorkingSeatedZeroPoseToRawTrackingPose_6, _GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8_il2cpp_TypeInfo_var)); unmarshaled.set_GetWorkingStandingZeroPoseToRawTrackingPose_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE>(marshaled.___GetWorkingStandingZeroPoseToRawTrackingPose_7, _GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE_il2cpp_TypeInfo_var)); unmarshaled.set_SetWorkingPlayAreaSize_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344>(marshaled.___SetWorkingPlayAreaSize_8, _SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344_il2cpp_TypeInfo_var)); unmarshaled.set_SetWorkingCollisionBoundsInfo_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7>(marshaled.___SetWorkingCollisionBoundsInfo_9, _SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7_il2cpp_TypeInfo_var)); unmarshaled.set_SetWorkingSeatedZeroPoseToRawTrackingPose_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC>(marshaled.___SetWorkingSeatedZeroPoseToRawTrackingPose_10, _SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC_il2cpp_TypeInfo_var)); unmarshaled.set_SetWorkingStandingZeroPoseToRawTrackingPose_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22>(marshaled.___SetWorkingStandingZeroPoseToRawTrackingPose_11, _SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22_il2cpp_TypeInfo_var)); unmarshaled.set_ReloadFromDisk_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1>(marshaled.___ReloadFromDisk_12, _ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1_il2cpp_TypeInfo_var)); unmarshaled.set_GetLiveSeatedZeroPoseToRawTrackingPose_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9>(marshaled.___GetLiveSeatedZeroPoseToRawTrackingPose_13, _GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9_il2cpp_TypeInfo_var)); unmarshaled.set_SetWorkingCollisionBoundsTagsInfo_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D>(marshaled.___SetWorkingCollisionBoundsTagsInfo_14, _SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D_il2cpp_TypeInfo_var)); unmarshaled.set_GetLiveCollisionBoundsTagsInfo_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923>(marshaled.___GetLiveCollisionBoundsTagsInfo_15, _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923_il2cpp_TypeInfo_var)); unmarshaled.set_SetWorkingPhysicalBoundsInfo_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF>(marshaled.___SetWorkingPhysicalBoundsInfo_16, _SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF_il2cpp_TypeInfo_var)); unmarshaled.set_GetLivePhysicalBoundsInfo_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204>(marshaled.___GetLivePhysicalBoundsInfo_17, _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204_il2cpp_TypeInfo_var)); unmarshaled.set_ExportLiveToBuffer_18(il2cpp_codegen_marshal_function_ptr_to_delegate<_ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6>(marshaled.___ExportLiveToBuffer_18, _ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6_il2cpp_TypeInfo_var)); unmarshaled.set_ImportFromBufferToWorking_19(il2cpp_codegen_marshal_function_ptr_to_delegate<_ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB>(marshaled.___ImportFromBufferToWorking_19, _ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRChaperoneSetup IL2CPP_EXTERN_C void IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshal_com_cleanup(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRCompositor IL2CPP_EXTERN_C void IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshal_pinvoke(const IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC& unmarshaled, IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshaled_pinvoke& marshaled) { marshaled.___SetTrackingSpace_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetTrackingSpace_0())); marshaled.___GetTrackingSpace_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTrackingSpace_1())); marshaled.___WaitGetPoses_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_WaitGetPoses_2())); marshaled.___GetLastPoses_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLastPoses_3())); marshaled.___GetLastPoseForTrackedDeviceIndex_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLastPoseForTrackedDeviceIndex_4())); marshaled.___Submit_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_Submit_5())); marshaled.___ClearLastSubmittedFrame_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ClearLastSubmittedFrame_6())); marshaled.___PostPresentHandoff_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PostPresentHandoff_7())); marshaled.___GetFrameTiming_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetFrameTiming_8())); marshaled.___GetFrameTimings_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetFrameTimings_9())); marshaled.___GetFrameTimeRemaining_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetFrameTimeRemaining_10())); marshaled.___GetCumulativeStats_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCumulativeStats_11())); marshaled.___FadeToColor_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_FadeToColor_12())); marshaled.___GetCurrentFadeColor_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCurrentFadeColor_13())); marshaled.___FadeGrid_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_FadeGrid_14())); marshaled.___GetCurrentGridAlpha_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCurrentGridAlpha_15())); marshaled.___SetSkyboxOverride_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetSkyboxOverride_16())); marshaled.___ClearSkyboxOverride_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ClearSkyboxOverride_17())); marshaled.___CompositorBringToFront_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CompositorBringToFront_18())); marshaled.___CompositorGoToBack_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CompositorGoToBack_19())); marshaled.___CompositorQuit_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CompositorQuit_20())); marshaled.___IsFullscreen_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsFullscreen_21())); marshaled.___GetCurrentSceneFocusProcess_22 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCurrentSceneFocusProcess_22())); marshaled.___GetLastFrameRenderer_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLastFrameRenderer_23())); marshaled.___CanRenderScene_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CanRenderScene_24())); marshaled.___ShowMirrorWindow_25 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowMirrorWindow_25())); marshaled.___HideMirrorWindow_26 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_HideMirrorWindow_26())); marshaled.___IsMirrorWindowVisible_27 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsMirrorWindowVisible_27())); marshaled.___CompositorDumpImages_28 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CompositorDumpImages_28())); marshaled.___ShouldAppRenderWithLowResources_29 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShouldAppRenderWithLowResources_29())); marshaled.___ForceInterleavedReprojectionOn_30 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ForceInterleavedReprojectionOn_30())); marshaled.___ForceReconnectProcess_31 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ForceReconnectProcess_31())); marshaled.___SuspendRendering_32 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SuspendRendering_32())); marshaled.___GetMirrorTextureD3D11_33 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetMirrorTextureD3D11_33())); marshaled.___ReleaseMirrorTextureD3D11_34 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReleaseMirrorTextureD3D11_34())); marshaled.___GetMirrorTextureGL_35 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetMirrorTextureGL_35())); marshaled.___ReleaseSharedGLTexture_36 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReleaseSharedGLTexture_36())); marshaled.___LockGLSharedTextureForAccess_37 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LockGLSharedTextureForAccess_37())); marshaled.___UnlockGLSharedTextureForAccess_38 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_UnlockGLSharedTextureForAccess_38())); marshaled.___GetVulkanInstanceExtensionsRequired_39 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetVulkanInstanceExtensionsRequired_39())); marshaled.___GetVulkanDeviceExtensionsRequired_40 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetVulkanDeviceExtensionsRequired_40())); marshaled.___SetExplicitTimingMode_41 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetExplicitTimingMode_41())); marshaled.___SubmitExplicitTimingData_42 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SubmitExplicitTimingData_42())); } IL2CPP_EXTERN_C void IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshal_pinvoke_back(const IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshaled_pinvoke& marshaled, IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_SetTrackingSpace_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4>(marshaled.___SetTrackingSpace_0, _SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4_il2cpp_TypeInfo_var)); unmarshaled.set_GetTrackingSpace_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E>(marshaled.___GetTrackingSpace_1, _GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E_il2cpp_TypeInfo_var)); unmarshaled.set_WaitGetPoses_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1>(marshaled.___WaitGetPoses_2, _WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1_il2cpp_TypeInfo_var)); unmarshaled.set_GetLastPoses_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057>(marshaled.___GetLastPoses_3, _GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057_il2cpp_TypeInfo_var)); unmarshaled.set_GetLastPoseForTrackedDeviceIndex_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8>(marshaled.___GetLastPoseForTrackedDeviceIndex_4, _GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8_il2cpp_TypeInfo_var)); unmarshaled.set_Submit_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B>(marshaled.___Submit_5, _Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B_il2cpp_TypeInfo_var)); unmarshaled.set_ClearLastSubmittedFrame_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2>(marshaled.___ClearLastSubmittedFrame_6, _ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2_il2cpp_TypeInfo_var)); unmarshaled.set_PostPresentHandoff_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9>(marshaled.___PostPresentHandoff_7, _PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9_il2cpp_TypeInfo_var)); unmarshaled.set_GetFrameTiming_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58>(marshaled.___GetFrameTiming_8, _GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58_il2cpp_TypeInfo_var)); unmarshaled.set_GetFrameTimings_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D>(marshaled.___GetFrameTimings_9, _GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D_il2cpp_TypeInfo_var)); unmarshaled.set_GetFrameTimeRemaining_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA>(marshaled.___GetFrameTimeRemaining_10, _GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA_il2cpp_TypeInfo_var)); unmarshaled.set_GetCumulativeStats_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7>(marshaled.___GetCumulativeStats_11, _GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7_il2cpp_TypeInfo_var)); unmarshaled.set_FadeToColor_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997>(marshaled.___FadeToColor_12, _FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997_il2cpp_TypeInfo_var)); unmarshaled.set_GetCurrentFadeColor_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF>(marshaled.___GetCurrentFadeColor_13, _GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF_il2cpp_TypeInfo_var)); unmarshaled.set_FadeGrid_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB>(marshaled.___FadeGrid_14, _FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB_il2cpp_TypeInfo_var)); unmarshaled.set_GetCurrentGridAlpha_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537>(marshaled.___GetCurrentGridAlpha_15, _GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537_il2cpp_TypeInfo_var)); unmarshaled.set_SetSkyboxOverride_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6>(marshaled.___SetSkyboxOverride_16, _SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6_il2cpp_TypeInfo_var)); unmarshaled.set_ClearSkyboxOverride_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D>(marshaled.___ClearSkyboxOverride_17, _ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D_il2cpp_TypeInfo_var)); unmarshaled.set_CompositorBringToFront_18(il2cpp_codegen_marshal_function_ptr_to_delegate<_CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB>(marshaled.___CompositorBringToFront_18, _CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB_il2cpp_TypeInfo_var)); unmarshaled.set_CompositorGoToBack_19(il2cpp_codegen_marshal_function_ptr_to_delegate<_CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E>(marshaled.___CompositorGoToBack_19, _CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E_il2cpp_TypeInfo_var)); unmarshaled.set_CompositorQuit_20(il2cpp_codegen_marshal_function_ptr_to_delegate<_CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654>(marshaled.___CompositorQuit_20, _CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654_il2cpp_TypeInfo_var)); unmarshaled.set_IsFullscreen_21(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE>(marshaled.___IsFullscreen_21, _IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE_il2cpp_TypeInfo_var)); unmarshaled.set_GetCurrentSceneFocusProcess_22(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A>(marshaled.___GetCurrentSceneFocusProcess_22, _GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A_il2cpp_TypeInfo_var)); unmarshaled.set_GetLastFrameRenderer_23(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216>(marshaled.___GetLastFrameRenderer_23, _GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216_il2cpp_TypeInfo_var)); unmarshaled.set_CanRenderScene_24(il2cpp_codegen_marshal_function_ptr_to_delegate<_CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC>(marshaled.___CanRenderScene_24, _CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC_il2cpp_TypeInfo_var)); unmarshaled.set_ShowMirrorWindow_25(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9>(marshaled.___ShowMirrorWindow_25, _ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9_il2cpp_TypeInfo_var)); unmarshaled.set_HideMirrorWindow_26(il2cpp_codegen_marshal_function_ptr_to_delegate<_HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F>(marshaled.___HideMirrorWindow_26, _HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F_il2cpp_TypeInfo_var)); unmarshaled.set_IsMirrorWindowVisible_27(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C>(marshaled.___IsMirrorWindowVisible_27, _IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C_il2cpp_TypeInfo_var)); unmarshaled.set_CompositorDumpImages_28(il2cpp_codegen_marshal_function_ptr_to_delegate<_CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335>(marshaled.___CompositorDumpImages_28, _CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335_il2cpp_TypeInfo_var)); unmarshaled.set_ShouldAppRenderWithLowResources_29(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF>(marshaled.___ShouldAppRenderWithLowResources_29, _ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF_il2cpp_TypeInfo_var)); unmarshaled.set_ForceInterleavedReprojectionOn_30(il2cpp_codegen_marshal_function_ptr_to_delegate<_ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9>(marshaled.___ForceInterleavedReprojectionOn_30, _ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9_il2cpp_TypeInfo_var)); unmarshaled.set_ForceReconnectProcess_31(il2cpp_codegen_marshal_function_ptr_to_delegate<_ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99>(marshaled.___ForceReconnectProcess_31, _ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99_il2cpp_TypeInfo_var)); unmarshaled.set_SuspendRendering_32(il2cpp_codegen_marshal_function_ptr_to_delegate<_SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25>(marshaled.___SuspendRendering_32, _SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25_il2cpp_TypeInfo_var)); unmarshaled.set_GetMirrorTextureD3D11_33(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555>(marshaled.___GetMirrorTextureD3D11_33, _GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555_il2cpp_TypeInfo_var)); unmarshaled.set_ReleaseMirrorTextureD3D11_34(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD>(marshaled.___ReleaseMirrorTextureD3D11_34, _ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD_il2cpp_TypeInfo_var)); unmarshaled.set_GetMirrorTextureGL_35(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D>(marshaled.___GetMirrorTextureGL_35, _GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D_il2cpp_TypeInfo_var)); unmarshaled.set_ReleaseSharedGLTexture_36(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2>(marshaled.___ReleaseSharedGLTexture_36, _ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2_il2cpp_TypeInfo_var)); unmarshaled.set_LockGLSharedTextureForAccess_37(il2cpp_codegen_marshal_function_ptr_to_delegate<_LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E>(marshaled.___LockGLSharedTextureForAccess_37, _LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E_il2cpp_TypeInfo_var)); unmarshaled.set_UnlockGLSharedTextureForAccess_38(il2cpp_codegen_marshal_function_ptr_to_delegate<_UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D>(marshaled.___UnlockGLSharedTextureForAccess_38, _UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D_il2cpp_TypeInfo_var)); unmarshaled.set_GetVulkanInstanceExtensionsRequired_39(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7>(marshaled.___GetVulkanInstanceExtensionsRequired_39, _GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7_il2cpp_TypeInfo_var)); unmarshaled.set_GetVulkanDeviceExtensionsRequired_40(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43>(marshaled.___GetVulkanDeviceExtensionsRequired_40, _GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43_il2cpp_TypeInfo_var)); unmarshaled.set_SetExplicitTimingMode_41(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE>(marshaled.___SetExplicitTimingMode_41, _SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE_il2cpp_TypeInfo_var)); unmarshaled.set_SubmitExplicitTimingData_42(il2cpp_codegen_marshal_function_ptr_to_delegate<_SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36>(marshaled.___SubmitExplicitTimingData_42, _SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRCompositor IL2CPP_EXTERN_C void IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshal_pinvoke_cleanup(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRCompositor IL2CPP_EXTERN_C void IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshal_com(const IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC& unmarshaled, IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshaled_com& marshaled) { marshaled.___SetTrackingSpace_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetTrackingSpace_0())); marshaled.___GetTrackingSpace_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTrackingSpace_1())); marshaled.___WaitGetPoses_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_WaitGetPoses_2())); marshaled.___GetLastPoses_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLastPoses_3())); marshaled.___GetLastPoseForTrackedDeviceIndex_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLastPoseForTrackedDeviceIndex_4())); marshaled.___Submit_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_Submit_5())); marshaled.___ClearLastSubmittedFrame_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ClearLastSubmittedFrame_6())); marshaled.___PostPresentHandoff_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PostPresentHandoff_7())); marshaled.___GetFrameTiming_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetFrameTiming_8())); marshaled.___GetFrameTimings_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetFrameTimings_9())); marshaled.___GetFrameTimeRemaining_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetFrameTimeRemaining_10())); marshaled.___GetCumulativeStats_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCumulativeStats_11())); marshaled.___FadeToColor_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_FadeToColor_12())); marshaled.___GetCurrentFadeColor_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCurrentFadeColor_13())); marshaled.___FadeGrid_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_FadeGrid_14())); marshaled.___GetCurrentGridAlpha_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCurrentGridAlpha_15())); marshaled.___SetSkyboxOverride_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetSkyboxOverride_16())); marshaled.___ClearSkyboxOverride_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ClearSkyboxOverride_17())); marshaled.___CompositorBringToFront_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CompositorBringToFront_18())); marshaled.___CompositorGoToBack_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CompositorGoToBack_19())); marshaled.___CompositorQuit_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CompositorQuit_20())); marshaled.___IsFullscreen_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsFullscreen_21())); marshaled.___GetCurrentSceneFocusProcess_22 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCurrentSceneFocusProcess_22())); marshaled.___GetLastFrameRenderer_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetLastFrameRenderer_23())); marshaled.___CanRenderScene_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CanRenderScene_24())); marshaled.___ShowMirrorWindow_25 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowMirrorWindow_25())); marshaled.___HideMirrorWindow_26 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_HideMirrorWindow_26())); marshaled.___IsMirrorWindowVisible_27 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsMirrorWindowVisible_27())); marshaled.___CompositorDumpImages_28 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CompositorDumpImages_28())); marshaled.___ShouldAppRenderWithLowResources_29 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShouldAppRenderWithLowResources_29())); marshaled.___ForceInterleavedReprojectionOn_30 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ForceInterleavedReprojectionOn_30())); marshaled.___ForceReconnectProcess_31 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ForceReconnectProcess_31())); marshaled.___SuspendRendering_32 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SuspendRendering_32())); marshaled.___GetMirrorTextureD3D11_33 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetMirrorTextureD3D11_33())); marshaled.___ReleaseMirrorTextureD3D11_34 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReleaseMirrorTextureD3D11_34())); marshaled.___GetMirrorTextureGL_35 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetMirrorTextureGL_35())); marshaled.___ReleaseSharedGLTexture_36 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReleaseSharedGLTexture_36())); marshaled.___LockGLSharedTextureForAccess_37 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LockGLSharedTextureForAccess_37())); marshaled.___UnlockGLSharedTextureForAccess_38 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_UnlockGLSharedTextureForAccess_38())); marshaled.___GetVulkanInstanceExtensionsRequired_39 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetVulkanInstanceExtensionsRequired_39())); marshaled.___GetVulkanDeviceExtensionsRequired_40 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetVulkanDeviceExtensionsRequired_40())); marshaled.___SetExplicitTimingMode_41 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetExplicitTimingMode_41())); marshaled.___SubmitExplicitTimingData_42 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SubmitExplicitTimingData_42())); } IL2CPP_EXTERN_C void IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshal_com_back(const IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshaled_com& marshaled, IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_SetTrackingSpace_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4>(marshaled.___SetTrackingSpace_0, _SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4_il2cpp_TypeInfo_var)); unmarshaled.set_GetTrackingSpace_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E>(marshaled.___GetTrackingSpace_1, _GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E_il2cpp_TypeInfo_var)); unmarshaled.set_WaitGetPoses_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1>(marshaled.___WaitGetPoses_2, _WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1_il2cpp_TypeInfo_var)); unmarshaled.set_GetLastPoses_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057>(marshaled.___GetLastPoses_3, _GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057_il2cpp_TypeInfo_var)); unmarshaled.set_GetLastPoseForTrackedDeviceIndex_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8>(marshaled.___GetLastPoseForTrackedDeviceIndex_4, _GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8_il2cpp_TypeInfo_var)); unmarshaled.set_Submit_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B>(marshaled.___Submit_5, _Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B_il2cpp_TypeInfo_var)); unmarshaled.set_ClearLastSubmittedFrame_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2>(marshaled.___ClearLastSubmittedFrame_6, _ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2_il2cpp_TypeInfo_var)); unmarshaled.set_PostPresentHandoff_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9>(marshaled.___PostPresentHandoff_7, _PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9_il2cpp_TypeInfo_var)); unmarshaled.set_GetFrameTiming_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58>(marshaled.___GetFrameTiming_8, _GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58_il2cpp_TypeInfo_var)); unmarshaled.set_GetFrameTimings_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D>(marshaled.___GetFrameTimings_9, _GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D_il2cpp_TypeInfo_var)); unmarshaled.set_GetFrameTimeRemaining_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA>(marshaled.___GetFrameTimeRemaining_10, _GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA_il2cpp_TypeInfo_var)); unmarshaled.set_GetCumulativeStats_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7>(marshaled.___GetCumulativeStats_11, _GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7_il2cpp_TypeInfo_var)); unmarshaled.set_FadeToColor_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997>(marshaled.___FadeToColor_12, _FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997_il2cpp_TypeInfo_var)); unmarshaled.set_GetCurrentFadeColor_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF>(marshaled.___GetCurrentFadeColor_13, _GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF_il2cpp_TypeInfo_var)); unmarshaled.set_FadeGrid_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB>(marshaled.___FadeGrid_14, _FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB_il2cpp_TypeInfo_var)); unmarshaled.set_GetCurrentGridAlpha_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537>(marshaled.___GetCurrentGridAlpha_15, _GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537_il2cpp_TypeInfo_var)); unmarshaled.set_SetSkyboxOverride_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6>(marshaled.___SetSkyboxOverride_16, _SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6_il2cpp_TypeInfo_var)); unmarshaled.set_ClearSkyboxOverride_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D>(marshaled.___ClearSkyboxOverride_17, _ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D_il2cpp_TypeInfo_var)); unmarshaled.set_CompositorBringToFront_18(il2cpp_codegen_marshal_function_ptr_to_delegate<_CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB>(marshaled.___CompositorBringToFront_18, _CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB_il2cpp_TypeInfo_var)); unmarshaled.set_CompositorGoToBack_19(il2cpp_codegen_marshal_function_ptr_to_delegate<_CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E>(marshaled.___CompositorGoToBack_19, _CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E_il2cpp_TypeInfo_var)); unmarshaled.set_CompositorQuit_20(il2cpp_codegen_marshal_function_ptr_to_delegate<_CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654>(marshaled.___CompositorQuit_20, _CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654_il2cpp_TypeInfo_var)); unmarshaled.set_IsFullscreen_21(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE>(marshaled.___IsFullscreen_21, _IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE_il2cpp_TypeInfo_var)); unmarshaled.set_GetCurrentSceneFocusProcess_22(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A>(marshaled.___GetCurrentSceneFocusProcess_22, _GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A_il2cpp_TypeInfo_var)); unmarshaled.set_GetLastFrameRenderer_23(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216>(marshaled.___GetLastFrameRenderer_23, _GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216_il2cpp_TypeInfo_var)); unmarshaled.set_CanRenderScene_24(il2cpp_codegen_marshal_function_ptr_to_delegate<_CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC>(marshaled.___CanRenderScene_24, _CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC_il2cpp_TypeInfo_var)); unmarshaled.set_ShowMirrorWindow_25(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9>(marshaled.___ShowMirrorWindow_25, _ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9_il2cpp_TypeInfo_var)); unmarshaled.set_HideMirrorWindow_26(il2cpp_codegen_marshal_function_ptr_to_delegate<_HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F>(marshaled.___HideMirrorWindow_26, _HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F_il2cpp_TypeInfo_var)); unmarshaled.set_IsMirrorWindowVisible_27(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C>(marshaled.___IsMirrorWindowVisible_27, _IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C_il2cpp_TypeInfo_var)); unmarshaled.set_CompositorDumpImages_28(il2cpp_codegen_marshal_function_ptr_to_delegate<_CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335>(marshaled.___CompositorDumpImages_28, _CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335_il2cpp_TypeInfo_var)); unmarshaled.set_ShouldAppRenderWithLowResources_29(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF>(marshaled.___ShouldAppRenderWithLowResources_29, _ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF_il2cpp_TypeInfo_var)); unmarshaled.set_ForceInterleavedReprojectionOn_30(il2cpp_codegen_marshal_function_ptr_to_delegate<_ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9>(marshaled.___ForceInterleavedReprojectionOn_30, _ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9_il2cpp_TypeInfo_var)); unmarshaled.set_ForceReconnectProcess_31(il2cpp_codegen_marshal_function_ptr_to_delegate<_ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99>(marshaled.___ForceReconnectProcess_31, _ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99_il2cpp_TypeInfo_var)); unmarshaled.set_SuspendRendering_32(il2cpp_codegen_marshal_function_ptr_to_delegate<_SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25>(marshaled.___SuspendRendering_32, _SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25_il2cpp_TypeInfo_var)); unmarshaled.set_GetMirrorTextureD3D11_33(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555>(marshaled.___GetMirrorTextureD3D11_33, _GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555_il2cpp_TypeInfo_var)); unmarshaled.set_ReleaseMirrorTextureD3D11_34(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD>(marshaled.___ReleaseMirrorTextureD3D11_34, _ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD_il2cpp_TypeInfo_var)); unmarshaled.set_GetMirrorTextureGL_35(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D>(marshaled.___GetMirrorTextureGL_35, _GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D_il2cpp_TypeInfo_var)); unmarshaled.set_ReleaseSharedGLTexture_36(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2>(marshaled.___ReleaseSharedGLTexture_36, _ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2_il2cpp_TypeInfo_var)); unmarshaled.set_LockGLSharedTextureForAccess_37(il2cpp_codegen_marshal_function_ptr_to_delegate<_LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E>(marshaled.___LockGLSharedTextureForAccess_37, _LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E_il2cpp_TypeInfo_var)); unmarshaled.set_UnlockGLSharedTextureForAccess_38(il2cpp_codegen_marshal_function_ptr_to_delegate<_UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D>(marshaled.___UnlockGLSharedTextureForAccess_38, _UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D_il2cpp_TypeInfo_var)); unmarshaled.set_GetVulkanInstanceExtensionsRequired_39(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7>(marshaled.___GetVulkanInstanceExtensionsRequired_39, _GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7_il2cpp_TypeInfo_var)); unmarshaled.set_GetVulkanDeviceExtensionsRequired_40(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43>(marshaled.___GetVulkanDeviceExtensionsRequired_40, _GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43_il2cpp_TypeInfo_var)); unmarshaled.set_SetExplicitTimingMode_41(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE>(marshaled.___SetExplicitTimingMode_41, _SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE_il2cpp_TypeInfo_var)); unmarshaled.set_SubmitExplicitTimingData_42(il2cpp_codegen_marshal_function_ptr_to_delegate<_SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36>(marshaled.___SubmitExplicitTimingData_42, _SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRCompositor IL2CPP_EXTERN_C void IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshal_com_cleanup(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRDriverManager IL2CPP_EXTERN_C void IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshal_pinvoke(const IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F& unmarshaled, IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshaled_pinvoke& marshaled) { marshaled.___GetDriverCount_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDriverCount_0())); marshaled.___GetDriverName_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDriverName_1())); marshaled.___GetDriverHandle_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDriverHandle_2())); } IL2CPP_EXTERN_C void IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshal_pinvoke_back(const IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshaled_pinvoke& marshaled, IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_GetDriverCount_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57>(marshaled.___GetDriverCount_0, _GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57_il2cpp_TypeInfo_var)); unmarshaled.set_GetDriverName_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F>(marshaled.___GetDriverName_1, _GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F_il2cpp_TypeInfo_var)); unmarshaled.set_GetDriverHandle_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721>(marshaled.___GetDriverHandle_2, _GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRDriverManager IL2CPP_EXTERN_C void IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshal_pinvoke_cleanup(IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRDriverManager IL2CPP_EXTERN_C void IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshal_com(const IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F& unmarshaled, IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshaled_com& marshaled) { marshaled.___GetDriverCount_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDriverCount_0())); marshaled.___GetDriverName_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDriverName_1())); marshaled.___GetDriverHandle_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDriverHandle_2())); } IL2CPP_EXTERN_C void IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshal_com_back(const IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshaled_com& marshaled, IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_GetDriverCount_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57>(marshaled.___GetDriverCount_0, _GetDriverCount_t92603473110144405AF9BCFB81016FAA18EF7B57_il2cpp_TypeInfo_var)); unmarshaled.set_GetDriverName_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F>(marshaled.___GetDriverName_1, _GetDriverName_tAAEDFDD29409DAB6C8F9612157BCC97DABDA4B6F_il2cpp_TypeInfo_var)); unmarshaled.set_GetDriverHandle_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721>(marshaled.___GetDriverHandle_2, _GetDriverHandle_tF1DBB6FF372E1E79D9C1C82D0F42C99C2CBB9721_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRDriverManager IL2CPP_EXTERN_C void IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshal_com_cleanup(IVRDriverManager_tA85BC78C30CE2612C452178217BD5AEC0B16AF6F_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRExtendedDisplay IL2CPP_EXTERN_C void IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshal_pinvoke(const IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9& unmarshaled, IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshaled_pinvoke& marshaled) { marshaled.___GetWindowBounds_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetWindowBounds_0())); marshaled.___GetEyeOutputViewport_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetEyeOutputViewport_1())); marshaled.___GetDXGIOutputInfo_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDXGIOutputInfo_2())); } IL2CPP_EXTERN_C void IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshal_pinvoke_back(const IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshaled_pinvoke& marshaled, IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_GetWindowBounds_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE>(marshaled.___GetWindowBounds_0, _GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE_il2cpp_TypeInfo_var)); unmarshaled.set_GetEyeOutputViewport_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40>(marshaled.___GetEyeOutputViewport_1, _GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40_il2cpp_TypeInfo_var)); unmarshaled.set_GetDXGIOutputInfo_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41>(marshaled.___GetDXGIOutputInfo_2, _GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRExtendedDisplay IL2CPP_EXTERN_C void IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshal_pinvoke_cleanup(IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRExtendedDisplay IL2CPP_EXTERN_C void IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshal_com(const IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9& unmarshaled, IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshaled_com& marshaled) { marshaled.___GetWindowBounds_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetWindowBounds_0())); marshaled.___GetEyeOutputViewport_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetEyeOutputViewport_1())); marshaled.___GetDXGIOutputInfo_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDXGIOutputInfo_2())); } IL2CPP_EXTERN_C void IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshal_com_back(const IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshaled_com& marshaled, IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_GetWindowBounds_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE>(marshaled.___GetWindowBounds_0, _GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE_il2cpp_TypeInfo_var)); unmarshaled.set_GetEyeOutputViewport_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40>(marshaled.___GetEyeOutputViewport_1, _GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40_il2cpp_TypeInfo_var)); unmarshaled.set_GetDXGIOutputInfo_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41>(marshaled.___GetDXGIOutputInfo_2, _GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRExtendedDisplay IL2CPP_EXTERN_C void IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshal_com_cleanup(IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRIOBuffer IL2CPP_EXTERN_C void IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshal_pinvoke(const IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D& unmarshaled, IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshaled_pinvoke& marshaled) { marshaled.___Open_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_Open_0())); marshaled.___Close_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_Close_1())); marshaled.___Read_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_Read_2())); marshaled.___Write_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_Write_3())); marshaled.___PropertyContainer_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PropertyContainer_4())); } IL2CPP_EXTERN_C void IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshal_pinvoke_back(const IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshaled_pinvoke& marshaled, IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Close_t30F7271D4A3082A3224F324E33751831C512A584_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Open_t248EE84778C0AAE28929A8C359E6F97631938546_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Read_t5629D20360F207B935C9F35CFE7B3D427746875B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Write_t3927BD214CE20924672841C01A54BE99E6610CF5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_Open_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_Open_t248EE84778C0AAE28929A8C359E6F97631938546>(marshaled.___Open_0, _Open_t248EE84778C0AAE28929A8C359E6F97631938546_il2cpp_TypeInfo_var)); unmarshaled.set_Close_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_Close_t30F7271D4A3082A3224F324E33751831C512A584>(marshaled.___Close_1, _Close_t30F7271D4A3082A3224F324E33751831C512A584_il2cpp_TypeInfo_var)); unmarshaled.set_Read_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_Read_t5629D20360F207B935C9F35CFE7B3D427746875B>(marshaled.___Read_2, _Read_t5629D20360F207B935C9F35CFE7B3D427746875B_il2cpp_TypeInfo_var)); unmarshaled.set_Write_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_Write_t3927BD214CE20924672841C01A54BE99E6610CF5>(marshaled.___Write_3, _Write_t3927BD214CE20924672841C01A54BE99E6610CF5_il2cpp_TypeInfo_var)); unmarshaled.set_PropertyContainer_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E>(marshaled.___PropertyContainer_4, _PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRIOBuffer IL2CPP_EXTERN_C void IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshal_pinvoke_cleanup(IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRIOBuffer IL2CPP_EXTERN_C void IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshal_com(const IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D& unmarshaled, IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshaled_com& marshaled) { marshaled.___Open_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_Open_0())); marshaled.___Close_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_Close_1())); marshaled.___Read_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_Read_2())); marshaled.___Write_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_Write_3())); marshaled.___PropertyContainer_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PropertyContainer_4())); } IL2CPP_EXTERN_C void IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshal_com_back(const IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshaled_com& marshaled, IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Close_t30F7271D4A3082A3224F324E33751831C512A584_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Open_t248EE84778C0AAE28929A8C359E6F97631938546_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Read_t5629D20360F207B935C9F35CFE7B3D427746875B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Write_t3927BD214CE20924672841C01A54BE99E6610CF5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_Open_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_Open_t248EE84778C0AAE28929A8C359E6F97631938546>(marshaled.___Open_0, _Open_t248EE84778C0AAE28929A8C359E6F97631938546_il2cpp_TypeInfo_var)); unmarshaled.set_Close_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_Close_t30F7271D4A3082A3224F324E33751831C512A584>(marshaled.___Close_1, _Close_t30F7271D4A3082A3224F324E33751831C512A584_il2cpp_TypeInfo_var)); unmarshaled.set_Read_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_Read_t5629D20360F207B935C9F35CFE7B3D427746875B>(marshaled.___Read_2, _Read_t5629D20360F207B935C9F35CFE7B3D427746875B_il2cpp_TypeInfo_var)); unmarshaled.set_Write_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_Write_t3927BD214CE20924672841C01A54BE99E6610CF5>(marshaled.___Write_3, _Write_t3927BD214CE20924672841C01A54BE99E6610CF5_il2cpp_TypeInfo_var)); unmarshaled.set_PropertyContainer_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E>(marshaled.___PropertyContainer_4, _PropertyContainer_tD4A5E9DAAF1E481266154A8D666D1A0DD6AD7F5E_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRIOBuffer IL2CPP_EXTERN_C void IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshal_com_cleanup(IVRIOBuffer_tB013DFD172A94FD55191AF7D7C6BE75FB491156D_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRInput IL2CPP_EXTERN_C void IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshal_pinvoke(const IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759& unmarshaled, IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshaled_pinvoke& marshaled) { marshaled.___SetActionManifestPath_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetActionManifestPath_0())); marshaled.___GetActionSetHandle_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetActionSetHandle_1())); marshaled.___GetActionHandle_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetActionHandle_2())); marshaled.___GetInputSourceHandle_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetInputSourceHandle_3())); marshaled.___UpdateActionState_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_UpdateActionState_4())); marshaled.___GetDigitalActionData_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDigitalActionData_5())); marshaled.___GetAnalogActionData_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetAnalogActionData_6())); marshaled.___GetPoseActionData_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetPoseActionData_7())); marshaled.___GetSkeletalActionData_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSkeletalActionData_8())); marshaled.___GetSkeletalBoneData_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSkeletalBoneData_9())); marshaled.___GetSkeletalBoneDataCompressed_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSkeletalBoneDataCompressed_10())); marshaled.___DecompressSkeletalBoneData_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_DecompressSkeletalBoneData_11())); marshaled.___TriggerHapticVibrationAction_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_TriggerHapticVibrationAction_12())); marshaled.___GetActionOrigins_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetActionOrigins_13())); marshaled.___GetOriginLocalizedName_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOriginLocalizedName_14())); marshaled.___GetOriginTrackedDeviceInfo_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOriginTrackedDeviceInfo_15())); marshaled.___ShowActionOrigins_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowActionOrigins_16())); marshaled.___ShowBindingsForActionSet_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowBindingsForActionSet_17())); } IL2CPP_EXTERN_C void IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshal_pinvoke_back(const IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshaled_pinvoke& marshaled, IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_SetActionManifestPath_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3>(marshaled.___SetActionManifestPath_0, _SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3_il2cpp_TypeInfo_var)); unmarshaled.set_GetActionSetHandle_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755>(marshaled.___GetActionSetHandle_1, _GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755_il2cpp_TypeInfo_var)); unmarshaled.set_GetActionHandle_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614>(marshaled.___GetActionHandle_2, _GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614_il2cpp_TypeInfo_var)); unmarshaled.set_GetInputSourceHandle_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333>(marshaled.___GetInputSourceHandle_3, _GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333_il2cpp_TypeInfo_var)); unmarshaled.set_UpdateActionState_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC>(marshaled.___UpdateActionState_4, _UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC_il2cpp_TypeInfo_var)); unmarshaled.set_GetDigitalActionData_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6>(marshaled.___GetDigitalActionData_5, _GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6_il2cpp_TypeInfo_var)); unmarshaled.set_GetAnalogActionData_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B>(marshaled.___GetAnalogActionData_6, _GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B_il2cpp_TypeInfo_var)); unmarshaled.set_GetPoseActionData_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1>(marshaled.___GetPoseActionData_7, _GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1_il2cpp_TypeInfo_var)); unmarshaled.set_GetSkeletalActionData_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070>(marshaled.___GetSkeletalActionData_8, _GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070_il2cpp_TypeInfo_var)); unmarshaled.set_GetSkeletalBoneData_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B>(marshaled.___GetSkeletalBoneData_9, _GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B_il2cpp_TypeInfo_var)); unmarshaled.set_GetSkeletalBoneDataCompressed_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D>(marshaled.___GetSkeletalBoneDataCompressed_10, _GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D_il2cpp_TypeInfo_var)); unmarshaled.set_DecompressSkeletalBoneData_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA>(marshaled.___DecompressSkeletalBoneData_11, _DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA_il2cpp_TypeInfo_var)); unmarshaled.set_TriggerHapticVibrationAction_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24>(marshaled.___TriggerHapticVibrationAction_12, _TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24_il2cpp_TypeInfo_var)); unmarshaled.set_GetActionOrigins_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51>(marshaled.___GetActionOrigins_13, _GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51_il2cpp_TypeInfo_var)); unmarshaled.set_GetOriginLocalizedName_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783>(marshaled.___GetOriginLocalizedName_14, _GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783_il2cpp_TypeInfo_var)); unmarshaled.set_GetOriginTrackedDeviceInfo_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5>(marshaled.___GetOriginTrackedDeviceInfo_15, _GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5_il2cpp_TypeInfo_var)); unmarshaled.set_ShowActionOrigins_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662>(marshaled.___ShowActionOrigins_16, _ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662_il2cpp_TypeInfo_var)); unmarshaled.set_ShowBindingsForActionSet_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB>(marshaled.___ShowBindingsForActionSet_17, _ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRInput IL2CPP_EXTERN_C void IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshal_pinvoke_cleanup(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRInput IL2CPP_EXTERN_C void IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshal_com(const IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759& unmarshaled, IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshaled_com& marshaled) { marshaled.___SetActionManifestPath_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetActionManifestPath_0())); marshaled.___GetActionSetHandle_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetActionSetHandle_1())); marshaled.___GetActionHandle_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetActionHandle_2())); marshaled.___GetInputSourceHandle_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetInputSourceHandle_3())); marshaled.___UpdateActionState_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_UpdateActionState_4())); marshaled.___GetDigitalActionData_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDigitalActionData_5())); marshaled.___GetAnalogActionData_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetAnalogActionData_6())); marshaled.___GetPoseActionData_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetPoseActionData_7())); marshaled.___GetSkeletalActionData_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSkeletalActionData_8())); marshaled.___GetSkeletalBoneData_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSkeletalBoneData_9())); marshaled.___GetSkeletalBoneDataCompressed_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSkeletalBoneDataCompressed_10())); marshaled.___DecompressSkeletalBoneData_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_DecompressSkeletalBoneData_11())); marshaled.___TriggerHapticVibrationAction_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_TriggerHapticVibrationAction_12())); marshaled.___GetActionOrigins_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetActionOrigins_13())); marshaled.___GetOriginLocalizedName_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOriginLocalizedName_14())); marshaled.___GetOriginTrackedDeviceInfo_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOriginTrackedDeviceInfo_15())); marshaled.___ShowActionOrigins_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowActionOrigins_16())); marshaled.___ShowBindingsForActionSet_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowBindingsForActionSet_17())); } IL2CPP_EXTERN_C void IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshal_com_back(const IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshaled_com& marshaled, IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_SetActionManifestPath_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3>(marshaled.___SetActionManifestPath_0, _SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3_il2cpp_TypeInfo_var)); unmarshaled.set_GetActionSetHandle_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755>(marshaled.___GetActionSetHandle_1, _GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755_il2cpp_TypeInfo_var)); unmarshaled.set_GetActionHandle_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614>(marshaled.___GetActionHandle_2, _GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614_il2cpp_TypeInfo_var)); unmarshaled.set_GetInputSourceHandle_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333>(marshaled.___GetInputSourceHandle_3, _GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333_il2cpp_TypeInfo_var)); unmarshaled.set_UpdateActionState_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC>(marshaled.___UpdateActionState_4, _UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC_il2cpp_TypeInfo_var)); unmarshaled.set_GetDigitalActionData_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6>(marshaled.___GetDigitalActionData_5, _GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6_il2cpp_TypeInfo_var)); unmarshaled.set_GetAnalogActionData_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B>(marshaled.___GetAnalogActionData_6, _GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B_il2cpp_TypeInfo_var)); unmarshaled.set_GetPoseActionData_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1>(marshaled.___GetPoseActionData_7, _GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1_il2cpp_TypeInfo_var)); unmarshaled.set_GetSkeletalActionData_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070>(marshaled.___GetSkeletalActionData_8, _GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070_il2cpp_TypeInfo_var)); unmarshaled.set_GetSkeletalBoneData_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B>(marshaled.___GetSkeletalBoneData_9, _GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B_il2cpp_TypeInfo_var)); unmarshaled.set_GetSkeletalBoneDataCompressed_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D>(marshaled.___GetSkeletalBoneDataCompressed_10, _GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D_il2cpp_TypeInfo_var)); unmarshaled.set_DecompressSkeletalBoneData_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA>(marshaled.___DecompressSkeletalBoneData_11, _DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA_il2cpp_TypeInfo_var)); unmarshaled.set_TriggerHapticVibrationAction_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24>(marshaled.___TriggerHapticVibrationAction_12, _TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24_il2cpp_TypeInfo_var)); unmarshaled.set_GetActionOrigins_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51>(marshaled.___GetActionOrigins_13, _GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51_il2cpp_TypeInfo_var)); unmarshaled.set_GetOriginLocalizedName_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783>(marshaled.___GetOriginLocalizedName_14, _GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783_il2cpp_TypeInfo_var)); unmarshaled.set_GetOriginTrackedDeviceInfo_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5>(marshaled.___GetOriginTrackedDeviceInfo_15, _GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5_il2cpp_TypeInfo_var)); unmarshaled.set_ShowActionOrigins_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662>(marshaled.___ShowActionOrigins_16, _ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662_il2cpp_TypeInfo_var)); unmarshaled.set_ShowBindingsForActionSet_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB>(marshaled.___ShowBindingsForActionSet_17, _ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRInput IL2CPP_EXTERN_C void IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshal_com_cleanup(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRNotifications IL2CPP_EXTERN_C void IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshal_pinvoke(const IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B& unmarshaled, IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshaled_pinvoke& marshaled) { marshaled.___CreateNotification_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CreateNotification_0())); marshaled.___RemoveNotification_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RemoveNotification_1())); } IL2CPP_EXTERN_C void IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshal_pinvoke_back(const IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshaled_pinvoke& marshaled, IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_CreateNotification_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0>(marshaled.___CreateNotification_0, _CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0_il2cpp_TypeInfo_var)); unmarshaled.set_RemoveNotification_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0>(marshaled.___RemoveNotification_1, _RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRNotifications IL2CPP_EXTERN_C void IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshal_pinvoke_cleanup(IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRNotifications IL2CPP_EXTERN_C void IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshal_com(const IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B& unmarshaled, IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshaled_com& marshaled) { marshaled.___CreateNotification_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CreateNotification_0())); marshaled.___RemoveNotification_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RemoveNotification_1())); } IL2CPP_EXTERN_C void IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshal_com_back(const IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshaled_com& marshaled, IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_CreateNotification_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0>(marshaled.___CreateNotification_0, _CreateNotification_tBB954C7C0041CADAEF733B95BC2F0083B4963AE0_il2cpp_TypeInfo_var)); unmarshaled.set_RemoveNotification_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0>(marshaled.___RemoveNotification_1, _RemoveNotification_tD1F174706C3F5CECCDCA3F426CCABA16E3BB60A0_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRNotifications IL2CPP_EXTERN_C void IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshal_com_cleanup(IVRNotifications_tD1E8185FDEB6FA13964888F2E0A6CDD5A1C3E36B_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVROverlay IL2CPP_EXTERN_C void IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshal_pinvoke(const IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917& unmarshaled, IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshaled_pinvoke& marshaled) { marshaled.___FindOverlay_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_FindOverlay_0())); marshaled.___CreateOverlay_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CreateOverlay_1())); marshaled.___DestroyOverlay_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_DestroyOverlay_2())); marshaled.___SetHighQualityOverlay_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetHighQualityOverlay_3())); marshaled.___GetHighQualityOverlay_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetHighQualityOverlay_4())); marshaled.___GetOverlayKey_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayKey_5())); marshaled.___GetOverlayName_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayName_6())); marshaled.___SetOverlayName_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayName_7())); marshaled.___GetOverlayImageData_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayImageData_8())); marshaled.___GetOverlayErrorNameFromEnum_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayErrorNameFromEnum_9())); marshaled.___SetOverlayRenderingPid_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayRenderingPid_10())); marshaled.___GetOverlayRenderingPid_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayRenderingPid_11())); marshaled.___SetOverlayFlag_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayFlag_12())); marshaled.___GetOverlayFlag_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayFlag_13())); marshaled.___SetOverlayColor_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayColor_14())); marshaled.___GetOverlayColor_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayColor_15())); marshaled.___SetOverlayAlpha_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayAlpha_16())); marshaled.___GetOverlayAlpha_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayAlpha_17())); marshaled.___SetOverlayTexelAspect_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTexelAspect_18())); marshaled.___GetOverlayTexelAspect_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTexelAspect_19())); marshaled.___SetOverlaySortOrder_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlaySortOrder_20())); marshaled.___GetOverlaySortOrder_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlaySortOrder_21())); marshaled.___SetOverlayWidthInMeters_22 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayWidthInMeters_22())); marshaled.___GetOverlayWidthInMeters_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayWidthInMeters_23())); marshaled.___SetOverlayAutoCurveDistanceRangeInMeters_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayAutoCurveDistanceRangeInMeters_24())); marshaled.___GetOverlayAutoCurveDistanceRangeInMeters_25 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayAutoCurveDistanceRangeInMeters_25())); marshaled.___SetOverlayTextureColorSpace_26 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTextureColorSpace_26())); marshaled.___GetOverlayTextureColorSpace_27 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTextureColorSpace_27())); marshaled.___SetOverlayTextureBounds_28 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTextureBounds_28())); marshaled.___GetOverlayTextureBounds_29 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTextureBounds_29())); marshaled.___GetOverlayRenderModel_30 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayRenderModel_30())); marshaled.___SetOverlayRenderModel_31 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayRenderModel_31())); marshaled.___GetOverlayTransformType_32 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTransformType_32())); marshaled.___SetOverlayTransformAbsolute_33 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTransformAbsolute_33())); marshaled.___GetOverlayTransformAbsolute_34 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTransformAbsolute_34())); marshaled.___SetOverlayTransformTrackedDeviceRelative_35 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTransformTrackedDeviceRelative_35())); marshaled.___GetOverlayTransformTrackedDeviceRelative_36 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTransformTrackedDeviceRelative_36())); marshaled.___SetOverlayTransformTrackedDeviceComponent_37 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTransformTrackedDeviceComponent_37())); marshaled.___GetOverlayTransformTrackedDeviceComponent_38 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTransformTrackedDeviceComponent_38())); marshaled.___GetOverlayTransformOverlayRelative_39 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTransformOverlayRelative_39())); marshaled.___SetOverlayTransformOverlayRelative_40 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTransformOverlayRelative_40())); marshaled.___ShowOverlay_41 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowOverlay_41())); marshaled.___HideOverlay_42 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_HideOverlay_42())); marshaled.___IsOverlayVisible_43 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsOverlayVisible_43())); marshaled.___GetTransformForOverlayCoordinates_44 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTransformForOverlayCoordinates_44())); marshaled.___PollNextOverlayEvent_45 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PollNextOverlayEvent_45())); marshaled.___GetOverlayInputMethod_46 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayInputMethod_46())); marshaled.___SetOverlayInputMethod_47 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayInputMethod_47())); marshaled.___GetOverlayMouseScale_48 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayMouseScale_48())); marshaled.___SetOverlayMouseScale_49 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayMouseScale_49())); marshaled.___ComputeOverlayIntersection_50 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ComputeOverlayIntersection_50())); marshaled.___IsHoverTargetOverlay_51 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsHoverTargetOverlay_51())); marshaled.___GetGamepadFocusOverlay_52 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetGamepadFocusOverlay_52())); marshaled.___SetGamepadFocusOverlay_53 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetGamepadFocusOverlay_53())); marshaled.___SetOverlayNeighbor_54 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayNeighbor_54())); marshaled.___MoveGamepadFocusToNeighbor_55 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_MoveGamepadFocusToNeighbor_55())); marshaled.___SetOverlayDualAnalogTransform_56 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayDualAnalogTransform_56())); marshaled.___GetOverlayDualAnalogTransform_57 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayDualAnalogTransform_57())); marshaled.___SetOverlayTexture_58 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTexture_58())); marshaled.___ClearOverlayTexture_59 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ClearOverlayTexture_59())); marshaled.___SetOverlayRaw_60 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayRaw_60())); marshaled.___SetOverlayFromFile_61 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayFromFile_61())); marshaled.___GetOverlayTexture_62 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTexture_62())); marshaled.___ReleaseNativeOverlayHandle_63 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReleaseNativeOverlayHandle_63())); marshaled.___GetOverlayTextureSize_64 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTextureSize_64())); marshaled.___CreateDashboardOverlay_65 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CreateDashboardOverlay_65())); marshaled.___IsDashboardVisible_66 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsDashboardVisible_66())); marshaled.___IsActiveDashboardOverlay_67 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsActiveDashboardOverlay_67())); marshaled.___SetDashboardOverlaySceneProcess_68 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetDashboardOverlaySceneProcess_68())); marshaled.___GetDashboardOverlaySceneProcess_69 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDashboardOverlaySceneProcess_69())); marshaled.___ShowDashboard_70 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowDashboard_70())); marshaled.___GetPrimaryDashboardDevice_71 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetPrimaryDashboardDevice_71())); marshaled.___ShowKeyboard_72 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowKeyboard_72())); marshaled.___ShowKeyboardForOverlay_73 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowKeyboardForOverlay_73())); marshaled.___GetKeyboardText_74 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetKeyboardText_74())); marshaled.___HideKeyboard_75 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_HideKeyboard_75())); marshaled.___SetKeyboardTransformAbsolute_76 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetKeyboardTransformAbsolute_76())); marshaled.___SetKeyboardPositionForOverlay_77 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetKeyboardPositionForOverlay_77())); marshaled.___SetOverlayIntersectionMask_78 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayIntersectionMask_78())); marshaled.___GetOverlayFlags_79 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayFlags_79())); marshaled.___ShowMessageOverlay_80 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowMessageOverlay_80())); marshaled.___CloseMessageOverlay_81 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CloseMessageOverlay_81())); } IL2CPP_EXTERN_C void IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshal_pinvoke_back(const IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshaled_pinvoke& marshaled, IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_FindOverlay_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00>(marshaled.___FindOverlay_0, _FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00_il2cpp_TypeInfo_var)); unmarshaled.set_CreateOverlay_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69>(marshaled.___CreateOverlay_1, _CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69_il2cpp_TypeInfo_var)); unmarshaled.set_DestroyOverlay_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F>(marshaled.___DestroyOverlay_2, _DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F_il2cpp_TypeInfo_var)); unmarshaled.set_SetHighQualityOverlay_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1>(marshaled.___SetHighQualityOverlay_3, _SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1_il2cpp_TypeInfo_var)); unmarshaled.set_GetHighQualityOverlay_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9>(marshaled.___GetHighQualityOverlay_4, _GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayKey_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2>(marshaled.___GetOverlayKey_5, _GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayName_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852>(marshaled.___GetOverlayName_6, _GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayName_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F>(marshaled.___SetOverlayName_7, _SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayImageData_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65>(marshaled.___GetOverlayImageData_8, _GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayErrorNameFromEnum_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E>(marshaled.___GetOverlayErrorNameFromEnum_9, _GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayRenderingPid_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A>(marshaled.___SetOverlayRenderingPid_10, _SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayRenderingPid_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41>(marshaled.___GetOverlayRenderingPid_11, _GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayFlag_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9>(marshaled.___SetOverlayFlag_12, _SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayFlag_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B>(marshaled.___GetOverlayFlag_13, _GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayColor_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D>(marshaled.___SetOverlayColor_14, _SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayColor_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41>(marshaled.___GetOverlayColor_15, _GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayAlpha_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433>(marshaled.___SetOverlayAlpha_16, _SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayAlpha_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE>(marshaled.___GetOverlayAlpha_17, _GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTexelAspect_18(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12>(marshaled.___SetOverlayTexelAspect_18, _SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTexelAspect_19(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667>(marshaled.___GetOverlayTexelAspect_19, _GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlaySortOrder_20(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6>(marshaled.___SetOverlaySortOrder_20, _SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlaySortOrder_21(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF>(marshaled.___GetOverlaySortOrder_21, _GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayWidthInMeters_22(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21>(marshaled.___SetOverlayWidthInMeters_22, _SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayWidthInMeters_23(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE>(marshaled.___GetOverlayWidthInMeters_23, _GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayAutoCurveDistanceRangeInMeters_24(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD>(marshaled.___SetOverlayAutoCurveDistanceRangeInMeters_24, _SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayAutoCurveDistanceRangeInMeters_25(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25>(marshaled.___GetOverlayAutoCurveDistanceRangeInMeters_25, _GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTextureColorSpace_26(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725>(marshaled.___SetOverlayTextureColorSpace_26, _SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTextureColorSpace_27(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C>(marshaled.___GetOverlayTextureColorSpace_27, _GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTextureBounds_28(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8>(marshaled.___SetOverlayTextureBounds_28, _SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTextureBounds_29(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC>(marshaled.___GetOverlayTextureBounds_29, _GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayRenderModel_30(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F>(marshaled.___GetOverlayRenderModel_30, _GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayRenderModel_31(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F>(marshaled.___SetOverlayRenderModel_31, _SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTransformType_32(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5>(marshaled.___GetOverlayTransformType_32, _GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTransformAbsolute_33(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140>(marshaled.___SetOverlayTransformAbsolute_33, _SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTransformAbsolute_34(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E>(marshaled.___GetOverlayTransformAbsolute_34, _GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTransformTrackedDeviceRelative_35(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7>(marshaled.___SetOverlayTransformTrackedDeviceRelative_35, _SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTransformTrackedDeviceRelative_36(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75>(marshaled.___GetOverlayTransformTrackedDeviceRelative_36, _GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTransformTrackedDeviceComponent_37(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E>(marshaled.___SetOverlayTransformTrackedDeviceComponent_37, _SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTransformTrackedDeviceComponent_38(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D>(marshaled.___GetOverlayTransformTrackedDeviceComponent_38, _GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTransformOverlayRelative_39(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14>(marshaled.___GetOverlayTransformOverlayRelative_39, _GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTransformOverlayRelative_40(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D>(marshaled.___SetOverlayTransformOverlayRelative_40, _SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D_il2cpp_TypeInfo_var)); unmarshaled.set_ShowOverlay_41(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797>(marshaled.___ShowOverlay_41, _ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797_il2cpp_TypeInfo_var)); unmarshaled.set_HideOverlay_42(il2cpp_codegen_marshal_function_ptr_to_delegate<_HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084>(marshaled.___HideOverlay_42, _HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084_il2cpp_TypeInfo_var)); unmarshaled.set_IsOverlayVisible_43(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902>(marshaled.___IsOverlayVisible_43, _IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902_il2cpp_TypeInfo_var)); unmarshaled.set_GetTransformForOverlayCoordinates_44(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D>(marshaled.___GetTransformForOverlayCoordinates_44, _GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D_il2cpp_TypeInfo_var)); unmarshaled.set_PollNextOverlayEvent_45(il2cpp_codegen_marshal_function_ptr_to_delegate<_PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB>(marshaled.___PollNextOverlayEvent_45, _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayInputMethod_46(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00>(marshaled.___GetOverlayInputMethod_46, _GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayInputMethod_47(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52>(marshaled.___SetOverlayInputMethod_47, _SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayMouseScale_48(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B>(marshaled.___GetOverlayMouseScale_48, _GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayMouseScale_49(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C>(marshaled.___SetOverlayMouseScale_49, _SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C_il2cpp_TypeInfo_var)); unmarshaled.set_ComputeOverlayIntersection_50(il2cpp_codegen_marshal_function_ptr_to_delegate<_ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA>(marshaled.___ComputeOverlayIntersection_50, _ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA_il2cpp_TypeInfo_var)); unmarshaled.set_IsHoverTargetOverlay_51(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94>(marshaled.___IsHoverTargetOverlay_51, _IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94_il2cpp_TypeInfo_var)); unmarshaled.set_GetGamepadFocusOverlay_52(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84>(marshaled.___GetGamepadFocusOverlay_52, _GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84_il2cpp_TypeInfo_var)); unmarshaled.set_SetGamepadFocusOverlay_53(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17>(marshaled.___SetGamepadFocusOverlay_53, _SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayNeighbor_54(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5>(marshaled.___SetOverlayNeighbor_54, _SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5_il2cpp_TypeInfo_var)); unmarshaled.set_MoveGamepadFocusToNeighbor_55(il2cpp_codegen_marshal_function_ptr_to_delegate<_MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811>(marshaled.___MoveGamepadFocusToNeighbor_55, _MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayDualAnalogTransform_56(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B>(marshaled.___SetOverlayDualAnalogTransform_56, _SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayDualAnalogTransform_57(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1>(marshaled.___GetOverlayDualAnalogTransform_57, _GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTexture_58(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10>(marshaled.___SetOverlayTexture_58, _SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10_il2cpp_TypeInfo_var)); unmarshaled.set_ClearOverlayTexture_59(il2cpp_codegen_marshal_function_ptr_to_delegate<_ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E>(marshaled.___ClearOverlayTexture_59, _ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayRaw_60(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105>(marshaled.___SetOverlayRaw_60, _SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayFromFile_61(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B>(marshaled.___SetOverlayFromFile_61, _SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTexture_62(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046>(marshaled.___GetOverlayTexture_62, _GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046_il2cpp_TypeInfo_var)); unmarshaled.set_ReleaseNativeOverlayHandle_63(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B>(marshaled.___ReleaseNativeOverlayHandle_63, _ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTextureSize_64(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472>(marshaled.___GetOverlayTextureSize_64, _GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472_il2cpp_TypeInfo_var)); unmarshaled.set_CreateDashboardOverlay_65(il2cpp_codegen_marshal_function_ptr_to_delegate<_CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A>(marshaled.___CreateDashboardOverlay_65, _CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A_il2cpp_TypeInfo_var)); unmarshaled.set_IsDashboardVisible_66(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8>(marshaled.___IsDashboardVisible_66, _IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8_il2cpp_TypeInfo_var)); unmarshaled.set_IsActiveDashboardOverlay_67(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B>(marshaled.___IsActiveDashboardOverlay_67, _IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B_il2cpp_TypeInfo_var)); unmarshaled.set_SetDashboardOverlaySceneProcess_68(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000>(marshaled.___SetDashboardOverlaySceneProcess_68, _SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000_il2cpp_TypeInfo_var)); unmarshaled.set_GetDashboardOverlaySceneProcess_69(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB>(marshaled.___GetDashboardOverlaySceneProcess_69, _GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB_il2cpp_TypeInfo_var)); unmarshaled.set_ShowDashboard_70(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7>(marshaled.___ShowDashboard_70, _ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7_il2cpp_TypeInfo_var)); unmarshaled.set_GetPrimaryDashboardDevice_71(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF>(marshaled.___GetPrimaryDashboardDevice_71, _GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF_il2cpp_TypeInfo_var)); unmarshaled.set_ShowKeyboard_72(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2>(marshaled.___ShowKeyboard_72, _ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2_il2cpp_TypeInfo_var)); unmarshaled.set_ShowKeyboardForOverlay_73(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED>(marshaled.___ShowKeyboardForOverlay_73, _ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED_il2cpp_TypeInfo_var)); unmarshaled.set_GetKeyboardText_74(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD>(marshaled.___GetKeyboardText_74, _GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD_il2cpp_TypeInfo_var)); unmarshaled.set_HideKeyboard_75(il2cpp_codegen_marshal_function_ptr_to_delegate<_HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0>(marshaled.___HideKeyboard_75, _HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0_il2cpp_TypeInfo_var)); unmarshaled.set_SetKeyboardTransformAbsolute_76(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0>(marshaled.___SetKeyboardTransformAbsolute_76, _SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0_il2cpp_TypeInfo_var)); unmarshaled.set_SetKeyboardPositionForOverlay_77(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722>(marshaled.___SetKeyboardPositionForOverlay_77, _SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayIntersectionMask_78(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB>(marshaled.___SetOverlayIntersectionMask_78, _SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayFlags_79(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D>(marshaled.___GetOverlayFlags_79, _GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D_il2cpp_TypeInfo_var)); unmarshaled.set_ShowMessageOverlay_80(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2>(marshaled.___ShowMessageOverlay_80, _ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2_il2cpp_TypeInfo_var)); unmarshaled.set_CloseMessageOverlay_81(il2cpp_codegen_marshal_function_ptr_to_delegate<_CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C>(marshaled.___CloseMessageOverlay_81, _CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVROverlay IL2CPP_EXTERN_C void IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshal_pinvoke_cleanup(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVROverlay IL2CPP_EXTERN_C void IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshal_com(const IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917& unmarshaled, IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshaled_com& marshaled) { marshaled.___FindOverlay_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_FindOverlay_0())); marshaled.___CreateOverlay_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CreateOverlay_1())); marshaled.___DestroyOverlay_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_DestroyOverlay_2())); marshaled.___SetHighQualityOverlay_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetHighQualityOverlay_3())); marshaled.___GetHighQualityOverlay_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetHighQualityOverlay_4())); marshaled.___GetOverlayKey_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayKey_5())); marshaled.___GetOverlayName_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayName_6())); marshaled.___SetOverlayName_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayName_7())); marshaled.___GetOverlayImageData_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayImageData_8())); marshaled.___GetOverlayErrorNameFromEnum_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayErrorNameFromEnum_9())); marshaled.___SetOverlayRenderingPid_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayRenderingPid_10())); marshaled.___GetOverlayRenderingPid_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayRenderingPid_11())); marshaled.___SetOverlayFlag_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayFlag_12())); marshaled.___GetOverlayFlag_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayFlag_13())); marshaled.___SetOverlayColor_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayColor_14())); marshaled.___GetOverlayColor_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayColor_15())); marshaled.___SetOverlayAlpha_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayAlpha_16())); marshaled.___GetOverlayAlpha_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayAlpha_17())); marshaled.___SetOverlayTexelAspect_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTexelAspect_18())); marshaled.___GetOverlayTexelAspect_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTexelAspect_19())); marshaled.___SetOverlaySortOrder_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlaySortOrder_20())); marshaled.___GetOverlaySortOrder_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlaySortOrder_21())); marshaled.___SetOverlayWidthInMeters_22 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayWidthInMeters_22())); marshaled.___GetOverlayWidthInMeters_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayWidthInMeters_23())); marshaled.___SetOverlayAutoCurveDistanceRangeInMeters_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayAutoCurveDistanceRangeInMeters_24())); marshaled.___GetOverlayAutoCurveDistanceRangeInMeters_25 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayAutoCurveDistanceRangeInMeters_25())); marshaled.___SetOverlayTextureColorSpace_26 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTextureColorSpace_26())); marshaled.___GetOverlayTextureColorSpace_27 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTextureColorSpace_27())); marshaled.___SetOverlayTextureBounds_28 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTextureBounds_28())); marshaled.___GetOverlayTextureBounds_29 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTextureBounds_29())); marshaled.___GetOverlayRenderModel_30 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayRenderModel_30())); marshaled.___SetOverlayRenderModel_31 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayRenderModel_31())); marshaled.___GetOverlayTransformType_32 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTransformType_32())); marshaled.___SetOverlayTransformAbsolute_33 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTransformAbsolute_33())); marshaled.___GetOverlayTransformAbsolute_34 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTransformAbsolute_34())); marshaled.___SetOverlayTransformTrackedDeviceRelative_35 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTransformTrackedDeviceRelative_35())); marshaled.___GetOverlayTransformTrackedDeviceRelative_36 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTransformTrackedDeviceRelative_36())); marshaled.___SetOverlayTransformTrackedDeviceComponent_37 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTransformTrackedDeviceComponent_37())); marshaled.___GetOverlayTransformTrackedDeviceComponent_38 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTransformTrackedDeviceComponent_38())); marshaled.___GetOverlayTransformOverlayRelative_39 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTransformOverlayRelative_39())); marshaled.___SetOverlayTransformOverlayRelative_40 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTransformOverlayRelative_40())); marshaled.___ShowOverlay_41 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowOverlay_41())); marshaled.___HideOverlay_42 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_HideOverlay_42())); marshaled.___IsOverlayVisible_43 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsOverlayVisible_43())); marshaled.___GetTransformForOverlayCoordinates_44 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTransformForOverlayCoordinates_44())); marshaled.___PollNextOverlayEvent_45 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PollNextOverlayEvent_45())); marshaled.___GetOverlayInputMethod_46 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayInputMethod_46())); marshaled.___SetOverlayInputMethod_47 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayInputMethod_47())); marshaled.___GetOverlayMouseScale_48 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayMouseScale_48())); marshaled.___SetOverlayMouseScale_49 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayMouseScale_49())); marshaled.___ComputeOverlayIntersection_50 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ComputeOverlayIntersection_50())); marshaled.___IsHoverTargetOverlay_51 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsHoverTargetOverlay_51())); marshaled.___GetGamepadFocusOverlay_52 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetGamepadFocusOverlay_52())); marshaled.___SetGamepadFocusOverlay_53 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetGamepadFocusOverlay_53())); marshaled.___SetOverlayNeighbor_54 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayNeighbor_54())); marshaled.___MoveGamepadFocusToNeighbor_55 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_MoveGamepadFocusToNeighbor_55())); marshaled.___SetOverlayDualAnalogTransform_56 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayDualAnalogTransform_56())); marshaled.___GetOverlayDualAnalogTransform_57 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayDualAnalogTransform_57())); marshaled.___SetOverlayTexture_58 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayTexture_58())); marshaled.___ClearOverlayTexture_59 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ClearOverlayTexture_59())); marshaled.___SetOverlayRaw_60 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayRaw_60())); marshaled.___SetOverlayFromFile_61 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayFromFile_61())); marshaled.___GetOverlayTexture_62 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTexture_62())); marshaled.___ReleaseNativeOverlayHandle_63 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReleaseNativeOverlayHandle_63())); marshaled.___GetOverlayTextureSize_64 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayTextureSize_64())); marshaled.___CreateDashboardOverlay_65 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CreateDashboardOverlay_65())); marshaled.___IsDashboardVisible_66 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsDashboardVisible_66())); marshaled.___IsActiveDashboardOverlay_67 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsActiveDashboardOverlay_67())); marshaled.___SetDashboardOverlaySceneProcess_68 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetDashboardOverlaySceneProcess_68())); marshaled.___GetDashboardOverlaySceneProcess_69 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDashboardOverlaySceneProcess_69())); marshaled.___ShowDashboard_70 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowDashboard_70())); marshaled.___GetPrimaryDashboardDevice_71 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetPrimaryDashboardDevice_71())); marshaled.___ShowKeyboard_72 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowKeyboard_72())); marshaled.___ShowKeyboardForOverlay_73 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowKeyboardForOverlay_73())); marshaled.___GetKeyboardText_74 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetKeyboardText_74())); marshaled.___HideKeyboard_75 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_HideKeyboard_75())); marshaled.___SetKeyboardTransformAbsolute_76 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetKeyboardTransformAbsolute_76())); marshaled.___SetKeyboardPositionForOverlay_77 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetKeyboardPositionForOverlay_77())); marshaled.___SetOverlayIntersectionMask_78 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetOverlayIntersectionMask_78())); marshaled.___GetOverlayFlags_79 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOverlayFlags_79())); marshaled.___ShowMessageOverlay_80 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShowMessageOverlay_80())); marshaled.___CloseMessageOverlay_81 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CloseMessageOverlay_81())); } IL2CPP_EXTERN_C void IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshal_com_back(const IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshaled_com& marshaled, IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_FindOverlay_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00>(marshaled.___FindOverlay_0, _FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00_il2cpp_TypeInfo_var)); unmarshaled.set_CreateOverlay_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69>(marshaled.___CreateOverlay_1, _CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69_il2cpp_TypeInfo_var)); unmarshaled.set_DestroyOverlay_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F>(marshaled.___DestroyOverlay_2, _DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F_il2cpp_TypeInfo_var)); unmarshaled.set_SetHighQualityOverlay_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1>(marshaled.___SetHighQualityOverlay_3, _SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1_il2cpp_TypeInfo_var)); unmarshaled.set_GetHighQualityOverlay_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9>(marshaled.___GetHighQualityOverlay_4, _GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayKey_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2>(marshaled.___GetOverlayKey_5, _GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayName_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852>(marshaled.___GetOverlayName_6, _GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayName_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F>(marshaled.___SetOverlayName_7, _SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayImageData_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65>(marshaled.___GetOverlayImageData_8, _GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayErrorNameFromEnum_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E>(marshaled.___GetOverlayErrorNameFromEnum_9, _GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayRenderingPid_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A>(marshaled.___SetOverlayRenderingPid_10, _SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayRenderingPid_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41>(marshaled.___GetOverlayRenderingPid_11, _GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayFlag_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9>(marshaled.___SetOverlayFlag_12, _SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayFlag_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B>(marshaled.___GetOverlayFlag_13, _GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayColor_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D>(marshaled.___SetOverlayColor_14, _SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayColor_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41>(marshaled.___GetOverlayColor_15, _GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayAlpha_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433>(marshaled.___SetOverlayAlpha_16, _SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayAlpha_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE>(marshaled.___GetOverlayAlpha_17, _GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTexelAspect_18(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12>(marshaled.___SetOverlayTexelAspect_18, _SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTexelAspect_19(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667>(marshaled.___GetOverlayTexelAspect_19, _GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlaySortOrder_20(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6>(marshaled.___SetOverlaySortOrder_20, _SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlaySortOrder_21(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF>(marshaled.___GetOverlaySortOrder_21, _GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayWidthInMeters_22(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21>(marshaled.___SetOverlayWidthInMeters_22, _SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayWidthInMeters_23(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE>(marshaled.___GetOverlayWidthInMeters_23, _GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayAutoCurveDistanceRangeInMeters_24(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD>(marshaled.___SetOverlayAutoCurveDistanceRangeInMeters_24, _SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayAutoCurveDistanceRangeInMeters_25(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25>(marshaled.___GetOverlayAutoCurveDistanceRangeInMeters_25, _GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTextureColorSpace_26(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725>(marshaled.___SetOverlayTextureColorSpace_26, _SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTextureColorSpace_27(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C>(marshaled.___GetOverlayTextureColorSpace_27, _GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTextureBounds_28(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8>(marshaled.___SetOverlayTextureBounds_28, _SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTextureBounds_29(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC>(marshaled.___GetOverlayTextureBounds_29, _GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayRenderModel_30(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F>(marshaled.___GetOverlayRenderModel_30, _GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayRenderModel_31(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F>(marshaled.___SetOverlayRenderModel_31, _SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTransformType_32(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5>(marshaled.___GetOverlayTransformType_32, _GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTransformAbsolute_33(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140>(marshaled.___SetOverlayTransformAbsolute_33, _SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTransformAbsolute_34(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E>(marshaled.___GetOverlayTransformAbsolute_34, _GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTransformTrackedDeviceRelative_35(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7>(marshaled.___SetOverlayTransformTrackedDeviceRelative_35, _SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTransformTrackedDeviceRelative_36(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75>(marshaled.___GetOverlayTransformTrackedDeviceRelative_36, _GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTransformTrackedDeviceComponent_37(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E>(marshaled.___SetOverlayTransformTrackedDeviceComponent_37, _SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTransformTrackedDeviceComponent_38(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D>(marshaled.___GetOverlayTransformTrackedDeviceComponent_38, _GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTransformOverlayRelative_39(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14>(marshaled.___GetOverlayTransformOverlayRelative_39, _GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTransformOverlayRelative_40(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D>(marshaled.___SetOverlayTransformOverlayRelative_40, _SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D_il2cpp_TypeInfo_var)); unmarshaled.set_ShowOverlay_41(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797>(marshaled.___ShowOverlay_41, _ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797_il2cpp_TypeInfo_var)); unmarshaled.set_HideOverlay_42(il2cpp_codegen_marshal_function_ptr_to_delegate<_HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084>(marshaled.___HideOverlay_42, _HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084_il2cpp_TypeInfo_var)); unmarshaled.set_IsOverlayVisible_43(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902>(marshaled.___IsOverlayVisible_43, _IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902_il2cpp_TypeInfo_var)); unmarshaled.set_GetTransformForOverlayCoordinates_44(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D>(marshaled.___GetTransformForOverlayCoordinates_44, _GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D_il2cpp_TypeInfo_var)); unmarshaled.set_PollNextOverlayEvent_45(il2cpp_codegen_marshal_function_ptr_to_delegate<_PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB>(marshaled.___PollNextOverlayEvent_45, _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayInputMethod_46(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00>(marshaled.___GetOverlayInputMethod_46, _GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayInputMethod_47(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52>(marshaled.___SetOverlayInputMethod_47, _SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayMouseScale_48(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B>(marshaled.___GetOverlayMouseScale_48, _GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayMouseScale_49(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C>(marshaled.___SetOverlayMouseScale_49, _SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C_il2cpp_TypeInfo_var)); unmarshaled.set_ComputeOverlayIntersection_50(il2cpp_codegen_marshal_function_ptr_to_delegate<_ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA>(marshaled.___ComputeOverlayIntersection_50, _ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA_il2cpp_TypeInfo_var)); unmarshaled.set_IsHoverTargetOverlay_51(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94>(marshaled.___IsHoverTargetOverlay_51, _IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94_il2cpp_TypeInfo_var)); unmarshaled.set_GetGamepadFocusOverlay_52(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84>(marshaled.___GetGamepadFocusOverlay_52, _GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84_il2cpp_TypeInfo_var)); unmarshaled.set_SetGamepadFocusOverlay_53(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17>(marshaled.___SetGamepadFocusOverlay_53, _SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayNeighbor_54(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5>(marshaled.___SetOverlayNeighbor_54, _SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5_il2cpp_TypeInfo_var)); unmarshaled.set_MoveGamepadFocusToNeighbor_55(il2cpp_codegen_marshal_function_ptr_to_delegate<_MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811>(marshaled.___MoveGamepadFocusToNeighbor_55, _MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayDualAnalogTransform_56(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B>(marshaled.___SetOverlayDualAnalogTransform_56, _SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayDualAnalogTransform_57(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1>(marshaled.___GetOverlayDualAnalogTransform_57, _GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayTexture_58(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10>(marshaled.___SetOverlayTexture_58, _SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10_il2cpp_TypeInfo_var)); unmarshaled.set_ClearOverlayTexture_59(il2cpp_codegen_marshal_function_ptr_to_delegate<_ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E>(marshaled.___ClearOverlayTexture_59, _ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayRaw_60(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105>(marshaled.___SetOverlayRaw_60, _SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayFromFile_61(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B>(marshaled.___SetOverlayFromFile_61, _SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTexture_62(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046>(marshaled.___GetOverlayTexture_62, _GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046_il2cpp_TypeInfo_var)); unmarshaled.set_ReleaseNativeOverlayHandle_63(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B>(marshaled.___ReleaseNativeOverlayHandle_63, _ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayTextureSize_64(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472>(marshaled.___GetOverlayTextureSize_64, _GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472_il2cpp_TypeInfo_var)); unmarshaled.set_CreateDashboardOverlay_65(il2cpp_codegen_marshal_function_ptr_to_delegate<_CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A>(marshaled.___CreateDashboardOverlay_65, _CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A_il2cpp_TypeInfo_var)); unmarshaled.set_IsDashboardVisible_66(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8>(marshaled.___IsDashboardVisible_66, _IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8_il2cpp_TypeInfo_var)); unmarshaled.set_IsActiveDashboardOverlay_67(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B>(marshaled.___IsActiveDashboardOverlay_67, _IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B_il2cpp_TypeInfo_var)); unmarshaled.set_SetDashboardOverlaySceneProcess_68(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000>(marshaled.___SetDashboardOverlaySceneProcess_68, _SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000_il2cpp_TypeInfo_var)); unmarshaled.set_GetDashboardOverlaySceneProcess_69(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB>(marshaled.___GetDashboardOverlaySceneProcess_69, _GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB_il2cpp_TypeInfo_var)); unmarshaled.set_ShowDashboard_70(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7>(marshaled.___ShowDashboard_70, _ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7_il2cpp_TypeInfo_var)); unmarshaled.set_GetPrimaryDashboardDevice_71(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF>(marshaled.___GetPrimaryDashboardDevice_71, _GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF_il2cpp_TypeInfo_var)); unmarshaled.set_ShowKeyboard_72(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2>(marshaled.___ShowKeyboard_72, _ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2_il2cpp_TypeInfo_var)); unmarshaled.set_ShowKeyboardForOverlay_73(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED>(marshaled.___ShowKeyboardForOverlay_73, _ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED_il2cpp_TypeInfo_var)); unmarshaled.set_GetKeyboardText_74(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD>(marshaled.___GetKeyboardText_74, _GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD_il2cpp_TypeInfo_var)); unmarshaled.set_HideKeyboard_75(il2cpp_codegen_marshal_function_ptr_to_delegate<_HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0>(marshaled.___HideKeyboard_75, _HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0_il2cpp_TypeInfo_var)); unmarshaled.set_SetKeyboardTransformAbsolute_76(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0>(marshaled.___SetKeyboardTransformAbsolute_76, _SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0_il2cpp_TypeInfo_var)); unmarshaled.set_SetKeyboardPositionForOverlay_77(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722>(marshaled.___SetKeyboardPositionForOverlay_77, _SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722_il2cpp_TypeInfo_var)); unmarshaled.set_SetOverlayIntersectionMask_78(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB>(marshaled.___SetOverlayIntersectionMask_78, _SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB_il2cpp_TypeInfo_var)); unmarshaled.set_GetOverlayFlags_79(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D>(marshaled.___GetOverlayFlags_79, _GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D_il2cpp_TypeInfo_var)); unmarshaled.set_ShowMessageOverlay_80(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2>(marshaled.___ShowMessageOverlay_80, _ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2_il2cpp_TypeInfo_var)); unmarshaled.set_CloseMessageOverlay_81(il2cpp_codegen_marshal_function_ptr_to_delegate<_CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C>(marshaled.___CloseMessageOverlay_81, _CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVROverlay IL2CPP_EXTERN_C void IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshal_com_cleanup(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRRenderModels IL2CPP_EXTERN_C void IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshal_pinvoke(const IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5& unmarshaled, IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshaled_pinvoke& marshaled) { marshaled.___LoadRenderModel_Async_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LoadRenderModel_Async_0())); marshaled.___FreeRenderModel_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_FreeRenderModel_1())); marshaled.___LoadTexture_Async_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LoadTexture_Async_2())); marshaled.___FreeTexture_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_FreeTexture_3())); marshaled.___LoadTextureD3D11_Async_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LoadTextureD3D11_Async_4())); marshaled.___LoadIntoTextureD3D11_Async_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LoadIntoTextureD3D11_Async_5())); marshaled.___FreeTextureD3D11_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_FreeTextureD3D11_6())); marshaled.___GetRenderModelName_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRenderModelName_7())); marshaled.___GetRenderModelCount_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRenderModelCount_8())); marshaled.___GetComponentCount_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetComponentCount_9())); marshaled.___GetComponentName_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetComponentName_10())); marshaled.___GetComponentButtonMask_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetComponentButtonMask_11())); marshaled.___GetComponentRenderModelName_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetComponentRenderModelName_12())); marshaled.___GetComponentStateForDevicePath_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetComponentStateForDevicePath_13())); marshaled.___GetComponentState_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetComponentState_14())); marshaled.___RenderModelHasComponent_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RenderModelHasComponent_15())); marshaled.___GetRenderModelThumbnailURL_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRenderModelThumbnailURL_16())); marshaled.___GetRenderModelOriginalPath_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRenderModelOriginalPath_17())); marshaled.___GetRenderModelErrorNameFromEnum_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRenderModelErrorNameFromEnum_18())); } IL2CPP_EXTERN_C void IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshal_pinvoke_back(const IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshaled_pinvoke& marshaled, IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_FreeTexture_tD249C561539875A7BD54E4568884571E7274F384_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_LoadRenderModel_Async_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302>(marshaled.___LoadRenderModel_Async_0, _LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302_il2cpp_TypeInfo_var)); unmarshaled.set_FreeRenderModel_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B>(marshaled.___FreeRenderModel_1, _FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B_il2cpp_TypeInfo_var)); unmarshaled.set_LoadTexture_Async_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07>(marshaled.___LoadTexture_Async_2, _LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07_il2cpp_TypeInfo_var)); unmarshaled.set_FreeTexture_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_FreeTexture_tD249C561539875A7BD54E4568884571E7274F384>(marshaled.___FreeTexture_3, _FreeTexture_tD249C561539875A7BD54E4568884571E7274F384_il2cpp_TypeInfo_var)); unmarshaled.set_LoadTextureD3D11_Async_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139>(marshaled.___LoadTextureD3D11_Async_4, _LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139_il2cpp_TypeInfo_var)); unmarshaled.set_LoadIntoTextureD3D11_Async_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D>(marshaled.___LoadIntoTextureD3D11_Async_5, _LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D_il2cpp_TypeInfo_var)); unmarshaled.set_FreeTextureD3D11_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124>(marshaled.___FreeTextureD3D11_6, _FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124_il2cpp_TypeInfo_var)); unmarshaled.set_GetRenderModelName_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B>(marshaled.___GetRenderModelName_7, _GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B_il2cpp_TypeInfo_var)); unmarshaled.set_GetRenderModelCount_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28>(marshaled.___GetRenderModelCount_8, _GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28_il2cpp_TypeInfo_var)); unmarshaled.set_GetComponentCount_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA>(marshaled.___GetComponentCount_9, _GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA_il2cpp_TypeInfo_var)); unmarshaled.set_GetComponentName_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5>(marshaled.___GetComponentName_10, _GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5_il2cpp_TypeInfo_var)); unmarshaled.set_GetComponentButtonMask_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC>(marshaled.___GetComponentButtonMask_11, _GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC_il2cpp_TypeInfo_var)); unmarshaled.set_GetComponentRenderModelName_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554>(marshaled.___GetComponentRenderModelName_12, _GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554_il2cpp_TypeInfo_var)); unmarshaled.set_GetComponentStateForDevicePath_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36>(marshaled.___GetComponentStateForDevicePath_13, _GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36_il2cpp_TypeInfo_var)); unmarshaled.set_GetComponentState_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88>(marshaled.___GetComponentState_14, _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88_il2cpp_TypeInfo_var)); unmarshaled.set_RenderModelHasComponent_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B>(marshaled.___RenderModelHasComponent_15, _RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B_il2cpp_TypeInfo_var)); unmarshaled.set_GetRenderModelThumbnailURL_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1>(marshaled.___GetRenderModelThumbnailURL_16, _GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1_il2cpp_TypeInfo_var)); unmarshaled.set_GetRenderModelOriginalPath_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012>(marshaled.___GetRenderModelOriginalPath_17, _GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012_il2cpp_TypeInfo_var)); unmarshaled.set_GetRenderModelErrorNameFromEnum_18(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90>(marshaled.___GetRenderModelErrorNameFromEnum_18, _GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRRenderModels IL2CPP_EXTERN_C void IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshal_pinvoke_cleanup(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRRenderModels IL2CPP_EXTERN_C void IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshal_com(const IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5& unmarshaled, IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshaled_com& marshaled) { marshaled.___LoadRenderModel_Async_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LoadRenderModel_Async_0())); marshaled.___FreeRenderModel_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_FreeRenderModel_1())); marshaled.___LoadTexture_Async_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LoadTexture_Async_2())); marshaled.___FreeTexture_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_FreeTexture_3())); marshaled.___LoadTextureD3D11_Async_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LoadTextureD3D11_Async_4())); marshaled.___LoadIntoTextureD3D11_Async_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LoadIntoTextureD3D11_Async_5())); marshaled.___FreeTextureD3D11_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_FreeTextureD3D11_6())); marshaled.___GetRenderModelName_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRenderModelName_7())); marshaled.___GetRenderModelCount_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRenderModelCount_8())); marshaled.___GetComponentCount_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetComponentCount_9())); marshaled.___GetComponentName_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetComponentName_10())); marshaled.___GetComponentButtonMask_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetComponentButtonMask_11())); marshaled.___GetComponentRenderModelName_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetComponentRenderModelName_12())); marshaled.___GetComponentStateForDevicePath_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetComponentStateForDevicePath_13())); marshaled.___GetComponentState_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetComponentState_14())); marshaled.___RenderModelHasComponent_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RenderModelHasComponent_15())); marshaled.___GetRenderModelThumbnailURL_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRenderModelThumbnailURL_16())); marshaled.___GetRenderModelOriginalPath_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRenderModelOriginalPath_17())); marshaled.___GetRenderModelErrorNameFromEnum_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRenderModelErrorNameFromEnum_18())); } IL2CPP_EXTERN_C void IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshal_com_back(const IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshaled_com& marshaled, IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_FreeTexture_tD249C561539875A7BD54E4568884571E7274F384_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_LoadRenderModel_Async_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302>(marshaled.___LoadRenderModel_Async_0, _LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302_il2cpp_TypeInfo_var)); unmarshaled.set_FreeRenderModel_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B>(marshaled.___FreeRenderModel_1, _FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B_il2cpp_TypeInfo_var)); unmarshaled.set_LoadTexture_Async_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07>(marshaled.___LoadTexture_Async_2, _LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07_il2cpp_TypeInfo_var)); unmarshaled.set_FreeTexture_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_FreeTexture_tD249C561539875A7BD54E4568884571E7274F384>(marshaled.___FreeTexture_3, _FreeTexture_tD249C561539875A7BD54E4568884571E7274F384_il2cpp_TypeInfo_var)); unmarshaled.set_LoadTextureD3D11_Async_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139>(marshaled.___LoadTextureD3D11_Async_4, _LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139_il2cpp_TypeInfo_var)); unmarshaled.set_LoadIntoTextureD3D11_Async_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D>(marshaled.___LoadIntoTextureD3D11_Async_5, _LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D_il2cpp_TypeInfo_var)); unmarshaled.set_FreeTextureD3D11_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124>(marshaled.___FreeTextureD3D11_6, _FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124_il2cpp_TypeInfo_var)); unmarshaled.set_GetRenderModelName_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B>(marshaled.___GetRenderModelName_7, _GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B_il2cpp_TypeInfo_var)); unmarshaled.set_GetRenderModelCount_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28>(marshaled.___GetRenderModelCount_8, _GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28_il2cpp_TypeInfo_var)); unmarshaled.set_GetComponentCount_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA>(marshaled.___GetComponentCount_9, _GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA_il2cpp_TypeInfo_var)); unmarshaled.set_GetComponentName_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5>(marshaled.___GetComponentName_10, _GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5_il2cpp_TypeInfo_var)); unmarshaled.set_GetComponentButtonMask_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC>(marshaled.___GetComponentButtonMask_11, _GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC_il2cpp_TypeInfo_var)); unmarshaled.set_GetComponentRenderModelName_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554>(marshaled.___GetComponentRenderModelName_12, _GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554_il2cpp_TypeInfo_var)); unmarshaled.set_GetComponentStateForDevicePath_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36>(marshaled.___GetComponentStateForDevicePath_13, _GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36_il2cpp_TypeInfo_var)); unmarshaled.set_GetComponentState_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88>(marshaled.___GetComponentState_14, _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88_il2cpp_TypeInfo_var)); unmarshaled.set_RenderModelHasComponent_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B>(marshaled.___RenderModelHasComponent_15, _RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B_il2cpp_TypeInfo_var)); unmarshaled.set_GetRenderModelThumbnailURL_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1>(marshaled.___GetRenderModelThumbnailURL_16, _GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1_il2cpp_TypeInfo_var)); unmarshaled.set_GetRenderModelOriginalPath_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012>(marshaled.___GetRenderModelOriginalPath_17, _GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012_il2cpp_TypeInfo_var)); unmarshaled.set_GetRenderModelErrorNameFromEnum_18(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90>(marshaled.___GetRenderModelErrorNameFromEnum_18, _GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRRenderModels IL2CPP_EXTERN_C void IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshal_com_cleanup(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRResources IL2CPP_EXTERN_C void IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshal_pinvoke(const IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1& unmarshaled, IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshaled_pinvoke& marshaled) { marshaled.___LoadSharedResource_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LoadSharedResource_0())); marshaled.___GetResourceFullPath_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetResourceFullPath_1())); } IL2CPP_EXTERN_C void IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshal_pinvoke_back(const IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshaled_pinvoke& marshaled, IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_LoadSharedResource_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33>(marshaled.___LoadSharedResource_0, _LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33_il2cpp_TypeInfo_var)); unmarshaled.set_GetResourceFullPath_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513>(marshaled.___GetResourceFullPath_1, _GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRResources IL2CPP_EXTERN_C void IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshal_pinvoke_cleanup(IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRResources IL2CPP_EXTERN_C void IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshal_com(const IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1& unmarshaled, IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshaled_com& marshaled) { marshaled.___LoadSharedResource_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_LoadSharedResource_0())); marshaled.___GetResourceFullPath_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetResourceFullPath_1())); } IL2CPP_EXTERN_C void IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshal_com_back(const IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshaled_com& marshaled, IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_LoadSharedResource_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33>(marshaled.___LoadSharedResource_0, _LoadSharedResource_tB49ACCE7B95F1992C429A8E26BC38EE05A3E3B33_il2cpp_TypeInfo_var)); unmarshaled.set_GetResourceFullPath_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513>(marshaled.___GetResourceFullPath_1, _GetResourceFullPath_tA00B6933DCEFBD5096B877CD3899694500E52513_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRResources IL2CPP_EXTERN_C void IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshal_com_cleanup(IVRResources_tDDD92BD94AF5980103FDE2D4D80C53AC4C2212C1_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRScreenshots IL2CPP_EXTERN_C void IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshal_pinvoke(const IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A& unmarshaled, IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshaled_pinvoke& marshaled) { marshaled.___RequestScreenshot_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RequestScreenshot_0())); marshaled.___HookScreenshot_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_HookScreenshot_1())); marshaled.___GetScreenshotPropertyType_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetScreenshotPropertyType_2())); marshaled.___GetScreenshotPropertyFilename_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetScreenshotPropertyFilename_3())); marshaled.___UpdateScreenshotProgress_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_UpdateScreenshotProgress_4())); marshaled.___TakeStereoScreenshot_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_TakeStereoScreenshot_5())); marshaled.___SubmitScreenshot_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SubmitScreenshot_6())); } IL2CPP_EXTERN_C void IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshal_pinvoke_back(const IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshaled_pinvoke& marshaled, IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_RequestScreenshot_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4>(marshaled.___RequestScreenshot_0, _RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4_il2cpp_TypeInfo_var)); unmarshaled.set_HookScreenshot_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5>(marshaled.___HookScreenshot_1, _HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5_il2cpp_TypeInfo_var)); unmarshaled.set_GetScreenshotPropertyType_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07>(marshaled.___GetScreenshotPropertyType_2, _GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07_il2cpp_TypeInfo_var)); unmarshaled.set_GetScreenshotPropertyFilename_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA>(marshaled.___GetScreenshotPropertyFilename_3, _GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA_il2cpp_TypeInfo_var)); unmarshaled.set_UpdateScreenshotProgress_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448>(marshaled.___UpdateScreenshotProgress_4, _UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448_il2cpp_TypeInfo_var)); unmarshaled.set_TakeStereoScreenshot_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF>(marshaled.___TakeStereoScreenshot_5, _TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF_il2cpp_TypeInfo_var)); unmarshaled.set_SubmitScreenshot_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B>(marshaled.___SubmitScreenshot_6, _SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRScreenshots IL2CPP_EXTERN_C void IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshal_pinvoke_cleanup(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRScreenshots IL2CPP_EXTERN_C void IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshal_com(const IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A& unmarshaled, IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshaled_com& marshaled) { marshaled.___RequestScreenshot_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RequestScreenshot_0())); marshaled.___HookScreenshot_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_HookScreenshot_1())); marshaled.___GetScreenshotPropertyType_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetScreenshotPropertyType_2())); marshaled.___GetScreenshotPropertyFilename_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetScreenshotPropertyFilename_3())); marshaled.___UpdateScreenshotProgress_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_UpdateScreenshotProgress_4())); marshaled.___TakeStereoScreenshot_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_TakeStereoScreenshot_5())); marshaled.___SubmitScreenshot_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SubmitScreenshot_6())); } IL2CPP_EXTERN_C void IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshal_com_back(const IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshaled_com& marshaled, IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_RequestScreenshot_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4>(marshaled.___RequestScreenshot_0, _RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4_il2cpp_TypeInfo_var)); unmarshaled.set_HookScreenshot_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5>(marshaled.___HookScreenshot_1, _HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5_il2cpp_TypeInfo_var)); unmarshaled.set_GetScreenshotPropertyType_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07>(marshaled.___GetScreenshotPropertyType_2, _GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07_il2cpp_TypeInfo_var)); unmarshaled.set_GetScreenshotPropertyFilename_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA>(marshaled.___GetScreenshotPropertyFilename_3, _GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA_il2cpp_TypeInfo_var)); unmarshaled.set_UpdateScreenshotProgress_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448>(marshaled.___UpdateScreenshotProgress_4, _UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448_il2cpp_TypeInfo_var)); unmarshaled.set_TakeStereoScreenshot_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF>(marshaled.___TakeStereoScreenshot_5, _TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF_il2cpp_TypeInfo_var)); unmarshaled.set_SubmitScreenshot_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B>(marshaled.___SubmitScreenshot_6, _SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRScreenshots IL2CPP_EXTERN_C void IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshal_com_cleanup(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRSettings IL2CPP_EXTERN_C void IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshal_pinvoke(const IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4& unmarshaled, IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshaled_pinvoke& marshaled) { marshaled.___GetSettingsErrorNameFromEnum_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSettingsErrorNameFromEnum_0())); marshaled.___Sync_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_Sync_1())); marshaled.___SetBool_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetBool_2())); marshaled.___SetInt32_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetInt32_3())); marshaled.___SetFloat_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetFloat_4())); marshaled.___SetString_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetString_5())); marshaled.___GetBool_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetBool_6())); marshaled.___GetInt32_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetInt32_7())); marshaled.___GetFloat_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetFloat_8())); marshaled.___GetString_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetString_9())); marshaled.___RemoveSection_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RemoveSection_10())); marshaled.___RemoveKeyInSection_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RemoveKeyInSection_11())); } IL2CPP_EXTERN_C void IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshal_pinvoke_back(const IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshaled_pinvoke& marshaled, IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetInt32_t331327F67192F344816533CACECA2DC544A25D8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_GetSettingsErrorNameFromEnum_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E>(marshaled.___GetSettingsErrorNameFromEnum_0, _GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E_il2cpp_TypeInfo_var)); unmarshaled.set_Sync_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C>(marshaled.___Sync_1, _Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C_il2cpp_TypeInfo_var)); unmarshaled.set_SetBool_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB>(marshaled.___SetBool_2, _SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB_il2cpp_TypeInfo_var)); unmarshaled.set_SetInt32_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetInt32_t331327F67192F344816533CACECA2DC544A25D8A>(marshaled.___SetInt32_3, _SetInt32_t331327F67192F344816533CACECA2DC544A25D8A_il2cpp_TypeInfo_var)); unmarshaled.set_SetFloat_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5>(marshaled.___SetFloat_4, _SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5_il2cpp_TypeInfo_var)); unmarshaled.set_SetString_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19>(marshaled.___SetString_5, _SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19_il2cpp_TypeInfo_var)); unmarshaled.set_GetBool_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86>(marshaled.___GetBool_6, _GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86_il2cpp_TypeInfo_var)); unmarshaled.set_GetInt32_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A>(marshaled.___GetInt32_7, _GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A_il2cpp_TypeInfo_var)); unmarshaled.set_GetFloat_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8>(marshaled.___GetFloat_8, _GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8_il2cpp_TypeInfo_var)); unmarshaled.set_GetString_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0>(marshaled.___GetString_9, _GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0_il2cpp_TypeInfo_var)); unmarshaled.set_RemoveSection_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA>(marshaled.___RemoveSection_10, _RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA_il2cpp_TypeInfo_var)); unmarshaled.set_RemoveKeyInSection_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D>(marshaled.___RemoveKeyInSection_11, _RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRSettings IL2CPP_EXTERN_C void IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshal_pinvoke_cleanup(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRSettings IL2CPP_EXTERN_C void IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshal_com(const IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4& unmarshaled, IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshaled_com& marshaled) { marshaled.___GetSettingsErrorNameFromEnum_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSettingsErrorNameFromEnum_0())); marshaled.___Sync_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_Sync_1())); marshaled.___SetBool_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetBool_2())); marshaled.___SetInt32_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetInt32_3())); marshaled.___SetFloat_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetFloat_4())); marshaled.___SetString_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetString_5())); marshaled.___GetBool_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetBool_6())); marshaled.___GetInt32_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetInt32_7())); marshaled.___GetFloat_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetFloat_8())); marshaled.___GetString_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetString_9())); marshaled.___RemoveSection_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RemoveSection_10())); marshaled.___RemoveKeyInSection_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_RemoveKeyInSection_11())); } IL2CPP_EXTERN_C void IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshal_com_back(const IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshaled_com& marshaled, IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetInt32_t331327F67192F344816533CACECA2DC544A25D8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_GetSettingsErrorNameFromEnum_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E>(marshaled.___GetSettingsErrorNameFromEnum_0, _GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E_il2cpp_TypeInfo_var)); unmarshaled.set_Sync_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C>(marshaled.___Sync_1, _Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C_il2cpp_TypeInfo_var)); unmarshaled.set_SetBool_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB>(marshaled.___SetBool_2, _SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB_il2cpp_TypeInfo_var)); unmarshaled.set_SetInt32_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetInt32_t331327F67192F344816533CACECA2DC544A25D8A>(marshaled.___SetInt32_3, _SetInt32_t331327F67192F344816533CACECA2DC544A25D8A_il2cpp_TypeInfo_var)); unmarshaled.set_SetFloat_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5>(marshaled.___SetFloat_4, _SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5_il2cpp_TypeInfo_var)); unmarshaled.set_SetString_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19>(marshaled.___SetString_5, _SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19_il2cpp_TypeInfo_var)); unmarshaled.set_GetBool_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86>(marshaled.___GetBool_6, _GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86_il2cpp_TypeInfo_var)); unmarshaled.set_GetInt32_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A>(marshaled.___GetInt32_7, _GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A_il2cpp_TypeInfo_var)); unmarshaled.set_GetFloat_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8>(marshaled.___GetFloat_8, _GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8_il2cpp_TypeInfo_var)); unmarshaled.set_GetString_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0>(marshaled.___GetString_9, _GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0_il2cpp_TypeInfo_var)); unmarshaled.set_RemoveSection_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA>(marshaled.___RemoveSection_10, _RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA_il2cpp_TypeInfo_var)); unmarshaled.set_RemoveKeyInSection_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D>(marshaled.___RemoveKeyInSection_11, _RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRSettings IL2CPP_EXTERN_C void IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshal_com_cleanup(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRSpatialAnchors IL2CPP_EXTERN_C void IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshal_pinvoke(const IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652& unmarshaled, IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshaled_pinvoke& marshaled) { marshaled.___CreateSpatialAnchorFromDescriptor_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CreateSpatialAnchorFromDescriptor_0())); marshaled.___CreateSpatialAnchorFromPose_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CreateSpatialAnchorFromPose_1())); marshaled.___GetSpatialAnchorPose_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSpatialAnchorPose_2())); marshaled.___GetSpatialAnchorDescriptor_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSpatialAnchorDescriptor_3())); } IL2CPP_EXTERN_C void IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshal_pinvoke_back(const IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshaled_pinvoke& marshaled, IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_CreateSpatialAnchorFromDescriptor_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F>(marshaled.___CreateSpatialAnchorFromDescriptor_0, _CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F_il2cpp_TypeInfo_var)); unmarshaled.set_CreateSpatialAnchorFromPose_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988>(marshaled.___CreateSpatialAnchorFromPose_1, _CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988_il2cpp_TypeInfo_var)); unmarshaled.set_GetSpatialAnchorPose_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0>(marshaled.___GetSpatialAnchorPose_2, _GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0_il2cpp_TypeInfo_var)); unmarshaled.set_GetSpatialAnchorDescriptor_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6>(marshaled.___GetSpatialAnchorDescriptor_3, _GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRSpatialAnchors IL2CPP_EXTERN_C void IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshal_pinvoke_cleanup(IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRSpatialAnchors IL2CPP_EXTERN_C void IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshal_com(const IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652& unmarshaled, IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshaled_com& marshaled) { marshaled.___CreateSpatialAnchorFromDescriptor_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CreateSpatialAnchorFromDescriptor_0())); marshaled.___CreateSpatialAnchorFromPose_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_CreateSpatialAnchorFromPose_1())); marshaled.___GetSpatialAnchorPose_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSpatialAnchorPose_2())); marshaled.___GetSpatialAnchorDescriptor_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSpatialAnchorDescriptor_3())); } IL2CPP_EXTERN_C void IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshal_com_back(const IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshaled_com& marshaled, IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_CreateSpatialAnchorFromDescriptor_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F>(marshaled.___CreateSpatialAnchorFromDescriptor_0, _CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F_il2cpp_TypeInfo_var)); unmarshaled.set_CreateSpatialAnchorFromPose_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988>(marshaled.___CreateSpatialAnchorFromPose_1, _CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988_il2cpp_TypeInfo_var)); unmarshaled.set_GetSpatialAnchorPose_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0>(marshaled.___GetSpatialAnchorPose_2, _GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0_il2cpp_TypeInfo_var)); unmarshaled.set_GetSpatialAnchorDescriptor_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6>(marshaled.___GetSpatialAnchorDescriptor_3, _GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRSpatialAnchors IL2CPP_EXTERN_C void IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshal_com_cleanup(IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRSystem IL2CPP_EXTERN_C void IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshal_pinvoke(const IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B& unmarshaled, IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshaled_pinvoke& marshaled) { marshaled.___GetRecommendedRenderTargetSize_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRecommendedRenderTargetSize_0())); marshaled.___GetProjectionMatrix_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetProjectionMatrix_1())); marshaled.___GetProjectionRaw_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetProjectionRaw_2())); marshaled.___ComputeDistortion_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ComputeDistortion_3())); marshaled.___GetEyeToHeadTransform_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetEyeToHeadTransform_4())); marshaled.___GetTimeSinceLastVsync_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTimeSinceLastVsync_5())); marshaled.___GetD3D9AdapterIndex_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetD3D9AdapterIndex_6())); marshaled.___GetDXGIOutputInfo_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDXGIOutputInfo_7())); marshaled.___GetOutputDevice_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOutputDevice_8())); marshaled.___IsDisplayOnDesktop_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsDisplayOnDesktop_9())); marshaled.___SetDisplayVisibility_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetDisplayVisibility_10())); marshaled.___GetDeviceToAbsoluteTrackingPose_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDeviceToAbsoluteTrackingPose_11())); marshaled.___ResetSeatedZeroPose_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ResetSeatedZeroPose_12())); marshaled.___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13())); marshaled.___GetRawZeroPoseToStandingAbsoluteTrackingPose_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRawZeroPoseToStandingAbsoluteTrackingPose_14())); marshaled.___GetSortedTrackedDeviceIndicesOfClass_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSortedTrackedDeviceIndicesOfClass_15())); marshaled.___GetTrackedDeviceActivityLevel_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTrackedDeviceActivityLevel_16())); marshaled.___ApplyTransform_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ApplyTransform_17())); marshaled.___GetTrackedDeviceIndexForControllerRole_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTrackedDeviceIndexForControllerRole_18())); marshaled.___GetControllerRoleForTrackedDeviceIndex_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetControllerRoleForTrackedDeviceIndex_19())); marshaled.___GetTrackedDeviceClass_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTrackedDeviceClass_20())); marshaled.___IsTrackedDeviceConnected_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsTrackedDeviceConnected_21())); marshaled.___GetBoolTrackedDeviceProperty_22 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetBoolTrackedDeviceProperty_22())); marshaled.___GetFloatTrackedDeviceProperty_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetFloatTrackedDeviceProperty_23())); marshaled.___GetInt32TrackedDeviceProperty_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetInt32TrackedDeviceProperty_24())); marshaled.___GetUint64TrackedDeviceProperty_25 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetUint64TrackedDeviceProperty_25())); marshaled.___GetMatrix34TrackedDeviceProperty_26 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetMatrix34TrackedDeviceProperty_26())); marshaled.___GetArrayTrackedDeviceProperty_27 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetArrayTrackedDeviceProperty_27())); marshaled.___GetStringTrackedDeviceProperty_28 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetStringTrackedDeviceProperty_28())); marshaled.___GetPropErrorNameFromEnum_29 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetPropErrorNameFromEnum_29())); marshaled.___PollNextEvent_30 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PollNextEvent_30())); marshaled.___PollNextEventWithPose_31 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PollNextEventWithPose_31())); marshaled.___GetEventTypeNameFromEnum_32 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetEventTypeNameFromEnum_32())); marshaled.___GetHiddenAreaMesh_33 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetHiddenAreaMesh_33())); marshaled.___GetControllerState_34 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetControllerState_34())); marshaled.___GetControllerStateWithPose_35 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetControllerStateWithPose_35())); marshaled.___TriggerHapticPulse_36 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_TriggerHapticPulse_36())); marshaled.___GetButtonIdNameFromEnum_37 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetButtonIdNameFromEnum_37())); marshaled.___GetControllerAxisTypeNameFromEnum_38 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetControllerAxisTypeNameFromEnum_38())); marshaled.___IsInputAvailable_39 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsInputAvailable_39())); marshaled.___IsSteamVRDrawingControllers_40 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsSteamVRDrawingControllers_40())); marshaled.___ShouldApplicationPause_41 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShouldApplicationPause_41())); marshaled.___ShouldApplicationReduceRenderingWork_42 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShouldApplicationReduceRenderingWork_42())); marshaled.___DriverDebugRequest_43 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_DriverDebugRequest_43())); marshaled.___PerformFirmwareUpdate_44 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PerformFirmwareUpdate_44())); marshaled.___AcknowledgeQuit_Exiting_45 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_AcknowledgeQuit_Exiting_45())); marshaled.___AcknowledgeQuit_UserPrompt_46 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_AcknowledgeQuit_UserPrompt_46())); } IL2CPP_EXTERN_C void IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshal_pinvoke_back(const IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshaled_pinvoke& marshaled, IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_GetRecommendedRenderTargetSize_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5>(marshaled.___GetRecommendedRenderTargetSize_0, _GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5_il2cpp_TypeInfo_var)); unmarshaled.set_GetProjectionMatrix_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A>(marshaled.___GetProjectionMatrix_1, _GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A_il2cpp_TypeInfo_var)); unmarshaled.set_GetProjectionRaw_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE>(marshaled.___GetProjectionRaw_2, _GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE_il2cpp_TypeInfo_var)); unmarshaled.set_ComputeDistortion_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02>(marshaled.___ComputeDistortion_3, _ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02_il2cpp_TypeInfo_var)); unmarshaled.set_GetEyeToHeadTransform_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148>(marshaled.___GetEyeToHeadTransform_4, _GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148_il2cpp_TypeInfo_var)); unmarshaled.set_GetTimeSinceLastVsync_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833>(marshaled.___GetTimeSinceLastVsync_5, _GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833_il2cpp_TypeInfo_var)); unmarshaled.set_GetD3D9AdapterIndex_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F>(marshaled.___GetD3D9AdapterIndex_6, _GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F_il2cpp_TypeInfo_var)); unmarshaled.set_GetDXGIOutputInfo_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53>(marshaled.___GetDXGIOutputInfo_7, _GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53_il2cpp_TypeInfo_var)); unmarshaled.set_GetOutputDevice_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43>(marshaled.___GetOutputDevice_8, _GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43_il2cpp_TypeInfo_var)); unmarshaled.set_IsDisplayOnDesktop_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2>(marshaled.___IsDisplayOnDesktop_9, _IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2_il2cpp_TypeInfo_var)); unmarshaled.set_SetDisplayVisibility_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1>(marshaled.___SetDisplayVisibility_10, _SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1_il2cpp_TypeInfo_var)); unmarshaled.set_GetDeviceToAbsoluteTrackingPose_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D>(marshaled.___GetDeviceToAbsoluteTrackingPose_11, _GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D_il2cpp_TypeInfo_var)); unmarshaled.set_ResetSeatedZeroPose_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9>(marshaled.___ResetSeatedZeroPose_12, _ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9_il2cpp_TypeInfo_var)); unmarshaled.set_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C>(marshaled.___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13, _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C_il2cpp_TypeInfo_var)); unmarshaled.set_GetRawZeroPoseToStandingAbsoluteTrackingPose_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1>(marshaled.___GetRawZeroPoseToStandingAbsoluteTrackingPose_14, _GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1_il2cpp_TypeInfo_var)); unmarshaled.set_GetSortedTrackedDeviceIndicesOfClass_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E>(marshaled.___GetSortedTrackedDeviceIndicesOfClass_15, _GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E_il2cpp_TypeInfo_var)); unmarshaled.set_GetTrackedDeviceActivityLevel_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C>(marshaled.___GetTrackedDeviceActivityLevel_16, _GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C_il2cpp_TypeInfo_var)); unmarshaled.set_ApplyTransform_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA>(marshaled.___ApplyTransform_17, _ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA_il2cpp_TypeInfo_var)); unmarshaled.set_GetTrackedDeviceIndexForControllerRole_18(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4>(marshaled.___GetTrackedDeviceIndexForControllerRole_18, _GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4_il2cpp_TypeInfo_var)); unmarshaled.set_GetControllerRoleForTrackedDeviceIndex_19(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436>(marshaled.___GetControllerRoleForTrackedDeviceIndex_19, _GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436_il2cpp_TypeInfo_var)); unmarshaled.set_GetTrackedDeviceClass_20(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0>(marshaled.___GetTrackedDeviceClass_20, _GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0_il2cpp_TypeInfo_var)); unmarshaled.set_IsTrackedDeviceConnected_21(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD>(marshaled.___IsTrackedDeviceConnected_21, _IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD_il2cpp_TypeInfo_var)); unmarshaled.set_GetBoolTrackedDeviceProperty_22(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5>(marshaled.___GetBoolTrackedDeviceProperty_22, _GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5_il2cpp_TypeInfo_var)); unmarshaled.set_GetFloatTrackedDeviceProperty_23(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594>(marshaled.___GetFloatTrackedDeviceProperty_23, _GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594_il2cpp_TypeInfo_var)); unmarshaled.set_GetInt32TrackedDeviceProperty_24(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313>(marshaled.___GetInt32TrackedDeviceProperty_24, _GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313_il2cpp_TypeInfo_var)); unmarshaled.set_GetUint64TrackedDeviceProperty_25(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC>(marshaled.___GetUint64TrackedDeviceProperty_25, _GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC_il2cpp_TypeInfo_var)); unmarshaled.set_GetMatrix34TrackedDeviceProperty_26(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346>(marshaled.___GetMatrix34TrackedDeviceProperty_26, _GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346_il2cpp_TypeInfo_var)); unmarshaled.set_GetArrayTrackedDeviceProperty_27(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343>(marshaled.___GetArrayTrackedDeviceProperty_27, _GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343_il2cpp_TypeInfo_var)); unmarshaled.set_GetStringTrackedDeviceProperty_28(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0>(marshaled.___GetStringTrackedDeviceProperty_28, _GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0_il2cpp_TypeInfo_var)); unmarshaled.set_GetPropErrorNameFromEnum_29(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F>(marshaled.___GetPropErrorNameFromEnum_29, _GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F_il2cpp_TypeInfo_var)); unmarshaled.set_PollNextEvent_30(il2cpp_codegen_marshal_function_ptr_to_delegate<_PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF>(marshaled.___PollNextEvent_30, _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF_il2cpp_TypeInfo_var)); unmarshaled.set_PollNextEventWithPose_31(il2cpp_codegen_marshal_function_ptr_to_delegate<_PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD>(marshaled.___PollNextEventWithPose_31, _PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD_il2cpp_TypeInfo_var)); unmarshaled.set_GetEventTypeNameFromEnum_32(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9>(marshaled.___GetEventTypeNameFromEnum_32, _GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9_il2cpp_TypeInfo_var)); unmarshaled.set_GetHiddenAreaMesh_33(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50>(marshaled.___GetHiddenAreaMesh_33, _GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50_il2cpp_TypeInfo_var)); unmarshaled.set_GetControllerState_34(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC>(marshaled.___GetControllerState_34, _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC_il2cpp_TypeInfo_var)); unmarshaled.set_GetControllerStateWithPose_35(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56>(marshaled.___GetControllerStateWithPose_35, _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56_il2cpp_TypeInfo_var)); unmarshaled.set_TriggerHapticPulse_36(il2cpp_codegen_marshal_function_ptr_to_delegate<_TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830>(marshaled.___TriggerHapticPulse_36, _TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830_il2cpp_TypeInfo_var)); unmarshaled.set_GetButtonIdNameFromEnum_37(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0>(marshaled.___GetButtonIdNameFromEnum_37, _GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0_il2cpp_TypeInfo_var)); unmarshaled.set_GetControllerAxisTypeNameFromEnum_38(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112>(marshaled.___GetControllerAxisTypeNameFromEnum_38, _GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112_il2cpp_TypeInfo_var)); unmarshaled.set_IsInputAvailable_39(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220>(marshaled.___IsInputAvailable_39, _IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220_il2cpp_TypeInfo_var)); unmarshaled.set_IsSteamVRDrawingControllers_40(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800>(marshaled.___IsSteamVRDrawingControllers_40, _IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800_il2cpp_TypeInfo_var)); unmarshaled.set_ShouldApplicationPause_41(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32>(marshaled.___ShouldApplicationPause_41, _ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32_il2cpp_TypeInfo_var)); unmarshaled.set_ShouldApplicationReduceRenderingWork_42(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4>(marshaled.___ShouldApplicationReduceRenderingWork_42, _ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4_il2cpp_TypeInfo_var)); unmarshaled.set_DriverDebugRequest_43(il2cpp_codegen_marshal_function_ptr_to_delegate<_DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0>(marshaled.___DriverDebugRequest_43, _DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0_il2cpp_TypeInfo_var)); unmarshaled.set_PerformFirmwareUpdate_44(il2cpp_codegen_marshal_function_ptr_to_delegate<_PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79>(marshaled.___PerformFirmwareUpdate_44, _PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79_il2cpp_TypeInfo_var)); unmarshaled.set_AcknowledgeQuit_Exiting_45(il2cpp_codegen_marshal_function_ptr_to_delegate<_AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084>(marshaled.___AcknowledgeQuit_Exiting_45, _AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084_il2cpp_TypeInfo_var)); unmarshaled.set_AcknowledgeQuit_UserPrompt_46(il2cpp_codegen_marshal_function_ptr_to_delegate<_AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73>(marshaled.___AcknowledgeQuit_UserPrompt_46, _AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRSystem IL2CPP_EXTERN_C void IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshal_pinvoke_cleanup(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRSystem IL2CPP_EXTERN_C void IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshal_com(const IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B& unmarshaled, IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshaled_com& marshaled) { marshaled.___GetRecommendedRenderTargetSize_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRecommendedRenderTargetSize_0())); marshaled.___GetProjectionMatrix_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetProjectionMatrix_1())); marshaled.___GetProjectionRaw_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetProjectionRaw_2())); marshaled.___ComputeDistortion_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ComputeDistortion_3())); marshaled.___GetEyeToHeadTransform_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetEyeToHeadTransform_4())); marshaled.___GetTimeSinceLastVsync_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTimeSinceLastVsync_5())); marshaled.___GetD3D9AdapterIndex_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetD3D9AdapterIndex_6())); marshaled.___GetDXGIOutputInfo_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDXGIOutputInfo_7())); marshaled.___GetOutputDevice_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetOutputDevice_8())); marshaled.___IsDisplayOnDesktop_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsDisplayOnDesktop_9())); marshaled.___SetDisplayVisibility_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_SetDisplayVisibility_10())); marshaled.___GetDeviceToAbsoluteTrackingPose_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetDeviceToAbsoluteTrackingPose_11())); marshaled.___ResetSeatedZeroPose_12 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ResetSeatedZeroPose_12())); marshaled.___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13())); marshaled.___GetRawZeroPoseToStandingAbsoluteTrackingPose_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetRawZeroPoseToStandingAbsoluteTrackingPose_14())); marshaled.___GetSortedTrackedDeviceIndicesOfClass_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetSortedTrackedDeviceIndicesOfClass_15())); marshaled.___GetTrackedDeviceActivityLevel_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTrackedDeviceActivityLevel_16())); marshaled.___ApplyTransform_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ApplyTransform_17())); marshaled.___GetTrackedDeviceIndexForControllerRole_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTrackedDeviceIndexForControllerRole_18())); marshaled.___GetControllerRoleForTrackedDeviceIndex_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetControllerRoleForTrackedDeviceIndex_19())); marshaled.___GetTrackedDeviceClass_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetTrackedDeviceClass_20())); marshaled.___IsTrackedDeviceConnected_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsTrackedDeviceConnected_21())); marshaled.___GetBoolTrackedDeviceProperty_22 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetBoolTrackedDeviceProperty_22())); marshaled.___GetFloatTrackedDeviceProperty_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetFloatTrackedDeviceProperty_23())); marshaled.___GetInt32TrackedDeviceProperty_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetInt32TrackedDeviceProperty_24())); marshaled.___GetUint64TrackedDeviceProperty_25 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetUint64TrackedDeviceProperty_25())); marshaled.___GetMatrix34TrackedDeviceProperty_26 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetMatrix34TrackedDeviceProperty_26())); marshaled.___GetArrayTrackedDeviceProperty_27 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetArrayTrackedDeviceProperty_27())); marshaled.___GetStringTrackedDeviceProperty_28 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetStringTrackedDeviceProperty_28())); marshaled.___GetPropErrorNameFromEnum_29 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetPropErrorNameFromEnum_29())); marshaled.___PollNextEvent_30 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PollNextEvent_30())); marshaled.___PollNextEventWithPose_31 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PollNextEventWithPose_31())); marshaled.___GetEventTypeNameFromEnum_32 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetEventTypeNameFromEnum_32())); marshaled.___GetHiddenAreaMesh_33 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetHiddenAreaMesh_33())); marshaled.___GetControllerState_34 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetControllerState_34())); marshaled.___GetControllerStateWithPose_35 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetControllerStateWithPose_35())); marshaled.___TriggerHapticPulse_36 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_TriggerHapticPulse_36())); marshaled.___GetButtonIdNameFromEnum_37 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetButtonIdNameFromEnum_37())); marshaled.___GetControllerAxisTypeNameFromEnum_38 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetControllerAxisTypeNameFromEnum_38())); marshaled.___IsInputAvailable_39 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsInputAvailable_39())); marshaled.___IsSteamVRDrawingControllers_40 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_IsSteamVRDrawingControllers_40())); marshaled.___ShouldApplicationPause_41 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShouldApplicationPause_41())); marshaled.___ShouldApplicationReduceRenderingWork_42 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ShouldApplicationReduceRenderingWork_42())); marshaled.___DriverDebugRequest_43 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_DriverDebugRequest_43())); marshaled.___PerformFirmwareUpdate_44 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_PerformFirmwareUpdate_44())); marshaled.___AcknowledgeQuit_Exiting_45 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_AcknowledgeQuit_Exiting_45())); marshaled.___AcknowledgeQuit_UserPrompt_46 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_AcknowledgeQuit_UserPrompt_46())); } IL2CPP_EXTERN_C void IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshal_com_back(const IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshaled_com& marshaled, IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_GetRecommendedRenderTargetSize_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5>(marshaled.___GetRecommendedRenderTargetSize_0, _GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5_il2cpp_TypeInfo_var)); unmarshaled.set_GetProjectionMatrix_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A>(marshaled.___GetProjectionMatrix_1, _GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A_il2cpp_TypeInfo_var)); unmarshaled.set_GetProjectionRaw_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE>(marshaled.___GetProjectionRaw_2, _GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE_il2cpp_TypeInfo_var)); unmarshaled.set_ComputeDistortion_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02>(marshaled.___ComputeDistortion_3, _ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02_il2cpp_TypeInfo_var)); unmarshaled.set_GetEyeToHeadTransform_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148>(marshaled.___GetEyeToHeadTransform_4, _GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148_il2cpp_TypeInfo_var)); unmarshaled.set_GetTimeSinceLastVsync_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833>(marshaled.___GetTimeSinceLastVsync_5, _GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833_il2cpp_TypeInfo_var)); unmarshaled.set_GetD3D9AdapterIndex_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F>(marshaled.___GetD3D9AdapterIndex_6, _GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F_il2cpp_TypeInfo_var)); unmarshaled.set_GetDXGIOutputInfo_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53>(marshaled.___GetDXGIOutputInfo_7, _GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53_il2cpp_TypeInfo_var)); unmarshaled.set_GetOutputDevice_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43>(marshaled.___GetOutputDevice_8, _GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43_il2cpp_TypeInfo_var)); unmarshaled.set_IsDisplayOnDesktop_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2>(marshaled.___IsDisplayOnDesktop_9, _IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2_il2cpp_TypeInfo_var)); unmarshaled.set_SetDisplayVisibility_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1>(marshaled.___SetDisplayVisibility_10, _SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1_il2cpp_TypeInfo_var)); unmarshaled.set_GetDeviceToAbsoluteTrackingPose_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D>(marshaled.___GetDeviceToAbsoluteTrackingPose_11, _GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D_il2cpp_TypeInfo_var)); unmarshaled.set_ResetSeatedZeroPose_12(il2cpp_codegen_marshal_function_ptr_to_delegate<_ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9>(marshaled.___ResetSeatedZeroPose_12, _ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9_il2cpp_TypeInfo_var)); unmarshaled.set_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C>(marshaled.___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13, _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C_il2cpp_TypeInfo_var)); unmarshaled.set_GetRawZeroPoseToStandingAbsoluteTrackingPose_14(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1>(marshaled.___GetRawZeroPoseToStandingAbsoluteTrackingPose_14, _GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1_il2cpp_TypeInfo_var)); unmarshaled.set_GetSortedTrackedDeviceIndicesOfClass_15(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E>(marshaled.___GetSortedTrackedDeviceIndicesOfClass_15, _GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E_il2cpp_TypeInfo_var)); unmarshaled.set_GetTrackedDeviceActivityLevel_16(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C>(marshaled.___GetTrackedDeviceActivityLevel_16, _GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C_il2cpp_TypeInfo_var)); unmarshaled.set_ApplyTransform_17(il2cpp_codegen_marshal_function_ptr_to_delegate<_ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA>(marshaled.___ApplyTransform_17, _ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA_il2cpp_TypeInfo_var)); unmarshaled.set_GetTrackedDeviceIndexForControllerRole_18(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4>(marshaled.___GetTrackedDeviceIndexForControllerRole_18, _GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4_il2cpp_TypeInfo_var)); unmarshaled.set_GetControllerRoleForTrackedDeviceIndex_19(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436>(marshaled.___GetControllerRoleForTrackedDeviceIndex_19, _GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436_il2cpp_TypeInfo_var)); unmarshaled.set_GetTrackedDeviceClass_20(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0>(marshaled.___GetTrackedDeviceClass_20, _GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0_il2cpp_TypeInfo_var)); unmarshaled.set_IsTrackedDeviceConnected_21(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD>(marshaled.___IsTrackedDeviceConnected_21, _IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD_il2cpp_TypeInfo_var)); unmarshaled.set_GetBoolTrackedDeviceProperty_22(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5>(marshaled.___GetBoolTrackedDeviceProperty_22, _GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5_il2cpp_TypeInfo_var)); unmarshaled.set_GetFloatTrackedDeviceProperty_23(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594>(marshaled.___GetFloatTrackedDeviceProperty_23, _GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594_il2cpp_TypeInfo_var)); unmarshaled.set_GetInt32TrackedDeviceProperty_24(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313>(marshaled.___GetInt32TrackedDeviceProperty_24, _GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313_il2cpp_TypeInfo_var)); unmarshaled.set_GetUint64TrackedDeviceProperty_25(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC>(marshaled.___GetUint64TrackedDeviceProperty_25, _GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC_il2cpp_TypeInfo_var)); unmarshaled.set_GetMatrix34TrackedDeviceProperty_26(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346>(marshaled.___GetMatrix34TrackedDeviceProperty_26, _GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346_il2cpp_TypeInfo_var)); unmarshaled.set_GetArrayTrackedDeviceProperty_27(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343>(marshaled.___GetArrayTrackedDeviceProperty_27, _GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343_il2cpp_TypeInfo_var)); unmarshaled.set_GetStringTrackedDeviceProperty_28(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0>(marshaled.___GetStringTrackedDeviceProperty_28, _GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0_il2cpp_TypeInfo_var)); unmarshaled.set_GetPropErrorNameFromEnum_29(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F>(marshaled.___GetPropErrorNameFromEnum_29, _GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F_il2cpp_TypeInfo_var)); unmarshaled.set_PollNextEvent_30(il2cpp_codegen_marshal_function_ptr_to_delegate<_PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF>(marshaled.___PollNextEvent_30, _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF_il2cpp_TypeInfo_var)); unmarshaled.set_PollNextEventWithPose_31(il2cpp_codegen_marshal_function_ptr_to_delegate<_PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD>(marshaled.___PollNextEventWithPose_31, _PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD_il2cpp_TypeInfo_var)); unmarshaled.set_GetEventTypeNameFromEnum_32(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9>(marshaled.___GetEventTypeNameFromEnum_32, _GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9_il2cpp_TypeInfo_var)); unmarshaled.set_GetHiddenAreaMesh_33(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50>(marshaled.___GetHiddenAreaMesh_33, _GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50_il2cpp_TypeInfo_var)); unmarshaled.set_GetControllerState_34(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC>(marshaled.___GetControllerState_34, _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC_il2cpp_TypeInfo_var)); unmarshaled.set_GetControllerStateWithPose_35(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56>(marshaled.___GetControllerStateWithPose_35, _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56_il2cpp_TypeInfo_var)); unmarshaled.set_TriggerHapticPulse_36(il2cpp_codegen_marshal_function_ptr_to_delegate<_TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830>(marshaled.___TriggerHapticPulse_36, _TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830_il2cpp_TypeInfo_var)); unmarshaled.set_GetButtonIdNameFromEnum_37(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0>(marshaled.___GetButtonIdNameFromEnum_37, _GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0_il2cpp_TypeInfo_var)); unmarshaled.set_GetControllerAxisTypeNameFromEnum_38(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112>(marshaled.___GetControllerAxisTypeNameFromEnum_38, _GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112_il2cpp_TypeInfo_var)); unmarshaled.set_IsInputAvailable_39(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220>(marshaled.___IsInputAvailable_39, _IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220_il2cpp_TypeInfo_var)); unmarshaled.set_IsSteamVRDrawingControllers_40(il2cpp_codegen_marshal_function_ptr_to_delegate<_IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800>(marshaled.___IsSteamVRDrawingControllers_40, _IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800_il2cpp_TypeInfo_var)); unmarshaled.set_ShouldApplicationPause_41(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32>(marshaled.___ShouldApplicationPause_41, _ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32_il2cpp_TypeInfo_var)); unmarshaled.set_ShouldApplicationReduceRenderingWork_42(il2cpp_codegen_marshal_function_ptr_to_delegate<_ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4>(marshaled.___ShouldApplicationReduceRenderingWork_42, _ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4_il2cpp_TypeInfo_var)); unmarshaled.set_DriverDebugRequest_43(il2cpp_codegen_marshal_function_ptr_to_delegate<_DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0>(marshaled.___DriverDebugRequest_43, _DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0_il2cpp_TypeInfo_var)); unmarshaled.set_PerformFirmwareUpdate_44(il2cpp_codegen_marshal_function_ptr_to_delegate<_PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79>(marshaled.___PerformFirmwareUpdate_44, _PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79_il2cpp_TypeInfo_var)); unmarshaled.set_AcknowledgeQuit_Exiting_45(il2cpp_codegen_marshal_function_ptr_to_delegate<_AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084>(marshaled.___AcknowledgeQuit_Exiting_45, _AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084_il2cpp_TypeInfo_var)); unmarshaled.set_AcknowledgeQuit_UserPrompt_46(il2cpp_codegen_marshal_function_ptr_to_delegate<_AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73>(marshaled.___AcknowledgeQuit_UserPrompt_46, _AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRSystem IL2CPP_EXTERN_C void IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshal_com_cleanup(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVR.OpenVR.IVRTrackedCamera IL2CPP_EXTERN_C void IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshal_pinvoke(const IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB& unmarshaled, IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshaled_pinvoke& marshaled) { marshaled.___GetCameraErrorNameFromEnum_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCameraErrorNameFromEnum_0())); marshaled.___HasCamera_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_HasCamera_1())); marshaled.___GetCameraFrameSize_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCameraFrameSize_2())); marshaled.___GetCameraIntrinsics_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCameraIntrinsics_3())); marshaled.___GetCameraProjection_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCameraProjection_4())); marshaled.___AcquireVideoStreamingService_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_AcquireVideoStreamingService_5())); marshaled.___ReleaseVideoStreamingService_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReleaseVideoStreamingService_6())); marshaled.___GetVideoStreamFrameBuffer_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetVideoStreamFrameBuffer_7())); marshaled.___GetVideoStreamTextureSize_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetVideoStreamTextureSize_8())); marshaled.___GetVideoStreamTextureD3D11_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetVideoStreamTextureD3D11_9())); marshaled.___GetVideoStreamTextureGL_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetVideoStreamTextureGL_10())); marshaled.___ReleaseVideoStreamTextureGL_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReleaseVideoStreamTextureGL_11())); } IL2CPP_EXTERN_C void IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshal_pinvoke_back(const IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshaled_pinvoke& marshaled, IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_GetCameraErrorNameFromEnum_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849>(marshaled.___GetCameraErrorNameFromEnum_0, _GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849_il2cpp_TypeInfo_var)); unmarshaled.set_HasCamera_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6>(marshaled.___HasCamera_1, _HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6_il2cpp_TypeInfo_var)); unmarshaled.set_GetCameraFrameSize_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA>(marshaled.___GetCameraFrameSize_2, _GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA_il2cpp_TypeInfo_var)); unmarshaled.set_GetCameraIntrinsics_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D>(marshaled.___GetCameraIntrinsics_3, _GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D_il2cpp_TypeInfo_var)); unmarshaled.set_GetCameraProjection_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7>(marshaled.___GetCameraProjection_4, _GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7_il2cpp_TypeInfo_var)); unmarshaled.set_AcquireVideoStreamingService_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F>(marshaled.___AcquireVideoStreamingService_5, _AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F_il2cpp_TypeInfo_var)); unmarshaled.set_ReleaseVideoStreamingService_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151>(marshaled.___ReleaseVideoStreamingService_6, _ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151_il2cpp_TypeInfo_var)); unmarshaled.set_GetVideoStreamFrameBuffer_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA>(marshaled.___GetVideoStreamFrameBuffer_7, _GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA_il2cpp_TypeInfo_var)); unmarshaled.set_GetVideoStreamTextureSize_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533>(marshaled.___GetVideoStreamTextureSize_8, _GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533_il2cpp_TypeInfo_var)); unmarshaled.set_GetVideoStreamTextureD3D11_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D>(marshaled.___GetVideoStreamTextureD3D11_9, _GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D_il2cpp_TypeInfo_var)); unmarshaled.set_GetVideoStreamTextureGL_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370>(marshaled.___GetVideoStreamTextureGL_10, _GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370_il2cpp_TypeInfo_var)); unmarshaled.set_ReleaseVideoStreamTextureGL_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF>(marshaled.___ReleaseVideoStreamTextureGL_11, _ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRTrackedCamera IL2CPP_EXTERN_C void IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshal_pinvoke_cleanup(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVR.OpenVR.IVRTrackedCamera IL2CPP_EXTERN_C void IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshal_com(const IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB& unmarshaled, IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshaled_com& marshaled) { marshaled.___GetCameraErrorNameFromEnum_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCameraErrorNameFromEnum_0())); marshaled.___HasCamera_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_HasCamera_1())); marshaled.___GetCameraFrameSize_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCameraFrameSize_2())); marshaled.___GetCameraIntrinsics_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCameraIntrinsics_3())); marshaled.___GetCameraProjection_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetCameraProjection_4())); marshaled.___AcquireVideoStreamingService_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_AcquireVideoStreamingService_5())); marshaled.___ReleaseVideoStreamingService_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReleaseVideoStreamingService_6())); marshaled.___GetVideoStreamFrameBuffer_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetVideoStreamFrameBuffer_7())); marshaled.___GetVideoStreamTextureSize_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetVideoStreamTextureSize_8())); marshaled.___GetVideoStreamTextureD3D11_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetVideoStreamTextureD3D11_9())); marshaled.___GetVideoStreamTextureGL_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_GetVideoStreamTextureGL_10())); marshaled.___ReleaseVideoStreamTextureGL_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_ReleaseVideoStreamTextureGL_11())); } IL2CPP_EXTERN_C void IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshal_com_back(const IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshaled_com& marshaled, IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_GetCameraErrorNameFromEnum_0(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849>(marshaled.___GetCameraErrorNameFromEnum_0, _GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849_il2cpp_TypeInfo_var)); unmarshaled.set_HasCamera_1(il2cpp_codegen_marshal_function_ptr_to_delegate<_HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6>(marshaled.___HasCamera_1, _HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6_il2cpp_TypeInfo_var)); unmarshaled.set_GetCameraFrameSize_2(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA>(marshaled.___GetCameraFrameSize_2, _GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA_il2cpp_TypeInfo_var)); unmarshaled.set_GetCameraIntrinsics_3(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D>(marshaled.___GetCameraIntrinsics_3, _GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D_il2cpp_TypeInfo_var)); unmarshaled.set_GetCameraProjection_4(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7>(marshaled.___GetCameraProjection_4, _GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7_il2cpp_TypeInfo_var)); unmarshaled.set_AcquireVideoStreamingService_5(il2cpp_codegen_marshal_function_ptr_to_delegate<_AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F>(marshaled.___AcquireVideoStreamingService_5, _AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F_il2cpp_TypeInfo_var)); unmarshaled.set_ReleaseVideoStreamingService_6(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151>(marshaled.___ReleaseVideoStreamingService_6, _ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151_il2cpp_TypeInfo_var)); unmarshaled.set_GetVideoStreamFrameBuffer_7(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA>(marshaled.___GetVideoStreamFrameBuffer_7, _GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA_il2cpp_TypeInfo_var)); unmarshaled.set_GetVideoStreamTextureSize_8(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533>(marshaled.___GetVideoStreamTextureSize_8, _GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533_il2cpp_TypeInfo_var)); unmarshaled.set_GetVideoStreamTextureD3D11_9(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D>(marshaled.___GetVideoStreamTextureD3D11_9, _GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D_il2cpp_TypeInfo_var)); unmarshaled.set_GetVideoStreamTextureGL_10(il2cpp_codegen_marshal_function_ptr_to_delegate<_GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370>(marshaled.___GetVideoStreamTextureGL_10, _GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370_il2cpp_TypeInfo_var)); unmarshaled.set_ReleaseVideoStreamTextureGL_11(il2cpp_codegen_marshal_function_ptr_to_delegate<_ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF>(marshaled.___ReleaseVideoStreamTextureGL_11, _ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: OVR.OpenVR.IVRTrackedCamera IL2CPP_EXTERN_C void IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshal_com_cleanup(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String OVR.OpenVR.InputOriginInfo_t::get_rchRenderModelComponentName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputOriginInfo_t_get_rchRenderModelComponentName_mE62BCF7D95CC35803EA84AA6AFBF49B85E9C90BC (InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var stringBuilder = new System.Text.StringBuilder(128); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_0, ((int32_t)128), /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName0); StringBuilder_t * L_1 = L_0; uint8_t L_2 = __this->get_rchRenderModelComponentName0_2(); NullCheck(L_1); StringBuilder_t * L_3; L_3 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_1, L_2, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName1); StringBuilder_t * L_4 = L_1; uint8_t L_5 = __this->get_rchRenderModelComponentName1_3(); NullCheck(L_4); StringBuilder_t * L_6; L_6 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_4, L_5, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName2); StringBuilder_t * L_7 = L_4; uint8_t L_8 = __this->get_rchRenderModelComponentName2_4(); NullCheck(L_7); StringBuilder_t * L_9; L_9 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_7, L_8, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName3); StringBuilder_t * L_10 = L_7; uint8_t L_11 = __this->get_rchRenderModelComponentName3_5(); NullCheck(L_10); StringBuilder_t * L_12; L_12 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_10, L_11, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName4); StringBuilder_t * L_13 = L_10; uint8_t L_14 = __this->get_rchRenderModelComponentName4_6(); NullCheck(L_13); StringBuilder_t * L_15; L_15 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_13, L_14, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName5); StringBuilder_t * L_16 = L_13; uint8_t L_17 = __this->get_rchRenderModelComponentName5_7(); NullCheck(L_16); StringBuilder_t * L_18; L_18 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_16, L_17, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName6); StringBuilder_t * L_19 = L_16; uint8_t L_20 = __this->get_rchRenderModelComponentName6_8(); NullCheck(L_19); StringBuilder_t * L_21; L_21 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_19, L_20, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName7); StringBuilder_t * L_22 = L_19; uint8_t L_23 = __this->get_rchRenderModelComponentName7_9(); NullCheck(L_22); StringBuilder_t * L_24; L_24 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_22, L_23, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName8); StringBuilder_t * L_25 = L_22; uint8_t L_26 = __this->get_rchRenderModelComponentName8_10(); NullCheck(L_25); StringBuilder_t * L_27; L_27 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_25, L_26, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName9); StringBuilder_t * L_28 = L_25; uint8_t L_29 = __this->get_rchRenderModelComponentName9_11(); NullCheck(L_28); StringBuilder_t * L_30; L_30 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_28, L_29, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName10); StringBuilder_t * L_31 = L_28; uint8_t L_32 = __this->get_rchRenderModelComponentName10_12(); NullCheck(L_31); StringBuilder_t * L_33; L_33 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_31, L_32, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName11); StringBuilder_t * L_34 = L_31; uint8_t L_35 = __this->get_rchRenderModelComponentName11_13(); NullCheck(L_34); StringBuilder_t * L_36; L_36 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_34, L_35, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName12); StringBuilder_t * L_37 = L_34; uint8_t L_38 = __this->get_rchRenderModelComponentName12_14(); NullCheck(L_37); StringBuilder_t * L_39; L_39 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_37, L_38, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName13); StringBuilder_t * L_40 = L_37; uint8_t L_41 = __this->get_rchRenderModelComponentName13_15(); NullCheck(L_40); StringBuilder_t * L_42; L_42 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_40, L_41, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName14); StringBuilder_t * L_43 = L_40; uint8_t L_44 = __this->get_rchRenderModelComponentName14_16(); NullCheck(L_43); StringBuilder_t * L_45; L_45 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_43, L_44, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName15); StringBuilder_t * L_46 = L_43; uint8_t L_47 = __this->get_rchRenderModelComponentName15_17(); NullCheck(L_46); StringBuilder_t * L_48; L_48 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_46, L_47, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName16); StringBuilder_t * L_49 = L_46; uint8_t L_50 = __this->get_rchRenderModelComponentName16_18(); NullCheck(L_49); StringBuilder_t * L_51; L_51 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_49, L_50, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName17); StringBuilder_t * L_52 = L_49; uint8_t L_53 = __this->get_rchRenderModelComponentName17_19(); NullCheck(L_52); StringBuilder_t * L_54; L_54 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_52, L_53, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName18); StringBuilder_t * L_55 = L_52; uint8_t L_56 = __this->get_rchRenderModelComponentName18_20(); NullCheck(L_55); StringBuilder_t * L_57; L_57 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_55, L_56, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName19); StringBuilder_t * L_58 = L_55; uint8_t L_59 = __this->get_rchRenderModelComponentName19_21(); NullCheck(L_58); StringBuilder_t * L_60; L_60 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_58, L_59, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName20); StringBuilder_t * L_61 = L_58; uint8_t L_62 = __this->get_rchRenderModelComponentName20_22(); NullCheck(L_61); StringBuilder_t * L_63; L_63 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_61, L_62, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName21); StringBuilder_t * L_64 = L_61; uint8_t L_65 = __this->get_rchRenderModelComponentName21_23(); NullCheck(L_64); StringBuilder_t * L_66; L_66 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_64, L_65, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName22); StringBuilder_t * L_67 = L_64; uint8_t L_68 = __this->get_rchRenderModelComponentName22_24(); NullCheck(L_67); StringBuilder_t * L_69; L_69 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_67, L_68, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName23); StringBuilder_t * L_70 = L_67; uint8_t L_71 = __this->get_rchRenderModelComponentName23_25(); NullCheck(L_70); StringBuilder_t * L_72; L_72 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_70, L_71, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName24); StringBuilder_t * L_73 = L_70; uint8_t L_74 = __this->get_rchRenderModelComponentName24_26(); NullCheck(L_73); StringBuilder_t * L_75; L_75 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_73, L_74, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName25); StringBuilder_t * L_76 = L_73; uint8_t L_77 = __this->get_rchRenderModelComponentName25_27(); NullCheck(L_76); StringBuilder_t * L_78; L_78 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_76, L_77, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName26); StringBuilder_t * L_79 = L_76; uint8_t L_80 = __this->get_rchRenderModelComponentName26_28(); NullCheck(L_79); StringBuilder_t * L_81; L_81 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_79, L_80, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName27); StringBuilder_t * L_82 = L_79; uint8_t L_83 = __this->get_rchRenderModelComponentName27_29(); NullCheck(L_82); StringBuilder_t * L_84; L_84 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_82, L_83, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName28); StringBuilder_t * L_85 = L_82; uint8_t L_86 = __this->get_rchRenderModelComponentName28_30(); NullCheck(L_85); StringBuilder_t * L_87; L_87 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_85, L_86, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName29); StringBuilder_t * L_88 = L_85; uint8_t L_89 = __this->get_rchRenderModelComponentName29_31(); NullCheck(L_88); StringBuilder_t * L_90; L_90 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_88, L_89, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName30); StringBuilder_t * L_91 = L_88; uint8_t L_92 = __this->get_rchRenderModelComponentName30_32(); NullCheck(L_91); StringBuilder_t * L_93; L_93 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_91, L_92, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName31); StringBuilder_t * L_94 = L_91; uint8_t L_95 = __this->get_rchRenderModelComponentName31_33(); NullCheck(L_94); StringBuilder_t * L_96; L_96 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_94, L_95, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName32); StringBuilder_t * L_97 = L_94; uint8_t L_98 = __this->get_rchRenderModelComponentName32_34(); NullCheck(L_97); StringBuilder_t * L_99; L_99 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_97, L_98, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName33); StringBuilder_t * L_100 = L_97; uint8_t L_101 = __this->get_rchRenderModelComponentName33_35(); NullCheck(L_100); StringBuilder_t * L_102; L_102 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_100, L_101, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName34); StringBuilder_t * L_103 = L_100; uint8_t L_104 = __this->get_rchRenderModelComponentName34_36(); NullCheck(L_103); StringBuilder_t * L_105; L_105 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_103, L_104, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName35); StringBuilder_t * L_106 = L_103; uint8_t L_107 = __this->get_rchRenderModelComponentName35_37(); NullCheck(L_106); StringBuilder_t * L_108; L_108 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_106, L_107, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName36); StringBuilder_t * L_109 = L_106; uint8_t L_110 = __this->get_rchRenderModelComponentName36_38(); NullCheck(L_109); StringBuilder_t * L_111; L_111 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_109, L_110, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName37); StringBuilder_t * L_112 = L_109; uint8_t L_113 = __this->get_rchRenderModelComponentName37_39(); NullCheck(L_112); StringBuilder_t * L_114; L_114 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_112, L_113, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName38); StringBuilder_t * L_115 = L_112; uint8_t L_116 = __this->get_rchRenderModelComponentName38_40(); NullCheck(L_115); StringBuilder_t * L_117; L_117 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_115, L_116, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName39); StringBuilder_t * L_118 = L_115; uint8_t L_119 = __this->get_rchRenderModelComponentName39_41(); NullCheck(L_118); StringBuilder_t * L_120; L_120 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_118, L_119, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName40); StringBuilder_t * L_121 = L_118; uint8_t L_122 = __this->get_rchRenderModelComponentName40_42(); NullCheck(L_121); StringBuilder_t * L_123; L_123 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_121, L_122, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName41); StringBuilder_t * L_124 = L_121; uint8_t L_125 = __this->get_rchRenderModelComponentName41_43(); NullCheck(L_124); StringBuilder_t * L_126; L_126 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_124, L_125, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName42); StringBuilder_t * L_127 = L_124; uint8_t L_128 = __this->get_rchRenderModelComponentName42_44(); NullCheck(L_127); StringBuilder_t * L_129; L_129 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_127, L_128, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName43); StringBuilder_t * L_130 = L_127; uint8_t L_131 = __this->get_rchRenderModelComponentName43_45(); NullCheck(L_130); StringBuilder_t * L_132; L_132 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_130, L_131, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName44); StringBuilder_t * L_133 = L_130; uint8_t L_134 = __this->get_rchRenderModelComponentName44_46(); NullCheck(L_133); StringBuilder_t * L_135; L_135 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_133, L_134, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName45); StringBuilder_t * L_136 = L_133; uint8_t L_137 = __this->get_rchRenderModelComponentName45_47(); NullCheck(L_136); StringBuilder_t * L_138; L_138 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_136, L_137, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName46); StringBuilder_t * L_139 = L_136; uint8_t L_140 = __this->get_rchRenderModelComponentName46_48(); NullCheck(L_139); StringBuilder_t * L_141; L_141 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_139, L_140, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName47); StringBuilder_t * L_142 = L_139; uint8_t L_143 = __this->get_rchRenderModelComponentName47_49(); NullCheck(L_142); StringBuilder_t * L_144; L_144 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_142, L_143, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName48); StringBuilder_t * L_145 = L_142; uint8_t L_146 = __this->get_rchRenderModelComponentName48_50(); NullCheck(L_145); StringBuilder_t * L_147; L_147 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_145, L_146, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName49); StringBuilder_t * L_148 = L_145; uint8_t L_149 = __this->get_rchRenderModelComponentName49_51(); NullCheck(L_148); StringBuilder_t * L_150; L_150 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_148, L_149, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName50); StringBuilder_t * L_151 = L_148; uint8_t L_152 = __this->get_rchRenderModelComponentName50_52(); NullCheck(L_151); StringBuilder_t * L_153; L_153 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_151, L_152, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName51); StringBuilder_t * L_154 = L_151; uint8_t L_155 = __this->get_rchRenderModelComponentName51_53(); NullCheck(L_154); StringBuilder_t * L_156; L_156 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_154, L_155, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName52); StringBuilder_t * L_157 = L_154; uint8_t L_158 = __this->get_rchRenderModelComponentName52_54(); NullCheck(L_157); StringBuilder_t * L_159; L_159 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_157, L_158, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName53); StringBuilder_t * L_160 = L_157; uint8_t L_161 = __this->get_rchRenderModelComponentName53_55(); NullCheck(L_160); StringBuilder_t * L_162; L_162 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_160, L_161, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName54); StringBuilder_t * L_163 = L_160; uint8_t L_164 = __this->get_rchRenderModelComponentName54_56(); NullCheck(L_163); StringBuilder_t * L_165; L_165 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_163, L_164, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName55); StringBuilder_t * L_166 = L_163; uint8_t L_167 = __this->get_rchRenderModelComponentName55_57(); NullCheck(L_166); StringBuilder_t * L_168; L_168 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_166, L_167, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName56); StringBuilder_t * L_169 = L_166; uint8_t L_170 = __this->get_rchRenderModelComponentName56_58(); NullCheck(L_169); StringBuilder_t * L_171; L_171 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_169, L_170, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName57); StringBuilder_t * L_172 = L_169; uint8_t L_173 = __this->get_rchRenderModelComponentName57_59(); NullCheck(L_172); StringBuilder_t * L_174; L_174 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_172, L_173, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName58); StringBuilder_t * L_175 = L_172; uint8_t L_176 = __this->get_rchRenderModelComponentName58_60(); NullCheck(L_175); StringBuilder_t * L_177; L_177 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_175, L_176, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName59); StringBuilder_t * L_178 = L_175; uint8_t L_179 = __this->get_rchRenderModelComponentName59_61(); NullCheck(L_178); StringBuilder_t * L_180; L_180 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_178, L_179, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName60); StringBuilder_t * L_181 = L_178; uint8_t L_182 = __this->get_rchRenderModelComponentName60_62(); NullCheck(L_181); StringBuilder_t * L_183; L_183 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_181, L_182, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName61); StringBuilder_t * L_184 = L_181; uint8_t L_185 = __this->get_rchRenderModelComponentName61_63(); NullCheck(L_184); StringBuilder_t * L_186; L_186 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_184, L_185, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName62); StringBuilder_t * L_187 = L_184; uint8_t L_188 = __this->get_rchRenderModelComponentName62_64(); NullCheck(L_187); StringBuilder_t * L_189; L_189 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_187, L_188, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName63); StringBuilder_t * L_190 = L_187; uint8_t L_191 = __this->get_rchRenderModelComponentName63_65(); NullCheck(L_190); StringBuilder_t * L_192; L_192 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_190, L_191, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName64); StringBuilder_t * L_193 = L_190; uint8_t L_194 = __this->get_rchRenderModelComponentName64_66(); NullCheck(L_193); StringBuilder_t * L_195; L_195 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_193, L_194, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName65); StringBuilder_t * L_196 = L_193; uint8_t L_197 = __this->get_rchRenderModelComponentName65_67(); NullCheck(L_196); StringBuilder_t * L_198; L_198 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_196, L_197, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName66); StringBuilder_t * L_199 = L_196; uint8_t L_200 = __this->get_rchRenderModelComponentName66_68(); NullCheck(L_199); StringBuilder_t * L_201; L_201 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_199, L_200, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName67); StringBuilder_t * L_202 = L_199; uint8_t L_203 = __this->get_rchRenderModelComponentName67_69(); NullCheck(L_202); StringBuilder_t * L_204; L_204 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_202, L_203, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName68); StringBuilder_t * L_205 = L_202; uint8_t L_206 = __this->get_rchRenderModelComponentName68_70(); NullCheck(L_205); StringBuilder_t * L_207; L_207 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_205, L_206, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName69); StringBuilder_t * L_208 = L_205; uint8_t L_209 = __this->get_rchRenderModelComponentName69_71(); NullCheck(L_208); StringBuilder_t * L_210; L_210 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_208, L_209, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName70); StringBuilder_t * L_211 = L_208; uint8_t L_212 = __this->get_rchRenderModelComponentName70_72(); NullCheck(L_211); StringBuilder_t * L_213; L_213 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_211, L_212, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName71); StringBuilder_t * L_214 = L_211; uint8_t L_215 = __this->get_rchRenderModelComponentName71_73(); NullCheck(L_214); StringBuilder_t * L_216; L_216 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_214, L_215, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName72); StringBuilder_t * L_217 = L_214; uint8_t L_218 = __this->get_rchRenderModelComponentName72_74(); NullCheck(L_217); StringBuilder_t * L_219; L_219 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_217, L_218, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName73); StringBuilder_t * L_220 = L_217; uint8_t L_221 = __this->get_rchRenderModelComponentName73_75(); NullCheck(L_220); StringBuilder_t * L_222; L_222 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_220, L_221, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName74); StringBuilder_t * L_223 = L_220; uint8_t L_224 = __this->get_rchRenderModelComponentName74_76(); NullCheck(L_223); StringBuilder_t * L_225; L_225 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_223, L_224, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName75); StringBuilder_t * L_226 = L_223; uint8_t L_227 = __this->get_rchRenderModelComponentName75_77(); NullCheck(L_226); StringBuilder_t * L_228; L_228 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_226, L_227, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName76); StringBuilder_t * L_229 = L_226; uint8_t L_230 = __this->get_rchRenderModelComponentName76_78(); NullCheck(L_229); StringBuilder_t * L_231; L_231 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_229, L_230, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName77); StringBuilder_t * L_232 = L_229; uint8_t L_233 = __this->get_rchRenderModelComponentName77_79(); NullCheck(L_232); StringBuilder_t * L_234; L_234 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_232, L_233, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName78); StringBuilder_t * L_235 = L_232; uint8_t L_236 = __this->get_rchRenderModelComponentName78_80(); NullCheck(L_235); StringBuilder_t * L_237; L_237 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_235, L_236, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName79); StringBuilder_t * L_238 = L_235; uint8_t L_239 = __this->get_rchRenderModelComponentName79_81(); NullCheck(L_238); StringBuilder_t * L_240; L_240 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_238, L_239, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName80); StringBuilder_t * L_241 = L_238; uint8_t L_242 = __this->get_rchRenderModelComponentName80_82(); NullCheck(L_241); StringBuilder_t * L_243; L_243 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_241, L_242, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName81); StringBuilder_t * L_244 = L_241; uint8_t L_245 = __this->get_rchRenderModelComponentName81_83(); NullCheck(L_244); StringBuilder_t * L_246; L_246 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_244, L_245, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName82); StringBuilder_t * L_247 = L_244; uint8_t L_248 = __this->get_rchRenderModelComponentName82_84(); NullCheck(L_247); StringBuilder_t * L_249; L_249 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_247, L_248, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName83); StringBuilder_t * L_250 = L_247; uint8_t L_251 = __this->get_rchRenderModelComponentName83_85(); NullCheck(L_250); StringBuilder_t * L_252; L_252 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_250, L_251, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName84); StringBuilder_t * L_253 = L_250; uint8_t L_254 = __this->get_rchRenderModelComponentName84_86(); NullCheck(L_253); StringBuilder_t * L_255; L_255 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_253, L_254, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName85); StringBuilder_t * L_256 = L_253; uint8_t L_257 = __this->get_rchRenderModelComponentName85_87(); NullCheck(L_256); StringBuilder_t * L_258; L_258 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_256, L_257, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName86); StringBuilder_t * L_259 = L_256; uint8_t L_260 = __this->get_rchRenderModelComponentName86_88(); NullCheck(L_259); StringBuilder_t * L_261; L_261 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_259, L_260, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName87); StringBuilder_t * L_262 = L_259; uint8_t L_263 = __this->get_rchRenderModelComponentName87_89(); NullCheck(L_262); StringBuilder_t * L_264; L_264 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_262, L_263, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName88); StringBuilder_t * L_265 = L_262; uint8_t L_266 = __this->get_rchRenderModelComponentName88_90(); NullCheck(L_265); StringBuilder_t * L_267; L_267 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_265, L_266, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName89); StringBuilder_t * L_268 = L_265; uint8_t L_269 = __this->get_rchRenderModelComponentName89_91(); NullCheck(L_268); StringBuilder_t * L_270; L_270 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_268, L_269, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName90); StringBuilder_t * L_271 = L_268; uint8_t L_272 = __this->get_rchRenderModelComponentName90_92(); NullCheck(L_271); StringBuilder_t * L_273; L_273 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_271, L_272, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName91); StringBuilder_t * L_274 = L_271; uint8_t L_275 = __this->get_rchRenderModelComponentName91_93(); NullCheck(L_274); StringBuilder_t * L_276; L_276 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_274, L_275, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName92); StringBuilder_t * L_277 = L_274; uint8_t L_278 = __this->get_rchRenderModelComponentName92_94(); NullCheck(L_277); StringBuilder_t * L_279; L_279 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_277, L_278, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName93); StringBuilder_t * L_280 = L_277; uint8_t L_281 = __this->get_rchRenderModelComponentName93_95(); NullCheck(L_280); StringBuilder_t * L_282; L_282 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_280, L_281, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName94); StringBuilder_t * L_283 = L_280; uint8_t L_284 = __this->get_rchRenderModelComponentName94_96(); NullCheck(L_283); StringBuilder_t * L_285; L_285 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_283, L_284, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName95); StringBuilder_t * L_286 = L_283; uint8_t L_287 = __this->get_rchRenderModelComponentName95_97(); NullCheck(L_286); StringBuilder_t * L_288; L_288 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_286, L_287, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName96); StringBuilder_t * L_289 = L_286; uint8_t L_290 = __this->get_rchRenderModelComponentName96_98(); NullCheck(L_289); StringBuilder_t * L_291; L_291 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_289, L_290, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName97); StringBuilder_t * L_292 = L_289; uint8_t L_293 = __this->get_rchRenderModelComponentName97_99(); NullCheck(L_292); StringBuilder_t * L_294; L_294 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_292, L_293, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName98); StringBuilder_t * L_295 = L_292; uint8_t L_296 = __this->get_rchRenderModelComponentName98_100(); NullCheck(L_295); StringBuilder_t * L_297; L_297 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_295, L_296, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName99); StringBuilder_t * L_298 = L_295; uint8_t L_299 = __this->get_rchRenderModelComponentName99_101(); NullCheck(L_298); StringBuilder_t * L_300; L_300 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_298, L_299, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName100); StringBuilder_t * L_301 = L_298; uint8_t L_302 = __this->get_rchRenderModelComponentName100_102(); NullCheck(L_301); StringBuilder_t * L_303; L_303 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_301, L_302, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName101); StringBuilder_t * L_304 = L_301; uint8_t L_305 = __this->get_rchRenderModelComponentName101_103(); NullCheck(L_304); StringBuilder_t * L_306; L_306 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_304, L_305, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName102); StringBuilder_t * L_307 = L_304; uint8_t L_308 = __this->get_rchRenderModelComponentName102_104(); NullCheck(L_307); StringBuilder_t * L_309; L_309 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_307, L_308, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName103); StringBuilder_t * L_310 = L_307; uint8_t L_311 = __this->get_rchRenderModelComponentName103_105(); NullCheck(L_310); StringBuilder_t * L_312; L_312 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_310, L_311, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName104); StringBuilder_t * L_313 = L_310; uint8_t L_314 = __this->get_rchRenderModelComponentName104_106(); NullCheck(L_313); StringBuilder_t * L_315; L_315 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_313, L_314, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName105); StringBuilder_t * L_316 = L_313; uint8_t L_317 = __this->get_rchRenderModelComponentName105_107(); NullCheck(L_316); StringBuilder_t * L_318; L_318 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_316, L_317, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName106); StringBuilder_t * L_319 = L_316; uint8_t L_320 = __this->get_rchRenderModelComponentName106_108(); NullCheck(L_319); StringBuilder_t * L_321; L_321 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_319, L_320, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName107); StringBuilder_t * L_322 = L_319; uint8_t L_323 = __this->get_rchRenderModelComponentName107_109(); NullCheck(L_322); StringBuilder_t * L_324; L_324 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_322, L_323, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName108); StringBuilder_t * L_325 = L_322; uint8_t L_326 = __this->get_rchRenderModelComponentName108_110(); NullCheck(L_325); StringBuilder_t * L_327; L_327 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_325, L_326, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName109); StringBuilder_t * L_328 = L_325; uint8_t L_329 = __this->get_rchRenderModelComponentName109_111(); NullCheck(L_328); StringBuilder_t * L_330; L_330 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_328, L_329, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName110); StringBuilder_t * L_331 = L_328; uint8_t L_332 = __this->get_rchRenderModelComponentName110_112(); NullCheck(L_331); StringBuilder_t * L_333; L_333 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_331, L_332, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName111); StringBuilder_t * L_334 = L_331; uint8_t L_335 = __this->get_rchRenderModelComponentName111_113(); NullCheck(L_334); StringBuilder_t * L_336; L_336 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_334, L_335, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName112); StringBuilder_t * L_337 = L_334; uint8_t L_338 = __this->get_rchRenderModelComponentName112_114(); NullCheck(L_337); StringBuilder_t * L_339; L_339 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_337, L_338, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName113); StringBuilder_t * L_340 = L_337; uint8_t L_341 = __this->get_rchRenderModelComponentName113_115(); NullCheck(L_340); StringBuilder_t * L_342; L_342 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_340, L_341, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName114); StringBuilder_t * L_343 = L_340; uint8_t L_344 = __this->get_rchRenderModelComponentName114_116(); NullCheck(L_343); StringBuilder_t * L_345; L_345 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_343, L_344, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName115); StringBuilder_t * L_346 = L_343; uint8_t L_347 = __this->get_rchRenderModelComponentName115_117(); NullCheck(L_346); StringBuilder_t * L_348; L_348 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_346, L_347, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName116); StringBuilder_t * L_349 = L_346; uint8_t L_350 = __this->get_rchRenderModelComponentName116_118(); NullCheck(L_349); StringBuilder_t * L_351; L_351 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_349, L_350, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName117); StringBuilder_t * L_352 = L_349; uint8_t L_353 = __this->get_rchRenderModelComponentName117_119(); NullCheck(L_352); StringBuilder_t * L_354; L_354 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_352, L_353, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName118); StringBuilder_t * L_355 = L_352; uint8_t L_356 = __this->get_rchRenderModelComponentName118_120(); NullCheck(L_355); StringBuilder_t * L_357; L_357 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_355, L_356, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName119); StringBuilder_t * L_358 = L_355; uint8_t L_359 = __this->get_rchRenderModelComponentName119_121(); NullCheck(L_358); StringBuilder_t * L_360; L_360 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_358, L_359, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName120); StringBuilder_t * L_361 = L_358; uint8_t L_362 = __this->get_rchRenderModelComponentName120_122(); NullCheck(L_361); StringBuilder_t * L_363; L_363 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_361, L_362, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName121); StringBuilder_t * L_364 = L_361; uint8_t L_365 = __this->get_rchRenderModelComponentName121_123(); NullCheck(L_364); StringBuilder_t * L_366; L_366 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_364, L_365, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName122); StringBuilder_t * L_367 = L_364; uint8_t L_368 = __this->get_rchRenderModelComponentName122_124(); NullCheck(L_367); StringBuilder_t * L_369; L_369 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_367, L_368, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName123); StringBuilder_t * L_370 = L_367; uint8_t L_371 = __this->get_rchRenderModelComponentName123_125(); NullCheck(L_370); StringBuilder_t * L_372; L_372 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_370, L_371, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName124); StringBuilder_t * L_373 = L_370; uint8_t L_374 = __this->get_rchRenderModelComponentName124_126(); NullCheck(L_373); StringBuilder_t * L_375; L_375 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_373, L_374, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName125); StringBuilder_t * L_376 = L_373; uint8_t L_377 = __this->get_rchRenderModelComponentName125_127(); NullCheck(L_376); StringBuilder_t * L_378; L_378 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_376, L_377, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName126); StringBuilder_t * L_379 = L_376; uint8_t L_380 = __this->get_rchRenderModelComponentName126_128(); NullCheck(L_379); StringBuilder_t * L_381; L_381 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_379, L_380, /*hidden argument*/NULL); // stringBuilder.Append(rchRenderModelComponentName127); StringBuilder_t * L_382 = L_379; uint8_t L_383 = __this->get_rchRenderModelComponentName127_129(); NullCheck(L_382); StringBuilder_t * L_384; L_384 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_382, L_383, /*hidden argument*/NULL); // return stringBuilder.ToString(); NullCheck(L_382); String_t* L_385; L_385 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_382); return L_385; } } IL2CPP_EXTERN_C String_t* InputOriginInfo_t_get_rchRenderModelComponentName_mE62BCF7D95CC35803EA84AA6AFBF49B85E9C90BC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputOriginInfo_t_t4D0FAEAE1CC36AC6C708EA91C65A91D36AF78F88 * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputOriginInfo_t_get_rchRenderModelComponentName_mE62BCF7D95CC35803EA84AA6AFBF49B85E9C90BC(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSON::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSON_Parse_mA07DDF4611CB8C64F5AB72F9573601D860FC6EBD (String_t* ___aJSON0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return JSONNode.Parse(aJSON); String_t* L_0 = ___aJSON0; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = JSONNode_Parse_m34ACAB3223B18EE88A5B484D3DD9E026AB7D15BF(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean OVRSimpleJSON.JSONArray::get_Inline() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONArray_get_Inline_m139D24D84DDF5BE3F5B7FAC60CDB7EF022044178 (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, const RuntimeMethod* method) { { // get { return inline; } bool L_0 = __this->get_inline_7(); return L_0; } } // System.Void OVRSimpleJSON.JSONArray::set_Inline(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONArray_set_Inline_m9C14D67C9269DEC8CBA29F1CC4973E71000E5648 (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, bool ___value0, const RuntimeMethod* method) { { // set { inline = value; } bool L_0 = ___value0; __this->set_inline_7(L_0); // set { inline = value; } return; } } // OVRSimpleJSON.JSONNodeType OVRSimpleJSON.JSONArray::get_Tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONArray_get_Tag_m7895A823010FE693CCEE9E703125533A83E1D2FC (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, const RuntimeMethod* method) { { // public override JSONNodeType Tag { get { return JSONNodeType.Array; } } return (int32_t)(1); } } // System.Boolean OVRSimpleJSON.JSONArray::get_IsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONArray_get_IsArray_m91DAC9E6B5CDF2F9C175ABA7CBDD652F8B732C6E (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, const RuntimeMethod* method) { { // public override bool IsArray { get { return true; } } return (bool)1; } } // OVRSimpleJSON.JSONNode/Enumerator OVRSimpleJSON.JSONArray::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C JSONArray_GetEnumerator_mA16DA474C7ED18290271B900804C0B3413D63386 (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m852001722E7DC0768E277023090B11029D876BB6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override Enumerator GetEnumerator() { return new Enumerator(m_List.GetEnumerator()); } List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_0 = __this->get_m_List_6(); NullCheck(L_0); Enumerator_t2156D0A9EDAA7414FDD6BCA3A34DBF2965CB9B10 L_1; L_1 = List_1_GetEnumerator_m852001722E7DC0768E277023090B11029D876BB6(L_0, /*hidden argument*/List_1_GetEnumerator_m852001722E7DC0768E277023090B11029D876BB6_RuntimeMethod_var); Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C L_2; memset((&L_2), 0, sizeof(L_2)); Enumerator__ctor_m22042ED4D4FC3A79591C41C15C6D2A395A0F2C6F((&L_2), L_1, /*hidden argument*/NULL); return L_2; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONArray::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONArray_get_Item_m5466E1DB2BEF5B4D837C01FA5D2811B0CE47D67E (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, int32_t ___aIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mAEF72285711BCFC27D48312B53BD5FEEF1334B10_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (aIndex < 0 || aIndex >= m_List.Count) int32_t L_0 = ___aIndex0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___aIndex0; List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_2 = __this->get_m_List_6(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_inline(L_2, /*hidden argument*/List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0019; } } IL_0012: { // return new JSONLazyCreator(this); JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * L_4 = (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *)il2cpp_codegen_object_new(JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var); JSONLazyCreator__ctor_m93002E6D5F5DB6DB8B26E5AAAA27B92DB434CAC0(L_4, __this, /*hidden argument*/NULL); return L_4; } IL_0019: { // return m_List[aIndex]; List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_5 = __this->get_m_List_6(); int32_t L_6 = ___aIndex0; NullCheck(L_5); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7; L_7 = List_1_get_Item_mAEF72285711BCFC27D48312B53BD5FEEF1334B10_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_mAEF72285711BCFC27D48312B53BD5FEEF1334B10_RuntimeMethod_var); return L_7; } } // System.Void OVRSimpleJSON.JSONArray::set_Item(System.Int32,OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONArray_set_Item_m51EC18E6790E8FFCB60ED479A863527B8EB500BE (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, int32_t ___aIndex0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mBBBA0B15F9704D6B23D83C15421A33BB219304C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m9A13B52C5356F87F879EC21A376EBB0CC1998C9B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (value == null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_1; L_1 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_0, NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { // value = JSONNull.CreateOrGet(); IL2CPP_RUNTIME_CLASS_INIT(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * L_2; L_2 = JSONNull_CreateOrGet_m70AB20EE5B89663D51AF3678FE2F5E910A5D0C98(/*hidden argument*/NULL); ___value1 = L_2; } IL_0010: { // if (aIndex < 0 || aIndex >= m_List.Count) int32_t L_3 = ___aIndex0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0022; } } { int32_t L_4 = ___aIndex0; List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_5 = __this->get_m_List_6(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_inline(L_5, /*hidden argument*/List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_002f; } } IL_0022: { // m_List.Add(value); List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_7 = __this->get_m_List_6(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_8 = ___value1; NullCheck(L_7); List_1_Add_mBBBA0B15F9704D6B23D83C15421A33BB219304C6(L_7, L_8, /*hidden argument*/List_1_Add_mBBBA0B15F9704D6B23D83C15421A33BB219304C6_RuntimeMethod_var); return; } IL_002f: { // m_List[aIndex] = value; List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_9 = __this->get_m_List_6(); int32_t L_10 = ___aIndex0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_11 = ___value1; NullCheck(L_9); List_1_set_Item_m9A13B52C5356F87F879EC21A376EBB0CC1998C9B(L_9, L_10, L_11, /*hidden argument*/List_1_set_Item_m9A13B52C5356F87F879EC21A376EBB0CC1998C9B_RuntimeMethod_var); // } return; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONArray::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONArray_get_Item_mED6BA5C9D80709D995398F0E32FD2DAAA32D1839 (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, String_t* ___aKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new JSONLazyCreator(this); } JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * L_0 = (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *)il2cpp_codegen_object_new(JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var); JSONLazyCreator__ctor_m93002E6D5F5DB6DB8B26E5AAAA27B92DB434CAC0(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void OVRSimpleJSON.JSONArray::set_Item(System.String,OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONArray_set_Item_m3E74BEDC28526B0B12A01D6A12F4106B5037D6B5 (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, String_t* ___aKey0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mBBBA0B15F9704D6B23D83C15421A33BB219304C6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (value == null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_1; L_1 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_0, NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { // value = JSONNull.CreateOrGet(); IL2CPP_RUNTIME_CLASS_INIT(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * L_2; L_2 = JSONNull_CreateOrGet_m70AB20EE5B89663D51AF3678FE2F5E910A5D0C98(/*hidden argument*/NULL); ___value1 = L_2; } IL_0010: { // m_List.Add(value); List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_3 = __this->get_m_List_6(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4 = ___value1; NullCheck(L_3); List_1_Add_mBBBA0B15F9704D6B23D83C15421A33BB219304C6(L_3, L_4, /*hidden argument*/List_1_Add_mBBBA0B15F9704D6B23D83C15421A33BB219304C6_RuntimeMethod_var); // } return; } } // System.Int32 OVRSimpleJSON.JSONArray::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONArray_get_Count_m1829F90401FF6DB37B1970466D6A481DD5FCABB4 (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // get { return m_List.Count; } List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_0 = __this->get_m_List_6(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_inline(L_0, /*hidden argument*/List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_RuntimeMethod_var); return L_1; } } // System.Void OVRSimpleJSON.JSONArray::Add(System.String,OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONArray_Add_m22B0AD1D4FD55A11E5E40AA9B343B77E31E3E019 (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, String_t* ___aKey0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aItem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mBBBA0B15F9704D6B23D83C15421A33BB219304C6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (aItem == null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___aItem1; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_1; L_1 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_0, NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { // aItem = JSONNull.CreateOrGet(); IL2CPP_RUNTIME_CLASS_INIT(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * L_2; L_2 = JSONNull_CreateOrGet_m70AB20EE5B89663D51AF3678FE2F5E910A5D0C98(/*hidden argument*/NULL); ___aItem1 = L_2; } IL_0010: { // m_List.Add(aItem); List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_3 = __this->get_m_List_6(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4 = ___aItem1; NullCheck(L_3); List_1_Add_mBBBA0B15F9704D6B23D83C15421A33BB219304C6(L_3, L_4, /*hidden argument*/List_1_Add_mBBBA0B15F9704D6B23D83C15421A33BB219304C6_RuntimeMethod_var); // } return; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONArray::Remove(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONArray_Remove_m2C78DB484BFA5F1C562B95A1D170271E98EB92AC (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, int32_t ___aIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m25FDDA8837D13646397BE0C592E4090F2D9BF420_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mAEF72285711BCFC27D48312B53BD5FEEF1334B10_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (aIndex < 0 || aIndex >= m_List.Count) int32_t L_0 = ___aIndex0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___aIndex0; List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_2 = __this->get_m_List_6(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_inline(L_2, /*hidden argument*/List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0014; } } IL_0012: { // return null; return (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)NULL; } IL_0014: { // JSONNode tmp = m_List[aIndex]; List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_4 = __this->get_m_List_6(); int32_t L_5 = ___aIndex0; NullCheck(L_4); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_6; L_6 = List_1_get_Item_mAEF72285711BCFC27D48312B53BD5FEEF1334B10_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mAEF72285711BCFC27D48312B53BD5FEEF1334B10_RuntimeMethod_var); // m_List.RemoveAt(aIndex); List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_7 = __this->get_m_List_6(); int32_t L_8 = ___aIndex0; NullCheck(L_7); List_1_RemoveAt_m25FDDA8837D13646397BE0C592E4090F2D9BF420(L_7, L_8, /*hidden argument*/List_1_RemoveAt_m25FDDA8837D13646397BE0C592E4090F2D9BF420_RuntimeMethod_var); // return tmp; return L_6; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONArray::Remove(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONArray_Remove_mE0692A6988044914CA4CEF53D4DB48BA59AB4BA2 (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m721067C59E97D274293E410ED73D324356CCE555_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_List.Remove(aNode); List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_0 = __this->get_m_List_6(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1 = ___aNode0; NullCheck(L_0); bool L_2; L_2 = List_1_Remove_m721067C59E97D274293E410ED73D324356CCE555(L_0, L_1, /*hidden argument*/List_1_Remove_m721067C59E97D274293E410ED73D324356CCE555_RuntimeMethod_var); // return aNode; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3 = ___aNode0; return L_3; } } // System.Collections.Generic.IEnumerable`1 OVRSimpleJSON.JSONArray::get_Children() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JSONArray_get_Children_mFAC44FBC24F44C3525BEB462C58C75BC2AC8ECD7 (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6 * L_0 = (U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6 *)il2cpp_codegen_object_new(U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6_il2cpp_TypeInfo_var); U3Cget_ChildrenU3Ed__22__ctor_m168ABFD07746927D876730F225EBEA4516F80541(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3Cget_ChildrenU3Ed__22_t4C5F426962BCFD8278977825223A14DEE2B942A6 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_3(__this); return L_1; } } // System.Void OVRSimpleJSON.JSONArray::WriteToStringBuilder(System.Text.StringBuilder,System.Int32,System.Int32,OVRSimpleJSON.JSONTextMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONArray_WriteToStringBuilder_mF4F6D9E7D212EFA1FFA98F198E9CBDAA9F1824D7 (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, StringBuilder_t * ___aSB0, int32_t ___aIndent1, int32_t ___aIndentInc2, int32_t ___aMode3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mAEF72285711BCFC27D48312B53BD5FEEF1334B10_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // aSB.Append('['); StringBuilder_t * L_0 = ___aSB0; NullCheck(L_0); StringBuilder_t * L_1; L_1 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_0, ((int32_t)91), /*hidden argument*/NULL); // int count = m_List.Count; List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_2 = __this->get_m_List_6(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_inline(L_2, /*hidden argument*/List_1_get_Count_mD81F820227308CB4317E701866B10770FDFC74EA_RuntimeMethod_var); V_0 = L_3; // if (inline) bool L_4 = __this->get_inline_7(); if (!L_4) { goto IL_0020; } } { // aMode = JSONTextMode.Compact; ___aMode3 = 0; } IL_0020: { // for (int i = 0; i < count; i++) V_1 = 0; goto IL_006a; } IL_0024: { // if (i > 0) int32_t L_5 = V_1; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0031; } } { // aSB.Append(','); StringBuilder_t * L_6 = ___aSB0; NullCheck(L_6); StringBuilder_t * L_7; L_7 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_6, ((int32_t)44), /*hidden argument*/NULL); } IL_0031: { // if (aMode == JSONTextMode.Indent) int32_t L_8 = ___aMode3; if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_003d; } } { // aSB.AppendLine(); StringBuilder_t * L_9 = ___aSB0; NullCheck(L_9); StringBuilder_t * L_10; L_10 = StringBuilder_AppendLine_mB5790BC98389118626505708AE683AE9257B91B2(L_9, /*hidden argument*/NULL); } IL_003d: { // if (aMode == JSONTextMode.Indent) int32_t L_11 = ___aMode3; if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_004e; } } { // aSB.Append(' ', aIndent + aIndentInc); StringBuilder_t * L_12 = ___aSB0; int32_t L_13 = ___aIndent1; int32_t L_14 = ___aIndentInc2; NullCheck(L_12); StringBuilder_t * L_15; L_15 = StringBuilder_Append_mB04B8FAD8E322DF8E69F3F85BCE4A8D041AE8BFB(L_12, ((int32_t)32), ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)), /*hidden argument*/NULL); } IL_004e: { // m_List[i].WriteToStringBuilder(aSB, aIndent + aIndentInc, aIndentInc, aMode); List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_16 = __this->get_m_List_6(); int32_t L_17 = V_1; NullCheck(L_16); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_18; L_18 = List_1_get_Item_mAEF72285711BCFC27D48312B53BD5FEEF1334B10_inline(L_16, L_17, /*hidden argument*/List_1_get_Item_mAEF72285711BCFC27D48312B53BD5FEEF1334B10_RuntimeMethod_var); StringBuilder_t * L_19 = ___aSB0; int32_t L_20 = ___aIndent1; int32_t L_21 = ___aIndentInc2; int32_t L_22 = ___aIndentInc2; int32_t L_23 = ___aMode3; NullCheck(L_18); VirtActionInvoker4< StringBuilder_t *, int32_t, int32_t, int32_t >::Invoke(27 /* System.Void OVRSimpleJSON.JSONNode::WriteToStringBuilder(System.Text.StringBuilder,System.Int32,System.Int32,OVRSimpleJSON.JSONTextMode) */, L_18, L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)), L_22, L_23); // for (int i = 0; i < count; i++) int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_006a: { // for (int i = 0; i < count; i++) int32_t L_25 = V_1; int32_t L_26 = V_0; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0024; } } { // if (aMode == JSONTextMode.Indent) int32_t L_27 = ___aMode3; if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_0082; } } { // aSB.AppendLine().Append(' ', aIndent); StringBuilder_t * L_28 = ___aSB0; NullCheck(L_28); StringBuilder_t * L_29; L_29 = StringBuilder_AppendLine_mB5790BC98389118626505708AE683AE9257B91B2(L_28, /*hidden argument*/NULL); int32_t L_30 = ___aIndent1; NullCheck(L_29); StringBuilder_t * L_31; L_31 = StringBuilder_Append_mB04B8FAD8E322DF8E69F3F85BCE4A8D041AE8BFB(L_29, ((int32_t)32), L_30, /*hidden argument*/NULL); } IL_0082: { // aSB.Append(']'); StringBuilder_t * L_32 = ___aSB0; NullCheck(L_32); StringBuilder_t * L_33; L_33 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_32, ((int32_t)93), /*hidden argument*/NULL); // } return; } } // System.Void OVRSimpleJSON.JSONArray::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONArray__ctor_m931A698E2CD20FEEC8D2AC70CEEC453A1E03DAF9 (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m6F0BA24F526FA332D47E1DA997AA2E6744285719_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private List m_List = new List(); List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE * L_0 = (List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE *)il2cpp_codegen_object_new(List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE_il2cpp_TypeInfo_var); List_1__ctor_m6F0BA24F526FA332D47E1DA997AA2E6744285719(L_0, /*hidden argument*/List_1__ctor_m6F0BA24F526FA332D47E1DA997AA2E6744285719_RuntimeMethod_var); __this->set_m_List_6(L_0); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode__ctor_m7226642B5B1B6AEB330A87704E90FDEF99F0BF3E(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // OVRSimpleJSON.JSONNodeType OVRSimpleJSON.JSONBool::get_Tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONBool_get_Tag_m4964415ABBB38C73CB5BF07A42C8FD38C23C2EDD (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * __this, const RuntimeMethod* method) { { // public override JSONNodeType Tag { get { return JSONNodeType.Boolean; } } return (int32_t)(6); } } // System.Boolean OVRSimpleJSON.JSONBool::get_IsBoolean() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONBool_get_IsBoolean_m2BD3794A3CCEA837C355FF702E44F94CD7D8B7F0 (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * __this, const RuntimeMethod* method) { { // public override bool IsBoolean { get { return true; } } return (bool)1; } } // OVRSimpleJSON.JSONNode/Enumerator OVRSimpleJSON.JSONBool::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C JSONBool_GetEnumerator_m389E5DBBA7D9A1D29DFFA1360A88FC0B781DA519 (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * __this, const RuntimeMethod* method) { Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C V_0; memset((&V_0), 0, sizeof(V_0)); { // public override Enumerator GetEnumerator() { return new Enumerator(); } il2cpp_codegen_initobj((&V_0), sizeof(Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C )); Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C L_0 = V_0; return L_0; } } // System.String OVRSimpleJSON.JSONBool::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JSONBool_get_Value_m9FC6DD910DC6EAB6E0E3AF067BFDA920362864E6 (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * __this, const RuntimeMethod* method) { { // get { return m_Data.ToString(); } bool* L_0 = __this->get_address_of_m_Data_6(); String_t* L_1; L_1 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)L_0, /*hidden argument*/NULL); return L_1; } } // System.Void OVRSimpleJSON.JSONBool::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONBool_set_Value_mB6499DE4458F660F31AC26DCF3E5AC0778F9856E (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { // if (bool.TryParse(value, out v)) String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); bool L_1; L_1 = Boolean_TryParse_mB8AB929D49C98FEC32ED82F3227CF9106B53968F(L_0, (bool*)(&V_0), /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { // m_Data = v; bool L_2 = V_0; __this->set_m_Data_6(L_2); } IL_0011: { // } return; } } // System.Boolean OVRSimpleJSON.JSONBool::get_AsBool() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONBool_get_AsBool_m192DAF43429D56E3DE30F4F871D8414710177B93 (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * __this, const RuntimeMethod* method) { { // get { return m_Data; } bool L_0 = __this->get_m_Data_6(); return L_0; } } // System.Void OVRSimpleJSON.JSONBool::set_AsBool(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONBool_set_AsBool_m8E9790465A9D8C8E50A0168653BA287A462577CD (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * __this, bool ___value0, const RuntimeMethod* method) { { // set { m_Data = value; } bool L_0 = ___value0; __this->set_m_Data_6(L_0); // set { m_Data = value; } return; } } // System.Void OVRSimpleJSON.JSONBool::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONBool__ctor_m91A3B6FDD9244EFD1294C90978F0586B176EA529 (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * __this, bool ___aData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public JSONBool(bool aData) IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode__ctor_m7226642B5B1B6AEB330A87704E90FDEF99F0BF3E(__this, /*hidden argument*/NULL); // m_Data = aData; bool L_0 = ___aData0; __this->set_m_Data_6(L_0); // } return; } } // System.Void OVRSimpleJSON.JSONBool::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONBool__ctor_m8F9B6A5031029B1786FD2B0CDD93696BD2E64E7F (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * __this, String_t* ___aData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public JSONBool(string aData) IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode__ctor_m7226642B5B1B6AEB330A87704E90FDEF99F0BF3E(__this, /*hidden argument*/NULL); // Value = aData; String_t* L_0 = ___aData0; VirtActionInvoker1< String_t* >::Invoke(10 /* System.Void OVRSimpleJSON.JSONNode::set_Value(System.String) */, __this, L_0); // } return; } } // System.Void OVRSimpleJSON.JSONBool::WriteToStringBuilder(System.Text.StringBuilder,System.Int32,System.Int32,OVRSimpleJSON.JSONTextMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONBool_WriteToStringBuilder_m309F4C5073A750B9CC93A344D82B46E0BA5834A4 (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * __this, StringBuilder_t * ___aSB0, int32_t ___aIndent1, int32_t ___aIndentInc2, int32_t ___aMode3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } StringBuilder_t * G_B2_0 = NULL; StringBuilder_t * G_B1_0 = NULL; String_t* G_B3_0 = NULL; StringBuilder_t * G_B3_1 = NULL; { // aSB.Append((m_Data) ? "true" : "false"); StringBuilder_t * L_0 = ___aSB0; bool L_1 = __this->get_m_Data_6(); G_B1_0 = L_0; if (L_1) { G_B2_0 = L_0; goto IL_0010; } } { G_B3_0 = _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; G_B3_1 = G_B1_0; goto IL_0015; } IL_0010: { G_B3_0 = _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; G_B3_1 = G_B2_0; } IL_0015: { NullCheck(G_B3_1); StringBuilder_t * L_2; L_2 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(G_B3_1, G_B3_0, /*hidden argument*/NULL); // } return; } } // System.Boolean OVRSimpleJSON.JSONBool::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONBool_Equals_m925FF68B29C6B79F06DF3B93B005BF1A16C1E670 (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null) RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { // return false; return (bool)0; } IL_0005: { // if (obj is bool) RuntimeObject * L_1 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))) { goto IL_001c; } } { // return m_Data == (bool)obj; bool L_2 = __this->get_m_Data_6(); RuntimeObject * L_3 = ___obj0; return (bool)((((int32_t)L_2) == ((int32_t)((*(bool*)((bool*)UnBox(L_3, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_001c: { // return false; return (bool)0; } } // System.Int32 OVRSimpleJSON.JSONBool::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONBool_GetHashCode_m7408BF22505C207EC93901DB3D3B1440AEC0BBD1 (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * __this, const RuntimeMethod* method) { { // return m_Data.GetHashCode(); bool* L_0 = __this->get_address_of_m_Data_6(); int32_t L_1; L_1 = Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411((bool*)L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // OVRSimpleJSON.JSONNodeType OVRSimpleJSON.JSONLazyCreator::get_Tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONLazyCreator_get_Tag_m7C262F302B9F9F4FC9E3164D0327B92B50B4CD7A (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, const RuntimeMethod* method) { { // public override JSONNodeType Tag { get { return JSONNodeType.None; } } return (int32_t)(7); } } // OVRSimpleJSON.JSONNode/Enumerator OVRSimpleJSON.JSONLazyCreator::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C JSONLazyCreator_GetEnumerator_m3F1445EF65768F4B8EA0C30AB20D9E8583A66E2A (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, const RuntimeMethod* method) { Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C V_0; memset((&V_0), 0, sizeof(V_0)); { // public override Enumerator GetEnumerator() { return new Enumerator(); } il2cpp_codegen_initobj((&V_0), sizeof(Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C )); Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C L_0 = V_0; return L_0; } } // System.Void OVRSimpleJSON.JSONLazyCreator::.ctor(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator__ctor_m93002E6D5F5DB6DB8B26E5AAAA27B92DB434CAC0 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public JSONLazyCreator(JSONNode aNode) IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode__ctor_m7226642B5B1B6AEB330A87704E90FDEF99F0BF3E(__this, /*hidden argument*/NULL); // m_Node = aNode; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___aNode0; __this->set_m_Node_6(L_0); // m_Key = null; __this->set_m_Key_7((String_t*)NULL); // } return; } } // System.Void OVRSimpleJSON.JSONLazyCreator::.ctor(OVRSimpleJSON.JSONNode,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator__ctor_m6EAE9D8AA975437217C0013AD81DA0E202117846 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, String_t* ___aKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public JSONLazyCreator(JSONNode aNode, string aKey) IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode__ctor_m7226642B5B1B6AEB330A87704E90FDEF99F0BF3E(__this, /*hidden argument*/NULL); // m_Node = aNode; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___aNode0; __this->set_m_Node_6(L_0); // m_Key = aKey; String_t* L_1 = ___aKey1; __this->set_m_Key_7(L_1); // } return; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONLazyCreator::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONLazyCreator_get_Item_m107EEAC27ADA8ABB1C1A191D83FCF3CB8CCF2135 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, int32_t ___aIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new JSONLazyCreator(this); } JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * L_0 = (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *)il2cpp_codegen_object_new(JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var); JSONLazyCreator__ctor_m93002E6D5F5DB6DB8B26E5AAAA27B92DB434CAC0(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void OVRSimpleJSON.JSONLazyCreator::set_Item(System.Int32,OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator_set_Item_m0148F644035D54FCAF993C1879A9BAB8DB199B52 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, int32_t ___aIndex0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_mC5BEE0414EF51A27010A5AABFC7666850D5E905C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // set { Set(new JSONArray()).Add(value); } JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_0 = (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D *)il2cpp_codegen_object_new(JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var); JSONArray__ctor_m931A698E2CD20FEEC8D2AC70CEEC453A1E03DAF9(L_0, /*hidden argument*/NULL); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_1; L_1 = JSONLazyCreator_Set_TisJSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_mC5BEE0414EF51A27010A5AABFC7666850D5E905C(__this, L_0, /*hidden argument*/JSONLazyCreator_Set_TisJSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_mC5BEE0414EF51A27010A5AABFC7666850D5E905C_RuntimeMethod_var); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = ___value1; NullCheck(L_1); VirtActionInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * >::Invoke(21 /* System.Void OVRSimpleJSON.JSONNode::Add(OVRSimpleJSON.JSONNode) */, L_1, L_2); // set { Set(new JSONArray()).Add(value); } return; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONLazyCreator::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONLazyCreator_get_Item_mF05C7080D69F83E4D16B8F72CFAB2CF7233161A3 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, String_t* ___aKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new JSONLazyCreator(this, aKey); } String_t* L_0 = ___aKey0; JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * L_1 = (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *)il2cpp_codegen_object_new(JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var); JSONLazyCreator__ctor_m6EAE9D8AA975437217C0013AD81DA0E202117846(L_1, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void OVRSimpleJSON.JSONLazyCreator::set_Item(System.String,OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator_set_Item_mB55BC549209DE0283EC90204986164EF2D860849 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, String_t* ___aKey0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_m54151A51FBEA3CBEEEA594961AC831FDF327D610_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set { Set(new JSONObject()).Add(aKey, value); } JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * L_0 = (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 *)il2cpp_codegen_object_new(JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var); JSONObject__ctor_mB48A96B84212AC75D55E6339498A4B5843CCAF75(L_0, /*hidden argument*/NULL); JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * L_1; L_1 = JSONLazyCreator_Set_TisJSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_m54151A51FBEA3CBEEEA594961AC831FDF327D610(__this, L_0, /*hidden argument*/JSONLazyCreator_Set_TisJSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_m54151A51FBEA3CBEEEA594961AC831FDF327D610_RuntimeMethod_var); String_t* L_2 = ___aKey0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3 = ___value1; NullCheck(L_1); VirtActionInvoker2< String_t*, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * >::Invoke(20 /* System.Void OVRSimpleJSON.JSONNode::Add(System.String,OVRSimpleJSON.JSONNode) */, L_1, L_2, L_3); // set { Set(new JSONObject()).Add(aKey, value); } return; } } // System.Void OVRSimpleJSON.JSONLazyCreator::Add(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator_Add_mC32300BED7DAA07E1FDA3E116164C1E3D457081D (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aItem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_mC5BEE0414EF51A27010A5AABFC7666850D5E905C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // Set(new JSONArray()).Add(aItem); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_0 = (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D *)il2cpp_codegen_object_new(JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var); JSONArray__ctor_m931A698E2CD20FEEC8D2AC70CEEC453A1E03DAF9(L_0, /*hidden argument*/NULL); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_1; L_1 = JSONLazyCreator_Set_TisJSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_mC5BEE0414EF51A27010A5AABFC7666850D5E905C(__this, L_0, /*hidden argument*/JSONLazyCreator_Set_TisJSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_mC5BEE0414EF51A27010A5AABFC7666850D5E905C_RuntimeMethod_var); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = ___aItem0; NullCheck(L_1); VirtActionInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * >::Invoke(21 /* System.Void OVRSimpleJSON.JSONNode::Add(OVRSimpleJSON.JSONNode) */, L_1, L_2); // } return; } } // System.Void OVRSimpleJSON.JSONLazyCreator::Add(System.String,OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator_Add_mC2A854B441020C6BE94979B3A27CAD16F2F1F773 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, String_t* ___aKey0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aItem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_m54151A51FBEA3CBEEEA594961AC831FDF327D610_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Set(new JSONObject()).Add(aKey, aItem); JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * L_0 = (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 *)il2cpp_codegen_object_new(JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var); JSONObject__ctor_mB48A96B84212AC75D55E6339498A4B5843CCAF75(L_0, /*hidden argument*/NULL); JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * L_1; L_1 = JSONLazyCreator_Set_TisJSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_m54151A51FBEA3CBEEEA594961AC831FDF327D610(__this, L_0, /*hidden argument*/JSONLazyCreator_Set_TisJSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_m54151A51FBEA3CBEEEA594961AC831FDF327D610_RuntimeMethod_var); String_t* L_2 = ___aKey0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3 = ___aItem1; NullCheck(L_1); VirtActionInvoker2< String_t*, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * >::Invoke(20 /* System.Void OVRSimpleJSON.JSONNode::Add(System.String,OVRSimpleJSON.JSONNode) */, L_1, L_2, L_3); // } return; } } // System.Boolean OVRSimpleJSON.JSONLazyCreator::op_Equality(OVRSimpleJSON.JSONLazyCreator,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONLazyCreator_op_Equality_m13A4BC33DB262A941E096B3C8CD7191149EB3580 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { { // if (b == null) RuntimeObject * L_0 = ___b1; if (L_0) { goto IL_0005; } } { // return true; return (bool)1; } IL_0005: { // return System.Object.ReferenceEquals(a, b); JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * L_1 = ___a0; RuntimeObject * L_2 = ___b1; return (bool)((((RuntimeObject*)(JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2))? 1 : 0); } } // System.Boolean OVRSimpleJSON.JSONLazyCreator::op_Inequality(OVRSimpleJSON.JSONLazyCreator,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONLazyCreator_op_Inequality_mC9E93D03594CC29783B4040BC4FDC2F04D930242 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { { // return !(a == b); JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * L_0 = ___a0; RuntimeObject * L_1 = ___b1; bool L_2; L_2 = JSONLazyCreator_op_Equality_m13A4BC33DB262A941E096B3C8CD7191149EB3580(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Boolean OVRSimpleJSON.JSONLazyCreator::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONLazyCreator_Equals_mF9DC1996508E08612AA10D9A6BCBA24399B87276 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { // if (obj == null) RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { // return true; return (bool)1; } IL_0005: { // return System.Object.ReferenceEquals(this, obj); RuntimeObject * L_1 = ___obj0; return (bool)((((RuntimeObject*)(JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *)__this) == ((RuntimeObject*)(RuntimeObject *)L_1))? 1 : 0); } } // System.Int32 OVRSimpleJSON.JSONLazyCreator::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONLazyCreator_GetHashCode_mBF5E385F8352B1653F552C970E959004A2D21FA4 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, const RuntimeMethod* method) { { // return 0; return 0; } } // System.Int32 OVRSimpleJSON.JSONLazyCreator::get_AsInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONLazyCreator_get_AsInt_mDE1DC912961B2C944C710584E7B5A7D758A68A76 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { Set(new JSONNumber(0)); return 0; } JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_0 = (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *)il2cpp_codegen_object_new(JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03(L_0, (0.0), /*hidden argument*/NULL); JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_1; L_1 = JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228(__this, L_0, /*hidden argument*/JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); // get { Set(new JSONNumber(0)); return 0; } return 0; } } // System.Void OVRSimpleJSON.JSONLazyCreator::set_AsInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator_set_AsInt_m85952BD208E618B9E51B02A33DFB9099FD6C744C (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set { Set(new JSONNumber(value)); } int32_t L_0 = ___value0; JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_1 = (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *)il2cpp_codegen_object_new(JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03(L_1, ((double)((double)L_0)), /*hidden argument*/NULL); JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_2; L_2 = JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228(__this, L_1, /*hidden argument*/JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); // set { Set(new JSONNumber(value)); } return; } } // System.Single OVRSimpleJSON.JSONLazyCreator::get_AsFloat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float JSONLazyCreator_get_AsFloat_mE80F3733D47304E7FBBE575E9A98A71D282F2EAE (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { Set(new JSONNumber(0.0f)); return 0.0f; } JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_0 = (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *)il2cpp_codegen_object_new(JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03(L_0, (0.0), /*hidden argument*/NULL); JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_1; L_1 = JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228(__this, L_0, /*hidden argument*/JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); // get { Set(new JSONNumber(0.0f)); return 0.0f; } return (0.0f); } } // System.Void OVRSimpleJSON.JSONLazyCreator::set_AsFloat(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator_set_AsFloat_m1B2641255FA23B4C49E99F7EF621C301CBB9FB53 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set { Set(new JSONNumber(value)); } float L_0 = ___value0; JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_1 = (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *)il2cpp_codegen_object_new(JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03(L_1, ((double)((double)L_0)), /*hidden argument*/NULL); JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_2; L_2 = JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228(__this, L_1, /*hidden argument*/JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); // set { Set(new JSONNumber(value)); } return; } } // System.Double OVRSimpleJSON.JSONLazyCreator::get_AsDouble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double JSONLazyCreator_get_AsDouble_m011269ED95B926014965D0879C2ACF4C5F27003B (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { Set(new JSONNumber(0.0)); return 0.0; } JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_0 = (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *)il2cpp_codegen_object_new(JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03(L_0, (0.0), /*hidden argument*/NULL); JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_1; L_1 = JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228(__this, L_0, /*hidden argument*/JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); // get { Set(new JSONNumber(0.0)); return 0.0; } return (0.0); } } // System.Void OVRSimpleJSON.JSONLazyCreator::set_AsDouble(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator_set_AsDouble_m823748A024FE7D6599FFE8E085B647CD9953B650 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set { Set(new JSONNumber(value)); } double L_0 = ___value0; JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_1 = (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *)il2cpp_codegen_object_new(JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03(L_1, L_0, /*hidden argument*/NULL); JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_2; L_2 = JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228(__this, L_1, /*hidden argument*/JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); // set { Set(new JSONNumber(value)); } return; } } // System.Int64 OVRSimpleJSON.JSONLazyCreator::get_AsLong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JSONLazyCreator_get_AsLong_mC75CCE5BB0A676F727CC01D0C881E7E12A174E74 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_m6B9FEA15E5FBA0700272F294880CC4C89A807A72_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } { // if (longAsString) IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_0 = ((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields*)il2cpp_codegen_static_fields_for(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var))->get_longAsString_1(); if (!L_0) { goto IL_001a; } } { // Set(new JSONString("0")); JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * L_1 = (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 *)il2cpp_codegen_object_new(JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_il2cpp_TypeInfo_var); JSONString__ctor_m44FCCA5F4DBBDB8D1B8FD75BBBA1315BA28F34E2(L_1, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, /*hidden argument*/NULL); JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * L_2; L_2 = JSONLazyCreator_Set_TisJSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_m6B9FEA15E5FBA0700272F294880CC4C89A807A72(__this, L_1, /*hidden argument*/JSONLazyCreator_Set_TisJSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_m6B9FEA15E5FBA0700272F294880CC4C89A807A72_RuntimeMethod_var); goto IL_002f; } IL_001a: { // Set(new JSONNumber(0.0)); JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_3 = (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *)il2cpp_codegen_object_new(JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03(L_3, (0.0), /*hidden argument*/NULL); JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_4; L_4 = JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228(__this, L_3, /*hidden argument*/JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); } IL_002f: { // return 0L; return ((int64_t)((int64_t)0)); } } // System.Void OVRSimpleJSON.JSONLazyCreator::set_AsLong(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator_set_AsLong_mC63E9B0BEE1356A37C7E5B5EF8B5B72FCB084179 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_m6B9FEA15E5FBA0700272F294880CC4C89A807A72_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (longAsString) IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_0 = ((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields*)il2cpp_codegen_static_fields_for(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var))->get_longAsString_1(); if (!L_0) { goto IL_001b; } } { // Set(new JSONString(value.ToString())); String_t* L_1; L_1 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)(&___value0), /*hidden argument*/NULL); JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * L_2 = (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 *)il2cpp_codegen_object_new(JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_il2cpp_TypeInfo_var); JSONString__ctor_m44FCCA5F4DBBDB8D1B8FD75BBBA1315BA28F34E2(L_2, L_1, /*hidden argument*/NULL); JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * L_3; L_3 = JSONLazyCreator_Set_TisJSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_m6B9FEA15E5FBA0700272F294880CC4C89A807A72(__this, L_2, /*hidden argument*/JSONLazyCreator_Set_TisJSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_m6B9FEA15E5FBA0700272F294880CC4C89A807A72_RuntimeMethod_var); return; } IL_001b: { // Set(new JSONNumber(value)); int64_t L_4 = ___value0; JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_5 = (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *)il2cpp_codegen_object_new(JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03(L_5, ((double)((double)L_4)), /*hidden argument*/NULL); JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_6; L_6 = JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228(__this, L_5, /*hidden argument*/JSONLazyCreator_Set_TisJSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_mE2F6E8B0E619D94EF720B31804E84DB43B2A1228_RuntimeMethod_var); // } return; } } // System.Boolean OVRSimpleJSON.JSONLazyCreator::get_AsBool() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONLazyCreator_get_AsBool_m06673D28F95115DE14FC6B73DE284CE91482C616 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_m99D6550E7E29C49FD9538666A10B121ED0A845A3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // get { Set(new JSONBool(false)); return false; } JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * L_0 = (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF *)il2cpp_codegen_object_new(JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_il2cpp_TypeInfo_var); JSONBool__ctor_m91A3B6FDD9244EFD1294C90978F0586B176EA529(L_0, (bool)0, /*hidden argument*/NULL); JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * L_1; L_1 = JSONLazyCreator_Set_TisJSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_m99D6550E7E29C49FD9538666A10B121ED0A845A3(__this, L_0, /*hidden argument*/JSONLazyCreator_Set_TisJSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_m99D6550E7E29C49FD9538666A10B121ED0A845A3_RuntimeMethod_var); // get { Set(new JSONBool(false)); return false; } return (bool)0; } } // System.Void OVRSimpleJSON.JSONLazyCreator::set_AsBool(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator_set_AsBool_m3D5B8D4ABDCDA20FE0883C8FBBB789E842F42E18 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_m99D6550E7E29C49FD9538666A10B121ED0A845A3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // set { Set(new JSONBool(value)); } bool L_0 = ___value0; JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * L_1 = (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF *)il2cpp_codegen_object_new(JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_il2cpp_TypeInfo_var); JSONBool__ctor_m91A3B6FDD9244EFD1294C90978F0586B176EA529(L_1, L_0, /*hidden argument*/NULL); JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * L_2; L_2 = JSONLazyCreator_Set_TisJSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_m99D6550E7E29C49FD9538666A10B121ED0A845A3(__this, L_1, /*hidden argument*/JSONLazyCreator_Set_TisJSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_m99D6550E7E29C49FD9538666A10B121ED0A845A3_RuntimeMethod_var); // set { Set(new JSONBool(value)); } return; } } // OVRSimpleJSON.JSONArray OVRSimpleJSON.JSONLazyCreator::get_AsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * JSONLazyCreator_get_AsArray_m1837B8890B9F65F92F9BECFF2830937A5C586BB1 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_mC5BEE0414EF51A27010A5AABFC7666850D5E905C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // get { return Set(new JSONArray()); } JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_0 = (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D *)il2cpp_codegen_object_new(JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var); JSONArray__ctor_m931A698E2CD20FEEC8D2AC70CEEC453A1E03DAF9(L_0, /*hidden argument*/NULL); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_1; L_1 = JSONLazyCreator_Set_TisJSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_mC5BEE0414EF51A27010A5AABFC7666850D5E905C(__this, L_0, /*hidden argument*/JSONLazyCreator_Set_TisJSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_mC5BEE0414EF51A27010A5AABFC7666850D5E905C_RuntimeMethod_var); return L_1; } } // OVRSimpleJSON.JSONObject OVRSimpleJSON.JSONLazyCreator::get_AsObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * JSONLazyCreator_get_AsObject_m724FEED6A1B044882B39C2D6E394775C4E904700 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_Set_TisJSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_m54151A51FBEA3CBEEEA594961AC831FDF327D610_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return Set(new JSONObject()); } JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * L_0 = (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 *)il2cpp_codegen_object_new(JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var); JSONObject__ctor_mB48A96B84212AC75D55E6339498A4B5843CCAF75(L_0, /*hidden argument*/NULL); JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * L_1; L_1 = JSONLazyCreator_Set_TisJSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_m54151A51FBEA3CBEEEA594961AC831FDF327D610(__this, L_0, /*hidden argument*/JSONLazyCreator_Set_TisJSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_m54151A51FBEA3CBEEEA594961AC831FDF327D610_RuntimeMethod_var); return L_1; } } // System.Void OVRSimpleJSON.JSONLazyCreator::WriteToStringBuilder(System.Text.StringBuilder,System.Int32,System.Int32,OVRSimpleJSON.JSONTextMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONLazyCreator_WriteToStringBuilder_mEA3B1D56B92FEA7646F914D74CDF7DB5C11ADF21 (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, StringBuilder_t * ___aSB0, int32_t ___aIndent1, int32_t ___aIndentInc2, int32_t ___aMode3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174); s_Il2CppMethodInitialized = true; } { // aSB.Append("null"); StringBuilder_t * L_0 = ___aSB0; NullCheck(L_0); StringBuilder_t * L_1; L_1 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_0, _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_get_Item_mB4B100541E9B78855839A5A5ACD70DEEF18E7555 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, int32_t ___aIndex0, const RuntimeMethod* method) { { // public virtual JSONNode this[int aIndex] { get { return null; } set { } } return (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)NULL; } } // System.Void OVRSimpleJSON.JSONNode::set_Item(System.Int32,OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode_set_Item_m69BD456A566C0263A603136C9312AECCD8078293 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, int32_t ___aIndex0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___value1, const RuntimeMethod* method) { { // public virtual JSONNode this[int aIndex] { get { return null; } set { } } return; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_get_Item_m1A75488E01D62B9E34EE82E1955AE9F53314171D (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, String_t* ___aKey0, const RuntimeMethod* method) { { // public virtual JSONNode this[string aKey] { get { return null; } set { } } return (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)NULL; } } // System.Void OVRSimpleJSON.JSONNode::set_Item(System.String,OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode_set_Item_m3BCDCF83A0E6E1CF45A1BCA8891EE32FE533EA5A (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, String_t* ___aKey0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___value1, const RuntimeMethod* method) { { // public virtual JSONNode this[string aKey] { get { return null; } set { } } return; } } // System.String OVRSimpleJSON.JSONNode::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JSONNode_get_Value_m4BDB831242CAAFEA1BEE0DBB1764F36DCDF620F4 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // public virtual string Value { get { return ""; } set { } } return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } } // System.Void OVRSimpleJSON.JSONNode::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode_set_Value_m9AED1A306320EDAD50ACE19DE541187230CE7276 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, String_t* ___value0, const RuntimeMethod* method) { { // public virtual string Value { get { return ""; } set { } } return; } } // System.Int32 OVRSimpleJSON.JSONNode::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONNode_get_Count_mB2050A220B79023890A6EB137CDB0A4D1E836051 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // public virtual int Count { get { return 0; } } return 0; } } // System.Boolean OVRSimpleJSON.JSONNode::get_IsNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_get_IsNumber_mC804C896F65CCEC4CAE254A46837844B866A877E (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // public virtual bool IsNumber { get { return false; } } return (bool)0; } } // System.Boolean OVRSimpleJSON.JSONNode::get_IsString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_get_IsString_m6783A7B153473C368E22E1041BE1284165EFB791 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // public virtual bool IsString { get { return false; } } return (bool)0; } } // System.Boolean OVRSimpleJSON.JSONNode::get_IsBoolean() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_get_IsBoolean_mE5884DEFA7EC9365ED85A3DB9EB8DCB188CAD98E (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // public virtual bool IsBoolean { get { return false; } } return (bool)0; } } // System.Boolean OVRSimpleJSON.JSONNode::get_IsNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_get_IsNull_m796ED3ED00C818DE0135387079A0EAF20743F818 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // public virtual bool IsNull { get { return false; } } return (bool)0; } } // System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_get_IsArray_m6C8D62805D57929FAE52F18C48260294997637E3 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // public virtual bool IsArray { get { return false; } } return (bool)0; } } // System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_get_IsObject_mD50DA23E7927EF71E833EA82EEC007AF2C4B328B (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // public virtual bool IsObject { get { return false; } } return (bool)0; } } // System.Boolean OVRSimpleJSON.JSONNode::get_Inline() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_get_Inline_m64CEA97BCCEE497EE826E8953C4A46A82EAEABC0 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // public virtual bool Inline { get { return false; } set { } } return (bool)0; } } // System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode_set_Inline_m5BD3095D389914810B2A892A99E33E6E7B3FBCD6 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, bool ___value0, const RuntimeMethod* method) { { // public virtual bool Inline { get { return false; } set { } } return; } } // System.Void OVRSimpleJSON.JSONNode::Add(System.String,OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode_Add_mE94868B1F6E919A700909B75DAB4203EACAAD813 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, String_t* ___aKey0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aItem1, const RuntimeMethod* method) { { // } return; } } // System.Void OVRSimpleJSON.JSONNode::Add(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode_Add_m4BA1A6F8203697E3E4B96AB40C0746CC29FDF0EB (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aItem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // Add("", aItem); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___aItem0; VirtActionInvoker2< String_t*, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * >::Invoke(20 /* System.Void OVRSimpleJSON.JSONNode::Add(System.String,OVRSimpleJSON.JSONNode) */, __this, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, L_0); // } return; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_Remove_m3E44D59A359A3F447EB7C0EB7AB658D313AF7842 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, String_t* ___aKey0, const RuntimeMethod* method) { { // return null; return (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)NULL; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::Remove(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_Remove_m45BC2D76AB924FA01CDBC238F0009366EFA61FF1 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, int32_t ___aIndex0, const RuntimeMethod* method) { { // return null; return (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)NULL; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::Remove(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_Remove_m156EABF5341BDEC146B0E527D897854EC234CDD3 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, const RuntimeMethod* method) { { // return aNode; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___aNode0; return L_0; } } // System.Collections.Generic.IEnumerable`1 OVRSimpleJSON.JSONNode::get_Children() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JSONNode_get_Children_mA113002A0297D7EC5C754D0CD82EAA590E6E4E0B (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3Cget_ChildrenU3Ed__40_t5FF38A49928EE2D28497190B8246C0408869B836_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3Cget_ChildrenU3Ed__40_t5FF38A49928EE2D28497190B8246C0408869B836 * L_0 = (U3Cget_ChildrenU3Ed__40_t5FF38A49928EE2D28497190B8246C0408869B836 *)il2cpp_codegen_object_new(U3Cget_ChildrenU3Ed__40_t5FF38A49928EE2D28497190B8246C0408869B836_il2cpp_TypeInfo_var); U3Cget_ChildrenU3Ed__40__ctor_m71D109AC102862331CD617F421CD0483603284C1(L_0, ((int32_t)-2), /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.IEnumerable`1 OVRSimpleJSON.JSONNode::get_DeepChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JSONNode_get_DeepChildren_m6CAE8D84AE0976EB720E08536A1EA34F5FF88F88 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196 * L_0 = (U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196 *)il2cpp_codegen_object_new(U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196_il2cpp_TypeInfo_var); U3Cget_DeepChildrenU3Ed__42__ctor_m80BFECDE5BB7DE85817A547E2FB0ADED3203E76E(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3Cget_DeepChildrenU3Ed__42_tF4BA752E93D1DDFD223047C9FC5FCFEF5DA2B196 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_3(__this); return L_1; } } // System.String OVRSimpleJSON.JSONNode::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JSONNode_ToString_m3D152CAB09A26303BF2FB294F90314A57204FDC5 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { // StringBuilder sb = new StringBuilder(); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; // WriteToStringBuilder(sb, 0, 0, JSONTextMode.Compact); StringBuilder_t * L_1 = V_0; VirtActionInvoker4< StringBuilder_t *, int32_t, int32_t, int32_t >::Invoke(27 /* System.Void OVRSimpleJSON.JSONNode::WriteToStringBuilder(System.Text.StringBuilder,System.Int32,System.Int32,OVRSimpleJSON.JSONTextMode) */, __this, L_1, 0, 0, 0); // return sb.ToString(); StringBuilder_t * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); return L_3; } } // System.String OVRSimpleJSON.JSONNode::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JSONNode_ToString_mBA15BA105AA237AA2E23B4AF01E76F02675B14D4 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, int32_t ___aIndent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { // StringBuilder sb = new StringBuilder(); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; // WriteToStringBuilder(sb, 0, aIndent, JSONTextMode.Indent); StringBuilder_t * L_1 = V_0; int32_t L_2 = ___aIndent0; VirtActionInvoker4< StringBuilder_t *, int32_t, int32_t, int32_t >::Invoke(27 /* System.Void OVRSimpleJSON.JSONNode::WriteToStringBuilder(System.Text.StringBuilder,System.Int32,System.Int32,OVRSimpleJSON.JSONTextMode) */, __this, L_1, 0, L_2, 1); // return sb.ToString(); StringBuilder_t * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); return L_4; } } // System.Collections.Generic.IEnumerable`1> OVRSimpleJSON.JSONNode::get_Linq() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JSONNode_get_Linq_mBB62C8A51F9928884A243F3C56DF8441E173E83F (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinqEnumerator_t258BB0CE69076D2682489C8EBB49EDB14BBC4CAD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public IEnumerable> Linq { get { return new LinqEnumerator(this); } } LinqEnumerator_t258BB0CE69076D2682489C8EBB49EDB14BBC4CAD * L_0 = (LinqEnumerator_t258BB0CE69076D2682489C8EBB49EDB14BBC4CAD *)il2cpp_codegen_object_new(LinqEnumerator_t258BB0CE69076D2682489C8EBB49EDB14BBC4CAD_il2cpp_TypeInfo_var); LinqEnumerator__ctor_m59693FABA16D4B795779744B1172AABECE004F5F(L_0, __this, /*hidden argument*/NULL); return L_0; } } // OVRSimpleJSON.JSONNode/KeyEnumerator OVRSimpleJSON.JSONNode::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyEnumerator_t75A309176FA821D8B15AB63FA596AD00F9779DFA JSONNode_get_Keys_mB3358BC4D0CBA11E9AD8859BD6F01F651605EB91 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // public KeyEnumerator Keys { get { return new KeyEnumerator(GetEnumerator()); } } Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C L_0; L_0 = VirtFuncInvoker0< Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C >::Invoke(28 /* OVRSimpleJSON.JSONNode/Enumerator OVRSimpleJSON.JSONNode::GetEnumerator() */, __this); KeyEnumerator_t75A309176FA821D8B15AB63FA596AD00F9779DFA L_1; memset((&L_1), 0, sizeof(L_1)); KeyEnumerator__ctor_mF8A97468FE372C202E7B2CFD5614F84225F64728_inline((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // OVRSimpleJSON.JSONNode/ValueEnumerator OVRSimpleJSON.JSONNode::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueEnumerator_t58FD1B961488ACE4D7C748234156DB4C104C7893 JSONNode_get_Values_m9C05D17C8E4974FABBEEE76A7BE3D6C89BF2542D (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // public ValueEnumerator Values { get { return new ValueEnumerator(GetEnumerator()); } } Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C L_0; L_0 = VirtFuncInvoker0< Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C >::Invoke(28 /* OVRSimpleJSON.JSONNode/Enumerator OVRSimpleJSON.JSONNode::GetEnumerator() */, __this); ValueEnumerator_t58FD1B961488ACE4D7C748234156DB4C104C7893 L_1; memset((&L_1), 0, sizeof(L_1)); ValueEnumerator__ctor_m9023C632E5E3783591C819B7C5965C6ED69D2463_inline((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Double OVRSimpleJSON.JSONNode::get_AsDouble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double JSONNode_get_AsDouble_mEE9B5062B7BF3F742912802E954AEBAD2AF836B2 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { // double v = 0.0; V_0 = (0.0); // if (double.TryParse(Value,NumberStyles.Float, CultureInfo.InvariantCulture, out v)) String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String OVRSimpleJSON.JSONNode::get_Value() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_2; L_2 = Double_TryParse_mC79B88116F5ADCC18A70395137B2FBF8EF19719B(L_0, ((int32_t)167), L_1, (double*)(&V_0), /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } { // return v; double L_3 = V_0; return L_3; } IL_0025: { // return 0.0; return (0.0); } } // System.Void OVRSimpleJSON.JSONNode::set_AsDouble(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode_set_AsDouble_m1313F7583376804673C892BBD9CFB6A9BE32BA27 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Value = value.ToString(CultureInfo.InvariantCulture); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_1; L_1 = Double_ToString_m4D920091736623333AE0E32439DBD5CF5AC128FE((double*)(&___value0), L_0, /*hidden argument*/NULL); VirtActionInvoker1< String_t* >::Invoke(10 /* System.Void OVRSimpleJSON.JSONNode::set_Value(System.String) */, __this, L_1); // } return; } } // System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONNode_get_AsInt_m58D165BF4BC3AC91BAEF1D5E9C372B20D4099038 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // get { return (int)AsDouble; } double L_0; L_0 = VirtFuncInvoker0< double >::Invoke(29 /* System.Double OVRSimpleJSON.JSONNode::get_AsDouble() */, __this); return il2cpp_codegen_cast_double_to_int(L_0); } } // System.Void OVRSimpleJSON.JSONNode::set_AsInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode_set_AsInt_mEF81FBECAD6B11DF107A7A4FB9FE2C087DE882F2 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { AsDouble = value; } int32_t L_0 = ___value0; VirtActionInvoker1< double >::Invoke(30 /* System.Void OVRSimpleJSON.JSONNode::set_AsDouble(System.Double) */, __this, ((double)((double)L_0))); // set { AsDouble = value; } return; } } // System.Single OVRSimpleJSON.JSONNode::get_AsFloat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float JSONNode_get_AsFloat_m204AFCE0B1988544221F50E6087A1D19252C86E7 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // get { return (float)AsDouble; } double L_0; L_0 = VirtFuncInvoker0< double >::Invoke(29 /* System.Double OVRSimpleJSON.JSONNode::get_AsDouble() */, __this); return ((float)((float)L_0)); } } // System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode_set_AsFloat_m8533AEF0B52F634AD67ABF9394E838DFE2EDFE59 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, float ___value0, const RuntimeMethod* method) { { // set { AsDouble = value; } float L_0 = ___value0; VirtActionInvoker1< double >::Invoke(30 /* System.Void OVRSimpleJSON.JSONNode::set_AsDouble(System.Double) */, __this, ((double)((double)L_0))); // set { AsDouble = value; } return; } } // System.Boolean OVRSimpleJSON.JSONNode::get_AsBool() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_get_AsBool_mCBCD3041F83FEC1BEF28F15521DB6285C1117756 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { // bool v = false; V_0 = (bool)0; // if (bool.TryParse(Value, out v)) String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String OVRSimpleJSON.JSONNode::get_Value() */, __this); IL2CPP_RUNTIME_CLASS_INIT(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); bool L_1; L_1 = Boolean_TryParse_mB8AB929D49C98FEC32ED82F3227CF9106B53968F(L_0, (bool*)(&V_0), /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // return v; bool L_2 = V_0; return L_2; } IL_0013: { // return !string.IsNullOrEmpty(Value); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String OVRSimpleJSON.JSONNode::get_Value() */, __this); bool L_4; L_4 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_3, /*hidden argument*/NULL); return (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0); } } // System.Void OVRSimpleJSON.JSONNode::set_AsBool(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode_set_AsBool_mCDEDE59496AA8D22D23864C7B8517A02DEE4FA31 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * G_B2_0 = NULL; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * G_B1_0 = NULL; String_t* G_B3_0 = NULL; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * G_B3_1 = NULL; { // Value = (value) ? "true" : "false"; bool L_0 = ___value0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_000b; } } { G_B3_0 = _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; G_B3_1 = G_B1_0; goto IL_0010; } IL_000b: { G_B3_0 = _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; G_B3_1 = G_B2_0; } IL_0010: { NullCheck(G_B3_1); VirtActionInvoker1< String_t* >::Invoke(10 /* System.Void OVRSimpleJSON.JSONNode::set_Value(System.String) */, G_B3_1, G_B3_0); // } return; } } // System.Int64 OVRSimpleJSON.JSONNode::get_AsLong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JSONNode_get_AsLong_m9EDB569C3AB1C8F7C43892904597313C417AB40A (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { int64_t V_0 = 0; { // long val = 0; V_0 = ((int64_t)((int64_t)0)); // if (long.TryParse(Value, out val)) String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String OVRSimpleJSON.JSONNode::get_Value() */, __this); bool L_1; L_1 = Int64_TryParse_m13BC44BEDCE2007C95FBD252C56CDFCCFA90DADC(L_0, (int64_t*)(&V_0), /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { // return val; int64_t L_2 = V_0; return L_2; } IL_0014: { // return 0L; return ((int64_t)((int64_t)0)); } } // System.Void OVRSimpleJSON.JSONNode::set_AsLong(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode_set_AsLong_mE3DB774334CDAC82E8132F30BB884BF5C7E330AC (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, int64_t ___value0, const RuntimeMethod* method) { { // Value = value.ToString(); String_t* L_0; L_0 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)(&___value0), /*hidden argument*/NULL); VirtActionInvoker1< String_t* >::Invoke(10 /* System.Void OVRSimpleJSON.JSONNode::set_Value(System.String) */, __this, L_0); // } return; } } // OVRSimpleJSON.JSONArray OVRSimpleJSON.JSONNode::get_AsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * JSONNode_get_AsArray_m19B6CECB6E218BC50AF281EBC0A2E4A16EC6C4A3 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return this as JSONArray; return ((JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D *)IsInstClass((RuntimeObject*)__this, JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var)); } } // OVRSimpleJSON.JSONObject OVRSimpleJSON.JSONNode::get_AsObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * JSONNode_get_AsObject_mF69599DE536CC613BB296D03479DBD4A40AEEF02 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return this as JSONObject; return ((JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 *)IsInstClass((RuntimeObject*)__this, JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var)); } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_m1F3AAB379839CCC921F813E84C5A20AC2FC81D50 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new JSONString(s); String_t* L_0 = ___s0; JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * L_1 = (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 *)il2cpp_codegen_object_new(JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_il2cpp_TypeInfo_var); JSONString__ctor_m44FCCA5F4DBBDB8D1B8FD75BBBA1315BA28F34E2(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.String OVRSimpleJSON.JSONNode::op_Implicit(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JSONNode_op_Implicit_mB69B59190230CBA82F6B7EABFD3E33FAF33B21AE (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (d == null) ? null : d.Value; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___d0; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_1; L_1 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_0, NULL, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = ___d0; NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String OVRSimpleJSON.JSONNode::get_Value() */, L_2); return L_3; } IL_0010: { return (String_t*)NULL; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_m55606AA5E618EDD3F730B0E69151C8FDA38C90F4 (double ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new JSONNumber(n); double L_0 = ___n0; JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_1 = (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *)il2cpp_codegen_object_new(JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Double OVRSimpleJSON.JSONNode::op_Implicit(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double JSONNode_op_Implicit_m918F1E29F15E3E9B87502E3F24EAE2033A6FD980 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (d == null) ? 0 : d.AsDouble; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___d0; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_1; L_1 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_0, NULL, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = ___d0; NullCheck(L_2); double L_3; L_3 = VirtFuncInvoker0< double >::Invoke(29 /* System.Double OVRSimpleJSON.JSONNode::get_AsDouble() */, L_2); return L_3; } IL_0010: { return (0.0); } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_m9CC0CE55DDDFEF73E4797A4B5266E4BDA6B911DB (float ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new JSONNumber(n); float L_0 = ___n0; JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_1 = (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *)il2cpp_codegen_object_new(JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03(L_1, ((double)((double)L_0)), /*hidden argument*/NULL); return L_1; } } // System.Single OVRSimpleJSON.JSONNode::op_Implicit(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float JSONNode_op_Implicit_m819DCFA2027CF205F1BBD310EEBFC0E195B9897E (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (d == null) ? 0 : d.AsFloat; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___d0; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_1; L_1 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_0, NULL, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = ___d0; NullCheck(L_2); float L_3; L_3 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_2); return L_3; } IL_0010: { return (0.0f); } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_mE60D7B07CC2D27DBDCCE9D78FFED5A43024F6A92 (int32_t ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new JSONNumber(n); int32_t L_0 = ___n0; JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_1 = (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *)il2cpp_codegen_object_new(JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03(L_1, ((double)((double)L_0)), /*hidden argument*/NULL); return L_1; } } // System.Int32 OVRSimpleJSON.JSONNode::op_Implicit(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONNode_op_Implicit_m1FAABC4FB839DDFB286F2B45F250519FBC4932E9 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (d == null) ? 0 : d.AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___d0; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_1; L_1 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_0, NULL, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = ___d0; NullCheck(L_2); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_2); return L_3; } IL_0010: { return 0; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_mEF2C40E41AB9E6F15D0ED263A0BA055202414F96 (int64_t ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (longAsString) IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_0 = ((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields*)il2cpp_codegen_static_fields_for(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var))->get_longAsString_1(); if (!L_0) { goto IL_0014; } } { // return new JSONString(n.ToString()); String_t* L_1; L_1 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)(&___n0), /*hidden argument*/NULL); JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * L_2 = (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 *)il2cpp_codegen_object_new(JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_il2cpp_TypeInfo_var); JSONString__ctor_m44FCCA5F4DBBDB8D1B8FD75BBBA1315BA28F34E2(L_2, L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { // return new JSONNumber(n); int64_t L_3 = ___n0; JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_4 = (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *)il2cpp_codegen_object_new(JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03(L_4, ((double)((double)L_3)), /*hidden argument*/NULL); return L_4; } } // System.Int64 OVRSimpleJSON.JSONNode::op_Implicit(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JSONNode_op_Implicit_m5BA6BE9A30E7CAA23CF016C43E8921D3A0C1A72F (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (d == null) ? 0L : d.AsLong; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___d0; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_1; L_1 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_0, NULL, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = ___d0; NullCheck(L_2); int64_t L_3; L_3 = VirtFuncInvoker0< int64_t >::Invoke(37 /* System.Int64 OVRSimpleJSON.JSONNode::get_AsLong() */, L_2); return L_3; } IL_0010: { return ((int64_t)((int64_t)0)); } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_mC9CC4A59E0164DE5E31841525D8115FF248C3CC3 (bool ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new JSONBool(b); bool L_0 = ___b0; JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF * L_1 = (JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF *)il2cpp_codegen_object_new(JSONBool_t1D36EA2C6191F4CAADE1EEEFD0B531951CA29FAF_il2cpp_TypeInfo_var); JSONBool__ctor_m91A3B6FDD9244EFD1294C90978F0586B176EA529(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean OVRSimpleJSON.JSONNode::op_Implicit(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_op_Implicit_m00FC22784B31D78365911595B0AF72DDC6F8131A (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (d == null) ? false : d.AsBool; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___d0; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_1; L_1 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_0, NULL, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = ___d0; NullCheck(L_2); bool L_3; L_3 = VirtFuncInvoker0< bool >::Invoke(35 /* System.Boolean OVRSimpleJSON.JSONNode::get_AsBool() */, L_2); return L_3; } IL_0010: { return (bool)0; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_mCA53388F986345C6D8DA1FA46BBADB03EC87E991 (KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA ___aKeyValue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return aKeyValue.Value; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0; L_0 = KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_inline((KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA *)(&___aKeyValue0), /*hidden argument*/KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_RuntimeMethod_var); return L_0; } } // System.Boolean OVRSimpleJSON.JSONNode::op_Equality(OVRSimpleJSON.JSONNode,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t G_B6_0 = 0; int32_t G_B10_0 = 0; { // if (ReferenceEquals(a, b)) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___a0; RuntimeObject * L_1 = ___b1; if ((!(((RuntimeObject*)(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // bool aIsNull = a is JSONNull || ReferenceEquals(a, null) || a is JSONLazyCreator; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = ___a0; if (((JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 *)IsInstClass((RuntimeObject*)L_2, JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var))) { goto IL_001c; } } { JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3 = ___a0; if (!L_3) { goto IL_001c; } } { JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4 = ___a0; G_B6_0 = ((!(((RuntimeObject*)(JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *)((JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *)IsInstClass((RuntimeObject*)L_4, JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_001d; } IL_001c: { G_B6_0 = 1; } IL_001d: { V_0 = (bool)G_B6_0; // bool bIsNull = b is JSONNull || ReferenceEquals(b, null) || b is JSONLazyCreator; RuntimeObject * L_5 = ___b1; if (((JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 *)IsInstClass((RuntimeObject*)L_5, JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var))) { goto IL_0034; } } { RuntimeObject * L_6 = ___b1; if (!L_6) { goto IL_0034; } } { RuntimeObject * L_7 = ___b1; G_B10_0 = ((!(((RuntimeObject*)(JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *)((JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *)IsInstClass((RuntimeObject*)L_7, JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_0035; } IL_0034: { G_B10_0 = 1; } IL_0035: { V_1 = (bool)G_B10_0; // if (aIsNull && bIsNull) bool L_8 = V_0; bool L_9 = V_1; if (!((int32_t)((int32_t)L_8&(int32_t)L_9))) { goto IL_003d; } } { // return true; return (bool)1; } IL_003d: { // return !aIsNull && a.Equals(b); bool L_10 = V_0; if (L_10) { goto IL_0048; } } { JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_11 = ___a0; RuntimeObject * L_12 = ___b1; NullCheck(L_11); bool L_13; L_13 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_11, L_12); return L_13; } IL_0048: { return (bool)0; } } // System.Boolean OVRSimpleJSON.JSONNode::op_Inequality(OVRSimpleJSON.JSONNode,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return !(a == b); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___a0; RuntimeObject * L_1 = ___b1; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_2; L_2 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Boolean OVRSimpleJSON.JSONNode::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNode_Equals_m743BC62E750F9A2905311CDB1A0F764EB1A7FC01 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { // return ReferenceEquals(this, obj); RuntimeObject * L_0 = ___obj0; return (bool)((((RuntimeObject*)(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0))? 1 : 0); } } // System.Int32 OVRSimpleJSON.JSONNode::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONNode_GetHashCode_m360A64BAAF82DB259FAD37EE509478290300991B (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // return base.GetHashCode(); int32_t L_0; L_0 = Object_GetHashCode_m29972277898725CF5403FB9765F335F0FAEA8162(__this, /*hidden argument*/NULL); return L_0; } } // System.Text.StringBuilder OVRSimpleJSON.JSONNode::get_EscapeBuilder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * JSONNode_get_EscapeBuilder_m67B2C6BFA233EB10E4FCB3507C1EF719A9B524AA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_EscapeBuilder == null) IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); StringBuilder_t * L_0 = ((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var))->get_m_EscapeBuilder_2(); if (L_0) { goto IL_0011; } } { // m_EscapeBuilder = new StringBuilder(); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); ((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var))->set_m_EscapeBuilder_2(L_1); } IL_0011: { // return m_EscapeBuilder; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); StringBuilder_t * L_2 = ((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var))->get_m_EscapeBuilder_2(); return L_2; } } // System.String OVRSimpleJSON.JSONNode::Escape(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JSONNode_Escape_m56612ECCA928BA1559E4BB2812E5139FECAAAA8D (String_t* ___aText0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB78F235D4291950A7D101307609C259F3E1F033F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD68508B50CDE1B2E777400476044304CB8149311); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA666908BB15F4E1D2649752EC5DCBD0D5C64699); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; uint16_t V_5 = 0; { // var sb = EscapeBuilder; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); StringBuilder_t * L_0; L_0 = JSONNode_get_EscapeBuilder_m67B2C6BFA233EB10E4FCB3507C1EF719A9B524AA(/*hidden argument*/NULL); V_0 = L_0; // sb.Length = 0; StringBuilder_t * L_1 = V_0; NullCheck(L_1); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_1, 0, /*hidden argument*/NULL); // if (sb.Capacity < aText.Length + aText.Length / 10) StringBuilder_t * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Capacity_m067D01B281C708C07EB01C776CA99B72C4F78B30(L_2, /*hidden argument*/NULL); String_t* L_4 = ___aText0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); String_t* L_6 = ___aText0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)((int32_t)L_7/(int32_t)((int32_t)10)))))))) { goto IL_003b; } } { // sb.Capacity = aText.Length + aText.Length / 10; StringBuilder_t * L_8 = V_0; String_t* L_9 = ___aText0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); String_t* L_11 = ___aText0; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_set_Capacity_mC1488A3E3622EE7B0A7A340F22A55CCFBBF21669(L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)((int32_t)L_12/(int32_t)((int32_t)10))))), /*hidden argument*/NULL); } IL_003b: { // foreach (char c in aText) String_t* L_13 = ___aText0; V_2 = L_13; V_3 = 0; goto IL_0125; } IL_0044: { // foreach (char c in aText) String_t* L_14 = V_2; int32_t L_15 = V_3; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); V_4 = L_16; Il2CppChar L_17 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)8))) { case 0: { goto IL_00c6; } case 1: { goto IL_00b8; } case 2: { goto IL_009c; } case 3: { goto IL_00e2; } case 4: { goto IL_00d4; } case 5: { goto IL_00aa; } } } { Il2CppChar L_18 = V_4; if ((((int32_t)L_18) == ((int32_t)((int32_t)34)))) { goto IL_008b; } } { Il2CppChar L_19 = V_4; if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)92))))) { goto IL_00e2; } } { // sb.Append("\\\\"); StringBuilder_t * L_20 = V_0; NullCheck(L_20); StringBuilder_t * L_21; L_21 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_20, _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, /*hidden argument*/NULL); // break; goto IL_0121; } IL_008b: { // sb.Append("\\\""); StringBuilder_t * L_22 = V_0; NullCheck(L_22); StringBuilder_t * L_23; L_23 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_22, _stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD, /*hidden argument*/NULL); // break; goto IL_0121; } IL_009c: { // sb.Append("\\n"); StringBuilder_t * L_24 = V_0; NullCheck(L_24); StringBuilder_t * L_25; L_25 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_24, _stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51, /*hidden argument*/NULL); // break; goto IL_0121; } IL_00aa: { // sb.Append("\\r"); StringBuilder_t * L_26 = V_0; NullCheck(L_26); StringBuilder_t * L_27; L_27 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_26, _stringLiteralB78F235D4291950A7D101307609C259F3E1F033F, /*hidden argument*/NULL); // break; goto IL_0121; } IL_00b8: { // sb.Append("\\t"); StringBuilder_t * L_28 = V_0; NullCheck(L_28); StringBuilder_t * L_29; L_29 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_28, _stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462, /*hidden argument*/NULL); // break; goto IL_0121; } IL_00c6: { // sb.Append("\\b"); StringBuilder_t * L_30 = V_0; NullCheck(L_30); StringBuilder_t * L_31; L_31 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_30, _stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9, /*hidden argument*/NULL); // break; goto IL_0121; } IL_00d4: { // sb.Append("\\f"); StringBuilder_t * L_32 = V_0; NullCheck(L_32); StringBuilder_t * L_33; L_33 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_32, _stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122, /*hidden argument*/NULL); // break; goto IL_0121; } IL_00e2: { // if (c < ' ' || (forceASCII && c > 127)) Il2CppChar L_34 = V_4; if ((((int32_t)L_34) < ((int32_t)((int32_t)32)))) { goto IL_00f5; } } { IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_35 = ((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields*)il2cpp_codegen_static_fields_for(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var))->get_forceASCII_0(); if (!L_35) { goto IL_0118; } } { Il2CppChar L_36 = V_4; if ((((int32_t)L_36) <= ((int32_t)((int32_t)127)))) { goto IL_0118; } } IL_00f5: { // ushort val = c; Il2CppChar L_37 = V_4; V_5 = (uint16_t)L_37; // sb.Append("\\u").Append(val.ToString("X4")); StringBuilder_t * L_38 = V_0; NullCheck(L_38); StringBuilder_t * L_39; L_39 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_38, _stringLiteralDA666908BB15F4E1D2649752EC5DCBD0D5C64699, /*hidden argument*/NULL); String_t* L_40; L_40 = UInt16_ToString_mB9BF3213F6AC036243B6AB79B0C98C4C727FB6E1((uint16_t*)(&V_5), _stringLiteralD68508B50CDE1B2E777400476044304CB8149311, /*hidden argument*/NULL); NullCheck(L_39); StringBuilder_t * L_41; L_41 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_39, L_40, /*hidden argument*/NULL); // } goto IL_0121; } IL_0118: { // sb.Append(c); StringBuilder_t * L_42 = V_0; Il2CppChar L_43 = V_4; NullCheck(L_42); StringBuilder_t * L_44; L_44 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_42, L_43, /*hidden argument*/NULL); } IL_0121: { int32_t L_45 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0125: { // foreach (char c in aText) int32_t L_46 = V_3; String_t* L_47 = V_2; NullCheck(L_47); int32_t L_48; L_48 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_47, /*hidden argument*/NULL); if ((((int32_t)L_46) < ((int32_t)L_48))) { goto IL_0044; } } { // string result = sb.ToString(); StringBuilder_t * L_49 = V_0; NullCheck(L_49); String_t* L_50; L_50 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_49); V_1 = L_50; // sb.Length = 0; StringBuilder_t * L_51 = V_0; NullCheck(L_51); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_51, 0, /*hidden argument*/NULL); // return result; String_t* L_52 = V_1; return L_52; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::ParseElement(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_ParseElement_m0445346289038CE490A098344A949350ADF024ED (String_t* ___token0, bool ___quoted1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; double V_1 = 0.0; { // if (quoted) bool L_0 = ___quoted1; if (!L_0) { goto IL_000a; } } { // return token; String_t* L_1 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2; L_2 = JSONNode_op_Implicit_m1F3AAB379839CCC921F813E84C5A20AC2FC81D50(L_1, /*hidden argument*/NULL); return L_2; } IL_000a: { // string tmp = token.ToLower(); String_t* L_3 = ___token0; NullCheck(L_3); String_t* L_4; L_4 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_3, /*hidden argument*/NULL); V_0 = L_4; // if (tmp == "false" || tmp == "true") String_t* L_5 = V_0; bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_5, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, /*hidden argument*/NULL); if (L_6) { goto IL_002b; } } { String_t* L_7 = V_0; bool L_8; L_8 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_7, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, /*hidden argument*/NULL); if (!L_8) { goto IL_003c; } } IL_002b: { // return tmp == "true"; String_t* L_9 = V_0; bool L_10; L_10 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_9, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_11; L_11 = JSONNode_op_Implicit_mC9CC4A59E0164DE5E31841525D8115FF248C3CC3(L_10, /*hidden argument*/NULL); return L_11; } IL_003c: { // if (tmp == "null") String_t* L_12 = V_0; bool L_13; L_13 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_12, _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174, /*hidden argument*/NULL); if (!L_13) { goto IL_004f; } } { // return JSONNull.CreateOrGet(); IL2CPP_RUNTIME_CLASS_INIT(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * L_14; L_14 = JSONNull_CreateOrGet_m70AB20EE5B89663D51AF3678FE2F5E910A5D0C98(/*hidden argument*/NULL); return L_14; } IL_004f: { // if (double.TryParse(token, NumberStyles.Float, CultureInfo.InvariantCulture, out val)) String_t* L_15 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16; L_16 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_17; L_17 = Double_TryParse_mC79B88116F5ADCC18A70395137B2FBF8EF19719B(L_15, ((int32_t)167), L_16, (double*)(&V_1), /*hidden argument*/NULL); if (!L_17) { goto IL_006a; } } { // return val; double L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_19; L_19 = JSONNode_op_Implicit_m55606AA5E618EDD3F730B0E69151C8FDA38C90F4(L_18, /*hidden argument*/NULL); return L_19; } IL_006a: { // return token; String_t* L_20 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_21; L_21 = JSONNode_op_Implicit_m1F3AAB379839CCC921F813E84C5A20AC2FC81D50(L_20, /*hidden argument*/NULL); return L_21; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_Parse_m34ACAB3223B18EE88A5B484D3DD9E026AB7D15BF (String_t* ___aJSON0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Peek_m1B1EBE634F16B73D3F710474FEC2221C2020D0D0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mE76837AE0CCEBE77A63FF6A5B25F48BF24A17B36_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m11C23530CA87AB94E2F413D5FA9F21524B41DC1A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m5CB84BFF674E755C9358E274949CB5151A039F7A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_mD5DF300AC33A948FFD1AD34F4E261FE08C0FED1B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * V_0 = NULL; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_1 = NULL; int32_t V_2 = 0; StringBuilder_t * V_3 = NULL; String_t* V_4 = NULL; bool V_5 = false; bool V_6 = false; Il2CppChar V_7 = 0x0; Il2CppChar V_8 = 0x0; String_t* V_9 = NULL; { // Stack stack = new Stack(); Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * L_0 = (Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 *)il2cpp_codegen_object_new(Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429_il2cpp_TypeInfo_var); Stack_1__ctor_m5CB84BFF674E755C9358E274949CB5151A039F7A(L_0, /*hidden argument*/Stack_1__ctor_m5CB84BFF674E755C9358E274949CB5151A039F7A_RuntimeMethod_var); V_0 = L_0; // JSONNode ctx = null; V_1 = (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)NULL; // int i = 0; V_2 = 0; // StringBuilder Token = new StringBuilder(); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_1, /*hidden argument*/NULL); V_3 = L_1; // string TokenName = ""; V_4 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; // bool QuoteMode = false; V_5 = (bool)0; // bool TokenIsQuoted = false; V_6 = (bool)0; goto IL_034c; } IL_0022: { // switch (aJSON[i]) String_t* L_2 = ___aJSON0; int32_t L_3 = V_2; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); V_7 = L_4; Il2CppChar L_5 = V_7; if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)44))))) { goto IL_007a; } } { Il2CppChar L_6 = V_7; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)32))))) { goto IL_0063; } } { Il2CppChar L_7 = V_7; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)9)))) { case 0: { goto IL_026f; } case 1: { goto IL_0348; } case 2: { goto IL_033a; } case 3: { goto IL_033a; } case 4: { goto IL_0348; } } } { Il2CppChar L_8 = V_7; if ((((int32_t)L_8) == ((int32_t)((int32_t)32)))) { goto IL_026f; } } { goto IL_033a; } IL_0063: { Il2CppChar L_9 = V_7; if ((((int32_t)L_9) == ((int32_t)((int32_t)34)))) { goto IL_0209; } } { Il2CppChar L_10 = V_7; if ((((int32_t)L_10) == ((int32_t)((int32_t)44)))) { goto IL_021c; } } { goto IL_033a; } IL_007a: { Il2CppChar L_11 = V_7; if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)93))))) { goto IL_00a4; } } { Il2CppChar L_12 = V_7; if ((((int32_t)L_12) == ((int32_t)((int32_t)58)))) { goto IL_01db; } } { Il2CppChar L_13 = V_7; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)91)))) { case 0: { goto IL_010b; } case 1: { goto IL_0289; } case 2: { goto IL_015e; } } } { goto IL_033a; } IL_00a4: { Il2CppChar L_14 = V_7; if ((((int32_t)L_14) == ((int32_t)((int32_t)123)))) { goto IL_00b8; } } { Il2CppChar L_15 = V_7; if ((((int32_t)L_15) == ((int32_t)((int32_t)125)))) { goto IL_015e; } } { goto IL_033a; } IL_00b8: { // if (QuoteMode) bool L_16 = V_5; if (!L_16) { goto IL_00cf; } } { // Token.Append(aJSON[i]); StringBuilder_t * L_17 = V_3; String_t* L_18 = ___aJSON0; int32_t L_19 = V_2; NullCheck(L_18); Il2CppChar L_20; L_20 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_18, L_19, /*hidden argument*/NULL); NullCheck(L_17); StringBuilder_t * L_21; L_21 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_17, L_20, /*hidden argument*/NULL); // break; goto IL_0348; } IL_00cf: { // stack.Push(new JSONObject()); Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * L_22 = V_0; JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * L_23 = (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 *)il2cpp_codegen_object_new(JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var); JSONObject__ctor_mB48A96B84212AC75D55E6339498A4B5843CCAF75(L_23, /*hidden argument*/NULL); NullCheck(L_22); Stack_1_Push_m11C23530CA87AB94E2F413D5FA9F21524B41DC1A(L_22, L_23, /*hidden argument*/Stack_1_Push_m11C23530CA87AB94E2F413D5FA9F21524B41DC1A_RuntimeMethod_var); // if (ctx != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_25; L_25 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_24, NULL, /*hidden argument*/NULL); if (!L_25) { goto IL_00f1; } } { // ctx.Add(TokenName, stack.Peek()); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_26 = V_1; String_t* L_27 = V_4; Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * L_28 = V_0; NullCheck(L_28); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_29; L_29 = Stack_1_Peek_m1B1EBE634F16B73D3F710474FEC2221C2020D0D0(L_28, /*hidden argument*/Stack_1_Peek_m1B1EBE634F16B73D3F710474FEC2221C2020D0D0_RuntimeMethod_var); NullCheck(L_26); VirtActionInvoker2< String_t*, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * >::Invoke(20 /* System.Void OVRSimpleJSON.JSONNode::Add(System.String,OVRSimpleJSON.JSONNode) */, L_26, L_27, L_29); } IL_00f1: { // TokenName = ""; V_4 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; // Token.Length = 0; StringBuilder_t * L_30 = V_3; NullCheck(L_30); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_30, 0, /*hidden argument*/NULL); // ctx = stack.Peek(); Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * L_31 = V_0; NullCheck(L_31); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_32; L_32 = Stack_1_Peek_m1B1EBE634F16B73D3F710474FEC2221C2020D0D0(L_31, /*hidden argument*/Stack_1_Peek_m1B1EBE634F16B73D3F710474FEC2221C2020D0D0_RuntimeMethod_var); V_1 = L_32; // break; goto IL_0348; } IL_010b: { // if (QuoteMode) bool L_33 = V_5; if (!L_33) { goto IL_0122; } } { // Token.Append(aJSON[i]); StringBuilder_t * L_34 = V_3; String_t* L_35 = ___aJSON0; int32_t L_36 = V_2; NullCheck(L_35); Il2CppChar L_37; L_37 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_35, L_36, /*hidden argument*/NULL); NullCheck(L_34); StringBuilder_t * L_38; L_38 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_34, L_37, /*hidden argument*/NULL); // break; goto IL_0348; } IL_0122: { // stack.Push(new JSONArray()); Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * L_39 = V_0; JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_40 = (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D *)il2cpp_codegen_object_new(JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var); JSONArray__ctor_m931A698E2CD20FEEC8D2AC70CEEC453A1E03DAF9(L_40, /*hidden argument*/NULL); NullCheck(L_39); Stack_1_Push_m11C23530CA87AB94E2F413D5FA9F21524B41DC1A(L_39, L_40, /*hidden argument*/Stack_1_Push_m11C23530CA87AB94E2F413D5FA9F21524B41DC1A_RuntimeMethod_var); // if (ctx != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_41 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_42; L_42 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_41, NULL, /*hidden argument*/NULL); if (!L_42) { goto IL_0144; } } { // ctx.Add(TokenName, stack.Peek()); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_43 = V_1; String_t* L_44 = V_4; Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * L_45 = V_0; NullCheck(L_45); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_46; L_46 = Stack_1_Peek_m1B1EBE634F16B73D3F710474FEC2221C2020D0D0(L_45, /*hidden argument*/Stack_1_Peek_m1B1EBE634F16B73D3F710474FEC2221C2020D0D0_RuntimeMethod_var); NullCheck(L_43); VirtActionInvoker2< String_t*, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * >::Invoke(20 /* System.Void OVRSimpleJSON.JSONNode::Add(System.String,OVRSimpleJSON.JSONNode) */, L_43, L_44, L_46); } IL_0144: { // TokenName = ""; V_4 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; // Token.Length = 0; StringBuilder_t * L_47 = V_3; NullCheck(L_47); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_47, 0, /*hidden argument*/NULL); // ctx = stack.Peek(); Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * L_48 = V_0; NullCheck(L_48); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_49; L_49 = Stack_1_Peek_m1B1EBE634F16B73D3F710474FEC2221C2020D0D0(L_48, /*hidden argument*/Stack_1_Peek_m1B1EBE634F16B73D3F710474FEC2221C2020D0D0_RuntimeMethod_var); V_1 = L_49; // break; goto IL_0348; } IL_015e: { // if (QuoteMode) bool L_50 = V_5; if (!L_50) { goto IL_0175; } } { // Token.Append(aJSON[i]); StringBuilder_t * L_51 = V_3; String_t* L_52 = ___aJSON0; int32_t L_53 = V_2; NullCheck(L_52); Il2CppChar L_54; L_54 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_52, L_53, /*hidden argument*/NULL); NullCheck(L_51); StringBuilder_t * L_55; L_55 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_51, L_54, /*hidden argument*/NULL); // break; goto IL_0348; } IL_0175: { // if (stack.Count == 0) Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * L_56 = V_0; NullCheck(L_56); int32_t L_57; L_57 = Stack_1_get_Count_mD5DF300AC33A948FFD1AD34F4E261FE08C0FED1B_inline(L_56, /*hidden argument*/Stack_1_get_Count_mD5DF300AC33A948FFD1AD34F4E261FE08C0FED1B_RuntimeMethod_var); if (L_57) { goto IL_0188; } } { // throw new Exception("JSON Parse: Too many closing brackets"); Exception_t * L_58 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_58, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral870C43A28360ADF668EFBACF63A4553351C7FA4C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JSONNode_Parse_m34ACAB3223B18EE88A5B484D3DD9E026AB7D15BF_RuntimeMethod_var))); } IL_0188: { // stack.Pop(); Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * L_59 = V_0; NullCheck(L_59); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_60; L_60 = Stack_1_Pop_mE76837AE0CCEBE77A63FF6A5B25F48BF24A17B36(L_59, /*hidden argument*/Stack_1_Pop_mE76837AE0CCEBE77A63FF6A5B25F48BF24A17B36_RuntimeMethod_var); // if (Token.Length > 0 || TokenIsQuoted) StringBuilder_t * L_61 = V_3; NullCheck(L_61); int32_t L_62; L_62 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_61, /*hidden argument*/NULL); bool L_63 = V_6; if (!((int32_t)((int32_t)((((int32_t)L_62) > ((int32_t)0))? 1 : 0)|(int32_t)L_63))) { goto IL_01b2; } } { // ctx.Add(TokenName, ParseElement(Token.ToString(), TokenIsQuoted)); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_64 = V_1; String_t* L_65 = V_4; StringBuilder_t * L_66 = V_3; NullCheck(L_66); String_t* L_67; L_67 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_66); bool L_68 = V_6; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_69; L_69 = JSONNode_ParseElement_m0445346289038CE490A098344A949350ADF024ED(L_67, L_68, /*hidden argument*/NULL); NullCheck(L_64); VirtActionInvoker2< String_t*, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * >::Invoke(20 /* System.Void OVRSimpleJSON.JSONNode::Add(System.String,OVRSimpleJSON.JSONNode) */, L_64, L_65, L_69); } IL_01b2: { // TokenIsQuoted = false; V_6 = (bool)0; // TokenName = ""; V_4 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; // Token.Length = 0; StringBuilder_t * L_70 = V_3; NullCheck(L_70); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_70, 0, /*hidden argument*/NULL); // if (stack.Count > 0) Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * L_71 = V_0; NullCheck(L_71); int32_t L_72; L_72 = Stack_1_get_Count_mD5DF300AC33A948FFD1AD34F4E261FE08C0FED1B_inline(L_71, /*hidden argument*/Stack_1_get_Count_mD5DF300AC33A948FFD1AD34F4E261FE08C0FED1B_RuntimeMethod_var); if ((((int32_t)L_72) <= ((int32_t)0))) { goto IL_0348; } } { // ctx = stack.Peek(); Stack_1_t83C31F50F974CA1013E7FE857CE17BF3A21C7429 * L_73 = V_0; NullCheck(L_73); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_74; L_74 = Stack_1_Peek_m1B1EBE634F16B73D3F710474FEC2221C2020D0D0(L_73, /*hidden argument*/Stack_1_Peek_m1B1EBE634F16B73D3F710474FEC2221C2020D0D0_RuntimeMethod_var); V_1 = L_74; // break; goto IL_0348; } IL_01db: { // if (QuoteMode) bool L_75 = V_5; if (!L_75) { goto IL_01f2; } } { // Token.Append(aJSON[i]); StringBuilder_t * L_76 = V_3; String_t* L_77 = ___aJSON0; int32_t L_78 = V_2; NullCheck(L_77); Il2CppChar L_79; L_79 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_77, L_78, /*hidden argument*/NULL); NullCheck(L_76); StringBuilder_t * L_80; L_80 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_76, L_79, /*hidden argument*/NULL); // break; goto IL_0348; } IL_01f2: { // TokenName = Token.ToString(); StringBuilder_t * L_81 = V_3; NullCheck(L_81); String_t* L_82; L_82 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_81); V_4 = L_82; // Token.Length = 0; StringBuilder_t * L_83 = V_3; NullCheck(L_83); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_83, 0, /*hidden argument*/NULL); // TokenIsQuoted = false; V_6 = (bool)0; // break; goto IL_0348; } IL_0209: { // QuoteMode ^= true; bool L_84 = V_5; V_5 = (bool)((((int32_t)L_84) == ((int32_t)0))? 1 : 0); // TokenIsQuoted |= QuoteMode; bool L_85 = V_6; bool L_86 = V_5; V_6 = (bool)((int32_t)((int32_t)L_85|(int32_t)L_86)); // break; goto IL_0348; } IL_021c: { // if (QuoteMode) bool L_87 = V_5; if (!L_87) { goto IL_0233; } } { // Token.Append(aJSON[i]); StringBuilder_t * L_88 = V_3; String_t* L_89 = ___aJSON0; int32_t L_90 = V_2; NullCheck(L_89); Il2CppChar L_91; L_91 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_89, L_90, /*hidden argument*/NULL); NullCheck(L_88); StringBuilder_t * L_92; L_92 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_88, L_91, /*hidden argument*/NULL); // break; goto IL_0348; } IL_0233: { // if (Token.Length > 0 || TokenIsQuoted) StringBuilder_t * L_93 = V_3; NullCheck(L_93); int32_t L_94; L_94 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_93, /*hidden argument*/NULL); bool L_95 = V_6; if (!((int32_t)((int32_t)((((int32_t)L_94) > ((int32_t)0))? 1 : 0)|(int32_t)L_95))) { goto IL_0256; } } { // ctx.Add(TokenName, ParseElement(Token.ToString(), TokenIsQuoted)); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_96 = V_1; String_t* L_97 = V_4; StringBuilder_t * L_98 = V_3; NullCheck(L_98); String_t* L_99; L_99 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_98); bool L_100 = V_6; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_101; L_101 = JSONNode_ParseElement_m0445346289038CE490A098344A949350ADF024ED(L_99, L_100, /*hidden argument*/NULL); NullCheck(L_96); VirtActionInvoker2< String_t*, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * >::Invoke(20 /* System.Void OVRSimpleJSON.JSONNode::Add(System.String,OVRSimpleJSON.JSONNode) */, L_96, L_97, L_101); } IL_0256: { // TokenIsQuoted = false; V_6 = (bool)0; // TokenName = ""; V_4 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; // Token.Length = 0; StringBuilder_t * L_102 = V_3; NullCheck(L_102); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_102, 0, /*hidden argument*/NULL); // TokenIsQuoted = false; V_6 = (bool)0; // break; goto IL_0348; } IL_026f: { // if (QuoteMode) bool L_103 = V_5; if (!L_103) { goto IL_0348; } } { // Token.Append(aJSON[i]); StringBuilder_t * L_104 = V_3; String_t* L_105 = ___aJSON0; int32_t L_106 = V_2; NullCheck(L_105); Il2CppChar L_107; L_107 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_105, L_106, /*hidden argument*/NULL); NullCheck(L_104); StringBuilder_t * L_108; L_108 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_104, L_107, /*hidden argument*/NULL); // break; goto IL_0348; } IL_0289: { // ++i; int32_t L_109 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1)); // if (QuoteMode) bool L_110 = V_5; if (!L_110) { goto IL_0348; } } { // char C = aJSON[i]; String_t* L_111 = ___aJSON0; int32_t L_112 = V_2; NullCheck(L_111); Il2CppChar L_113; L_113 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_111, L_112, /*hidden argument*/NULL); V_8 = L_113; Il2CppChar L_114 = V_8; if ((!(((uint32_t)L_114) <= ((uint32_t)((int32_t)102))))) { goto IL_02b1; } } { Il2CppChar L_115 = V_8; if ((((int32_t)L_115) == ((int32_t)((int32_t)98)))) { goto IL_02f4; } } { Il2CppChar L_116 = V_8; if ((((int32_t)L_116) == ((int32_t)((int32_t)102)))) { goto IL_02fe; } } { goto IL_032f; } IL_02b1: { Il2CppChar L_117 = V_8; if ((((int32_t)L_117) == ((int32_t)((int32_t)110)))) { goto IL_02e9; } } { Il2CppChar L_118 = V_8; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)((int32_t)114)))) { case 0: { goto IL_02de; } case 1: { goto IL_032f; } case 2: { goto IL_02d3; } case 3: { goto IL_0309; } } } { goto IL_032f; } IL_02d3: { // Token.Append('\t'); StringBuilder_t * L_119 = V_3; NullCheck(L_119); StringBuilder_t * L_120; L_120 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_119, ((int32_t)9), /*hidden argument*/NULL); // break; goto IL_0348; } IL_02de: { // Token.Append('\r'); StringBuilder_t * L_121 = V_3; NullCheck(L_121); StringBuilder_t * L_122; L_122 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_121, ((int32_t)13), /*hidden argument*/NULL); // break; goto IL_0348; } IL_02e9: { // Token.Append('\n'); StringBuilder_t * L_123 = V_3; NullCheck(L_123); StringBuilder_t * L_124; L_124 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_123, ((int32_t)10), /*hidden argument*/NULL); // break; goto IL_0348; } IL_02f4: { // Token.Append('\b'); StringBuilder_t * L_125 = V_3; NullCheck(L_125); StringBuilder_t * L_126; L_126 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_125, 8, /*hidden argument*/NULL); // break; goto IL_0348; } IL_02fe: { // Token.Append('\f'); StringBuilder_t * L_127 = V_3; NullCheck(L_127); StringBuilder_t * L_128; L_128 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_127, ((int32_t)12), /*hidden argument*/NULL); // break; goto IL_0348; } IL_0309: { // string s = aJSON.Substring(i + 1, 4); String_t* L_129 = ___aJSON0; int32_t L_130 = V_2; NullCheck(L_129); String_t* L_131; L_131 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_129, ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)), 4, /*hidden argument*/NULL); V_9 = L_131; // Token.Append((char)int.Parse( // s, // System.Globalization.NumberStyles.AllowHexSpecifier)); StringBuilder_t * L_132 = V_3; String_t* L_133 = V_9; int32_t L_134; L_134 = Int32_Parse_m00F320962D44E6BCE4884E6A5FE86F79331238A3(L_133, ((int32_t)512), /*hidden argument*/NULL); NullCheck(L_132); StringBuilder_t * L_135; L_135 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_132, ((int32_t)((uint16_t)L_134)), /*hidden argument*/NULL); // i += 4; int32_t L_136 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)4)); // break; goto IL_0348; } IL_032f: { // Token.Append(C); StringBuilder_t * L_137 = V_3; Il2CppChar L_138 = V_8; NullCheck(L_137); StringBuilder_t * L_139; L_139 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_137, L_138, /*hidden argument*/NULL); // break; goto IL_0348; } IL_033a: { // Token.Append(aJSON[i]); StringBuilder_t * L_140 = V_3; String_t* L_141 = ___aJSON0; int32_t L_142 = V_2; NullCheck(L_141); Il2CppChar L_143; L_143 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_141, L_142, /*hidden argument*/NULL); NullCheck(L_140); StringBuilder_t * L_144; L_144 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_140, L_143, /*hidden argument*/NULL); } IL_0348: { // ++i; int32_t L_145 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)1)); } IL_034c: { // while (i < aJSON.Length) int32_t L_146 = V_2; String_t* L_147 = ___aJSON0; NullCheck(L_147); int32_t L_148; L_148 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_147, /*hidden argument*/NULL); if ((((int32_t)L_146) < ((int32_t)L_148))) { goto IL_0022; } } { // if (QuoteMode) bool L_149 = V_5; if (!L_149) { goto IL_0367; } } { // throw new Exception("JSON Parse: Quotation marks seems to be messed up."); Exception_t * L_150 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_150, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF00FC1AEA59DE3445148D940526441AD4E1FFA7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_150, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JSONNode_Parse_m34ACAB3223B18EE88A5B484D3DD9E026AB7D15BF_RuntimeMethod_var))); } IL_0367: { // if (ctx == null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_151 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_152; L_152 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_151, NULL, /*hidden argument*/NULL); if (!L_152) { goto IL_037e; } } { // return ParseElement(Token.ToString(), TokenIsQuoted); StringBuilder_t * L_153 = V_3; NullCheck(L_153); String_t* L_154; L_154 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_153); bool L_155 = V_6; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_156; L_156 = JSONNode_ParseElement_m0445346289038CE490A098344A949350ADF024ED(L_154, L_155, /*hidden argument*/NULL); return L_156; } IL_037e: { // return ctx; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_157 = V_1; return L_157; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::GetContainer(OVRSimpleJSON.JSONContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_GetContainer_mB1146A81BDE83A01E228CB39DFDEDB9C4131BC84 (int32_t ___aType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (aType == JSONContainerType.Array) int32_t L_0 = ___aType0; if (L_0) { goto IL_0009; } } { // return new JSONArray(); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_1 = (JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D *)il2cpp_codegen_object_new(JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var); JSONArray__ctor_m931A698E2CD20FEEC8D2AC70CEEC453A1E03DAF9(L_1, /*hidden argument*/NULL); return L_1; } IL_0009: { // return new JSONObject(); JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * L_2 = (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 *)il2cpp_codegen_object_new(JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var); JSONObject__ctor_mB48A96B84212AC75D55E6339498A4B5843CCAF75(L_2, /*hidden argument*/NULL); return L_2; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_m7DC1420FC8DFC51C9E251435B3126A1B69144950 (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___aVec0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); s_Il2CppMethodInitialized = true; } { // JSONNode n = GetContainer(VectorContainerType); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); int32_t L_0 = ((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields*)il2cpp_codegen_static_fields_for(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var))->get_VectorContainerType_3(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = JSONNode_GetContainer_mB1146A81BDE83A01E228CB39DFDEDB9C4131BC84(L_0, /*hidden argument*/NULL); // n.WriteVector2(aVec); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = L_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3 = ___aVec0; NullCheck(L_2); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4; L_4 = JSONNode_WriteVector2_m7907DA6FDA5B94E47391DD98CD4FF7B33675460F(L_2, L_3, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1, /*hidden argument*/NULL); // return n; return L_2; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_m415D9166038502AF8EC2F0BF85E3968A693CB692 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___aVec0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); s_Il2CppMethodInitialized = true; } { // JSONNode n = GetContainer(VectorContainerType); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); int32_t L_0 = ((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields*)il2cpp_codegen_static_fields_for(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var))->get_VectorContainerType_3(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = JSONNode_GetContainer_mB1146A81BDE83A01E228CB39DFDEDB9C4131BC84(L_0, /*hidden argument*/NULL); // n.WriteVector3(aVec); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = L_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___aVec0; NullCheck(L_2); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4; L_4 = JSONNode_WriteVector3_mC4D0E6EDEF5615E178A92B62A1DC3F27796E10EE(L_2, L_3, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1, _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1, /*hidden argument*/NULL); // return n; return L_2; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_m0EC72C33D00C787EA602D353FAE06A9433E0882A (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___aVec0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // JSONNode n = GetContainer(VectorContainerType); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); int32_t L_0 = ((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields*)il2cpp_codegen_static_fields_for(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var))->get_VectorContainerType_3(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = JSONNode_GetContainer_mB1146A81BDE83A01E228CB39DFDEDB9C4131BC84(L_0, /*hidden argument*/NULL); // n.WriteVector4(aVec); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = L_1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_3 = ___aVec0; NullCheck(L_2); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4; L_4 = JSONNode_WriteVector4_m978F11DF244DD8C5C89F89F83D0FA38ADACC783F(L_2, L_3, /*hidden argument*/NULL); // return n; return L_2; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_m204DA6D5B31BC3B393CEFED48B07DCDD5DB133D7 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___aRot0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // JSONNode n = GetContainer(QuaternionContainerType); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); int32_t L_0 = ((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields*)il2cpp_codegen_static_fields_for(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var))->get_QuaternionContainerType_4(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = JSONNode_GetContainer_mB1146A81BDE83A01E228CB39DFDEDB9C4131BC84(L_0, /*hidden argument*/NULL); // n.WriteQuaternion(aRot); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = L_1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3 = ___aRot0; NullCheck(L_2); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4; L_4 = JSONNode_WriteQuaternion_mA1BC18F2671D86EB994796991A27F53A5FBC99EC(L_2, L_3, /*hidden argument*/NULL); // return n; return L_2; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_m5004C272737C7682BB4579757EC98E7DE7C0DE45 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___aRect0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // JSONNode n = GetContainer(RectContainerType); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); int32_t L_0 = ((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields*)il2cpp_codegen_static_fields_for(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var))->get_RectContainerType_5(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = JSONNode_GetContainer_mB1146A81BDE83A01E228CB39DFDEDB9C4131BC84(L_0, /*hidden argument*/NULL); // n.WriteRect(aRect); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = L_1; Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_3 = ___aRect0; NullCheck(L_2); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4; L_4 = JSONNode_WriteRect_m911C390EE1F82209678FDB00E34FF7A23DE4518E(L_2, L_3, /*hidden argument*/NULL); // return n; return L_2; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::op_Implicit(UnityEngine.RectOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_op_Implicit_mCCD800E5F521F5A84D2DA9DD1B5D8125A8AA3E61 (RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___aRect0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // JSONNode n = GetContainer(RectContainerType); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); int32_t L_0 = ((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields*)il2cpp_codegen_static_fields_for(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var))->get_RectContainerType_5(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = JSONNode_GetContainer_mB1146A81BDE83A01E228CB39DFDEDB9C4131BC84(L_0, /*hidden argument*/NULL); // n.WriteRectOffset(aRect); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = L_1; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_3 = ___aRect0; NullCheck(L_2); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4; L_4 = JSONNode_WriteRectOffset_m41313F9D46C7B9717689FC5928C443B0EBE55064(L_2, L_3, /*hidden argument*/NULL); // return n; return L_2; } } // UnityEngine.Vector2 OVRSimpleJSON.JSONNode::op_Implicit(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 JSONNode_op_Implicit_mF645A2545D4A24EAC82E0B0D3D64E05E030CCF23 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, const RuntimeMethod* method) { { // return aNode.ReadVector2(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___aNode0; NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = JSONNode_ReadVector2_m7E46639D64E39F486DF4AA431E3872D96287368A(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Vector3 OVRSimpleJSON.JSONNode::op_Implicit(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E JSONNode_op_Implicit_m453E778A2781B5B76CE824DEAE2D115521DD7A0D (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, const RuntimeMethod* method) { { // return aNode.ReadVector3(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___aNode0; NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = JSONNode_ReadVector3_m4429E4B6926D29CB0209AA35F8CD18F4FB069148(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Vector4 OVRSimpleJSON.JSONNode::op_Implicit(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 JSONNode_op_Implicit_mC1BB2BECAC2F73C4BA74EE2A09F24971F415E831 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, const RuntimeMethod* method) { { // return aNode.ReadVector4(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___aNode0; NullCheck(L_0); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1; L_1 = JSONNode_ReadVector4_m48CC15A47CF6D4A377CCE67C736E9E77C819E3A3(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Quaternion OVRSimpleJSON.JSONNode::op_Implicit(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 JSONNode_op_Implicit_m6FDA9D390081DC3EA7AEA1394040A75F4873CAB6 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, const RuntimeMethod* method) { { // return aNode.ReadQuaternion(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___aNode0; NullCheck(L_0); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_1; L_1 = JSONNode_ReadQuaternion_mCFCD0BCF875C64DF685A79636E89959CCCE9F87F(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Rect OVRSimpleJSON.JSONNode::op_Implicit(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 JSONNode_op_Implicit_mDB3D5AD6F390BDBFD982EDAD1503C8D3342C4E5C (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, const RuntimeMethod* method) { { // return aNode.ReadRect(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___aNode0; NullCheck(L_0); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_1; L_1 = JSONNode_ReadRect_m10DCE73B7FE85F8C90A9917400A06BCB430BEA30(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.RectOffset OVRSimpleJSON.JSONNode::op_Implicit(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * JSONNode_op_Implicit_m58E41407E7743528FD0056C21552E319CA7E8A8F (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, const RuntimeMethod* method) { { // return aNode.ReadRectOffset(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___aNode0; NullCheck(L_0); RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_1; L_1 = JSONNode_ReadRectOffset_m36D3E373CA20508CC4D0F4536F798E3D331E15C0(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Vector2 OVRSimpleJSON.JSONNode::ReadVector2(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 JSONNode_ReadVector2_m0D219D95B7A66E956ED66CE88A1844CF80231499 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___aDefault0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); s_Il2CppMethodInitialized = true; } { // if (IsObject) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() */, __this); if (!L_0) { goto IL_002e; } } { // return new Vector2(this["x"].AsFloat, this["y"].AsFloat); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); NullCheck(L_1); float L_2; L_2 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_1); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3; L_3 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); NullCheck(L_3); float L_4; L_4 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_3); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5; memset((&L_5), 0, sizeof(L_5)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_5), L_2, L_4, /*hidden argument*/NULL); return L_5; } IL_002e: { // if (IsArray) bool L_6; L_6 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() */, __this); if (!L_6) { goto IL_0054; } } { // return new Vector2(this[0].AsFloat, this[1].AsFloat); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7; L_7 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 0); NullCheck(L_7); float L_8; L_8 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_7); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_9; L_9 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 1); NullCheck(L_9); float L_10; L_10 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_9); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_11; memset((&L_11), 0, sizeof(L_11)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_11), L_8, L_10, /*hidden argument*/NULL); return L_11; } IL_0054: { // return aDefault; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_12 = ___aDefault0; return L_12; } } // UnityEngine.Vector2 OVRSimpleJSON.JSONNode::ReadVector2(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 JSONNode_ReadVector2_m362FC5561280B642BC13A6B1AA16D7EC1D6B7AEA (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, String_t* ___aXName0, String_t* ___aYName1, const RuntimeMethod* method) { { // if (IsObject) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() */, __this); if (!L_0) { goto IL_0026; } } { // return new Vector2(this[aXName].AsFloat, this[aYName].AsFloat); String_t* L_1 = ___aXName0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2; L_2 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, L_1); NullCheck(L_2); float L_3; L_3 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_2); String_t* L_4 = ___aYName1; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_5; L_5 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, L_4); NullCheck(L_5); float L_6; L_6 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_5); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_7; memset((&L_7), 0, sizeof(L_7)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_7), L_3, L_6, /*hidden argument*/NULL); return L_7; } IL_0026: { // return Vector2.zero; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8; L_8 = Vector2_get_zero_mD28A0EC932762710AFA0BBB9CCC63716C3BD064D(/*hidden argument*/NULL); return L_8; } } // UnityEngine.Vector2 OVRSimpleJSON.JSONNode::ReadVector2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 JSONNode_ReadVector2_m7E46639D64E39F486DF4AA431E3872D96287368A (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // return ReadVector2(Vector2.zero); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0; L_0 = Vector2_get_zero_mD28A0EC932762710AFA0BBB9CCC63716C3BD064D(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = JSONNode_ReadVector2_m0D219D95B7A66E956ED66CE88A1844CF80231499(__this, L_0, /*hidden argument*/NULL); return L_1; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::WriteVector2(UnityEngine.Vector2,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_WriteVector2_m7907DA6FDA5B94E47391DD98CD4FF7B33675460F (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___aVec0, String_t* ___aXName1, String_t* ___aYName2, const RuntimeMethod* method) { { // if (IsObject) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() */, __this); if (!L_0) { goto IL_0035; } } { // Inline = true; VirtActionInvoker1< bool >::Invoke(19 /* System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) */, __this, (bool)1); // this[aXName].AsFloat = aVec.x; String_t* L_1 = ___aXName1; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2; L_2 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, L_1); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3 = ___aVec0; float L_4 = L_3.get_x_0(); NullCheck(L_2); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_2, L_4); // this[aYName].AsFloat = aVec.y; String_t* L_5 = ___aYName2; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_6; L_6 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, L_5); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_7 = ___aVec0; float L_8 = L_7.get_y_1(); NullCheck(L_6); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_6, L_8); // } goto IL_0068; } IL_0035: { // else if (IsArray) bool L_9; L_9 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() */, __this); if (!L_9) { goto IL_0068; } } { // Inline = true; VirtActionInvoker1< bool >::Invoke(19 /* System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) */, __this, (bool)1); // this[0].AsFloat = aVec.x; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10; L_10 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_11 = ___aVec0; float L_12 = L_11.get_x_0(); NullCheck(L_10); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_10, L_12); // this[1].AsFloat = aVec.y; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13; L_13 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 1); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14 = ___aVec0; float L_15 = L_14.get_y_1(); NullCheck(L_13); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_13, L_15); } IL_0068: { // return this; return __this; } } // UnityEngine.Vector3 OVRSimpleJSON.JSONNode::ReadVector3(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E JSONNode_ReadVector3_m7CEF689B556F3B1186BEDE8151BFD27F3FDFEE6E (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___aDefault0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); s_Il2CppMethodInitialized = true; } { // if (IsObject) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() */, __this); if (!L_0) { goto IL_003e; } } { // return new Vector3(this["x"].AsFloat, this["y"].AsFloat, this["z"].AsFloat); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); NullCheck(L_1); float L_2; L_2 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_1); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3; L_3 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); NullCheck(L_3); float L_4; L_4 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_3); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_5; L_5 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); NullCheck(L_5); float L_6; L_6 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; memset((&L_7), 0, sizeof(L_7)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_7), L_2, L_4, L_6, /*hidden argument*/NULL); return L_7; } IL_003e: { // if (IsArray) bool L_8; L_8 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() */, __this); if (!L_8) { goto IL_0070; } } { // return new Vector3(this[0].AsFloat, this[1].AsFloat, this[2].AsFloat); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_9; L_9 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 0); NullCheck(L_9); float L_10; L_10 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_9); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_11; L_11 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 1); NullCheck(L_11); float L_12; L_12 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_11); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13; L_13 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 2); NullCheck(L_13); float L_14; L_14 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; memset((&L_15), 0, sizeof(L_15)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_15), L_10, L_12, L_14, /*hidden argument*/NULL); return L_15; } IL_0070: { // return aDefault; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = ___aDefault0; return L_16; } } // UnityEngine.Vector3 OVRSimpleJSON.JSONNode::ReadVector3(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E JSONNode_ReadVector3_m8E287DB65F73D4703FBBBBCD82E465807AA63AFC (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, String_t* ___aXName0, String_t* ___aYName1, String_t* ___aZName2, const RuntimeMethod* method) { { // if (IsObject) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() */, __this); if (!L_0) { goto IL_0032; } } { // return new Vector3(this[aXName].AsFloat, this[aYName].AsFloat, this[aZName].AsFloat); String_t* L_1 = ___aXName0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2; L_2 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, L_1); NullCheck(L_2); float L_3; L_3 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_2); String_t* L_4 = ___aYName1; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_5; L_5 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, L_4); NullCheck(L_5); float L_6; L_6 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_5); String_t* L_7 = ___aZName2; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_8; L_8 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, L_7); NullCheck(L_8); float L_9; L_9 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; memset((&L_10), 0, sizeof(L_10)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_10), L_3, L_6, L_9, /*hidden argument*/NULL); return L_10; } IL_0032: { // return Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); return L_11; } } // UnityEngine.Vector3 OVRSimpleJSON.JSONNode::ReadVector3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E JSONNode_ReadVector3_m4429E4B6926D29CB0209AA35F8CD18F4FB069148 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // return ReadVector3(Vector3.zero); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = JSONNode_ReadVector3_m7CEF689B556F3B1186BEDE8151BFD27F3FDFEE6E(__this, L_0, /*hidden argument*/NULL); return L_1; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::WriteVector3(UnityEngine.Vector3,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_WriteVector3_mC4D0E6EDEF5615E178A92B62A1DC3F27796E10EE (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___aVec0, String_t* ___aXName1, String_t* ___aYName2, String_t* ___aZName3, const RuntimeMethod* method) { { // if (IsObject) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() */, __this); if (!L_0) { goto IL_0048; } } { // Inline = true; VirtActionInvoker1< bool >::Invoke(19 /* System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) */, __this, (bool)1); // this[aXName].AsFloat = aVec.x; String_t* L_1 = ___aXName1; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2; L_2 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___aVec0; float L_4 = L_3.get_x_2(); NullCheck(L_2); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_2, L_4); // this[aYName].AsFloat = aVec.y; String_t* L_5 = ___aYName2; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_6; L_6 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___aVec0; float L_8 = L_7.get_y_3(); NullCheck(L_6); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_6, L_8); // this[aZName].AsFloat = aVec.z; String_t* L_9 = ___aZName3; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10; L_10 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = ___aVec0; float L_12 = L_11.get_z_4(); NullCheck(L_10); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_10, L_12); // } goto IL_008d; } IL_0048: { // else if (IsArray) bool L_13; L_13 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() */, __this); if (!L_13) { goto IL_008d; } } { // Inline = true; VirtActionInvoker1< bool >::Invoke(19 /* System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) */, __this, (bool)1); // this[0].AsFloat = aVec.x; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_14; L_14 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = ___aVec0; float L_16 = L_15.get_x_2(); NullCheck(L_14); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_14, L_16); // this[1].AsFloat = aVec.y; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_17; L_17 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = ___aVec0; float L_19 = L_18.get_y_3(); NullCheck(L_17); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_17, L_19); // this[2].AsFloat = aVec.z; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_20; L_20 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = ___aVec0; float L_22 = L_21.get_z_4(); NullCheck(L_20); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_20, L_22); } IL_008d: { // return this; return __this; } } // UnityEngine.Vector4 OVRSimpleJSON.JSONNode::ReadVector4(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 JSONNode_ReadVector4_m9DFF7B8F7CEF9EFEC70574739AF169628534BC85 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___aDefault0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); s_Il2CppMethodInitialized = true; } { // if (IsObject) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() */, __this); if (!L_0) { goto IL_004e; } } { // return new Vector4(this["x"].AsFloat, this["y"].AsFloat, this["z"].AsFloat, this["w"].AsFloat); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); NullCheck(L_1); float L_2; L_2 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_1); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3; L_3 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); NullCheck(L_3); float L_4; L_4 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_3); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_5; L_5 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); NullCheck(L_5); float L_6; L_6 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_5); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7; L_7 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); NullCheck(L_7); float L_8; L_8 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_7); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_9; memset((&L_9), 0, sizeof(L_9)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_9), L_2, L_4, L_6, L_8, /*hidden argument*/NULL); return L_9; } IL_004e: { // if (IsArray) bool L_10; L_10 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() */, __this); if (!L_10) { goto IL_008c; } } { // return new Vector4(this[0].AsFloat, this[1].AsFloat, this[2].AsFloat, this[3].AsFloat); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_11; L_11 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 0); NullCheck(L_11); float L_12; L_12 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_11); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13; L_13 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 1); NullCheck(L_13); float L_14; L_14 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_13); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_15; L_15 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 2); NullCheck(L_15); float L_16; L_16 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_15); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_17; L_17 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 3); NullCheck(L_17); float L_18; L_18 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_17); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_19; memset((&L_19), 0, sizeof(L_19)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_19), L_12, L_14, L_16, L_18, /*hidden argument*/NULL); return L_19; } IL_008c: { // return aDefault; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_20 = ___aDefault0; return L_20; } } // UnityEngine.Vector4 OVRSimpleJSON.JSONNode::ReadVector4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 JSONNode_ReadVector4_m48CC15A47CF6D4A377CCE67C736E9E77C819E3A3 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // return ReadVector4(Vector4.zero); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_0; L_0 = Vector4_get_zero_m6D63364ED48C32664BBDD4D85EB8D345F2866C56(/*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1; L_1 = JSONNode_ReadVector4_m9DFF7B8F7CEF9EFEC70574739AF169628534BC85(__this, L_0, /*hidden argument*/NULL); return L_1; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::WriteVector4(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_WriteVector4_m978F11DF244DD8C5C89F89F83D0FA38ADACC783F (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___aVec0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); s_Il2CppMethodInitialized = true; } { // if (IsObject) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() */, __this); if (!L_0) { goto IL_0069; } } { // Inline = true; VirtActionInvoker1< bool >::Invoke(19 /* System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) */, __this, (bool)1); // this["x"].AsFloat = aVec.x; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_2 = ___aVec0; float L_3 = L_2.get_x_1(); NullCheck(L_1); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_1, L_3); // this["y"].AsFloat = aVec.y; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4; L_4 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_5 = ___aVec0; float L_6 = L_5.get_y_2(); NullCheck(L_4); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_4, L_6); // this["z"].AsFloat = aVec.z; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7; L_7 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_8 = ___aVec0; float L_9 = L_8.get_z_3(); NullCheck(L_7); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_7, L_9); // this["w"].AsFloat = aVec.w; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10; L_10 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_11 = ___aVec0; float L_12 = L_11.get_w_4(); NullCheck(L_10); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_10, L_12); // } goto IL_00c0; } IL_0069: { // else if (IsArray) bool L_13; L_13 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() */, __this); if (!L_13) { goto IL_00c0; } } { // Inline = true; VirtActionInvoker1< bool >::Invoke(19 /* System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) */, __this, (bool)1); // this[0].AsFloat = aVec.x; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_14; L_14 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 0); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_15 = ___aVec0; float L_16 = L_15.get_x_1(); NullCheck(L_14); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_14, L_16); // this[1].AsFloat = aVec.y; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_17; L_17 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 1); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_18 = ___aVec0; float L_19 = L_18.get_y_2(); NullCheck(L_17); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_17, L_19); // this[2].AsFloat = aVec.z; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_20; L_20 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 2); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_21 = ___aVec0; float L_22 = L_21.get_z_3(); NullCheck(L_20); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_20, L_22); // this[3].AsFloat = aVec.w; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_23; L_23 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 3); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_24 = ___aVec0; float L_25 = L_24.get_w_4(); NullCheck(L_23); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_23, L_25); } IL_00c0: { // return this; return __this; } } // UnityEngine.Quaternion OVRSimpleJSON.JSONNode::ReadQuaternion(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 JSONNode_ReadQuaternion_m1286EB5348A6C3BCAE640F87840D58D41CEE1081 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___aDefault0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); s_Il2CppMethodInitialized = true; } { // if (IsObject) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() */, __this); if (!L_0) { goto IL_004e; } } { // return new Quaternion(this["x"].AsFloat, this["y"].AsFloat, this["z"].AsFloat, this["w"].AsFloat); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); NullCheck(L_1); float L_2; L_2 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_1); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3; L_3 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); NullCheck(L_3); float L_4; L_4 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_3); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_5; L_5 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); NullCheck(L_5); float L_6; L_6 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_5); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7; L_7 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); NullCheck(L_7); float L_8; L_8 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_7); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_9; memset((&L_9), 0, sizeof(L_9)); Quaternion__ctor_m564FA9302F5B9DA8BAB97B0A2D86FFE83ACAA421((&L_9), L_2, L_4, L_6, L_8, /*hidden argument*/NULL); return L_9; } IL_004e: { // if (IsArray) bool L_10; L_10 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() */, __this); if (!L_10) { goto IL_008c; } } { // return new Quaternion(this[0].AsFloat, this[1].AsFloat, this[2].AsFloat, this[3].AsFloat); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_11; L_11 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 0); NullCheck(L_11); float L_12; L_12 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_11); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13; L_13 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 1); NullCheck(L_13); float L_14; L_14 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_13); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_15; L_15 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 2); NullCheck(L_15); float L_16; L_16 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_15); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_17; L_17 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 3); NullCheck(L_17); float L_18; L_18 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_17); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_19; memset((&L_19), 0, sizeof(L_19)); Quaternion__ctor_m564FA9302F5B9DA8BAB97B0A2D86FFE83ACAA421((&L_19), L_12, L_14, L_16, L_18, /*hidden argument*/NULL); return L_19; } IL_008c: { // return aDefault; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_20 = ___aDefault0; return L_20; } } // UnityEngine.Quaternion OVRSimpleJSON.JSONNode::ReadQuaternion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 JSONNode_ReadQuaternion_mCFCD0BCF875C64DF685A79636E89959CCCE9F87F (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { // return ReadQuaternion(Quaternion.identity); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_0; L_0 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_1; L_1 = JSONNode_ReadQuaternion_m1286EB5348A6C3BCAE640F87840D58D41CEE1081(__this, L_0, /*hidden argument*/NULL); return L_1; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::WriteQuaternion(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_WriteQuaternion_mA1BC18F2671D86EB994796991A27F53A5FBC99EC (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___aRot0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); s_Il2CppMethodInitialized = true; } { // if (IsObject) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() */, __this); if (!L_0) { goto IL_0069; } } { // Inline = true; VirtActionInvoker1< bool >::Invoke(19 /* System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) */, __this, (bool)1); // this["x"].AsFloat = aRot.x; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2 = ___aRot0; float L_3 = L_2.get_x_0(); NullCheck(L_1); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_1, L_3); // this["y"].AsFloat = aRot.y; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4; L_4 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_5 = ___aRot0; float L_6 = L_5.get_y_1(); NullCheck(L_4); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_4, L_6); // this["z"].AsFloat = aRot.z; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7; L_7 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8 = ___aRot0; float L_9 = L_8.get_z_2(); NullCheck(L_7); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_7, L_9); // this["w"].AsFloat = aRot.w; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10; L_10 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_11 = ___aRot0; float L_12 = L_11.get_w_3(); NullCheck(L_10); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_10, L_12); // } goto IL_00c0; } IL_0069: { // else if (IsArray) bool L_13; L_13 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() */, __this); if (!L_13) { goto IL_00c0; } } { // Inline = true; VirtActionInvoker1< bool >::Invoke(19 /* System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) */, __this, (bool)1); // this[0].AsFloat = aRot.x; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_14; L_14 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 0); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_15 = ___aRot0; float L_16 = L_15.get_x_0(); NullCheck(L_14); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_14, L_16); // this[1].AsFloat = aRot.y; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_17; L_17 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 1); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18 = ___aRot0; float L_19 = L_18.get_y_1(); NullCheck(L_17); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_17, L_19); // this[2].AsFloat = aRot.z; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_20; L_20 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 2); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_21 = ___aRot0; float L_22 = L_21.get_z_2(); NullCheck(L_20); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_20, L_22); // this[3].AsFloat = aRot.w; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_23; L_23 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 3); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_24 = ___aRot0; float L_25 = L_24.get_w_3(); NullCheck(L_23); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_23, L_25); } IL_00c0: { // return this; return __this; } } // UnityEngine.Rect OVRSimpleJSON.JSONNode::ReadRect(UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 JSONNode_ReadRect_m3EE740F4AA26F7DDD7EDB4A927CEDE17CBA58B5C (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___aDefault0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84); s_Il2CppMethodInitialized = true; } { // if (IsObject) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() */, __this); if (!L_0) { goto IL_004e; } } { // return new Rect(this["x"].AsFloat, this["y"].AsFloat, this["width"].AsFloat, this["height"].AsFloat); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); NullCheck(L_1); float L_2; L_2 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_1); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3; L_3 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); NullCheck(L_3); float L_4; L_4 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_3); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_5; L_5 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84); NullCheck(L_5); float L_6; L_6 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_5); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7; L_7 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563); NullCheck(L_7); float L_8; L_8 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_7); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_9; memset((&L_9), 0, sizeof(L_9)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_9), L_2, L_4, L_6, L_8, /*hidden argument*/NULL); return L_9; } IL_004e: { // if (IsArray) bool L_10; L_10 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() */, __this); if (!L_10) { goto IL_008c; } } { // return new Rect(this[0].AsFloat, this[1].AsFloat, this[2].AsFloat, this[3].AsFloat); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_11; L_11 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 0); NullCheck(L_11); float L_12; L_12 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_11); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13; L_13 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 1); NullCheck(L_13); float L_14; L_14 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_13); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_15; L_15 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 2); NullCheck(L_15); float L_16; L_16 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_15); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_17; L_17 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 3); NullCheck(L_17); float L_18; L_18 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_17); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_19; memset((&L_19), 0, sizeof(L_19)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_19), L_12, L_14, L_16, L_18, /*hidden argument*/NULL); return L_19; } IL_008c: { // return aDefault; Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_20 = ___aDefault0; return L_20; } } // UnityEngine.Rect OVRSimpleJSON.JSONNode::ReadRect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 JSONNode_ReadRect_m10DCE73B7FE85F8C90A9917400A06BCB430BEA30 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 V_0; memset((&V_0), 0, sizeof(V_0)); { // return ReadRect(new Rect()); il2cpp_codegen_initobj((&V_0), sizeof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 )); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_0 = V_0; Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_1; L_1 = JSONNode_ReadRect_m3EE740F4AA26F7DDD7EDB4A927CEDE17CBA58B5C(__this, L_0, /*hidden argument*/NULL); return L_1; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::WriteRect(UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_WriteRect_m911C390EE1F82209678FDB00E34FF7A23DE4518E (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___aRect0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84); s_Il2CppMethodInitialized = true; } { // if (IsObject) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() */, __this); if (!L_0) { goto IL_006d; } } { // Inline = true; VirtActionInvoker1< bool >::Invoke(19 /* System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) */, __this, (bool)1); // this["x"].AsFloat = aRect.x; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); float L_2; L_2 = Rect_get_x_mA61220F6F26ECD6951B779FFA7CAD7ECE11D6987((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&___aRect0), /*hidden argument*/NULL); NullCheck(L_1); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_1, L_2); // this["y"].AsFloat = aRect.y; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3; L_3 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); float L_4; L_4 = Rect_get_y_m4E1AAD20D167085FF4F9E9C86EF34689F5770A74((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&___aRect0), /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_3, L_4); // this["width"].AsFloat = aRect.width; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_5; L_5 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84); float L_6; L_6 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&___aRect0), /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_5, L_6); // this["height"].AsFloat = aRect.height; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7; L_7 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563); float L_8; L_8 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&___aRect0), /*hidden argument*/NULL); NullCheck(L_7); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_7, L_8); // } goto IL_00c8; } IL_006d: { // else if (IsArray) bool L_9; L_9 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() */, __this); if (!L_9) { goto IL_00c8; } } { // Inline = true; VirtActionInvoker1< bool >::Invoke(19 /* System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) */, __this, (bool)1); // this[0].AsFloat = aRect.x; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10; L_10 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 0); float L_11; L_11 = Rect_get_x_mA61220F6F26ECD6951B779FFA7CAD7ECE11D6987((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&___aRect0), /*hidden argument*/NULL); NullCheck(L_10); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_10, L_11); // this[1].AsFloat = aRect.y; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_12; L_12 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 1); float L_13; L_13 = Rect_get_y_m4E1AAD20D167085FF4F9E9C86EF34689F5770A74((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&___aRect0), /*hidden argument*/NULL); NullCheck(L_12); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_12, L_13); // this[2].AsFloat = aRect.width; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_14; L_14 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 2); float L_15; L_15 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&___aRect0), /*hidden argument*/NULL); NullCheck(L_14); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_14, L_15); // this[3].AsFloat = aRect.height; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_16; L_16 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 3); float L_17; L_17 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&___aRect0), /*hidden argument*/NULL); NullCheck(L_16); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_16, L_17); } IL_00c8: { // return this; return __this; } } // UnityEngine.RectOffset OVRSimpleJSON.JSONNode::ReadRectOffset(UnityEngine.RectOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * JSONNode_ReadRectOffset_mBD6ECE2462CB040D39D2BDFE83FE63A0C61144FA (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___aDefault0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF); s_Il2CppMethodInitialized = true; } { // if (this is JSONObject) if (!((JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 *)IsInstClass((RuntimeObject*)__this, JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4_il2cpp_TypeInfo_var))) { goto IL_004e; } } { // return new RectOffset(this["left"].AsInt, this["right"].AsInt, this["top"].AsInt, this["bottom"].AsInt); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0; L_0 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_0); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2; L_2 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF); NullCheck(L_2); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_2); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4; L_4 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3); NullCheck(L_4); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_4); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_6; L_6 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665); NullCheck(L_6); int32_t L_7; L_7 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_6); RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_8 = (RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 *)il2cpp_codegen_object_new(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_il2cpp_TypeInfo_var); RectOffset__ctor_m428BA3F4AE287FA7D5F4CED6394225951E5E507B(L_8, L_1, L_3, L_5, L_7, /*hidden argument*/NULL); return L_8; } IL_004e: { // if (this is JSONArray) if (!((JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D *)IsInstClass((RuntimeObject*)__this, JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D_il2cpp_TypeInfo_var))) { goto IL_008c; } } { // return new RectOffset(this[0].AsInt, this[1].AsInt, this[2].AsInt, this[3].AsInt); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_9; L_9 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 0); NullCheck(L_9); int32_t L_10; L_10 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_9); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_11; L_11 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 1); NullCheck(L_11); int32_t L_12; L_12 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_11); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13; L_13 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 2); NullCheck(L_13); int32_t L_14; L_14 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_13); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_15; L_15 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 3); NullCheck(L_15); int32_t L_16; L_16 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_15); RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_17 = (RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 *)il2cpp_codegen_object_new(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_il2cpp_TypeInfo_var); RectOffset__ctor_m428BA3F4AE287FA7D5F4CED6394225951E5E507B(L_17, L_10, L_12, L_14, L_16, /*hidden argument*/NULL); return L_17; } IL_008c: { // return aDefault; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_18 = ___aDefault0; return L_18; } } // UnityEngine.RectOffset OVRSimpleJSON.JSONNode::ReadRectOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * JSONNode_ReadRectOffset_m36D3E373CA20508CC4D0F4536F798E3D331E15C0 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ReadRectOffset(new RectOffset()); RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_0 = (RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 *)il2cpp_codegen_object_new(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_il2cpp_TypeInfo_var); RectOffset__ctor_m83529BADBE62C2D61ABEE8EB774BAB2D38DCF2AD(L_0, /*hidden argument*/NULL); RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_1; L_1 = JSONNode_ReadRectOffset_mBD6ECE2462CB040D39D2BDFE83FE63A0C61144FA(__this, L_0, /*hidden argument*/NULL); return L_1; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::WriteRectOffset(UnityEngine.RectOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_WriteRectOffset_m41313F9D46C7B9717689FC5928C443B0EBE55064 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___aRect0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF); s_Il2CppMethodInitialized = true; } { // if (IsObject) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsObject() */, __this); if (!L_0) { goto IL_0069; } } { // Inline = true; VirtActionInvoker1< bool >::Invoke(19 /* System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) */, __this, (bool)1); // this["left"].AsInt = aRect.left; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2); RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_2 = ___aRect0; NullCheck(L_2); int32_t L_3; L_3 = RectOffset_get_left_m3B3066D09D8C9C94826258386B609CDBFFF11910(L_2, /*hidden argument*/NULL); NullCheck(L_1); VirtActionInvoker1< int32_t >::Invoke(32 /* System.Void OVRSimpleJSON.JSONNode::set_AsInt(System.Int32) */, L_1, L_3); // this["right"].AsInt = aRect.right; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4; L_4 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF); RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_5 = ___aRect0; NullCheck(L_5); int32_t L_6; L_6 = RectOffset_get_right_m889468939F3F926FE21F8E81E23C0342D45615C6(L_5, /*hidden argument*/NULL); NullCheck(L_4); VirtActionInvoker1< int32_t >::Invoke(32 /* System.Void OVRSimpleJSON.JSONNode::set_AsInt(System.Int32) */, L_4, L_6); // this["top"].AsInt = aRect.top; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7; L_7 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3); RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_8 = ___aRect0; NullCheck(L_8); int32_t L_9; L_9 = RectOffset_get_top_m42000C7682185F03F23E7E0C3E8EC026FDBAB9D1(L_8, /*hidden argument*/NULL); NullCheck(L_7); VirtActionInvoker1< int32_t >::Invoke(32 /* System.Void OVRSimpleJSON.JSONNode::set_AsInt(System.Int32) */, L_7, L_9); // this["bottom"].AsInt = aRect.bottom; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10; L_10 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, __this, _stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665); RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_11 = ___aRect0; NullCheck(L_11); int32_t L_12; L_12 = RectOffset_get_bottom_mDDEBF1389FC1B8DCD9FC15DF91E51D264925C00D(L_11, /*hidden argument*/NULL); NullCheck(L_10); VirtActionInvoker1< int32_t >::Invoke(32 /* System.Void OVRSimpleJSON.JSONNode::set_AsInt(System.Int32) */, L_10, L_12); // } goto IL_00c0; } IL_0069: { // else if (IsArray) bool L_13; L_13 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() */, __this); if (!L_13) { goto IL_00c0; } } { // Inline = true; VirtActionInvoker1< bool >::Invoke(19 /* System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) */, __this, (bool)1); // this[0].AsInt = aRect.left; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_14; L_14 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 0); RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_15 = ___aRect0; NullCheck(L_15); int32_t L_16; L_16 = RectOffset_get_left_m3B3066D09D8C9C94826258386B609CDBFFF11910(L_15, /*hidden argument*/NULL); NullCheck(L_14); VirtActionInvoker1< int32_t >::Invoke(32 /* System.Void OVRSimpleJSON.JSONNode::set_AsInt(System.Int32) */, L_14, L_16); // this[1].AsInt = aRect.right; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_17; L_17 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 1); RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_18 = ___aRect0; NullCheck(L_18); int32_t L_19; L_19 = RectOffset_get_right_m889468939F3F926FE21F8E81E23C0342D45615C6(L_18, /*hidden argument*/NULL); NullCheck(L_17); VirtActionInvoker1< int32_t >::Invoke(32 /* System.Void OVRSimpleJSON.JSONNode::set_AsInt(System.Int32) */, L_17, L_19); // this[2].AsInt = aRect.top; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_20; L_20 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 2); RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_21 = ___aRect0; NullCheck(L_21); int32_t L_22; L_22 = RectOffset_get_top_m42000C7682185F03F23E7E0C3E8EC026FDBAB9D1(L_21, /*hidden argument*/NULL); NullCheck(L_20); VirtActionInvoker1< int32_t >::Invoke(32 /* System.Void OVRSimpleJSON.JSONNode::set_AsInt(System.Int32) */, L_20, L_22); // this[3].AsInt = aRect.bottom; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_23; L_23 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, 3); RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * L_24 = ___aRect0; NullCheck(L_24); int32_t L_25; L_25 = RectOffset_get_bottom_mDDEBF1389FC1B8DCD9FC15DF91E51D264925C00D(L_24, /*hidden argument*/NULL); NullCheck(L_23); VirtActionInvoker1< int32_t >::Invoke(32 /* System.Void OVRSimpleJSON.JSONNode::set_AsInt(System.Int32) */, L_23, L_25); } IL_00c0: { // return this; return __this; } } // UnityEngine.Matrix4x4 OVRSimpleJSON.JSONNode::ReadMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 JSONNode_ReadMatrix_m9F8A47A2479E14789B9BCADBB39552E254FDC171 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { // Matrix4x4 result = Matrix4x4.identity; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_0; L_0 = Matrix4x4_get_identity_m8E1969E6DB24BE34842F2F2D10D7E3D0AF15007A(/*hidden argument*/NULL); V_0 = L_0; // if (IsArray) bool L_1; L_1 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() */, __this); if (!L_1) { goto IL_002f; } } { // for (int i = 0; i < 16; i++) V_1 = 0; goto IL_002a; } IL_0012: { // result[i] = this[i].AsFloat; int32_t L_2 = V_1; int32_t L_3 = V_1; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4; L_4 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, L_3); NullCheck(L_4); float L_5; L_5 = VirtFuncInvoker0< float >::Invoke(33 /* System.Single OVRSimpleJSON.JSONNode::get_AsFloat() */, L_4); Matrix4x4_set_Item_m27BC97EE3093FDADFE0804FB80AFF5CDB03D355B((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&V_0), L_2, L_5, /*hidden argument*/NULL); // for (int i = 0; i < 16; i++) int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_002a: { // for (int i = 0; i < 16; i++) int32_t L_7 = V_1; if ((((int32_t)L_7) < ((int32_t)((int32_t)16)))) { goto IL_0012; } } IL_002f: { // return result; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_8 = V_0; return L_8; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::WriteMatrix(UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONNode_WriteMatrix_mDDDFC50687D91368FA4C4092FDC34F82FD371D28 (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___aMatrix0, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (IsArray) bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRSimpleJSON.JSONNode::get_IsArray() */, __this); if (!L_0) { goto IL_0030; } } { // Inline = true; VirtActionInvoker1< bool >::Invoke(19 /* System.Void OVRSimpleJSON.JSONNode::set_Inline(System.Boolean) */, __this, (bool)1); // for (int i = 0; i < 16; i++) V_0 = 0; goto IL_002b; } IL_0013: { // this[i].AsFloat = aMatrix[i]; int32_t L_1 = V_0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2; L_2 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, __this, L_1); int32_t L_3 = V_0; float L_4; L_4 = Matrix4x4_get_Item_mA0E634EF5A723EA9DD824391D4C62F4100C64813((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&___aMatrix0), L_3, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker1< float >::Invoke(34 /* System.Void OVRSimpleJSON.JSONNode::set_AsFloat(System.Single) */, L_2, L_4); // for (int i = 0; i < 16; i++) int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_002b: { // for (int i = 0; i < 16; i++) int32_t L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)((int32_t)16)))) { goto IL_0013; } } IL_0030: { // return this; return __this; } } // System.Void OVRSimpleJSON.JSONNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode__ctor_m7226642B5B1B6AEB330A87704E90FDEF99F0BF3E (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void OVRSimpleJSON.JSONNode::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNode__cctor_m23124E6554321DC2B722D8547351DA592FEBAA69 (const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // OVRSimpleJSON.JSONNull OVRSimpleJSON.JSONNull::CreateOrGet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * JSONNull_CreateOrGet_m70AB20EE5B89663D51AF3678FE2F5E910A5D0C98 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (reuseSameInstance) IL2CPP_RUNTIME_CLASS_INIT(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); bool L_0 = ((JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_StaticFields*)il2cpp_codegen_static_fields_for(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var))->get_reuseSameInstance_7(); if (!L_0) { goto IL_000d; } } { // return m_StaticInstance; IL2CPP_RUNTIME_CLASS_INIT(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * L_1 = ((JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_StaticFields*)il2cpp_codegen_static_fields_for(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var))->get_m_StaticInstance_6(); return L_1; } IL_000d: { // return new JSONNull(); JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * L_2 = (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 *)il2cpp_codegen_object_new(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); JSONNull__ctor_mE9EE90B115195D0AA81D1575380046A1F41D9A90(L_2, /*hidden argument*/NULL); return L_2; } } // System.Void OVRSimpleJSON.JSONNull::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNull__ctor_mE9EE90B115195D0AA81D1575380046A1F41D9A90 (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private JSONNull() { } IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode__ctor_m7226642B5B1B6AEB330A87704E90FDEF99F0BF3E(__this, /*hidden argument*/NULL); // private JSONNull() { } return; } } // OVRSimpleJSON.JSONNodeType OVRSimpleJSON.JSONNull::get_Tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONNull_get_Tag_m1056A78FF1F1825334AF55B93DE57FA0B71B3A67 (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * __this, const RuntimeMethod* method) { { // public override JSONNodeType Tag { get { return JSONNodeType.NullValue; } } return (int32_t)(5); } } // System.Boolean OVRSimpleJSON.JSONNull::get_IsNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNull_get_IsNull_m7F86C73B97DEB59FA4EEFC8B30DFBA964500DC81 (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * __this, const RuntimeMethod* method) { { // public override bool IsNull { get { return true; } } return (bool)1; } } // OVRSimpleJSON.JSONNode/Enumerator OVRSimpleJSON.JSONNull::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C JSONNull_GetEnumerator_m5126644936C726FD947DB613759B0A5DCE5BBF50 (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * __this, const RuntimeMethod* method) { Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C V_0; memset((&V_0), 0, sizeof(V_0)); { // public override Enumerator GetEnumerator() { return new Enumerator(); } il2cpp_codegen_initobj((&V_0), sizeof(Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C )); Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C L_0 = V_0; return L_0; } } // System.String OVRSimpleJSON.JSONNull::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JSONNull_get_Value_mDB4FE79F1EBFF65DBA1FA1EA6B85F735B212E942 (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174); s_Il2CppMethodInitialized = true; } { // get { return "null"; } return _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174; } } // System.Void OVRSimpleJSON.JSONNull::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNull_set_Value_m75E4EB6D8FF14A28F7D6A3876FD8C9BC5C5DC33A (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * __this, String_t* ___value0, const RuntimeMethod* method) { { // set { } return; } } // System.Boolean OVRSimpleJSON.JSONNull::get_AsBool() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNull_get_AsBool_m4640F10993F84DD5792B4983D4882916FA6DAE24 (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Void OVRSimpleJSON.JSONNull::set_AsBool(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNull_set_AsBool_m50BE2B458E83D3503103C3DA066791E9DF521434 (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * __this, bool ___value0, const RuntimeMethod* method) { { // set { } return; } } // System.Boolean OVRSimpleJSON.JSONNull::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNull_Equals_m694D6A3F4F20EC8E48F8E69EAA010CA5DBCA2D67 (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (object.ReferenceEquals(this, obj)) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // return (obj is JSONNull); RuntimeObject * L_1 = ___obj0; return (bool)((!(((RuntimeObject*)(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 *)((JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 *)IsInstClass((RuntimeObject*)L_1, JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Int32 OVRSimpleJSON.JSONNull::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONNull_GetHashCode_m093B7D9897A23AC69708671D775940C6F8A12593 (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * __this, const RuntimeMethod* method) { { // return 0; return 0; } } // System.Void OVRSimpleJSON.JSONNull::WriteToStringBuilder(System.Text.StringBuilder,System.Int32,System.Int32,OVRSimpleJSON.JSONTextMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNull_WriteToStringBuilder_m25A35A747295F3F45A2343A575FD6302DEBAB3C3 (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * __this, StringBuilder_t * ___aSB0, int32_t ___aIndent1, int32_t ___aIndentInc2, int32_t ___aMode3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174); s_Il2CppMethodInitialized = true; } { // aSB.Append("null"); StringBuilder_t * L_0 = ___aSB0; NullCheck(L_0); StringBuilder_t * L_1; L_1 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_0, _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174, /*hidden argument*/NULL); // } return; } } // System.Void OVRSimpleJSON.JSONNull::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNull__cctor_mB6262F9FA3AEA1E80E7D8779B444BF4580C7F267 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static JSONNull m_StaticInstance = new JSONNull(); JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * L_0 = (JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 *)il2cpp_codegen_object_new(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); JSONNull__ctor_mE9EE90B115195D0AA81D1575380046A1F41D9A90(L_0, /*hidden argument*/NULL); ((JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_StaticFields*)il2cpp_codegen_static_fields_for(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var))->set_m_StaticInstance_6(L_0); // public static bool reuseSameInstance = true; ((JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_StaticFields*)il2cpp_codegen_static_fields_for(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var))->set_reuseSameInstance_7((bool)1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // OVRSimpleJSON.JSONNodeType OVRSimpleJSON.JSONNumber::get_Tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONNumber_get_Tag_mE1F02A85A17EDF0EFDD7F76B02EA62166F2B6CE7 (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, const RuntimeMethod* method) { { // public override JSONNodeType Tag { get { return JSONNodeType.Number; } } return (int32_t)(4); } } // System.Boolean OVRSimpleJSON.JSONNumber::get_IsNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNumber_get_IsNumber_m6518D915A5E7A56B39AE5AC7888E917D35C63E4C (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, const RuntimeMethod* method) { { // public override bool IsNumber { get { return true; } } return (bool)1; } } // OVRSimpleJSON.JSONNode/Enumerator OVRSimpleJSON.JSONNumber::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C JSONNumber_GetEnumerator_mC3DA898209153EFEF0619CAD039C96FCDB65CB45 (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, const RuntimeMethod* method) { Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C V_0; memset((&V_0), 0, sizeof(V_0)); { // public override Enumerator GetEnumerator() { return new Enumerator(); } il2cpp_codegen_initobj((&V_0), sizeof(Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C )); Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C L_0 = V_0; return L_0; } } // System.String OVRSimpleJSON.JSONNumber::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JSONNumber_get_Value_mBC490C49965650705D774B9BF8CACE4257E93AB7 (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return m_Data.ToString(CultureInfo.InvariantCulture); } double* L_0 = __this->get_address_of_m_Data_6(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_2; L_2 = Double_ToString_m4D920091736623333AE0E32439DBD5CF5AC128FE((double*)L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void OVRSimpleJSON.JSONNumber::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNumber_set_Value_mD496CE0842EE498B100CFAFB77AC78839CE8108C (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { // if (double.TryParse(value, NumberStyles.Float, CultureInfo.InvariantCulture, out v)) String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_2; L_2 = Double_TryParse_mC79B88116F5ADCC18A70395137B2FBF8EF19719B(L_0, ((int32_t)167), L_1, (double*)(&V_0), /*hidden argument*/NULL); if (!L_2) { goto IL_001b; } } { // m_Data = v; double L_3 = V_0; __this->set_m_Data_6(L_3); } IL_001b: { // } return; } } // System.Double OVRSimpleJSON.JSONNumber::get_AsDouble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double JSONNumber_get_AsDouble_m5ED16AB10A60C9B819754A0FDBA2FEFFB32B3AF8 (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, const RuntimeMethod* method) { { // get { return m_Data; } double L_0 = __this->get_m_Data_6(); return L_0; } } // System.Void OVRSimpleJSON.JSONNumber::set_AsDouble(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNumber_set_AsDouble_m0D00DBD4451A3CD9AA0EF298B48C976D30F14061 (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, double ___value0, const RuntimeMethod* method) { { // set { m_Data = value; } double L_0 = ___value0; __this->set_m_Data_6(L_0); // set { m_Data = value; } return; } } // System.Int64 OVRSimpleJSON.JSONNumber::get_AsLong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JSONNumber_get_AsLong_m2720632A67C2875CDD903ADB21B38E0105C60440 (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, const RuntimeMethod* method) { { // get { return (long)m_Data; } double L_0 = __this->get_m_Data_6(); return il2cpp_codegen_cast_double_to_int(L_0); } } // System.Void OVRSimpleJSON.JSONNumber::set_AsLong(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNumber_set_AsLong_m4B71996AE40DD3F006A4D531DB50A5CF87F906FE (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { m_Data = value; } int64_t L_0 = ___value0; __this->set_m_Data_6(((double)((double)L_0))); // set { m_Data = value; } return; } } // System.Void OVRSimpleJSON.JSONNumber::.ctor(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNumber__ctor_m67DB5AC9F9639B97BF6BEDEC22196B80F9C5AF03 (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, double ___aData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public JSONNumber(double aData) IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode__ctor_m7226642B5B1B6AEB330A87704E90FDEF99F0BF3E(__this, /*hidden argument*/NULL); // m_Data = aData; double L_0 = ___aData0; __this->set_m_Data_6(L_0); // } return; } } // System.Void OVRSimpleJSON.JSONNumber::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNumber__ctor_m84EACD58F471BD7467C32CE30D84BFD3CEEF4F91 (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, String_t* ___aData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public JSONNumber(string aData) IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode__ctor_m7226642B5B1B6AEB330A87704E90FDEF99F0BF3E(__this, /*hidden argument*/NULL); // Value = aData; String_t* L_0 = ___aData0; VirtActionInvoker1< String_t* >::Invoke(10 /* System.Void OVRSimpleJSON.JSONNode::set_Value(System.String) */, __this, L_0); // } return; } } // System.Void OVRSimpleJSON.JSONNumber::WriteToStringBuilder(System.Text.StringBuilder,System.Int32,System.Int32,OVRSimpleJSON.JSONTextMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONNumber_WriteToStringBuilder_m11BE9A9485B2A3C07F24CA91204297D7422E6B46 (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, StringBuilder_t * ___aSB0, int32_t ___aIndent1, int32_t ___aIndentInc2, int32_t ___aMode3, const RuntimeMethod* method) { { // aSB.Append(Value); StringBuilder_t * L_0 = ___aSB0; String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String OVRSimpleJSON.JSONNode::get_Value() */, __this); NullCheck(L_0); StringBuilder_t * L_2; L_2 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean OVRSimpleJSON.JSONNumber::IsNumeric(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNumber_IsNumeric_mD1A512A9F1A51A15A18BFD80ED05ED3370634720 (RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return value is int || value is uint // || value is float || value is double // || value is decimal // || value is long || value is ulong // || value is short || value is ushort // || value is sbyte || value is byte; RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_005a; } } { RuntimeObject * L_1 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))) { goto IL_005a; } } { RuntimeObject * L_2 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_2, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))) { goto IL_005a; } } { RuntimeObject * L_3 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_3, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))) { goto IL_005a; } } { RuntimeObject * L_4 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))) { goto IL_005a; } } { RuntimeObject * L_5 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_5, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))) { goto IL_005a; } } { RuntimeObject * L_6 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_6, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))) { goto IL_005a; } } { RuntimeObject * L_7 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_7, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))) { goto IL_005a; } } { RuntimeObject * L_8 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_8, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))) { goto IL_005a; } } { RuntimeObject * L_9 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_9, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))) { goto IL_005a; } } { RuntimeObject * L_10 = ___value0; return (bool)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInstSealed((RuntimeObject*)L_10, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_005a: { return (bool)1; } } // System.Boolean OVRSimpleJSON.JSONNumber::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONNumber_Equals_m284929D45F32B8E72D47E5BA9E3306DA6911435B (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * V_0 = NULL; { // if (obj == null) RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { // return false; return (bool)0; } IL_0005: { // if (base.Equals(obj)) RuntimeObject * L_1 = ___obj0; bool L_2; L_2 = JSONNode_Equals_m743BC62E750F9A2905311CDB1A0F764EB1A7FC01(__this, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0010; } } { // return true; return (bool)1; } IL_0010: { // JSONNumber s2 = obj as JSONNumber; RuntimeObject * L_3 = ___obj0; V_0 = ((JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F *)IsInstClass((RuntimeObject*)L_3, JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F_il2cpp_TypeInfo_var)); // if (s2 != null) JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_5; L_5 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_4, NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_002f; } } { // return m_Data == s2.m_Data; double L_6 = __this->get_m_Data_6(); JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * L_7 = V_0; NullCheck(L_7); double L_8 = L_7->get_m_Data_6(); return (bool)((((double)L_6) == ((double)L_8))? 1 : 0); } IL_002f: { // if (IsNumeric(obj)) RuntimeObject * L_9 = ___obj0; bool L_10; L_10 = JSONNumber_IsNumeric_mD1A512A9F1A51A15A18BFD80ED05ED3370634720(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0046; } } { // return Convert.ToDouble(obj) == m_Data; RuntimeObject * L_11 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_12; L_12 = Convert_ToDouble_mC228DB537BF466F8F8557664CACEA3CAE29AD87A(L_11, /*hidden argument*/NULL); double L_13 = __this->get_m_Data_6(); return (bool)((((double)L_12) == ((double)L_13))? 1 : 0); } IL_0046: { // return false; return (bool)0; } } // System.Int32 OVRSimpleJSON.JSONNumber::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONNumber_GetHashCode_mF390045D7F82AAE3FD79E368A6231A584C2DC3AC (JSONNumber_tD7A7C099CB55C0F1FEFBCD91839B927CA775C15F * __this, const RuntimeMethod* method) { { // return m_Data.GetHashCode(); double* L_0 = __this->get_address_of_m_Data_6(); int32_t L_1; L_1 = Double_GetHashCode_m33CB20AA5674C6F4367B7B08340B33FB979F9F39((double*)L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean OVRSimpleJSON.JSONObject::get_Inline() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONObject_get_Inline_m43140ADA54B8A7B594C7EC746B57CA34F3B8AFF9 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, const RuntimeMethod* method) { { // get { return inline; } bool L_0 = __this->get_inline_7(); return L_0; } } // System.Void OVRSimpleJSON.JSONObject::set_Inline(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONObject_set_Inline_m399C69F08BB00796CE113E16E79AAD9F1FE22F19 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, bool ___value0, const RuntimeMethod* method) { { // set { inline = value; } bool L_0 = ___value0; __this->set_inline_7(L_0); // set { inline = value; } return; } } // OVRSimpleJSON.JSONNodeType OVRSimpleJSON.JSONObject::get_Tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONObject_get_Tag_m8CA58D410B77CF301C6ED21C7FCDA871B4233E7E (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, const RuntimeMethod* method) { { // public override JSONNodeType Tag { get { return JSONNodeType.Object; } } return (int32_t)(2); } } // System.Boolean OVRSimpleJSON.JSONObject::get_IsObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONObject_get_IsObject_m0E22BA44429328FFD7D15FBAB294620662716468 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, const RuntimeMethod* method) { { // public override bool IsObject { get { return true; } } return (bool)1; } } // OVRSimpleJSON.JSONNode/Enumerator OVRSimpleJSON.JSONObject::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C JSONObject_GetEnumerator_mACAD93ACDA387C7F2E2B1E4AAF61DE37250B05E3 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mFB66A9177E7A8BC0C4FC04907034E2B46EC3E405_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public override Enumerator GetEnumerator() { return new Enumerator(m_Dict.GetEnumerator()); } Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_0 = __this->get_m_Dict_6(); NullCheck(L_0); Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 L_1; L_1 = Dictionary_2_GetEnumerator_mFB66A9177E7A8BC0C4FC04907034E2B46EC3E405(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_mFB66A9177E7A8BC0C4FC04907034E2B46EC3E405_RuntimeMethod_var); Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C L_2; memset((&L_2), 0, sizeof(L_2)); Enumerator__ctor_m621FD7A5252D33AFA8A970ED5D05BCD98AFD039B((&L_2), L_1, /*hidden argument*/NULL); return L_2; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONObject::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONObject_get_Item_m0913DAC4073182D6A03E879266A46400DFE05C62 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, String_t* ___aKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m6377C3514E3332E3515BAF65734A01BE1008DA75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_Dict.ContainsKey(aKey)) Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_0 = __this->get_m_Dict_6(); String_t* L_1 = ___aKey0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493_RuntimeMethod_var); if (!L_2) { goto IL_001b; } } { // return m_Dict[aKey]; Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_3 = __this->get_m_Dict_6(); String_t* L_4 = ___aKey0; NullCheck(L_3); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_5; L_5 = Dictionary_2_get_Item_m6377C3514E3332E3515BAF65734A01BE1008DA75(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m6377C3514E3332E3515BAF65734A01BE1008DA75_RuntimeMethod_var); return L_5; } IL_001b: { // return new JSONLazyCreator(this, aKey); String_t* L_6 = ___aKey0; JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * L_7 = (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D *)il2cpp_codegen_object_new(JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D_il2cpp_TypeInfo_var); JSONLazyCreator__ctor_m6EAE9D8AA975437217C0013AD81DA0E202117846(L_7, __this, L_6, /*hidden argument*/NULL); return L_7; } } // System.Void OVRSimpleJSON.JSONObject::set_Item(System.String,OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONObject_set_Item_mFAC402D7AB0FAFABFCD45994FB20F87E9FECF884 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, String_t* ___aKey0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m32A12CA176E70D682D5B39EF840A51E8EECA1830_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mF1E0E8433022C3F96B5215DF9FB8C1F4667CADAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (value == null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_1; L_1 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_0, NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { // value = JSONNull.CreateOrGet(); IL2CPP_RUNTIME_CLASS_INIT(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * L_2; L_2 = JSONNull_CreateOrGet_m70AB20EE5B89663D51AF3678FE2F5E910A5D0C98(/*hidden argument*/NULL); ___value1 = L_2; } IL_0010: { // if (m_Dict.ContainsKey(aKey)) Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_3 = __this->get_m_Dict_6(); String_t* L_4 = ___aKey0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493_RuntimeMethod_var); if (!L_5) { goto IL_002c; } } { // m_Dict[aKey] = value; Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_6 = __this->get_m_Dict_6(); String_t* L_7 = ___aKey0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_8 = ___value1; NullCheck(L_6); Dictionary_2_set_Item_mF1E0E8433022C3F96B5215DF9FB8C1F4667CADAC(L_6, L_7, L_8, /*hidden argument*/Dictionary_2_set_Item_mF1E0E8433022C3F96B5215DF9FB8C1F4667CADAC_RuntimeMethod_var); return; } IL_002c: { // m_Dict.Add(aKey, value); Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_9 = __this->get_m_Dict_6(); String_t* L_10 = ___aKey0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_11 = ___value1; NullCheck(L_9); Dictionary_2_Add_m32A12CA176E70D682D5B39EF840A51E8EECA1830(L_9, L_10, L_11, /*hidden argument*/Dictionary_2_Add_m32A12CA176E70D682D5B39EF840A51E8EECA1830_RuntimeMethod_var); // } return; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONObject::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONObject_get_Item_m79168B3CBF37F5E746E7C6BECDCDA89230B37BA9 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, int32_t ___aIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ElementAt_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_mCA1C736729BA33301542F43A70EDC420308E137B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA V_0; memset((&V_0), 0, sizeof(V_0)); { // if (aIndex < 0 || aIndex >= m_Dict.Count) int32_t L_0 = ___aIndex0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___aIndex0; Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_2 = __this->get_m_Dict_6(); NullCheck(L_2); int32_t L_3; L_3 = Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4(L_2, /*hidden argument*/Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0014; } } IL_0012: { // return null; return (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)NULL; } IL_0014: { // return m_Dict.ElementAt(aIndex).Value; Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_4 = __this->get_m_Dict_6(); int32_t L_5 = ___aIndex0; KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA L_6; L_6 = Enumerable_ElementAt_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_mCA1C736729BA33301542F43A70EDC420308E137B(L_4, L_5, /*hidden argument*/Enumerable_ElementAt_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_mCA1C736729BA33301542F43A70EDC420308E137B_RuntimeMethod_var); V_0 = L_6; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7; L_7 = KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_inline((KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_RuntimeMethod_var); return L_7; } } // System.Void OVRSimpleJSON.JSONObject::set_Item(System.Int32,OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONObject_set_Item_m867280334C4F0705B813F2EBDABF45DE6C2E46F8 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, int32_t ___aIndex0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mF1E0E8433022C3F96B5215DF9FB8C1F4667CADAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ElementAt_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_mCA1C736729BA33301542F43A70EDC420308E137B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA V_1; memset((&V_1), 0, sizeof(V_1)); { // if (value == null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_1; L_1 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_0, NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { // value = JSONNull.CreateOrGet(); IL2CPP_RUNTIME_CLASS_INIT(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * L_2; L_2 = JSONNull_CreateOrGet_m70AB20EE5B89663D51AF3678FE2F5E910A5D0C98(/*hidden argument*/NULL); ___value1 = L_2; } IL_0010: { // if (aIndex < 0 || aIndex >= m_Dict.Count) int32_t L_3 = ___aIndex0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0022; } } { int32_t L_4 = ___aIndex0; Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_5 = __this->get_m_Dict_6(); NullCheck(L_5); int32_t L_6; L_6 = Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4(L_5, /*hidden argument*/Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0023; } } IL_0022: { // return; return; } IL_0023: { // string key = m_Dict.ElementAt(aIndex).Key; Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_7 = __this->get_m_Dict_6(); int32_t L_8 = ___aIndex0; KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA L_9; L_9 = Enumerable_ElementAt_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_mCA1C736729BA33301542F43A70EDC420308E137B(L_7, L_8, /*hidden argument*/Enumerable_ElementAt_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_mCA1C736729BA33301542F43A70EDC420308E137B_RuntimeMethod_var); V_1 = L_9; String_t* L_10; L_10 = KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_inline((KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA *)(&V_1), /*hidden argument*/KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_RuntimeMethod_var); V_0 = L_10; // m_Dict[key] = value; Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_11 = __this->get_m_Dict_6(); String_t* L_12 = V_0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13 = ___value1; NullCheck(L_11); Dictionary_2_set_Item_mF1E0E8433022C3F96B5215DF9FB8C1F4667CADAC(L_11, L_12, L_13, /*hidden argument*/Dictionary_2_set_Item_mF1E0E8433022C3F96B5215DF9FB8C1F4667CADAC_RuntimeMethod_var); // } return; } } // System.Int32 OVRSimpleJSON.JSONObject::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONObject_get_Count_mDB6768081BBAF646945E8AAD03292EE4F5F2CFBC (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // get { return m_Dict.Count; } Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_0 = __this->get_m_Dict_6(); NullCheck(L_0); int32_t L_1; L_1 = Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4(L_0, /*hidden argument*/Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4_RuntimeMethod_var); return L_1; } } // System.Void OVRSimpleJSON.JSONObject::Add(System.String,OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONObject_Add_m65F020C2BD60F3F1CA7AF88B82E9DB4A11C55F78 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, String_t* ___aKey0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aItem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m32A12CA176E70D682D5B39EF840A51E8EECA1830_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mF1E0E8433022C3F96B5215DF9FB8C1F4667CADAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Guid_t V_0; memset((&V_0), 0, sizeof(V_0)); { // if (aItem == null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___aItem1; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_1; L_1 = JSONNode_op_Equality_m01C4F0AA716D0CABA5FFD8B839CD08D5EFED5D95(L_0, NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { // aItem = JSONNull.CreateOrGet(); IL2CPP_RUNTIME_CLASS_INIT(JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1_il2cpp_TypeInfo_var); JSONNull_tDE5BC79502D92FBA163FEC292776D1785EDB6DC1 * L_2; L_2 = JSONNull_CreateOrGet_m70AB20EE5B89663D51AF3678FE2F5E910A5D0C98(/*hidden argument*/NULL); ___aItem1 = L_2; } IL_0010: { // if (!string.IsNullOrEmpty(aKey)) String_t* L_3 = ___aKey0; bool L_4; L_4 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0042; } } { // if (m_Dict.ContainsKey(aKey)) Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_5 = __this->get_m_Dict_6(); String_t* L_6 = ___aKey0; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493(L_5, L_6, /*hidden argument*/Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493_RuntimeMethod_var); if (!L_7) { goto IL_0034; } } { // m_Dict[aKey] = aItem; Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_8 = __this->get_m_Dict_6(); String_t* L_9 = ___aKey0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10 = ___aItem1; NullCheck(L_8); Dictionary_2_set_Item_mF1E0E8433022C3F96B5215DF9FB8C1F4667CADAC(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_mF1E0E8433022C3F96B5215DF9FB8C1F4667CADAC_RuntimeMethod_var); return; } IL_0034: { // m_Dict.Add(aKey, aItem); Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_11 = __this->get_m_Dict_6(); String_t* L_12 = ___aKey0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13 = ___aItem1; NullCheck(L_11); Dictionary_2_Add_m32A12CA176E70D682D5B39EF840A51E8EECA1830(L_11, L_12, L_13, /*hidden argument*/Dictionary_2_Add_m32A12CA176E70D682D5B39EF840A51E8EECA1830_RuntimeMethod_var); // } return; } IL_0042: { // m_Dict.Add(Guid.NewGuid().ToString(), aItem); Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_14 = __this->get_m_Dict_6(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_15; L_15 = Guid_NewGuid_mA7DA3F652640919C3C83918D48310941AF3FCED4(/*hidden argument*/NULL); V_0 = L_15; String_t* L_16; L_16 = Guid_ToString_mA3AB7742FB0E04808F580868E82BDEB93187FB75((Guid_t *)(&V_0), /*hidden argument*/NULL); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_17 = ___aItem1; NullCheck(L_14); Dictionary_2_Add_m32A12CA176E70D682D5B39EF840A51E8EECA1830(L_14, L_16, L_17, /*hidden argument*/Dictionary_2_Add_m32A12CA176E70D682D5B39EF840A51E8EECA1830_RuntimeMethod_var); // } return; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONObject::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONObject_Remove_m640E9BBA404ED11864A8A25A17468933C29F6957 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, String_t* ___aKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mF5D644A5DCBD2280B6D00CA0B8A46B13402D4E59_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m6377C3514E3332E3515BAF65734A01BE1008DA75_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (!m_Dict.ContainsKey(aKey)) Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_0 = __this->get_m_Dict_6(); String_t* L_1 = ___aKey0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_mB67E34040A0802C428AEB8AADAC7E4D209E3C493_RuntimeMethod_var); if (L_2) { goto IL_0010; } } { // return null; return (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)NULL; } IL_0010: { // JSONNode tmp = m_Dict[aKey]; Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_3 = __this->get_m_Dict_6(); String_t* L_4 = ___aKey0; NullCheck(L_3); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_5; L_5 = Dictionary_2_get_Item_m6377C3514E3332E3515BAF65734A01BE1008DA75(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m6377C3514E3332E3515BAF65734A01BE1008DA75_RuntimeMethod_var); // m_Dict.Remove(aKey); Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_6 = __this->get_m_Dict_6(); String_t* L_7 = ___aKey0; NullCheck(L_6); bool L_8; L_8 = Dictionary_2_Remove_mF5D644A5DCBD2280B6D00CA0B8A46B13402D4E59(L_6, L_7, /*hidden argument*/Dictionary_2_Remove_mF5D644A5DCBD2280B6D00CA0B8A46B13402D4E59_RuntimeMethod_var); // return tmp; return L_5; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONObject::Remove(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONObject_Remove_m867AACC99506073F7F51EF692DDAC13B5AF927FC (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, int32_t ___aIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mF5D644A5DCBD2280B6D00CA0B8A46B13402D4E59_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ElementAt_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_mCA1C736729BA33301542F43A70EDC420308E137B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA V_0; memset((&V_0), 0, sizeof(V_0)); { // if (aIndex < 0 || aIndex >= m_Dict.Count) int32_t L_0 = ___aIndex0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___aIndex0; Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_2 = __this->get_m_Dict_6(); NullCheck(L_2); int32_t L_3; L_3 = Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4(L_2, /*hidden argument*/Dictionary_2_get_Count_m6E39DB9E433D41AD84B6E37AB769B55103D2BEE4_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0014; } } IL_0012: { // return null; return (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)NULL; } IL_0014: { // var item = m_Dict.ElementAt(aIndex); Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_4 = __this->get_m_Dict_6(); int32_t L_5 = ___aIndex0; KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA L_6; L_6 = Enumerable_ElementAt_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_mCA1C736729BA33301542F43A70EDC420308E137B(L_4, L_5, /*hidden argument*/Enumerable_ElementAt_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_mCA1C736729BA33301542F43A70EDC420308E137B_RuntimeMethod_var); V_0 = L_6; // m_Dict.Remove(item.Key); Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_7 = __this->get_m_Dict_6(); String_t* L_8; L_8 = KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_inline((KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_RuntimeMethod_var); NullCheck(L_7); bool L_9; L_9 = Dictionary_2_Remove_mF5D644A5DCBD2280B6D00CA0B8A46B13402D4E59(L_7, L_8, /*hidden argument*/Dictionary_2_Remove_mF5D644A5DCBD2280B6D00CA0B8A46B13402D4E59_RuntimeMethod_var); // return item.Value; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10; L_10 = KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_inline((KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_RuntimeMethod_var); return L_10; } } // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONObject::Remove(OVRSimpleJSON.JSONNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSONObject_Remove_m6AA98279D0B8782126FB06EFFC6D763548EC44CB (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___aNode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mF5D644A5DCBD2280B6D00CA0B8A46B13402D4E59_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_First_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_m7F499BD8FD206C62D36A4414A59E622DA9166F94_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_m07E0B390EE928CF52F6CFC72BC3130858E008CC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m98800F9784B17192195FE5DB4E6971641C683E69_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE420926B64A6FE6E24977D31555AF9CF87CA9FE8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass21_0_U3CRemoveU3Eb__0_mB059AE79BDBC76170CC643FFF26AD5891453D6B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass21_0_tFF391B6CEEAA8138F33FCC36A9D0EC817B16CE0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass21_0_tFF391B6CEEAA8138F33FCC36A9D0EC817B16CE0F * V_0 = NULL; KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA V_1; memset((&V_1), 0, sizeof(V_1)); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { U3CU3Ec__DisplayClass21_0_tFF391B6CEEAA8138F33FCC36A9D0EC817B16CE0F * L_0 = (U3CU3Ec__DisplayClass21_0_tFF391B6CEEAA8138F33FCC36A9D0EC817B16CE0F *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass21_0_tFF391B6CEEAA8138F33FCC36A9D0EC817B16CE0F_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass21_0__ctor_m90BA0372D9D5EE6D808CD32E1DCA91C43AC84DE4(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass21_0_tFF391B6CEEAA8138F33FCC36A9D0EC817B16CE0F * L_1 = V_0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = ___aNode0; NullCheck(L_1); L_1->set_aNode_0(L_2); } IL_000d: try { // begin try (depth: 1) // var item = m_Dict.Where(k => k.Value == aNode).First(); Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_3 = __this->get_m_Dict_6(); U3CU3Ec__DisplayClass21_0_tFF391B6CEEAA8138F33FCC36A9D0EC817B16CE0F * L_4 = V_0; Func_2_tE420926B64A6FE6E24977D31555AF9CF87CA9FE8 * L_5 = (Func_2_tE420926B64A6FE6E24977D31555AF9CF87CA9FE8 *)il2cpp_codegen_object_new(Func_2_tE420926B64A6FE6E24977D31555AF9CF87CA9FE8_il2cpp_TypeInfo_var); Func_2__ctor_m98800F9784B17192195FE5DB4E6971641C683E69(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass21_0_U3CRemoveU3Eb__0_mB059AE79BDBC76170CC643FFF26AD5891453D6B4_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m98800F9784B17192195FE5DB4E6971641C683E69_RuntimeMethod_var); RuntimeObject* L_6; L_6 = Enumerable_Where_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_m07E0B390EE928CF52F6CFC72BC3130858E008CC7(L_3, L_5, /*hidden argument*/Enumerable_Where_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_m07E0B390EE928CF52F6CFC72BC3130858E008CC7_RuntimeMethod_var); KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA L_7; L_7 = Enumerable_First_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_m7F499BD8FD206C62D36A4414A59E622DA9166F94(L_6, /*hidden argument*/Enumerable_First_TisKeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA_m7F499BD8FD206C62D36A4414A59E622DA9166F94_RuntimeMethod_var); V_1 = L_7; // m_Dict.Remove(item.Key); Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_8 = __this->get_m_Dict_6(); String_t* L_9; L_9 = KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_inline((KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA *)(&V_1), /*hidden argument*/KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_RuntimeMethod_var); NullCheck(L_8); bool L_10; L_10 = Dictionary_2_Remove_mF5D644A5DCBD2280B6D00CA0B8A46B13402D4E59(L_8, L_9, /*hidden argument*/Dictionary_2_Remove_mF5D644A5DCBD2280B6D00CA0B8A46B13402D4E59_RuntimeMethod_var); // return aNode; U3CU3Ec__DisplayClass21_0_tFF391B6CEEAA8138F33FCC36A9D0EC817B16CE0F * L_11 = V_0; NullCheck(L_11); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_12 = L_11->get_aNode_0(); V_2 = L_12; goto IL_004b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0046; } throw e; } CATCH_0046: { // begin catch(System.Object) // catch // return null; V_2 = (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_004b; } // end catch (depth: 1) IL_004b: { // } JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13 = V_2; return L_13; } } // System.Collections.Generic.IEnumerable`1 OVRSimpleJSON.JSONObject::get_Children() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JSONObject_get_Children_m8ED8991EA79DEE18F440544447D63F7B22B4A3D0 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F * L_0 = (U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F *)il2cpp_codegen_object_new(U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F_il2cpp_TypeInfo_var); U3Cget_ChildrenU3Ed__23__ctor_m6CB44FA5E769CF8D15EE84FA5359974DA733F403(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3Cget_ChildrenU3Ed__23_t4E001D1BF6B32F2ED744FE04A034B835D067E32F * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_3(__this); return L_1; } } // System.Void OVRSimpleJSON.JSONObject::WriteToStringBuilder(System.Text.StringBuilder,System.Int32,System.Int32,OVRSimpleJSON.JSONTextMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONObject_WriteToStringBuilder_mF0A697FC4986682E7338D9DD64B4007C63903396 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, StringBuilder_t * ___aSB0, int32_t ___aIndent1, int32_t ___aIndentInc2, int32_t ___aMode3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mFB66A9177E7A8BC0C4FC04907034E2B46EC3E405_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m3D6E2E767FCF74B801EFC25534751B79E35A0A5A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mD2205451DE49D96AA2B0DE62A3C9AA434A9C70D8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9727D413979E8FB83DA8B4865283A7F839515C64_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0767326DBE1DD31063256737FD019DC6682353E2); s_Il2CppMethodInitialized = true; } bool V_0 = false; Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 V_1; memset((&V_1), 0, sizeof(V_1)); KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // aSB.Append('{'); StringBuilder_t * L_0 = ___aSB0; NullCheck(L_0); StringBuilder_t * L_1; L_1 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_0, ((int32_t)123), /*hidden argument*/NULL); // bool first = true; V_0 = (bool)1; // if (inline) bool L_2 = __this->get_inline_7(); if (!L_2) { goto IL_0016; } } { // aMode = JSONTextMode.Compact; ___aMode3 = 0; } IL_0016: { // foreach (var k in m_Dict) Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_3 = __this->get_m_Dict_6(); NullCheck(L_3); Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 L_4; L_4 = Dictionary_2_GetEnumerator_mFB66A9177E7A8BC0C4FC04907034E2B46EC3E405(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_mFB66A9177E7A8BC0C4FC04907034E2B46EC3E405_RuntimeMethod_var); V_1 = L_4; } IL_0022: try { // begin try (depth: 1) { goto IL_00a9; } IL_0027: { // foreach (var k in m_Dict) KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA L_5; L_5 = Enumerator_get_Current_m9727D413979E8FB83DA8B4865283A7F839515C64_inline((Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m9727D413979E8FB83DA8B4865283A7F839515C64_RuntimeMethod_var); V_2 = L_5; // if (!first) bool L_6 = V_0; if (L_6) { goto IL_003b; } } IL_0032: { // aSB.Append(','); StringBuilder_t * L_7 = ___aSB0; NullCheck(L_7); StringBuilder_t * L_8; L_8 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_7, ((int32_t)44), /*hidden argument*/NULL); } IL_003b: { // first = false; V_0 = (bool)0; // if (aMode == JSONTextMode.Indent) int32_t L_9 = ___aMode3; if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_0049; } } IL_0042: { // aSB.AppendLine(); StringBuilder_t * L_10 = ___aSB0; NullCheck(L_10); StringBuilder_t * L_11; L_11 = StringBuilder_AppendLine_mB5790BC98389118626505708AE683AE9257B91B2(L_10, /*hidden argument*/NULL); } IL_0049: { // if (aMode == JSONTextMode.Indent) int32_t L_12 = ___aMode3; if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_005a; } } IL_004e: { // aSB.Append(' ', aIndent + aIndentInc); StringBuilder_t * L_13 = ___aSB0; int32_t L_14 = ___aIndent1; int32_t L_15 = ___aIndentInc2; NullCheck(L_13); StringBuilder_t * L_16; L_16 = StringBuilder_Append_mB04B8FAD8E322DF8E69F3F85BCE4A8D041AE8BFB(L_13, ((int32_t)32), ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/NULL); } IL_005a: { // aSB.Append('\"').Append(Escape(k.Key)).Append('\"'); StringBuilder_t * L_17 = ___aSB0; NullCheck(L_17); StringBuilder_t * L_18; L_18 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_17, ((int32_t)34), /*hidden argument*/NULL); String_t* L_19; L_19 = KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_inline((KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Key_mA5FF11A8FE2C32B1F89B3831B71F70C456BCD0E2_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); String_t* L_20; L_20 = JSONNode_Escape_m56612ECCA928BA1559E4BB2812E5139FECAAAA8D(L_19, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_t * L_21; L_21 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_18, L_20, /*hidden argument*/NULL); NullCheck(L_21); StringBuilder_t * L_22; L_22 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_21, ((int32_t)34), /*hidden argument*/NULL); // if (aMode == JSONTextMode.Compact) int32_t L_23 = ___aMode3; if (L_23) { goto IL_008a; } } IL_007f: { // aSB.Append(':'); StringBuilder_t * L_24 = ___aSB0; NullCheck(L_24); StringBuilder_t * L_25; L_25 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_24, ((int32_t)58), /*hidden argument*/NULL); goto IL_0096; } IL_008a: { // aSB.Append(" : "); StringBuilder_t * L_26 = ___aSB0; NullCheck(L_26); StringBuilder_t * L_27; L_27 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_26, _stringLiteral0767326DBE1DD31063256737FD019DC6682353E2, /*hidden argument*/NULL); } IL_0096: { // k.Value.WriteToStringBuilder(aSB, aIndent + aIndentInc, aIndentInc, aMode); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_28; L_28 = KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_inline((KeyValuePair_2_t4AC4374EDF6F0C96396C35128C9357C8249C9CCA *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m17460385C95702F7FE4244BD7A6256EE11F6F208_RuntimeMethod_var); StringBuilder_t * L_29 = ___aSB0; int32_t L_30 = ___aIndent1; int32_t L_31 = ___aIndentInc2; int32_t L_32 = ___aIndentInc2; int32_t L_33 = ___aMode3; NullCheck(L_28); VirtActionInvoker4< StringBuilder_t *, int32_t, int32_t, int32_t >::Invoke(27 /* System.Void OVRSimpleJSON.JSONNode::WriteToStringBuilder(System.Text.StringBuilder,System.Int32,System.Int32,OVRSimpleJSON.JSONTextMode) */, L_28, L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)), L_32, L_33); } IL_00a9: { // foreach (var k in m_Dict) bool L_34; L_34 = Enumerator_MoveNext_mD2205451DE49D96AA2B0DE62A3C9AA434A9C70D8((Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mD2205451DE49D96AA2B0DE62A3C9AA434A9C70D8_RuntimeMethod_var); if (L_34) { goto IL_0027; } } IL_00b5: { IL2CPP_LEAVE(0xC5, FINALLY_00b7); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b7; } FINALLY_00b7: { // begin finally (depth: 1) Enumerator_Dispose_m3D6E2E767FCF74B801EFC25534751B79E35A0A5A((Enumerator_tF062ED100AE08DDB2B10B0996B9EDEF3C1F31994 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m3D6E2E767FCF74B801EFC25534751B79E35A0A5A_RuntimeMethod_var); IL2CPP_END_FINALLY(183) } // end finally (depth: 1) IL2CPP_CLEANUP(183) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC5, IL_00c5) } IL_00c5: { // if (aMode == JSONTextMode.Indent) int32_t L_35 = ___aMode3; if ((!(((uint32_t)L_35) == ((uint32_t)1)))) { goto IL_00d9; } } { // aSB.AppendLine().Append(' ', aIndent); StringBuilder_t * L_36 = ___aSB0; NullCheck(L_36); StringBuilder_t * L_37; L_37 = StringBuilder_AppendLine_mB5790BC98389118626505708AE683AE9257B91B2(L_36, /*hidden argument*/NULL); int32_t L_38 = ___aIndent1; NullCheck(L_37); StringBuilder_t * L_39; L_39 = StringBuilder_Append_mB04B8FAD8E322DF8E69F3F85BCE4A8D041AE8BFB(L_37, ((int32_t)32), L_38, /*hidden argument*/NULL); } IL_00d9: { // aSB.Append('}'); StringBuilder_t * L_40 = ___aSB0; NullCheck(L_40); StringBuilder_t * L_41; L_41 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_40, ((int32_t)125), /*hidden argument*/NULL); // } return; } } // System.Void OVRSimpleJSON.JSONObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONObject__ctor_mB48A96B84212AC75D55E6339498A4B5843CCAF75 (JSONObject_t0BA65DEF85EEBE478BCC7D2EDD7F25DD88B106E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m3AC42138A8DB1FDD94B5F3873FEA457E9369C0EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private Dictionary m_Dict = new Dictionary(); Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A * L_0 = (Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A *)il2cpp_codegen_object_new(Dictionary_2_tF1A1BB8BB6BCB70F241AA8204D801193E9E0211A_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3AC42138A8DB1FDD94B5F3873FEA457E9369C0EA(L_0, /*hidden argument*/Dictionary_2__ctor_m3AC42138A8DB1FDD94B5F3873FEA457E9369C0EA_RuntimeMethod_var); __this->set_m_Dict_6(L_0); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode__ctor_m7226642B5B1B6AEB330A87704E90FDEF99F0BF3E(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // OVRSimpleJSON.JSONNodeType OVRSimpleJSON.JSONString::get_Tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONString_get_Tag_m66DCF53ECBD6639D77345AD55E4E874053D213DD (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * __this, const RuntimeMethod* method) { { // public override JSONNodeType Tag { get { return JSONNodeType.String; } } return (int32_t)(3); } } // System.Boolean OVRSimpleJSON.JSONString::get_IsString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONString_get_IsString_m2B56C0EE6BE2C7CBFDBD2E61EF1CD0F21816E64D (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * __this, const RuntimeMethod* method) { { // public override bool IsString { get { return true; } } return (bool)1; } } // OVRSimpleJSON.JSONNode/Enumerator OVRSimpleJSON.JSONString::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C JSONString_GetEnumerator_m660E623B49578EC360AC527F186E381B3877EAE9 (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * __this, const RuntimeMethod* method) { Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C V_0; memset((&V_0), 0, sizeof(V_0)); { // public override Enumerator GetEnumerator() { return new Enumerator(); } il2cpp_codegen_initobj((&V_0), sizeof(Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C )); Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C L_0 = V_0; return L_0; } } // System.String OVRSimpleJSON.JSONString::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JSONString_get_Value_m5F4240CE0B590FBAAD304239BDB05DF139AD8473 (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * __this, const RuntimeMethod* method) { { // get { return m_Data; } String_t* L_0 = __this->get_m_Data_6(); return L_0; } } // System.Void OVRSimpleJSON.JSONString::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONString_set_Value_m5D6A8F5C5DDC0365672A9B90FF871A6928D14297 (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * __this, String_t* ___value0, const RuntimeMethod* method) { { // m_Data = value; String_t* L_0 = ___value0; __this->set_m_Data_6(L_0); // } return; } } // System.Void OVRSimpleJSON.JSONString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONString__ctor_m44FCCA5F4DBBDB8D1B8FD75BBBA1315BA28F34E2 (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * __this, String_t* ___aData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public JSONString(string aData) IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); JSONNode__ctor_m7226642B5B1B6AEB330A87704E90FDEF99F0BF3E(__this, /*hidden argument*/NULL); // m_Data = aData; String_t* L_0 = ___aData0; __this->set_m_Data_6(L_0); // } return; } } // System.Void OVRSimpleJSON.JSONString::WriteToStringBuilder(System.Text.StringBuilder,System.Int32,System.Int32,OVRSimpleJSON.JSONTextMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JSONString_WriteToStringBuilder_mAEDA02235A453F853F6800B665E961BA286FB093 (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * __this, StringBuilder_t * ___aSB0, int32_t ___aIndent1, int32_t ___aIndentInc2, int32_t ___aMode3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // aSB.Append('\"').Append(Escape(m_Data)).Append('\"'); StringBuilder_t * L_0 = ___aSB0; NullCheck(L_0); StringBuilder_t * L_1; L_1 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_0, ((int32_t)34), /*hidden argument*/NULL); String_t* L_2 = __this->get_m_Data_6(); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); String_t* L_3; L_3 = JSONNode_Escape_m56612ECCA928BA1559E4BB2812E5139FECAAAA8D(L_2, /*hidden argument*/NULL); NullCheck(L_1); StringBuilder_t * L_4; L_4 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_1, L_3, /*hidden argument*/NULL); NullCheck(L_4); StringBuilder_t * L_5; L_5 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_4, ((int32_t)34), /*hidden argument*/NULL); // } return; } } // System.Boolean OVRSimpleJSON.JSONString::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JSONString_Equals_mC73C01A009DAAF2075A0886036746E9C4813891A (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * V_1 = NULL; { // if (base.Equals(obj)) RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = JSONNode_Equals_m743BC62E750F9A2905311CDB1A0F764EB1A7FC01(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000b; } } { // return true; return (bool)1; } IL_000b: { // string s = obj as string; RuntimeObject * L_2 = ___obj0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); // if (s != null) String_t* L_3 = V_0; if (!L_3) { goto IL_0022; } } { // return m_Data == s; String_t* L_4 = __this->get_m_Data_6(); String_t* L_5 = V_0; bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0022: { // JSONString s2 = obj as JSONString; RuntimeObject * L_7 = ___obj0; V_1 = ((JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 *)IsInstClass((RuntimeObject*)L_7, JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416_il2cpp_TypeInfo_var)); // if (s2 != null) JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_9; L_9 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_8, NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0044; } } { // return m_Data == s2.m_Data; String_t* L_10 = __this->get_m_Data_6(); JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * L_11 = V_1; NullCheck(L_11); String_t* L_12 = L_11->get_m_Data_6(); bool L_13; L_13 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_10, L_12, /*hidden argument*/NULL); return L_13; } IL_0044: { // return false; return (bool)0; } } // System.Int32 OVRSimpleJSON.JSONString::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JSONString_GetHashCode_m9627AB174BAA6A021E20B055CF03C3257EF3B675 (JSONString_t2293BC5E20533E8E7363E27DD7EBC7FAA89B3416 * __this, const RuntimeMethod* method) { { // return m_Data.GetHashCode(); String_t* L_0 = __this->get_m_Data_6(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LateLatching::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LateLatching_Awake_m75724CF21E8498A1D653D8F5576672D8D06CA9F8 (LateLatching_t477B8201E500843CD36C97D7C5C4E9CF353912E6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m7F33B80A11920857D1B7C09CEBE97FA3504392A7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * V_0 = NULL; { // var OVRManager = GetComponent(); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_0; L_0 = Component_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m7F33B80A11920857D1B7C09CEBE97FA3504392A7(__this, /*hidden argument*/Component_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m7F33B80A11920857D1B7C09CEBE97FA3504392A7_RuntimeMethod_var); V_0 = L_0; // if (QualitySettings.GetQualityLevel() == 1) int32_t L_1; L_1 = QualitySettings_GetQualityLevel_mE803BB84680A597825872F90FE6A3F73713372F8(/*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0016; } } { // OVRManager.LateLatching = false; OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_2 = V_0; NullCheck(L_2); L_2->set_LateLatching_93((bool)0); } IL_0016: { // } return; } } // System.Void LateLatching::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LateLatching__ctor_m615DB665C71BC4984EF518BB0106819C88B41C3B (LateLatching_t477B8201E500843CD36C97D7C5C4E9CF353912E6 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVRAudioSourceTest::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRAudioSourceTest_Start_m98848037CD2E0170FA8F10A43F502DABC6E75D4C (OVRAudioSourceTest_tE3FEBA1ED3C344A3E74CAA58081FFA1B722EDE56 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_m7995313FA91142E4C901CE3CB199E5F0D1402D0D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Material_t8927C00353A72755313F046D0CE85178AE8218EE * V_0 = NULL; { // Material templateMaterial = GetComponent().material; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_0; L_0 = Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019_RuntimeMethod_var); NullCheck(L_0); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_1; L_1 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_0, /*hidden argument*/NULL); // Material newMaterial = Instantiate(templateMaterial); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2; L_2 = Object_Instantiate_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_m7995313FA91142E4C901CE3CB199E5F0D1402D0D(L_1, /*hidden argument*/Object_Instantiate_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_m7995313FA91142E4C901CE3CB199E5F0D1402D0D_RuntimeMethod_var); V_0 = L_2; // newMaterial.color = Color.green; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = V_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_4; L_4 = Color_get_green_m787119A4B2078DAB30985625CA7B3B0FF6099FF5(/*hidden argument*/NULL); NullCheck(L_3); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_3, L_4, /*hidden argument*/NULL); // GetComponent().material = newMaterial; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_5; L_5 = Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019_RuntimeMethod_var); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6 = V_0; NullCheck(L_5); Renderer_set_material_m8DED7F4F7AF38755C3D7DAFDD613BBE1AAB941BA(L_5, L_6, /*hidden argument*/NULL); // nextActionTime = Time.time + period; float L_7; L_7 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_8 = __this->get_period_4(); __this->set_nextActionTime_5(((float)il2cpp_codegen_add((float)L_7, (float)L_8))); // } return; } } // System.Void OVRAudioSourceTest::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRAudioSourceTest_Update_m8670B6170F253FF2131A5F5B48B2CC9B0B8EF050 (OVRAudioSourceTest_tE3FEBA1ED3C344A3E74CAA58081FFA1B722EDE56 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral518A98AF200043AEFA5EE86611593C7A528C0506); s_Il2CppMethodInitialized = true; } Material_t8927C00353A72755313F046D0CE85178AE8218EE * V_0 = NULL; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * V_1 = NULL; { // if (Time.time > nextActionTime) float L_0; L_0 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_1 = __this->get_nextActionTime_5(); if ((!(((float)L_0) > ((float)L_1)))) { goto IL_0076; } } { // nextActionTime = Time.time + period; float L_2; L_2 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_3 = __this->get_period_4(); __this->set_nextActionTime_5(((float)il2cpp_codegen_add((float)L_2, (float)L_3))); // Material mat = GetComponent().material; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_4; L_4 = Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019_RuntimeMethod_var); NullCheck(L_4); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5; L_5 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_4, /*hidden argument*/NULL); V_0 = L_5; // if (mat.color == Color.green) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6 = V_0; NullCheck(L_6); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_7; L_7 = Material_get_color_m7926F7BE68B4D000306738C1EAABEB7ADFB97821(L_6, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_8; L_8 = Color_get_green_m787119A4B2078DAB30985625CA7B3B0FF6099FF5(/*hidden argument*/NULL); bool L_9; L_9 = Color_op_Equality_m54C509DB917E1B555CC54970616DBC8AF52F8E0D(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004a; } } { // mat.color = Color.red; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_10 = V_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_11; L_11 = Color_get_red_m6364CCD309A4A64D49115167E97154D40CF8F140(/*hidden argument*/NULL); NullCheck(L_10); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_10, L_11, /*hidden argument*/NULL); // } goto IL_0055; } IL_004a: { // mat.color = Color.green; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12 = V_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_13; L_13 = Color_get_green_m787119A4B2078DAB30985625CA7B3B0FF6099FF5(/*hidden argument*/NULL); NullCheck(L_12); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_12, L_13, /*hidden argument*/NULL); } IL_0055: { // AudioSource audioSource = GetComponent(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_14; L_14 = Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F(__this, /*hidden argument*/Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F_RuntimeMethod_var); V_1 = L_14; // if (audioSource == null) AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_16; L_16 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_15, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_16) { goto IL_0070; } } { // Debug.LogError("Unable to find AudioSource"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteral518A98AF200043AEFA5EE86611593C7A528C0506, /*hidden argument*/NULL); // } return; } IL_0070: { // audioSource.Play(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_17 = V_1; NullCheck(L_17); AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1(L_17, /*hidden argument*/NULL); } IL_0076: { // } return; } } // System.Void OVRAudioSourceTest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRAudioSourceTest__ctor_mD02E7B275FC12D26AB2A8118C9AD35731CDB7D53 (OVRAudioSourceTest_tE3FEBA1ED3C344A3E74CAA58081FFA1B722EDE56 * __this, const RuntimeMethod* method) { { // public float period = 2.0f; __this->set_period_4((2.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVRAutoDestroyInMRC::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRAutoDestroyInMRC_Start_m795C856D4641055A1AF25B9F36F2699F11C37387 (OVRAutoDestroyInMRC_t676EF9F92473EFE30AEC4ED33E075839FFB61052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93BA51CAA09614EE9ADCB22D5A2D4A7A63F22EE4); s_Il2CppMethodInitialized = true; } bool V_0 = false; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_1 = NULL; { // bool underMrcCamera = false; V_0 = (bool)0; // Transform p = transform.parent; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_0, /*hidden argument*/NULL); V_1 = L_1; goto IL_0032; } IL_0010: { // if (p.gameObject.name.StartsWith("OculusMRC_")) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2 = V_1; NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5; L_5 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_4, _stringLiteral93BA51CAA09614EE9ADCB22D5A2D4A7A63F22EE4, /*hidden argument*/NULL); if (!L_5) { goto IL_002b; } } { // underMrcCamera = true; V_0 = (bool)1; // break; goto IL_003b; } IL_002b: { // p = p.parent; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6 = V_1; NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_6, /*hidden argument*/NULL); V_1 = L_7; } IL_0032: { // while (p != null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_9; L_9 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_8, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_9) { goto IL_0010; } } IL_003b: { // if (underMrcCamera) bool L_10 = V_0; if (!L_10) { goto IL_0049; } } { // Destroy(gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11; L_11 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_11, /*hidden argument*/NULL); } IL_0049: { // } return; } } // System.Void OVRAutoDestroyInMRC::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRAutoDestroyInMRC_Update_m425CF3899D172F97357F9501C50B8299D98EBBCB (OVRAutoDestroyInMRC_t676EF9F92473EFE30AEC4ED33E075839FFB61052 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void OVRAutoDestroyInMRC::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRAutoDestroyInMRC__ctor_m35F795EA8FA0B630C0B359D6C9C787822CD8C1AF (OVRAutoDestroyInMRC_t676EF9F92473EFE30AEC4ED33E075839FFB61052 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: OVRBinaryChunk IL2CPP_EXTERN_C void OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshal_pinvoke(const OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607& unmarshaled, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshaled_pinvoke& marshaled) { Exception_t* ___chunkStream_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'chunkStream' of type 'OVRBinaryChunk': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___chunkStream_0Exception, NULL); } IL2CPP_EXTERN_C void OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshal_pinvoke_back(const OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshaled_pinvoke& marshaled, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607& unmarshaled) { Exception_t* ___chunkStream_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'chunkStream' of type 'OVRBinaryChunk': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___chunkStream_0Exception, NULL); } // Conversion method for clean up from marshalling of: OVRBinaryChunk IL2CPP_EXTERN_C void OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshal_pinvoke_cleanup(OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVRBinaryChunk IL2CPP_EXTERN_C void OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshal_com(const OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607& unmarshaled, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshaled_com& marshaled) { Exception_t* ___chunkStream_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'chunkStream' of type 'OVRBinaryChunk': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___chunkStream_0Exception, NULL); } IL2CPP_EXTERN_C void OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshal_com_back(const OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshaled_com& marshaled, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607& unmarshaled) { Exception_t* ___chunkStream_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'chunkStream' of type 'OVRBinaryChunk': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___chunkStream_0Exception, NULL); } // Conversion method for clean up from marshalling of: OVRBinaryChunk IL2CPP_EXTERN_C void OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshal_com_cleanup(OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // OVRSkeleton/BoneId OVRBone::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRBone_get_Id_m60B032C7EB5D597C9F5D3D7911A241F31EE8E12E (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, const RuntimeMethod* method) { { // public OVRSkeleton.BoneId Id { get; set; } int32_t L_0 = __this->get_U3CIdU3Ek__BackingField_0(); return L_0; } } // System.Void OVRBone::set_Id(OVRSkeleton/BoneId) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBone_set_Id_mDF7106563A397395DA66A6999F74C11F9A1675F6 (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public OVRSkeleton.BoneId Id { get; set; } int32_t L_0 = ___value0; __this->set_U3CIdU3Ek__BackingField_0(L_0); return; } } // System.Int16 OVRBone::get_ParentBoneIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t OVRBone_get_ParentBoneIndex_m87C7A7D5E18861526BCBACC5FC895EE443951252 (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, const RuntimeMethod* method) { { // public short ParentBoneIndex { get; set; } int16_t L_0 = __this->get_U3CParentBoneIndexU3Ek__BackingField_1(); return L_0; } } // System.Void OVRBone::set_ParentBoneIndex(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBone_set_ParentBoneIndex_mA60581D469A01033001D70B5B0D736897E18078F (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, int16_t ___value0, const RuntimeMethod* method) { { // public short ParentBoneIndex { get; set; } int16_t L_0 = ___value0; __this->set_U3CParentBoneIndexU3Ek__BackingField_1(L_0); return; } } // UnityEngine.Transform OVRBone::get_Transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRBone_get_Transform_m0E8C60FF2CF31336D654B3319EFFB04BDC964FCB (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, const RuntimeMethod* method) { { // public Transform Transform { get; set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CTransformU3Ek__BackingField_2(); return L_0; } } // System.Void OVRBone::set_Transform(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBone_set_Transform_mBCFFB3F705FC03D0875BDAECE690EAD4C93696F0 (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform Transform { get; set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CTransformU3Ek__BackingField_2(L_0); return; } } // System.Void OVRBone::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBone__ctor_mD92B4134E69E1BFC35E3C5AA06E9EF7CDABE5ADE (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, const RuntimeMethod* method) { { // public OVRBone() { } Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // public OVRBone() { } return; } } // System.Void OVRBone::.ctor(OVRSkeleton/BoneId,System.Int16,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBone__ctor_mD4A5BD6F6307DFE7FC3AE7210B2F94509F23F26A (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, int32_t ___id0, int16_t ___parentBoneIndex1, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___trans2, const RuntimeMethod* method) { { // public OVRBone(OVRSkeleton.BoneId id, short parentBoneIndex, Transform trans) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Id = id; int32_t L_0 = ___id0; OVRBone_set_Id_mDF7106563A397395DA66A6999F74C11F9A1675F6_inline(__this, L_0, /*hidden argument*/NULL); // ParentBoneIndex = parentBoneIndex; int16_t L_1 = ___parentBoneIndex1; OVRBone_set_ParentBoneIndex_mA60581D469A01033001D70B5B0D736897E18078F_inline(__this, L_1, /*hidden argument*/NULL); // Transform = trans; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2 = ___trans2; OVRBone_set_Transform_mBCFFB3F705FC03D0875BDAECE690EAD4C93696F0_inline(__this, L_2, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 OVRBoneCapsule::get_BoneIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t OVRBoneCapsule_get_BoneIndex_m9542B093F7F266348C8ABEC8BBB91AECCAD15606 (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, const RuntimeMethod* method) { { // public short BoneIndex { get; set; } int16_t L_0 = __this->get_U3CBoneIndexU3Ek__BackingField_0(); return L_0; } } // System.Void OVRBoneCapsule::set_BoneIndex(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBoneCapsule_set_BoneIndex_m61745DAF0522ABBA6F949081CE6C3ED6E6FE5AC6 (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, int16_t ___value0, const RuntimeMethod* method) { { // public short BoneIndex { get; set; } int16_t L_0 = ___value0; __this->set_U3CBoneIndexU3Ek__BackingField_0(L_0); return; } } // UnityEngine.Rigidbody OVRBoneCapsule::get_CapsuleRigidbody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * OVRBoneCapsule_get_CapsuleRigidbody_mAFB2770869CC87AB9405E27B541189ACE3CA7619 (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, const RuntimeMethod* method) { { // public Rigidbody CapsuleRigidbody { get; set; } Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_U3CCapsuleRigidbodyU3Ek__BackingField_1(); return L_0; } } // System.Void OVRBoneCapsule::set_CapsuleRigidbody(UnityEngine.Rigidbody) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBoneCapsule_set_CapsuleRigidbody_mD059E9DB8E8E69875980CFC7755A0D84570EBFE2 (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___value0, const RuntimeMethod* method) { { // public Rigidbody CapsuleRigidbody { get; set; } Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = ___value0; __this->set_U3CCapsuleRigidbodyU3Ek__BackingField_1(L_0); return; } } // UnityEngine.CapsuleCollider OVRBoneCapsule::get_CapsuleCollider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * OVRBoneCapsule_get_CapsuleCollider_mF43640B2B3F2BD91C9F7AB12027C2408C998099E (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, const RuntimeMethod* method) { { // public CapsuleCollider CapsuleCollider { get; set; } CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * L_0 = __this->get_U3CCapsuleColliderU3Ek__BackingField_2(); return L_0; } } // System.Void OVRBoneCapsule::set_CapsuleCollider(UnityEngine.CapsuleCollider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBoneCapsule_set_CapsuleCollider_mD6466D8AA952DCB7DE154032388BA6E6B9EF7A14 (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * ___value0, const RuntimeMethod* method) { { // public CapsuleCollider CapsuleCollider { get; set; } CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * L_0 = ___value0; __this->set_U3CCapsuleColliderU3Ek__BackingField_2(L_0); return; } } // System.Void OVRBoneCapsule::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBoneCapsule__ctor_m4B715CAA8C7B1278DDF17F81060B8180CFF0EDF0 (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, const RuntimeMethod* method) { { // public OVRBoneCapsule() { } Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // public OVRBoneCapsule() { } return; } } // System.Void OVRBoneCapsule::.ctor(System.Int16,UnityEngine.Rigidbody,UnityEngine.CapsuleCollider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBoneCapsule__ctor_m5DF5698F89FC405474F37E0C28B06A1433F6E4CF (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, int16_t ___boneIndex0, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___capsuleRigidBody1, CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * ___capsuleCollider2, const RuntimeMethod* method) { { // public OVRBoneCapsule(short boneIndex, Rigidbody capsuleRigidBody, CapsuleCollider capsuleCollider) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // BoneIndex = boneIndex; int16_t L_0 = ___boneIndex0; OVRBoneCapsule_set_BoneIndex_m61745DAF0522ABBA6F949081CE6C3ED6E6FE5AC6_inline(__this, L_0, /*hidden argument*/NULL); // CapsuleRigidbody = capsuleRigidBody; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_1 = ___capsuleRigidBody1; OVRBoneCapsule_set_CapsuleRigidbody_mD059E9DB8E8E69875980CFC7755A0D84570EBFE2_inline(__this, L_1, /*hidden argument*/NULL); // CapsuleCollider = capsuleCollider; CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * L_2 = ___capsuleCollider2; OVRBoneCapsule_set_CapsuleCollider_mD6466D8AA952DCB7DE154032388BA6E6B9EF7A14_inline(__this, L_2, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean OVRBoundary::GetConfigured() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRBoundary_GetConfigured_m86D94CA8F2C9EB5A9D941B3B79EA37C733D2F59C (OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (OVRManager.loadedXRDevice == OVRManager.XRDevice.Oculus) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); int32_t L_0 = ((OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields*)il2cpp_codegen_static_fields_for(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var))->get_loadedXRDevice_78(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_000e; } } { // return OVRPlugin.GetBoundaryConfigured(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_1; L_1 = OVRPlugin_GetBoundaryConfigured_m538014A109E51673FC2645929209DA8DA9F03884(/*hidden argument*/NULL); return L_1; } IL_000e: { // return false; return (bool)0; } } // OVRBoundary/BoundaryTestResult OVRBoundary::TestNode(OVRBoundary/Node,OVRBoundary/BoundaryType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619 OVRBoundary_TestNode_m88D33ECE530B44E62E4A7E881E73007084B5689F (OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * __this, int32_t ___node0, int32_t ___boundaryType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 V_0; memset((&V_0), 0, sizeof(V_0)); BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619 V_1; memset((&V_1), 0, sizeof(V_1)); { // OVRPlugin.BoundaryTestResult ovrpRes = OVRPlugin.TestBoundaryNode((OVRPlugin.Node)node, (OVRPlugin.BoundaryType)boundaryType); int32_t L_0 = ___node0; int32_t L_1 = ___boundaryType1; IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 L_2; L_2 = OVRPlugin_TestBoundaryNode_m5C86B7C14D88AF72CCE40CC459D74A99D9032F80(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // OVRBoundary.BoundaryTestResult res = new OVRBoundary.BoundaryTestResult() // { // IsTriggering = (ovrpRes.IsTriggering == OVRPlugin.Bool.True), // ClosestDistance = ovrpRes.ClosestDistance, // ClosestPoint = ovrpRes.ClosestPoint.FromFlippedZVector3f(), // ClosestPointNormal = ovrpRes.ClosestPointNormal.FromFlippedZVector3f(), // }; il2cpp_codegen_initobj((&V_1), sizeof(BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619 )); BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 L_3 = V_0; int32_t L_4 = L_3.get_IsTriggering_0(); (&V_1)->set_IsTriggering_0((bool)((((int32_t)L_4) == ((int32_t)1))? 1 : 0)); BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 L_5 = V_0; float L_6 = L_5.get_ClosestDistance_1(); (&V_1)->set_ClosestDistance_1(L_6); BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 L_7 = V_0; Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_8 = L_7.get_ClosestPoint_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = OVRExtensions_FromFlippedZVector3f_mB3C47CCA4ECAF1BC04479D820D142B42C0BF8B75(L_8, /*hidden argument*/NULL); (&V_1)->set_ClosestPoint_2(L_9); BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 L_10 = V_0; Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_11 = L_10.get_ClosestPointNormal_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = OVRExtensions_FromFlippedZVector3f_mB3C47CCA4ECAF1BC04479D820D142B42C0BF8B75(L_11, /*hidden argument*/NULL); (&V_1)->set_ClosestPointNormal_3(L_12); BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619 L_13 = V_1; // return res; return L_13; } } // OVRBoundary/BoundaryTestResult OVRBoundary::TestPoint(UnityEngine.Vector3,OVRBoundary/BoundaryType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619 OVRBoundary_TestPoint_m660C39E45EAC4B709C3241627F407FA427B71DDF (OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point0, int32_t ___boundaryType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 V_0; memset((&V_0), 0, sizeof(V_0)); BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619 V_1; memset((&V_1), 0, sizeof(V_1)); { // OVRPlugin.BoundaryTestResult ovrpRes = OVRPlugin.TestBoundaryPoint(point.ToFlippedZVector3f(), (OVRPlugin.BoundaryType)boundaryType); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___point0; Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_1; L_1 = OVRExtensions_ToFlippedZVector3f_m88EE5D1A02266A7610CE606F9A8C31EEBCF6E128(L_0, /*hidden argument*/NULL); int32_t L_2 = ___boundaryType1; IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 L_3; L_3 = OVRPlugin_TestBoundaryPoint_m6F875B0B271B74321085BD167FC3ABC5315C077F(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // OVRBoundary.BoundaryTestResult res = new OVRBoundary.BoundaryTestResult() // { // IsTriggering = (ovrpRes.IsTriggering == OVRPlugin.Bool.True), // ClosestDistance = ovrpRes.ClosestDistance, // ClosestPoint = ovrpRes.ClosestPoint.FromFlippedZVector3f(), // ClosestPointNormal = ovrpRes.ClosestPointNormal.FromFlippedZVector3f(), // }; il2cpp_codegen_initobj((&V_1), sizeof(BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619 )); BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 L_4 = V_0; int32_t L_5 = L_4.get_IsTriggering_0(); (&V_1)->set_IsTriggering_0((bool)((((int32_t)L_5) == ((int32_t)1))? 1 : 0)); BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 L_6 = V_0; float L_7 = L_6.get_ClosestDistance_1(); (&V_1)->set_ClosestDistance_1(L_7); BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 L_8 = V_0; Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_9 = L_8.get_ClosestPoint_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = OVRExtensions_FromFlippedZVector3f_mB3C47CCA4ECAF1BC04479D820D142B42C0BF8B75(L_9, /*hidden argument*/NULL); (&V_1)->set_ClosestPoint_2(L_10); BoundaryTestResult_t6759174FEB9E2A9B68C62586F0F19E4627292F47 L_11 = V_0; Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_12 = L_11.get_ClosestPointNormal_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = OVRExtensions_FromFlippedZVector3f_mB3C47CCA4ECAF1BC04479D820D142B42C0BF8B75(L_12, /*hidden argument*/NULL); (&V_1)->set_ClosestPointNormal_3(L_13); BoundaryTestResult_t54BC4EAD76352BD3B73A73E459ED89EA36970619 L_14 = V_1; // return res; return L_14; } } // UnityEngine.Vector3[] OVRBoundary::GetGeometry(OVRBoundary/BoundaryType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* OVRBoundary_GetGeometry_mE75369EC855C9E9F6F36AC60598CD5FDB91BDF5F (OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * __this, int32_t ___boundaryType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF952F47A6F43796CD3F86F18EB80B35A8FD8BBFB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* V_3 = NULL; int32_t V_4 = 0; Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 V_5; memset((&V_5), 0, sizeof(V_5)); { // if (OVRManager.loadedXRDevice != OVRManager.XRDevice.Oculus) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); int32_t L_0 = ((OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields*)il2cpp_codegen_static_fields_for(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var))->get_loadedXRDevice_78(); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0014; } } { // Debug.LogError("This functionality is not supported in your current version of Unity."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralF952F47A6F43796CD3F86F18EB80B35A8FD8BBFB, /*hidden argument*/NULL); // return null; return (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)NULL; } IL_0014: { // int pointsCount = 0; V_0 = 0; // if (OVRPlugin.GetBoundaryGeometry2((OVRPlugin.BoundaryType)boundaryType, IntPtr.Zero, ref pointsCount)) int32_t L_1 = ___boundaryType0; IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_2; L_2 = OVRPlugin_GetBoundaryGeometry2_m101F53B155EFB6D950D96B1C9F6134D1AF056507(L_1, (intptr_t)(0), (int32_t*)(&V_0), /*hidden argument*/NULL); if (!L_2) { goto IL_00fb; } } { // if (pointsCount > 0) int32_t L_3 = V_0; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_00fb; } } { // int requiredNativeBufferCapacity = pointsCount * cachedVector3fSize; int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var); int32_t L_5 = ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->get_cachedVector3fSize_0(); V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)L_5)); // if (cachedGeometryNativeBuffer.GetCapacity() < requiredNativeBufferCapacity) OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * L_6 = ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->get_cachedGeometryNativeBuffer_1(); NullCheck(L_6); int32_t L_7; L_7 = OVRNativeBuffer_GetCapacity_m85785E7CCF48CAC5C4C1EFA79FCBA867E13C0177_inline(L_6, /*hidden argument*/NULL); int32_t L_8 = V_1; if ((((int32_t)L_7) >= ((int32_t)L_8))) { goto IL_004f; } } { // cachedGeometryNativeBuffer.Reset(requiredNativeBufferCapacity); IL2CPP_RUNTIME_CLASS_INIT(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var); OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * L_9 = ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->get_cachedGeometryNativeBuffer_1(); int32_t L_10 = V_1; NullCheck(L_9); OVRNativeBuffer_Reset_mF289D49EDC0E25D7C4B09ADEBE53EDAF75ECEDEE(L_9, L_10, /*hidden argument*/NULL); } IL_004f: { // int requiredManagedBufferCapacity = pointsCount * 3; int32_t L_11 = V_0; V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)3)); // if (cachedGeometryManagedBuffer.Length < requiredManagedBufferCapacity) IL2CPP_RUNTIME_CLASS_INIT(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_12 = ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->get_cachedGeometryManagedBuffer_2(); NullCheck(L_12); int32_t L_13 = V_2; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))) >= ((int32_t)L_13))) { goto IL_0068; } } { // cachedGeometryManagedBuffer = new float[requiredManagedBufferCapacity]; int32_t L_14 = V_2; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_15 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)L_14); IL2CPP_RUNTIME_CLASS_INIT(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var); ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->set_cachedGeometryManagedBuffer_2(L_15); } IL_0068: { // if (OVRPlugin.GetBoundaryGeometry2((OVRPlugin.BoundaryType)boundaryType, cachedGeometryNativeBuffer.GetPointer(), ref pointsCount)) int32_t L_16 = ___boundaryType0; IL2CPP_RUNTIME_CLASS_INIT(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var); OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * L_17 = ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->get_cachedGeometryNativeBuffer_1(); NullCheck(L_17); intptr_t L_18; L_18 = OVRNativeBuffer_GetPointer_m61A123341F7B0B70D30E66E6E94EEE7C8142603E(L_17, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_19; L_19 = OVRPlugin_GetBoundaryGeometry2_m101F53B155EFB6D950D96B1C9F6134D1AF056507(L_16, (intptr_t)L_18, (int32_t*)(&V_0), /*hidden argument*/NULL); if (!L_19) { goto IL_00fb; } } { // Marshal.Copy(cachedGeometryNativeBuffer.GetPointer(), cachedGeometryManagedBuffer, 0, requiredManagedBufferCapacity); IL2CPP_RUNTIME_CLASS_INIT(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var); OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * L_20 = ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->get_cachedGeometryNativeBuffer_1(); NullCheck(L_20); intptr_t L_21; L_21 = OVRNativeBuffer_GetPointer_m61A123341F7B0B70D30E66E6E94EEE7C8142603E(L_20, 0, /*hidden argument*/NULL); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_22 = ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->get_cachedGeometryManagedBuffer_2(); int32_t L_23 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_Copy_m5B004FA5DF0DC280EB8677D5E253BA93924C40AD((intptr_t)L_21, L_22, 0, L_23, /*hidden argument*/NULL); // Vector3[] points = new Vector3[pointsCount]; int32_t L_24 = V_0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_25 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)L_24); V_3 = L_25; // for (int i = 0; i < pointsCount; i++) V_4 = 0; goto IL_00f4; } IL_00a0: { // points[i] = new OVRPlugin.Vector3f() // { // x = cachedGeometryManagedBuffer[3 * i + 0], // y = cachedGeometryManagedBuffer[3 * i + 1], // z = cachedGeometryManagedBuffer[3 * i + 2], // }.FromFlippedZVector3f(); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_26 = V_3; int32_t L_27 = V_4; il2cpp_codegen_initobj((&V_5), sizeof(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 )); IL2CPP_RUNTIME_CLASS_INIT(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_28 = ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->get_cachedGeometryManagedBuffer_2(); int32_t L_29 = V_4; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)L_29)); float L_31 = (L_28)->GetAt(static_cast(L_30)); (&V_5)->set_x_0(L_31); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_32 = ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->get_cachedGeometryManagedBuffer_2(); int32_t L_33 = V_4; NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)L_33)), (int32_t)1)); float L_35 = (L_32)->GetAt(static_cast(L_34)); (&V_5)->set_y_1(L_35); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_36 = ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->get_cachedGeometryManagedBuffer_2(); int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)L_37)), (int32_t)2)); float L_39 = (L_36)->GetAt(static_cast(L_38)); (&V_5)->set_z_2(L_39); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_40 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; L_41 = OVRExtensions_FromFlippedZVector3f_mB3C47CCA4ECAF1BC04479D820D142B42C0BF8B75(L_40, /*hidden argument*/NULL); NullCheck(L_26); (L_26)->SetAt(static_cast(L_27), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_41); // for (int i = 0; i < pointsCount; i++) int32_t L_42 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00f4: { // for (int i = 0; i < pointsCount; i++) int32_t L_43 = V_4; int32_t L_44 = V_0; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_00a0; } } { // return points; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_45 = V_3; return L_45; } IL_00fb: { // return new Vector3[0]; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_46 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)0); return L_46; } } // UnityEngine.Vector3 OVRBoundary::GetDimensions(OVRBoundary/BoundaryType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRBoundary_GetDimensions_m41ED5DE3025FEBD9B7D237129847C22D9625A739 (OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * __this, int32_t ___boundaryType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (OVRManager.loadedXRDevice == OVRManager.XRDevice.Oculus) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); int32_t L_0 = ((OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields*)il2cpp_codegen_static_fields_for(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var))->get_loadedXRDevice_78(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0014; } } { // return OVRPlugin.GetBoundaryDimensions((OVRPlugin.BoundaryType)boundaryType).FromVector3f(); int32_t L_1 = ___boundaryType0; IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_2; L_2 = OVRPlugin_GetBoundaryDimensions_mF79CAC819AD6268E5027C7D9CCAAA4F52433DDA3(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = OVRExtensions_FromVector3f_m2EEC2BA1D7587B4C9ECB5D46D0ADD5CE732C9ABE(L_2, /*hidden argument*/NULL); return L_3; } IL_0014: { // return Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); return L_4; } } // System.Boolean OVRBoundary::GetVisible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRBoundary_GetVisible_mA194DE29575DCAF0CA3CC8C40089B8746A434CCE (OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (OVRManager.loadedXRDevice == OVRManager.XRDevice.Oculus) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); int32_t L_0 = ((OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields*)il2cpp_codegen_static_fields_for(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var))->get_loadedXRDevice_78(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_000e; } } { // return OVRPlugin.GetBoundaryVisible(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_1; L_1 = OVRPlugin_GetBoundaryVisible_m85B514E3139677D23D016CEC90C39F45F5024C89(/*hidden argument*/NULL); return L_1; } IL_000e: { // return false; return (bool)0; } } // System.Void OVRBoundary::SetVisible(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBoundary_SetVisible_mB96B97C7EBD20EFF10C4BB3198697DB6D5031F04 (OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (OVRManager.loadedXRDevice == OVRManager.XRDevice.Oculus) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); int32_t L_0 = ((OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields*)il2cpp_codegen_static_fields_for(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var))->get_loadedXRDevice_78(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_000f; } } { // OVRPlugin.SetBoundaryVisible(value); bool L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_2; L_2 = OVRPlugin_SetBoundaryVisible_m7F4CDA6C27112C64B8C7F59D263A61AD07E2D778(L_1, /*hidden argument*/NULL); } IL_000f: { // } return; } } // System.Void OVRBoundary::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBoundary__ctor_mAEE14514B5B37FA4AC87E1BE7111DE47FF224579 (OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private List cachedGeometryList = new List(); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_0 = (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)il2cpp_codegen_object_new(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); List_1__ctor_mF8F23D572031748AD428623AE16803455997E297(L_0, /*hidden argument*/List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var); __this->set_cachedGeometryList_3(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void OVRBoundary::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBoundary__cctor_mC6C2CDECE4F0E16FB849BC37B6D5533B14B97AAA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417_0_0_0_var); s_Il2CppMethodInitialized = true; } { // private static int cachedVector3fSize = Marshal.SizeOf(typeof(OVRPlugin.Vector3f)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92(L_1, /*hidden argument*/NULL); ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->set_cachedVector3fSize_0(L_2); // private static OVRNativeBuffer cachedGeometryNativeBuffer = new OVRNativeBuffer(0); OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * L_3 = (OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 *)il2cpp_codegen_object_new(OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0_il2cpp_TypeInfo_var); OVRNativeBuffer__ctor_m304817998F6259A4ADDFEB1C9EC47549380E9360(L_3, 0, /*hidden argument*/NULL); ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->set_cachedGeometryNativeBuffer_1(L_3); // private static float[] cachedGeometryManagedBuffer = new float[0]; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)0); ((OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_StaticFields*)il2cpp_codegen_static_fields_for(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var))->set_cachedGeometryManagedBuffer_2(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVRCameraComposition::.ctor(UnityEngine.GameObject,UnityEngine.Camera,OVRMixedRealityCaptureConfiguration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraComposition__ctor_m0CDD3C8D90E64DC4ABE2FD56478FF29D3FA49B16 (OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___parentObject0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mainCamera1, RuntimeObject* ___configuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraDevice_t28640423D5FEBE3270CC459CEFB5146D529D3B1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43E75563C566DE8AA4D751625906E5CC2C523B54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral488EF426BB422C7E3548FCB1E402865010EA2F19); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E9D1FD6D4BC67DC7EA8418B5A10ED7A22411C19); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral668934D6C7671A9FCB0AA6A46D7ABA0C140F7247); s_Il2CppMethodInitialized = true; } bool V_0 = false; CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF V_1; memset((&V_1), 0, sizeof(V_1)); CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; { // internal readonly OVRPlugin.CameraDevice cameraDevice = OVRPlugin.CameraDevice.WebCamera0; __this->set_cameraDevice_7(((int32_t)100)); // : base(parentObject, mainCamera, configuration) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___parentObject0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = ___mainCamera1; RuntimeObject* L_2 = ___configuration2; OVRComposition__ctor_mE50852355418697733625ABA550B1E6B043752BD(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // cameraDevice = OVRCompositionUtil.ConvertCameraDevice(configuration.capturingCameraDevice); RuntimeObject* L_3 = ___configuration2; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(14 /* OVRManager/CameraDevice OVRMixedRealityCaptureConfiguration::get_capturingCameraDevice() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_3); int32_t L_5; L_5 = OVRCompositionUtil_ConvertCameraDevice_m92B866FA2F2EA39D2266E907B816C32496DF6781(L_4, /*hidden argument*/NULL); __this->set_cameraDevice_7(L_5); // hasCameraDeviceOpened = false; __this->set_hasCameraDeviceOpened_6((bool)0); // bool cameraSupportsDepth = OVRPlugin.DoesCameraDeviceSupportDepth(cameraDevice); int32_t L_6 = __this->get_cameraDevice_7(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_7; L_7 = OVRPlugin_DoesCameraDeviceSupportDepth_m67CA4C635164AF3B87A92EE8BD60529B118E1545(L_6, /*hidden argument*/NULL); V_0 = L_7; // if (configuration.useDynamicLighting && !cameraSupportsDepth) RuntimeObject* L_8 = ___configuration2; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(34 /* System.Boolean OVRMixedRealityCaptureConfiguration::get_useDynamicLighting() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_8); if (!L_9) { goto IL_004a; } } { bool L_10 = V_0; if (L_10) { goto IL_004a; } } { // Debug.LogWarning("The camera device doesn't support depth. The result of dynamic lighting might not be correct"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteral668934D6C7671A9FCB0AA6A46D7ABA0C140F7247, /*hidden argument*/NULL); } IL_004a: { // if (OVRPlugin.IsCameraDeviceAvailable(cameraDevice)) int32_t L_11 = __this->get_cameraDevice_7(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_12; L_12 = OVRPlugin_IsCameraDeviceAvailable_mA9D30698EA71AB390D46DEFD72CE8F45071E888F(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0140; } } { // if (OVRPlugin.GetExternalCameraCount() > 0 && OVRPlugin.GetMixedRealityCameraInfo(0, out extrinsics, out intrinsics)) IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); int32_t L_13; L_13 = OVRPlugin_GetExternalCameraCount_m5294E8BBFF2E4C319894BC17A29C4DE8E07FB3E8(/*hidden argument*/NULL); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0090; } } { IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_14; L_14 = OVRPlugin_GetMixedRealityCameraInfo_m79878D2EF0BC14A2D523D8833FAA795FC81FA977(0, (CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF *)(&V_1), (CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA *)(&V_2), /*hidden argument*/NULL); if (!L_14) { goto IL_0090; } } { // OVRPlugin.SetCameraDevicePreferredColorFrameSize(cameraDevice, intrinsics.ImageSensorPixelResolution.w, intrinsics.ImageSensorPixelResolution.h); int32_t L_15 = __this->get_cameraDevice_7(); CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA L_16 = V_2; Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 L_17 = L_16.get_ImageSensorPixelResolution_5(); int32_t L_18 = L_17.get_w_0(); CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA L_19 = V_2; Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 L_20 = L_19.get_ImageSensorPixelResolution_5(); int32_t L_21 = L_20.get_h_1(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_22; L_22 = OVRPlugin_SetCameraDevicePreferredColorFrameSize_m81467BCD3D18E3D419D3F1D86942737FF52AE139(L_15, L_18, L_21, /*hidden argument*/NULL); } IL_0090: { // if (configuration.useDynamicLighting) RuntimeObject* L_23 = ___configuration2; NullCheck(L_23); bool L_24; L_24 = InterfaceFuncInvoker0< bool >::Invoke(34 /* System.Boolean OVRMixedRealityCaptureConfiguration::get_useDynamicLighting() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_23); if (!L_24) { goto IL_00e4; } } { // OVRPlugin.SetCameraDeviceDepthSensingMode(cameraDevice, OVRPlugin.CameraDeviceDepthSensingMode.Fill); int32_t L_25 = __this->get_cameraDevice_7(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_26; L_26 = OVRPlugin_SetCameraDeviceDepthSensingMode_mF41D46675E8F69AD1E65267D55165DB325EA6C49(L_25, 1, /*hidden argument*/NULL); // OVRPlugin.CameraDeviceDepthQuality quality = OVRPlugin.CameraDeviceDepthQuality.Medium; V_3 = 1; // if (configuration.depthQuality == OVRManager.DepthQuality.Low) RuntimeObject* L_27 = ___configuration2; NullCheck(L_27); int32_t L_28; L_28 = InterfaceFuncInvoker0< int32_t >::Invoke(36 /* OVRManager/DepthQuality OVRMixedRealityCaptureConfiguration::get_depthQuality() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_00b3; } } { // quality = OVRPlugin.CameraDeviceDepthQuality.Low; V_3 = 0; // } goto IL_00d7; } IL_00b3: { // else if (configuration.depthQuality == OVRManager.DepthQuality.Medium) RuntimeObject* L_29 = ___configuration2; NullCheck(L_29); int32_t L_30; L_30 = InterfaceFuncInvoker0< int32_t >::Invoke(36 /* OVRManager/DepthQuality OVRMixedRealityCaptureConfiguration::get_depthQuality() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_29); if ((!(((uint32_t)L_30) == ((uint32_t)1)))) { goto IL_00c0; } } { // quality = OVRPlugin.CameraDeviceDepthQuality.Medium; V_3 = 1; // } goto IL_00d7; } IL_00c0: { // else if (configuration.depthQuality == OVRManager.DepthQuality.High) RuntimeObject* L_31 = ___configuration2; NullCheck(L_31); int32_t L_32; L_32 = InterfaceFuncInvoker0< int32_t >::Invoke(36 /* OVRManager/DepthQuality OVRMixedRealityCaptureConfiguration::get_depthQuality() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_31); if ((!(((uint32_t)L_32) == ((uint32_t)2)))) { goto IL_00cd; } } { // quality = OVRPlugin.CameraDeviceDepthQuality.High; V_3 = 2; // } goto IL_00d7; } IL_00cd: { // Debug.LogWarning("Unknown depth quality"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteral4E9D1FD6D4BC67DC7EA8418B5A10ED7A22411C19, /*hidden argument*/NULL); } IL_00d7: { // OVRPlugin.SetCameraDevicePreferredDepthQuality(cameraDevice, quality); int32_t L_33 = __this->get_cameraDevice_7(); int32_t L_34 = V_3; IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_35; L_35 = OVRPlugin_SetCameraDevicePreferredDepthQuality_m322523FFECF4BFF9CE1ED63CA645E4C38CE06677(L_33, L_34, /*hidden argument*/NULL); } IL_00e4: { // Debug.LogFormat("Opening camera device {0}", cameraDevice); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_37 = L_36; int32_t L_38 = __this->get_cameraDevice_7(); int32_t L_39 = L_38; RuntimeObject * L_40 = Box(CameraDevice_t28640423D5FEBE3270CC459CEFB5146D529D3B1A_il2cpp_TypeInfo_var, &L_39); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_40); (L_37)->SetAt(static_cast(0), (RuntimeObject *)L_40); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m72BF100F3CFE21832B462EDDA71CF0FE28C0D093(_stringLiteral43E75563C566DE8AA4D751625906E5CC2C523B54, L_37, /*hidden argument*/NULL); // OVRPlugin.OpenCameraDevice(cameraDevice); int32_t L_41 = __this->get_cameraDevice_7(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_42; L_42 = OVRPlugin_OpenCameraDevice_mE8B739A8098CAC30F509A7E018AF63862D95BF9E(L_41, /*hidden argument*/NULL); // if (OVRPlugin.HasCameraDeviceOpened(cameraDevice)) int32_t L_43 = __this->get_cameraDevice_7(); bool L_44; L_44 = OVRPlugin_HasCameraDeviceOpened_m06D92EF81643CFC5AF83A0FB6765F4F0389E5493(L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_0140; } } { // Debug.LogFormat("Opened camera device {0}", cameraDevice); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_45 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_46 = L_45; int32_t L_47 = __this->get_cameraDevice_7(); int32_t L_48 = L_47; RuntimeObject * L_49 = Box(CameraDevice_t28640423D5FEBE3270CC459CEFB5146D529D3B1A_il2cpp_TypeInfo_var, &L_48); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_49); (L_46)->SetAt(static_cast(0), (RuntimeObject *)L_49); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m72BF100F3CFE21832B462EDDA71CF0FE28C0D093(_stringLiteral488EF426BB422C7E3548FCB1E402865010EA2F19, L_46, /*hidden argument*/NULL); // hasCameraDeviceOpened = true; __this->set_hasCameraDeviceOpened_6((bool)1); } IL_0140: { // } return; } } // System.Void OVRCameraComposition::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraComposition_Cleanup_m3395DA37B93CDA76FE41CB28F8DE77849023BF14 (OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraDevice_t28640423D5FEBE3270CC459CEFB5146D529D3B1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA6BA9016A413DB4C52CB87FF691CD14FA3B7BE5); s_Il2CppMethodInitialized = true; } { // OVRCompositionUtil.SafeDestroy(ref cameraFramePlaneObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** L_0 = __this->get_address_of_cameraFramePlaneObject_4(); OVRCompositionUtil_SafeDestroy_m0625B410961C6F85AB5B61F3825E2A1662B9BB61((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 **)L_0, /*hidden argument*/NULL); // if (hasCameraDeviceOpened) bool L_1 = __this->get_hasCameraDeviceOpened_6(); if (!L_1) { goto IL_003d; } } { // Debug.LogFormat("Close camera device {0}", cameraDevice); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; int32_t L_4 = __this->get_cameraDevice_7(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(CameraDevice_t28640423D5FEBE3270CC459CEFB5146D529D3B1A_il2cpp_TypeInfo_var, &L_5); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_6); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m72BF100F3CFE21832B462EDDA71CF0FE28C0D093(_stringLiteralAA6BA9016A413DB4C52CB87FF691CD14FA3B7BE5, L_3, /*hidden argument*/NULL); // OVRPlugin.CloseCameraDevice(cameraDevice); int32_t L_7 = __this->get_cameraDevice_7(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_8; L_8 = OVRPlugin_CloseCameraDevice_m61399CF4B4D0CDA7CAD6DBDACB56853EC7BD0D51(L_7, /*hidden argument*/NULL); } IL_003d: { // } return; } } // System.Void OVRCameraComposition::RecenterPose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraComposition_RecenterPose_m9BE697E97D5C5A5FD1E35F4DDA512133C9BFD2B6 (OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 * __this, const RuntimeMethod* method) { { // boundaryMesh = null; __this->set_boundaryMesh_8((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)NULL); // } return; } } // System.Void OVRCameraComposition::RefreshCameraFramePlaneObject(UnityEngine.GameObject,UnityEngine.Camera,OVRMixedRealityCaptureConfiguration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraComposition_RefreshCameraFramePlaneObject_m43EAED3A0C94EE1C5497CCC4D74F8FF7CE704F90 (OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___parentObject0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mixedRealityCamera1, RuntimeObject* ___configuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisOVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A_m25F87CA2A2CBCB521D1E894DFF15DA9B1AFF035C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_m7CB95AA45111B8F2FD8968CBDF0CE3359F6B2E08_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_m4E244CD0EBBF9E0A3A73AF14F6EC434CA82E6F4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral035E9DFD7A7435C27774B1EBA0C642E5540E8E92); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FFAE2B197570BA235E83508CB23698272F00BDF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47A3FAF17D89549FD0F0ECA7370B81F7C80DFCDE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB598F3FDB0E755A2803C74BCECC83DC98427B2BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEFEA8541485D289B30A64D326E0DA85093756C2E); s_Il2CppMethodInitialized = true; } Material_t8927C00353A72755313F046D0CE85178AE8218EE * V_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B2_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B1_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B3_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B3_1 = NULL; String_t* G_B6_0 = NULL; { // OVRCompositionUtil.SafeDestroy(ref cameraFramePlaneObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** L_0 = __this->get_address_of_cameraFramePlaneObject_4(); OVRCompositionUtil_SafeDestroy_m0625B410961C6F85AB5B61F3825E2A1662B9BB61((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 **)L_0, /*hidden argument*/NULL); // cameraFramePlaneObject = GameObject.CreatePrimitive(PrimitiveType.Quad); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = GameObject_CreatePrimitive_m3F797A3D7CBF364F6581F6C800AB9F9BAF5000C6(5, /*hidden argument*/NULL); __this->set_cameraFramePlaneObject_4(L_1); // cameraFramePlaneObject.name = "OculusMRC_CameraFrame"; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_cameraFramePlaneObject_4(); NullCheck(L_2); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_2, _stringLiteralB598F3FDB0E755A2803C74BCECC83DC98427B2BD, /*hidden argument*/NULL); // cameraFramePlaneObject.transform.parent = cameraInTrackingSpace ? cameraRig.trackingSpace : parentObject.transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = __this->get_cameraFramePlaneObject_4(); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_3, /*hidden argument*/NULL); bool L_5 = ((OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 *)__this)->get_cameraInTrackingSpace_0(); G_B1_0 = L_4; if (L_5) { G_B2_0 = L_4; goto IL_0042; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = ___parentObject0; NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_6, /*hidden argument*/NULL); G_B3_0 = L_7; G_B3_1 = G_B1_0; goto IL_004d; } IL_0042: { OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_8 = ((OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 *)__this)->get_cameraRig_1(); NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(L_8, /*hidden argument*/NULL); G_B3_0 = L_9; G_B3_1 = G_B2_0; } IL_004d: { NullCheck(G_B3_1); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(G_B3_1, G_B3_0, /*hidden argument*/NULL); // cameraFramePlaneObject.GetComponent().enabled = false; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10 = __this->get_cameraFramePlaneObject_4(); NullCheck(L_10); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_11; L_11 = GameObject_GetComponent_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_m7CB95AA45111B8F2FD8968CBDF0CE3359F6B2E08(L_10, /*hidden argument*/GameObject_GetComponent_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_m7CB95AA45111B8F2FD8968CBDF0CE3359F6B2E08_RuntimeMethod_var); NullCheck(L_11); Collider_set_enabled_m047B4D830755CD36671F7A60BFAA9C0D61F6C4A1(L_11, (bool)0, /*hidden argument*/NULL); // cameraFramePlaneObject.GetComponent().shadowCastingMode = UnityEngine.Rendering.ShadowCastingMode.Off; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12 = __this->get_cameraFramePlaneObject_4(); NullCheck(L_12); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_13; L_13 = GameObject_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_m4E244CD0EBBF9E0A3A73AF14F6EC434CA82E6F4B(L_12, /*hidden argument*/GameObject_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_m4E244CD0EBBF9E0A3A73AF14F6EC434CA82E6F4B_RuntimeMethod_var); NullCheck(L_13); Renderer_set_shadowCastingMode_mDD2D9695A5F1B0D1FCACB8D87A3D1148C14D6F01(L_13, 0, /*hidden argument*/NULL); // Material cameraFrameMaterial = new Material(Shader.Find(configuration.useDynamicLighting ? "Oculus/OVRMRCameraFrameLit" : "Oculus/OVRMRCameraFrame")); RuntimeObject* L_14 = ___configuration2; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(34 /* System.Boolean OVRMixedRealityCaptureConfiguration::get_useDynamicLighting() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_0083; } } { G_B6_0 = _stringLiteral035E9DFD7A7435C27774B1EBA0C642E5540E8E92; goto IL_0088; } IL_0083: { G_B6_0 = _stringLiteral2FFAE2B197570BA235E83508CB23698272F00BDF; } IL_0088: { Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_16; L_16 = Shader_Find_m01F8D68779D3B0EA219E624443A768392B68B1E0(G_B6_0, /*hidden argument*/NULL); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_17 = (Material_t8927C00353A72755313F046D0CE85178AE8218EE *)il2cpp_codegen_object_new(Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var); Material__ctor_mD2A3BCD3B4F17F5C6E95F3B34DAF4B497B67127E(L_17, L_16, /*hidden argument*/NULL); V_0 = L_17; // cameraFramePlaneObject.GetComponent().material = cameraFrameMaterial; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_18 = __this->get_cameraFramePlaneObject_4(); NullCheck(L_18); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_19; L_19 = GameObject_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_m4E244CD0EBBF9E0A3A73AF14F6EC434CA82E6F4B(L_18, /*hidden argument*/GameObject_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_m4E244CD0EBBF9E0A3A73AF14F6EC434CA82E6F4B_RuntimeMethod_var); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_20 = V_0; NullCheck(L_19); Renderer_set_material_m8DED7F4F7AF38755C3D7DAFDD613BBE1AAB941BA(L_19, L_20, /*hidden argument*/NULL); // cameraFrameMaterial.SetColor("_Color", Color.white); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_21 = V_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_22; L_22 = Color_get_white_m2F4F3E4DD95471924015E9CB5AF20E59C650EE37(/*hidden argument*/NULL); NullCheck(L_21); Material_SetColor_m5CAAF4A8D7F839597B4E14588E341462EEB81698(L_21, _stringLiteral47A3FAF17D89549FD0F0ECA7370B81F7C80DFCDE, L_22, /*hidden argument*/NULL); // cameraFrameMaterial.SetFloat("_Visible", 0.0f); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_23 = V_0; NullCheck(L_23); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_23, _stringLiteralEFEA8541485D289B30A64D326E0DA85093756C2E, (0.0f), /*hidden argument*/NULL); // cameraFramePlaneObject.transform.localScale = new Vector3(4, 4, 4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24 = __this->get_cameraFramePlaneObject_4(); NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_24, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; memset((&L_26), 0, sizeof(L_26)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_26), (4.0f), (4.0f), (4.0f), /*hidden argument*/NULL); NullCheck(L_25); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_25, L_26, /*hidden argument*/NULL); // cameraFramePlaneObject.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_27 = __this->get_cameraFramePlaneObject_4(); NullCheck(L_27); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_27, (bool)1, /*hidden argument*/NULL); // cameraFrameCompositionManager = mixedRealityCamera.gameObject.AddComponent(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_28 = ___mixedRealityCamera1; NullCheck(L_28); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29; L_29 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_28, /*hidden argument*/NULL); NullCheck(L_29); OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A * L_30; L_30 = GameObject_AddComponent_TisOVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A_m25F87CA2A2CBCB521D1E894DFF15DA9B1AFF035C(L_29, /*hidden argument*/GameObject_AddComponent_TisOVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A_m25F87CA2A2CBCB521D1E894DFF15DA9B1AFF035C_RuntimeMethod_var); __this->set_cameraFrameCompositionManager_12(L_30); // cameraFrameCompositionManager.configuration = configuration; OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A * L_31 = __this->get_cameraFrameCompositionManager_12(); RuntimeObject* L_32 = ___configuration2; NullCheck(L_31); L_31->set_configuration_4(L_32); // cameraFrameCompositionManager.cameraFrameGameObj = cameraFramePlaneObject; OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A * L_33 = __this->get_cameraFrameCompositionManager_12(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_34 = __this->get_cameraFramePlaneObject_4(); NullCheck(L_33); L_33->set_cameraFrameGameObj_5(L_34); // cameraFrameCompositionManager.composition = this; OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A * L_35 = __this->get_cameraFrameCompositionManager_12(); NullCheck(L_35); L_35->set_composition_6(__this); // } return; } } // System.Void OVRCameraComposition::UpdateCameraFramePlaneObject(UnityEngine.Camera,UnityEngine.Camera,OVRMixedRealityCaptureConfiguration,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraComposition_UpdateCameraFramePlaneObject_mD2A3E58E88C662362FE5B9FD596C5C0520081F5C (OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mainCamera0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mixedRealityCamera1, RuntimeObject* ___configuration2, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___boundaryMeshMaskTexture3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_m4E244CD0EBBF9E0A3A73AF14F6EC434CA82E6F4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral071369BBAFDA1E7912DFBAC4C9DEADD2A5E96AEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C068D755CE8B6CC326D56981A9B907648D0AF41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10D7C3D3EFA2C236365A4FBD67A6BA498AF1D6D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral281D29B375199AC9511C817AD0234B782A7523DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A7A438D53729841AC0BB3B0ACCE56C6CA496D75); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52E80D879EAF3890C440457D559879D50B40B5EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral559BD6D9BA2609A306CEBF8EE85026ADC27D6A3C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral773DEFE7EB361DC16D32FA28DF6430398738266B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C9E2E09C436959F8899900E25E45FCAD37F7918); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82B87F4DF8A002F2B0A030E0B858FFDB502C2A43); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD8C5AF84272EC2034278EF5024B4BF2D886D5CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB42E581ADBA457B702B8CCC2D36E86BB4847509); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC3EE4C34EBC15ADEE9D30BE7A9B3E6734E7F770); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE4063F5E10B5922E73943B4B4826D705AF68BBF8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC094C6DFDE902A3118C73908D93D7BA012CCDA5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3A4B0472F2B8B0EA898F3AE63748D5538095F4B); s_Il2CppMethodInitialized = true; } bool V_0 = false; Material_t8927C00353A72755313F046D0CE85178AE8218EE * V_1 = NULL; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * V_2 = NULL; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * V_3 = NULL; bool V_4 = false; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_5; memset((&V_5), 0, sizeof(V_5)); float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; String_t* G_B12_0 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B12_1 = NULL; String_t* G_B11_0 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B11_1 = NULL; float G_B13_0 = 0.0f; String_t* G_B13_1 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B13_2 = NULL; float G_B15_0 = 0.0f; String_t* G_B15_1 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B15_2 = NULL; float G_B14_0 = 0.0f; String_t* G_B14_1 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B14_2 = NULL; float G_B16_0 = 0.0f; float G_B16_1 = 0.0f; String_t* G_B16_2 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B16_3 = NULL; { // cameraFrameCompositionManager.configuration = configuration; OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A * L_0 = __this->get_cameraFrameCompositionManager_12(); RuntimeObject* L_1 = ___configuration2; NullCheck(L_0); L_0->set_configuration_4(L_1); // bool hasError = false; V_0 = (bool)0; // Material cameraFrameMaterial = cameraFramePlaneObject.GetComponent().material; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_cameraFramePlaneObject_4(); NullCheck(L_2); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_3; L_3 = GameObject_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_m4E244CD0EBBF9E0A3A73AF14F6EC434CA82E6F4B(L_2, /*hidden argument*/GameObject_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_m4E244CD0EBBF9E0A3A73AF14F6EC434CA82E6F4B_RuntimeMethod_var); NullCheck(L_3); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4; L_4 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_3, /*hidden argument*/NULL); V_1 = L_4; // Texture2D colorTexture = Texture2D.blackTexture; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_5; L_5 = Texture2D_get_blackTexture_m73D8938D54260922216CB35199C6147C895B4F80(/*hidden argument*/NULL); V_2 = L_5; // Texture2D depthTexture = Texture2D.whiteTexture; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_6; L_6 = Texture2D_get_whiteTexture_m06F4B6937B7E20E899263D97597D6D0A3118B88B(/*hidden argument*/NULL); V_3 = L_6; // if (OVRPlugin.IsCameraDeviceColorFrameAvailable(cameraDevice)) int32_t L_7 = __this->get_cameraDevice_7(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_8; L_8 = OVRPlugin_IsCameraDeviceColorFrameAvailable_mC3D38A6C130A702C68CEBA3E9D5503BDB6FB165C(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0046; } } { // colorTexture = OVRPlugin.GetCameraDeviceColorFrameTexture(cameraDevice); int32_t L_9 = __this->get_cameraDevice_7(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_10; L_10 = OVRPlugin_GetCameraDeviceColorFrameTexture_m138D6826D77280EA1AC79C40588BB23B191B811D(L_9, /*hidden argument*/NULL); V_2 = L_10; // } goto IL_0052; } IL_0046: { // Debug.LogWarning("Camera: color frame not ready"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteral7C9E2E09C436959F8899900E25E45FCAD37F7918, /*hidden argument*/NULL); // hasError = true; V_0 = (bool)1; } IL_0052: { // bool cameraSupportsDepth = OVRPlugin.DoesCameraDeviceSupportDepth(cameraDevice); int32_t L_11 = __this->get_cameraDevice_7(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_12; L_12 = OVRPlugin_DoesCameraDeviceSupportDepth_m67CA4C635164AF3B87A92EE8BD60529B118E1545(L_11, /*hidden argument*/NULL); V_4 = L_12; // if (configuration.useDynamicLighting && cameraSupportsDepth) RuntimeObject* L_13 = ___configuration2; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(34 /* System.Boolean OVRMixedRealityCaptureConfiguration::get_useDynamicLighting() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_13); bool L_15 = V_4; if (!((int32_t)((int32_t)L_14&(int32_t)L_15))) { goto IL_0091; } } { // if (OVRPlugin.IsCameraDeviceDepthFrameAvailable(cameraDevice)) int32_t L_16 = __this->get_cameraDevice_7(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_17; L_17 = OVRPlugin_IsCameraDeviceDepthFrameAvailable_mA5A3826D1B706AB4582528B17F263825EF8FA437(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0085; } } { // depthTexture = OVRPlugin.GetCameraDeviceDepthFrameTexture(cameraDevice); int32_t L_18 = __this->get_cameraDevice_7(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_19; L_19 = OVRPlugin_GetCameraDeviceDepthFrameTexture_m5918EBBC21AEDC25D026D8985B7442CFC6C630E1(L_18, /*hidden argument*/NULL); V_3 = L_19; // } goto IL_0091; } IL_0085: { // Debug.LogWarning("Camera: depth frame not ready"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteralE4063F5E10B5922E73943B4B4826D705AF68BBF8, /*hidden argument*/NULL); // hasError = true; V_0 = (bool)1; } IL_0091: { // if (!hasError) bool L_20 = V_0; if (L_20) { goto IL_034f; } } { // Vector3 offset = mainCamera.transform.position - mixedRealityCamera.transform.position; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_21 = ___mainCamera0; NullCheck(L_21); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_22; L_22 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_21, /*hidden argument*/NULL); NullCheck(L_22); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_22, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_24 = ___mixedRealityCamera1; NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_24, /*hidden argument*/NULL); NullCheck(L_25); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_25, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_23, L_26, /*hidden argument*/NULL); V_5 = L_27; // float distance = Vector3.Dot(mixedRealityCamera.transform.forward, offset); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_28 = ___mixedRealityCamera1; NullCheck(L_28); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_29; L_29 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_28, /*hidden argument*/NULL); NullCheck(L_29); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30; L_30 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_29, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = V_5; float L_32; L_32 = Vector3_Dot_m81A33FB5E8269E1A21554ECCB1639019C708A1CF_inline(L_30, L_31, /*hidden argument*/NULL); V_6 = L_32; // cameraFramePlaneDistance = distance; float L_33 = V_6; __this->set_cameraFramePlaneDistance_5(L_33); // cameraFramePlaneObject.transform.position = mixedRealityCamera.transform.position + mixedRealityCamera.transform.forward * distance; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_34 = __this->get_cameraFramePlaneObject_4(); NullCheck(L_34); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_35; L_35 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_34, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_36 = ___mixedRealityCamera1; NullCheck(L_36); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_37; L_37 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_36, /*hidden argument*/NULL); NullCheck(L_37); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38; L_38 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_37, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_39 = ___mixedRealityCamera1; NullCheck(L_39); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_40; L_40 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_39, /*hidden argument*/NULL); NullCheck(L_40); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; L_41 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_40, /*hidden argument*/NULL); float L_42 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43; L_43 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_41, L_42, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44; L_44 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_38, L_43, /*hidden argument*/NULL); NullCheck(L_35); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_35, L_44, /*hidden argument*/NULL); // cameraFramePlaneObject.transform.rotation = mixedRealityCamera.transform.rotation; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_45 = __this->get_cameraFramePlaneObject_4(); NullCheck(L_45); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_46; L_46 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_45, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_47 = ___mixedRealityCamera1; NullCheck(L_47); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_48; L_48 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_47, /*hidden argument*/NULL); NullCheck(L_48); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_49; L_49 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_48, /*hidden argument*/NULL); NullCheck(L_46); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_46, L_49, /*hidden argument*/NULL); // float tanFov = Mathf.Tan(mixedRealityCamera.fieldOfView * Mathf.Deg2Rad * 0.5f); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_50 = ___mixedRealityCamera1; NullCheck(L_50); float L_51; L_51 = Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920(L_50, /*hidden argument*/NULL); float L_52; L_52 = tanf(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_51, (float)(0.0174532924f))), (float)(0.5f)))); V_7 = L_52; // cameraFramePlaneObject.transform.localScale = new Vector3(distance * mixedRealityCamera.aspect * tanFov * 2.0f, distance * tanFov * 2.0f, 1.0f); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_53 = __this->get_cameraFramePlaneObject_4(); NullCheck(L_53); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_54; L_54 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_53, /*hidden argument*/NULL); float L_55 = V_6; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_56 = ___mixedRealityCamera1; NullCheck(L_56); float L_57; L_57 = Camera_get_aspect_mD0A1FC8F998473DA08866FF9CD61C02E6D5F4987(L_56, /*hidden argument*/NULL); float L_58 = V_7; float L_59 = V_6; float L_60 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_61; memset((&L_61), 0, sizeof(L_61)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_61), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_55, (float)L_57)), (float)L_58)), (float)(2.0f))), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_59, (float)L_60)), (float)(2.0f))), (1.0f), /*hidden argument*/NULL); NullCheck(L_54); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_54, L_61, /*hidden argument*/NULL); // float worldHeight = distance * tanFov * 2.0f; float L_62 = V_6; float L_63 = V_7; V_8 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_62, (float)L_63)), (float)(2.0f))); // float worldWidth = worldHeight * mixedRealityCamera.aspect; float L_64 = V_8; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_65 = ___mixedRealityCamera1; NullCheck(L_65); float L_66; L_66 = Camera_get_aspect_mD0A1FC8F998473DA08866FF9CD61C02E6D5F4987(L_65, /*hidden argument*/NULL); V_9 = ((float)il2cpp_codegen_multiply((float)L_64, (float)L_66)); // float cullingDistance = float.MaxValue; V_10 = ((std::numeric_limits::max)()); // if (OVRManager.instance.virtualGreenScreenType != OVRManager.VirtualGreenScreenType.Off) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_67; L_67 = OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline(/*hidden argument*/NULL); NullCheck(L_67); int32_t L_68 = L_67->get_virtualGreenScreenType_68(); if (!L_68) { goto IL_01a2; } } { // RefreshBoundaryMesh(mixedRealityCamera, configuration, out cullingDistance); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_69 = ___mixedRealityCamera1; RuntimeObject* L_70 = ___configuration2; OVRCameraComposition_RefreshBoundaryMesh_m7364D48B76C83487DC53FD414BA9F8D53797BA39(__this, L_69, L_70, (float*)(&V_10), /*hidden argument*/NULL); } IL_01a2: { // cameraFrameMaterial.mainTexture = colorTexture; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_71 = V_1; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_72 = V_2; NullCheck(L_71); Material_set_mainTexture_m1F715422BE5C75B4A7AC951691F0DC16A8C294C5(L_71, L_72, /*hidden argument*/NULL); // cameraFrameMaterial.SetTexture("_DepthTex", depthTexture); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_73 = V_1; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_74 = V_3; NullCheck(L_73); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_73, _stringLiteral773DEFE7EB361DC16D32FA28DF6430398738266B, L_74, /*hidden argument*/NULL); // cameraFrameMaterial.SetVector("_FlipParams", new Vector4((configuration.flipCameraFrameHorizontally ? 1.0f : 0.0f), (configuration.flipCameraFrameVertically ? 1.0f : 0.0f), 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_75 = V_1; RuntimeObject* L_76 = ___configuration2; NullCheck(L_76); bool L_77; L_77 = InterfaceFuncInvoker0< bool >::Invoke(16 /* System.Boolean OVRMixedRealityCaptureConfiguration::get_flipCameraFrameHorizontally() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_76); G_B11_0 = _stringLiteral10D7C3D3EFA2C236365A4FBD67A6BA498AF1D6D5; G_B11_1 = L_75; if (L_77) { G_B12_0 = _stringLiteral10D7C3D3EFA2C236365A4FBD67A6BA498AF1D6D5; G_B12_1 = L_75; goto IL_01ca; } } { G_B13_0 = (0.0f); G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_01cf; } IL_01ca: { G_B13_0 = (1.0f); G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_01cf: { RuntimeObject* L_78 = ___configuration2; NullCheck(L_78); bool L_79; L_79 = InterfaceFuncInvoker0< bool >::Invoke(18 /* System.Boolean OVRMixedRealityCaptureConfiguration::get_flipCameraFrameVertically() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_78); G_B14_0 = G_B13_0; G_B14_1 = G_B13_1; G_B14_2 = G_B13_2; if (L_79) { G_B15_0 = G_B13_0; G_B15_1 = G_B13_1; G_B15_2 = G_B13_2; goto IL_01de; } } { G_B16_0 = (0.0f); G_B16_1 = G_B14_0; G_B16_2 = G_B14_1; G_B16_3 = G_B14_2; goto IL_01e3; } IL_01de: { G_B16_0 = (1.0f); G_B16_1 = G_B15_0; G_B16_2 = G_B15_1; G_B16_3 = G_B15_2; } IL_01e3: { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_80; memset((&L_80), 0, sizeof(L_80)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_80), G_B16_1, G_B16_0, (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(G_B16_3); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(G_B16_3, G_B16_2, L_80, /*hidden argument*/NULL); // cameraFrameMaterial.SetColor("_ChromaKeyColor", configuration.chromaKeyColor); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_81 = V_1; RuntimeObject* L_82 = ___configuration2; NullCheck(L_82); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_83; L_83 = InterfaceFuncInvoker0< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(26 /* UnityEngine.Color OVRMixedRealityCaptureConfiguration::get_chromaKeyColor() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_82); NullCheck(L_81); Material_SetColor_m5CAAF4A8D7F839597B4E14588E341462EEB81698(L_81, _stringLiteral559BD6D9BA2609A306CEBF8EE85026ADC27D6A3C, L_83, /*hidden argument*/NULL); // cameraFrameMaterial.SetFloat("_ChromaKeySimilarity", configuration.chromaKeySimilarity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_84 = V_1; RuntimeObject* L_85 = ___configuration2; NullCheck(L_85); float L_86; L_86 = InterfaceFuncInvoker0< float >::Invoke(28 /* System.Single OVRMixedRealityCaptureConfiguration::get_chromaKeySimilarity() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_85); NullCheck(L_84); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_84, _stringLiteralF3A4B0472F2B8B0EA898F3AE63748D5538095F4B, L_86, /*hidden argument*/NULL); // cameraFrameMaterial.SetFloat("_ChromaKeySmoothRange", configuration.chromaKeySmoothRange); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_87 = V_1; RuntimeObject* L_88 = ___configuration2; NullCheck(L_88); float L_89; L_89 = InterfaceFuncInvoker0< float >::Invoke(30 /* System.Single OVRMixedRealityCaptureConfiguration::get_chromaKeySmoothRange() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_88); NullCheck(L_87); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_87, _stringLiteral52E80D879EAF3890C440457D559879D50B40B5EC, L_89, /*hidden argument*/NULL); // cameraFrameMaterial.SetFloat("_ChromaKeySpillRange", configuration.chromaKeySpillRange); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_90 = V_1; RuntimeObject* L_91 = ___configuration2; NullCheck(L_91); float L_92; L_92 = InterfaceFuncInvoker0< float >::Invoke(32 /* System.Single OVRMixedRealityCaptureConfiguration::get_chromaKeySpillRange() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_91); NullCheck(L_90); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_90, _stringLiteral0C068D755CE8B6CC326D56981A9B907648D0AF41, L_92, /*hidden argument*/NULL); // cameraFrameMaterial.SetVector("_TextureDimension", new Vector4(colorTexture.width, colorTexture.height, 1.0f / colorTexture.width, 1.0f / colorTexture.height)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_93 = V_1; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_94 = V_2; NullCheck(L_94); int32_t L_95; L_95 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_94); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_96 = V_2; NullCheck(L_96); int32_t L_97; L_97 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_96); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_98 = V_2; NullCheck(L_98); int32_t L_99; L_99 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_98); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_100 = V_2; NullCheck(L_100); int32_t L_101; L_101 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_100); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_102; memset((&L_102), 0, sizeof(L_102)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_102), ((float)((float)L_95)), ((float)((float)L_97)), ((float)((float)(1.0f)/(float)((float)((float)L_99)))), ((float)((float)(1.0f)/(float)((float)((float)L_101)))), /*hidden argument*/NULL); NullCheck(L_93); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_93, _stringLiteralCB42E581ADBA457B702B8CCC2D36E86BB4847509, L_102, /*hidden argument*/NULL); // cameraFrameMaterial.SetVector("_TextureWorldSize", new Vector4(worldWidth, worldHeight, 0, 0)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_103 = V_1; float L_104 = V_9; float L_105 = V_8; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_106; memset((&L_106), 0, sizeof(L_106)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_106), L_104, L_105, (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_103); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_103, _stringLiteral82B87F4DF8A002F2B0A030E0B858FFDB502C2A43, L_106, /*hidden argument*/NULL); // cameraFrameMaterial.SetFloat("_SmoothFactor", configuration.dynamicLightingSmoothFactor); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_107 = V_1; RuntimeObject* L_108 = ___configuration2; NullCheck(L_108); float L_109; L_109 = InterfaceFuncInvoker0< float >::Invoke(38 /* System.Single OVRMixedRealityCaptureConfiguration::get_dynamicLightingSmoothFactor() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_108); NullCheck(L_107); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_107, _stringLiteral281D29B375199AC9511C817AD0234B782A7523DA, L_109, /*hidden argument*/NULL); // cameraFrameMaterial.SetFloat("_DepthVariationClamp", configuration.dynamicLightingDepthVariationClampingValue); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_110 = V_1; RuntimeObject* L_111 = ___configuration2; NullCheck(L_111); float L_112; L_112 = InterfaceFuncInvoker0< float >::Invoke(40 /* System.Single OVRMixedRealityCaptureConfiguration::get_dynamicLightingDepthVariationClampingValue() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_111); NullCheck(L_110); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_110, _stringLiteral2A7A438D53729841AC0BB3B0ACCE56C6CA496D75, L_112, /*hidden argument*/NULL); // cameraFrameMaterial.SetFloat("_CullingDistance", cullingDistance); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_113 = V_1; float L_114 = V_10; NullCheck(L_113); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_113, _stringLiteral071369BBAFDA1E7912DFBAC4C9DEADD2A5E96AEB, L_114, /*hidden argument*/NULL); // if (configuration.virtualGreenScreenType == OVRManager.VirtualGreenScreenType.Off || boundaryMesh == null || boundaryMeshMaskTexture == null) RuntimeObject* L_115 = ___configuration2; NullCheck(L_115); int32_t L_116; L_116 = InterfaceFuncInvoker0< int32_t >::Invoke(42 /* OVRManager/VirtualGreenScreenType OVRMixedRealityCaptureConfiguration::get_virtualGreenScreenType() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_115); if (!L_116) { goto IL_02e0; } } { Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_117 = __this->get_boundaryMesh_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_118; L_118 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_117, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_118) { goto IL_02e0; } } { RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_119 = ___boundaryMeshMaskTexture3; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_120; L_120 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_119, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_120) { goto IL_02f1; } } IL_02e0: { // cameraFrameMaterial.SetTexture("_MaskTex", Texture2D.whiteTexture); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_121 = V_1; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_122; L_122 = Texture2D_get_whiteTexture_m06F4B6937B7E20E899263D97597D6D0A3118B88B(/*hidden argument*/NULL); NullCheck(L_121); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_121, _stringLiteralEC094C6DFDE902A3118C73908D93D7BA012CCDA5, L_122, /*hidden argument*/NULL); // } return; } IL_02f1: { // if (cameraRig == null) OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_123 = ((OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 *)__this)->get_cameraRig_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_124; L_124 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_123, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_124) { goto IL_0329; } } { // if (!nullcameraRigWarningDisplayed) bool L_125 = __this->get_nullcameraRigWarningDisplayed_13(); if (L_125) { goto IL_0318; } } { // Debug.LogWarning("Could not find the OVRCameraRig/CenterEyeAnchor object. Please check if the OVRCameraRig has been setup properly. The virtual green screen has been temporarily disabled"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteralCC3EE4C34EBC15ADEE9D30BE7A9B3E6734E7F770, /*hidden argument*/NULL); // nullcameraRigWarningDisplayed = true; __this->set_nullcameraRigWarningDisplayed_13((bool)1); } IL_0318: { // cameraFrameMaterial.SetTexture("_MaskTex", Texture2D.whiteTexture); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_126 = V_1; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_127; L_127 = Texture2D_get_whiteTexture_m06F4B6937B7E20E899263D97597D6D0A3118B88B(/*hidden argument*/NULL); NullCheck(L_126); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_126, _stringLiteralEC094C6DFDE902A3118C73908D93D7BA012CCDA5, L_127, /*hidden argument*/NULL); // } return; } IL_0329: { // if (nullcameraRigWarningDisplayed) bool L_128 = __this->get_nullcameraRigWarningDisplayed_13(); if (!L_128) { goto IL_0342; } } { // Debug.Log("OVRCameraRig/CenterEyeAnchor object found. Virtual green screen is activated"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(_stringLiteralBD8C5AF84272EC2034278EF5024B4BF2D886D5CF, /*hidden argument*/NULL); // nullcameraRigWarningDisplayed = false; __this->set_nullcameraRigWarningDisplayed_13((bool)0); } IL_0342: { // cameraFrameMaterial.SetTexture("_MaskTex", boundaryMeshMaskTexture); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_129 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_130 = ___boundaryMeshMaskTexture3; NullCheck(L_129); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_129, _stringLiteralEC094C6DFDE902A3118C73908D93D7BA012CCDA5, L_130, /*hidden argument*/NULL); } IL_034f: { // } return; } } // System.Void OVRCameraComposition::RefreshBoundaryMesh(UnityEngine.Camera,OVRMixedRealityCaptureConfiguration,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraComposition_RefreshBoundaryMesh_m7364D48B76C83487DC53FD414BA9F8D53797BA39 (OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, RuntimeObject* ___configuration1, float* ___cullingDistance2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float G_B3_0 = 0.0f; { // float depthTolerance = configuration.virtualGreenScreenApplyDepthCulling ? configuration.virtualGreenScreenDepthTolerance : float.PositiveInfinity; RuntimeObject* L_0 = ___configuration1; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(48 /* System.Boolean OVRMixedRealityCaptureConfiguration::get_virtualGreenScreenApplyDepthCulling() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_0); if (L_1) { goto IL_000f; } } { G_B3_0 = (std::numeric_limits::infinity()); goto IL_0015; } IL_000f: { RuntimeObject* L_2 = ___configuration1; NullCheck(L_2); float L_3; L_3 = InterfaceFuncInvoker0< float >::Invoke(50 /* System.Single OVRMixedRealityCaptureConfiguration::get_virtualGreenScreenDepthTolerance() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_2); G_B3_0 = L_3; } IL_0015: { V_0 = G_B3_0; // cullingDistance = OVRCompositionUtil.GetMaximumBoundaryDistance(camera, OVRCompositionUtil.ToBoundaryType(configuration.virtualGreenScreenType)) + depthTolerance; float* L_4 = ___cullingDistance2; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = ___camera0; RuntimeObject* L_6 = ___configuration1; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(42 /* OVRManager/VirtualGreenScreenType OVRMixedRealityCaptureConfiguration::get_virtualGreenScreenType() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_6); int32_t L_8; L_8 = OVRCompositionUtil_ToBoundaryType_mD72DC5FFE751780BE7FC156FFACF671E1D21B4A7(L_7, /*hidden argument*/NULL); float L_9; L_9 = OVRCompositionUtil_GetMaximumBoundaryDistance_m14788B9005C7D3BE8998DE18A93A0BE9CAC58E0E(L_5, L_8, /*hidden argument*/NULL); float L_10 = V_0; *((float*)L_4) = (float)((float)il2cpp_codegen_add((float)L_9, (float)L_10)); // if (boundaryMesh == null || boundaryMeshType != configuration.virtualGreenScreenType || boundaryMeshTopY != configuration.virtualGreenScreenTopY || boundaryMeshBottomY != configuration.virtualGreenScreenBottomY) Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_11 = __this->get_boundaryMesh_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_12; L_12 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_11, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_12) { goto IL_0063; } } { int32_t L_13 = __this->get_boundaryMeshType_11(); RuntimeObject* L_14 = ___configuration1; NullCheck(L_14); int32_t L_15; L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(42 /* OVRManager/VirtualGreenScreenType OVRMixedRealityCaptureConfiguration::get_virtualGreenScreenType() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0063; } } { float L_16 = __this->get_boundaryMeshTopY_9(); RuntimeObject* L_17 = ___configuration1; NullCheck(L_17); float L_18; L_18 = InterfaceFuncInvoker0< float >::Invoke(44 /* System.Single OVRMixedRealityCaptureConfiguration::get_virtualGreenScreenTopY() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_17); if ((!(((float)L_16) == ((float)L_18)))) { goto IL_0063; } } { float L_19 = __this->get_boundaryMeshBottomY_10(); RuntimeObject* L_20 = ___configuration1; NullCheck(L_20); float L_21; L_21 = InterfaceFuncInvoker0< float >::Invoke(46 /* System.Single OVRMixedRealityCaptureConfiguration::get_virtualGreenScreenBottomY() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_20); if ((((float)L_19) == ((float)L_21))) { goto IL_00a9; } } IL_0063: { // boundaryMeshTopY = configuration.virtualGreenScreenTopY; RuntimeObject* L_22 = ___configuration1; NullCheck(L_22); float L_23; L_23 = InterfaceFuncInvoker0< float >::Invoke(44 /* System.Single OVRMixedRealityCaptureConfiguration::get_virtualGreenScreenTopY() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_22); __this->set_boundaryMeshTopY_9(L_23); // boundaryMeshBottomY = configuration.virtualGreenScreenBottomY; RuntimeObject* L_24 = ___configuration1; NullCheck(L_24); float L_25; L_25 = InterfaceFuncInvoker0< float >::Invoke(46 /* System.Single OVRMixedRealityCaptureConfiguration::get_virtualGreenScreenBottomY() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_24); __this->set_boundaryMeshBottomY_10(L_25); // boundaryMesh = OVRCompositionUtil.BuildBoundaryMesh(OVRCompositionUtil.ToBoundaryType(configuration.virtualGreenScreenType), boundaryMeshTopY, boundaryMeshBottomY); RuntimeObject* L_26 = ___configuration1; NullCheck(L_26); int32_t L_27; L_27 = InterfaceFuncInvoker0< int32_t >::Invoke(42 /* OVRManager/VirtualGreenScreenType OVRMixedRealityCaptureConfiguration::get_virtualGreenScreenType() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_26); int32_t L_28; L_28 = OVRCompositionUtil_ToBoundaryType_mD72DC5FFE751780BE7FC156FFACF671E1D21B4A7(L_27, /*hidden argument*/NULL); float L_29 = __this->get_boundaryMeshTopY_9(); float L_30 = __this->get_boundaryMeshBottomY_10(); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_31; L_31 = OVRCompositionUtil_BuildBoundaryMesh_mDF5E42D3823EC4CE6A8A6E68C21DA76965CE8DB8(L_28, L_29, L_30, /*hidden argument*/NULL); __this->set_boundaryMesh_8(L_31); // boundaryMeshType = configuration.virtualGreenScreenType; RuntimeObject* L_32 = ___configuration1; NullCheck(L_32); int32_t L_33; L_33 = InterfaceFuncInvoker0< int32_t >::Invoke(42 /* OVRManager/VirtualGreenScreenType OVRMixedRealityCaptureConfiguration::get_virtualGreenScreenType() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_32); __this->set_boundaryMeshType_11(L_33); } IL_00a9: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Camera OVRCameraRig::get_leftEyeCamera() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * OVRCameraRig_get_leftEyeCamera_m7A434E97F38C4F0C05E788830BC16E1325014D0E (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Camera leftEyeCamera { get { return (usePerEyeCameras) ? _leftEyeCamera : _centerEyeCamera; } } bool L_0 = __this->get_usePerEyeCameras_14(); if (L_0) { goto IL_000f; } } { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = __this->get__centerEyeCamera_27(); return L_1; } IL_000f: { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = __this->get__leftEyeCamera_28(); return L_2; } } // UnityEngine.Camera OVRCameraRig::get_rightEyeCamera() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * OVRCameraRig_get_rightEyeCamera_m153A5A67D68390F26207F77AFF8BF1A2FB851A6C (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Camera rightEyeCamera { get { return (usePerEyeCameras) ? _rightEyeCamera : _centerEyeCamera; } } bool L_0 = __this->get_usePerEyeCameras_14(); if (L_0) { goto IL_000f; } } { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = __this->get__centerEyeCamera_27(); return L_1; } IL_000f: { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = __this->get__rightEyeCamera_29(); return L_2; } } // UnityEngine.Transform OVRCameraRig::get_trackingSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform trackingSpace { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CtrackingSpaceU3Ek__BackingField_4(); return L_0; } } // System.Void OVRCameraRig::set_trackingSpace(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_set_trackingSpace_m280E6F5C8204B44F3A29855B0FAB5B1387E83460 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform trackingSpace { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CtrackingSpaceU3Ek__BackingField_4(L_0); return; } } // UnityEngine.Transform OVRCameraRig::get_leftEyeAnchor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_leftEyeAnchor_m3D02E61092964705F953B7A3DBD7E999D82A4AE6 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform leftEyeAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CleftEyeAnchorU3Ek__BackingField_5(); return L_0; } } // System.Void OVRCameraRig::set_leftEyeAnchor(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_set_leftEyeAnchor_m483A8368E3A547B7DD1F01E07A84A8981B37D842 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform leftEyeAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CleftEyeAnchorU3Ek__BackingField_5(L_0); return; } } // UnityEngine.Transform OVRCameraRig::get_centerEyeAnchor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform centerEyeAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CcenterEyeAnchorU3Ek__BackingField_6(); return L_0; } } // System.Void OVRCameraRig::set_centerEyeAnchor(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_set_centerEyeAnchor_m2CEB7B6D1F51A3B218F0ECDBC29DAC329FE193C9 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform centerEyeAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CcenterEyeAnchorU3Ek__BackingField_6(L_0); return; } } // UnityEngine.Transform OVRCameraRig::get_rightEyeAnchor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_rightEyeAnchor_m7FBA02BA4B447CD4DF5D8DFE4BB15BBF84B53126 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform rightEyeAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CrightEyeAnchorU3Ek__BackingField_7(); return L_0; } } // System.Void OVRCameraRig::set_rightEyeAnchor(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_set_rightEyeAnchor_m8AF8D6CF7B99F1BC41064E0A0EEA5837C7A00685 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform rightEyeAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CrightEyeAnchorU3Ek__BackingField_7(L_0); return; } } // UnityEngine.Transform OVRCameraRig::get_leftHandAnchor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_leftHandAnchor_mB9C405D10FFBC1A7DD25649B9DEDAB3BB7DA80FF (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform leftHandAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CleftHandAnchorU3Ek__BackingField_8(); return L_0; } } // System.Void OVRCameraRig::set_leftHandAnchor(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_set_leftHandAnchor_m1340636E3268A2B878FD8ABD97A18775F137FF8F (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform leftHandAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CleftHandAnchorU3Ek__BackingField_8(L_0); return; } } // UnityEngine.Transform OVRCameraRig::get_rightHandAnchor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_rightHandAnchor_mD8D8EBB2226F7786C5E28A7F914E8E82A026FC9C (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform rightHandAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CrightHandAnchorU3Ek__BackingField_9(); return L_0; } } // System.Void OVRCameraRig::set_rightHandAnchor(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_set_rightHandAnchor_mE0C44572443ABD3F9F5D37D45CD3AF4B3A95D93B (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform rightHandAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CrightHandAnchorU3Ek__BackingField_9(L_0); return; } } // UnityEngine.Transform OVRCameraRig::get_leftControllerAnchor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_leftControllerAnchor_m73E4091BDC9CD229E8C27899E1162F2A3D9DDDB6 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform leftControllerAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CleftControllerAnchorU3Ek__BackingField_10(); return L_0; } } // System.Void OVRCameraRig::set_leftControllerAnchor(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_set_leftControllerAnchor_mA55F59FB89BCDA448ADCF6ADEEEE4CA57A6F8127 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform leftControllerAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CleftControllerAnchorU3Ek__BackingField_10(L_0); return; } } // UnityEngine.Transform OVRCameraRig::get_rightControllerAnchor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_rightControllerAnchor_m3ED5D132ECE653EC899FFE526C314D87089C187B (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform rightControllerAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CrightControllerAnchorU3Ek__BackingField_11(); return L_0; } } // System.Void OVRCameraRig::set_rightControllerAnchor(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_set_rightControllerAnchor_mF7E02B821B998E527DA83DE9209DE8CE801EACA7 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform rightControllerAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CrightControllerAnchorU3Ek__BackingField_11(L_0); return; } } // UnityEngine.Transform OVRCameraRig::get_trackerAnchor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_trackerAnchor_m4E9E9F05EC727D9C0B15D7B5D923825FAD555A36 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform trackerAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CtrackerAnchorU3Ek__BackingField_12(); return L_0; } } // System.Void OVRCameraRig::set_trackerAnchor(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_set_trackerAnchor_mA41376C9AFF670B5FACF9E813F56D26C0749127A (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform trackerAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CtrackerAnchorU3Ek__BackingField_12(L_0); return; } } // System.Void OVRCameraRig::add_UpdatedAnchors(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_add_UpdatedAnchors_mDD9603295152D271F7549C613ECCBBDA3B3F60CC (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * V_0 = NULL; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * V_1 = NULL; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * V_2 = NULL; { Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_0 = __this->get_UpdatedAnchors_13(); V_0 = L_0; } IL_0007: { Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_1 = V_0; V_1 = L_1; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_2 = V_1; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_mD9F4B83868AFAD9BF9F7DC4E3974B8C881092B31(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C *)CastclassSealed((RuntimeObject*)L_4, Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C_il2cpp_TypeInfo_var)); Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C ** L_5 = __this->get_address_of_UpdatedAnchors_13(); Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_6 = V_2; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_7 = V_1; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_8; L_8 = InterlockedCompareExchangeImpl((Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C **)L_5, L_6, L_7); V_0 = L_8; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_9 = V_0; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C *)L_9) == ((RuntimeObject*)(Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C *)L_10)))) { goto IL_0007; } } { return; } } // System.Void OVRCameraRig::remove_UpdatedAnchors(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_remove_UpdatedAnchors_mC6A8609DFA61439AD42ED12ED79221479C47AF54 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * V_0 = NULL; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * V_1 = NULL; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * V_2 = NULL; { Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_0 = __this->get_UpdatedAnchors_13(); V_0 = L_0; } IL_0007: { Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_1 = V_0; V_1 = L_1; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_2 = V_1; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_mD84132DA8A72A81B1CDC5620B52E0E043D7FF0BF(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C *)CastclassSealed((RuntimeObject*)L_4, Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C_il2cpp_TypeInfo_var)); Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C ** L_5 = __this->get_address_of_UpdatedAnchors_13(); Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_6 = V_2; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_7 = V_1; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_8; L_8 = InterlockedCompareExchangeImpl((Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C **)L_5, L_6, L_7); V_0 = L_8; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_9 = V_0; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C *)L_9) == ((RuntimeObject*)(Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C *)L_10)))) { goto IL_0007; } } { return; } } // System.Void OVRCameraRig::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_Awake_mB37C89581FFD6B32EEEFD3886A8B079B6E20A3A9 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // _skipUpdate = true; __this->set__skipUpdate_17((bool)1); // EnsureGameObjectIntegrity(); VirtActionInvoker0::Invoke(12 /* System.Void OVRCameraRig::EnsureGameObjectIntegrity() */, __this); // } return; } } // System.Void OVRCameraRig::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_Start_mDB1BE5FA56C14DF244B10AC0F4DDF83C39078389 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // UpdateAnchors(true, true); VirtActionInvoker2< bool, bool >::Invoke(9 /* System.Void OVRCameraRig::UpdateAnchors(System.Boolean,System.Boolean) */, __this, (bool)1, (bool)1); // Application.onBeforeRender += OnBeforeRenderCallback; UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_0 = (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 *)il2cpp_codegen_object_new(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA(L_0, __this, (intptr_t)((intptr_t)GetVirtualMethodInfo(__this, 10)), /*hidden argument*/NULL); Application_add_onBeforeRender_m1324FCAC06439BC14CFCE062C6BEFB76C7501228(L_0, /*hidden argument*/NULL); // } return; } } // System.Void OVRCameraRig::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_FixedUpdate_mE65E3C4DAE19FE56E487829AA842994EC8E886AA (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // if (useFixedUpdateForTracking) bool L_0 = __this->get_useFixedUpdateForTracking_15(); if (!L_0) { goto IL_0010; } } { // UpdateAnchors(true, true); VirtActionInvoker2< bool, bool >::Invoke(9 /* System.Void OVRCameraRig::UpdateAnchors(System.Boolean,System.Boolean) */, __this, (bool)1, (bool)1); } IL_0010: { // } return; } } // System.Void OVRCameraRig::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_Update_m2905370BAA2AC757DF7E4F60457DC084579C8436 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // _skipUpdate = false; __this->set__skipUpdate_17((bool)0); // if (!useFixedUpdateForTracking) bool L_0 = __this->get_useFixedUpdateForTracking_15(); if (L_0) { goto IL_0017; } } { // UpdateAnchors(true, true); VirtActionInvoker2< bool, bool >::Invoke(9 /* System.Void OVRCameraRig::UpdateAnchors(System.Boolean,System.Boolean) */, __this, (bool)1, (bool)1); } IL_0017: { // } return; } } // System.Void OVRCameraRig::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_OnDestroy_m113BAE912936A86AEEBCBF09600F4B631A7C14E9 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Application.onBeforeRender -= OnBeforeRenderCallback; UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_0 = (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 *)il2cpp_codegen_object_new(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA(L_0, __this, (intptr_t)((intptr_t)GetVirtualMethodInfo(__this, 10)), /*hidden argument*/NULL); Application_remove_onBeforeRender_mD2FFDA214D242F524EFF15932A7334F1F0D526D0(L_0, /*hidden argument*/NULL); // } return; } } // System.Void OVRCameraRig::UpdateAnchors(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_UpdateAnchors_m5205E978979981732F1ADB4297C8F30BA4C9998D (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, bool ___updateEyeAnchors0, bool ___updateHandAnchors1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_2; memset((&V_2), 0, sizeof(V_2)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_3; memset((&V_3), 0, sizeof(V_3)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_5; memset((&V_5), 0, sizeof(V_5)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_6; memset((&V_6), 0, sizeof(V_6)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_7; memset((&V_7), 0, sizeof(V_7)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_8; memset((&V_8), 0, sizeof(V_8)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_9; memset((&V_9), 0, sizeof(V_9)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_10; memset((&V_10), 0, sizeof(V_10)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_11; memset((&V_11), 0, sizeof(V_11)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_12; memset((&V_12), 0, sizeof(V_12)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_13; memset((&V_13), 0, sizeof(V_13)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_14; memset((&V_14), 0, sizeof(V_14)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_15; memset((&V_15), 0, sizeof(V_15)); XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 * V_16 = NULL; { // if (!OVRManager.OVRManagerinitialized) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); bool L_0 = ((OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields*)il2cpp_codegen_static_fields_for(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var))->get_OVRManagerinitialized_105(); if (L_0) { goto IL_0008; } } { // return; return; } IL_0008: { // EnsureGameObjectIntegrity(); VirtActionInvoker0::Invoke(12 /* System.Void OVRCameraRig::EnsureGameObjectIntegrity() */, __this); // if (!Application.isPlaying) bool L_1; L_1 = Application_get_isPlaying_m0388B541E40404CBB82D6AEB224A29053A0BC58C(/*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { // return; return; } IL_0016: { // if (_skipUpdate) bool L_2 = __this->get__skipUpdate_17(); if (!L_2) { goto IL_0052; } } { // centerEyeAnchor.FromOVRPose(OVRPose.identity, true); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_4; L_4 = OVRPose_get_identity_m83D5FF8BECB3B2D548DC37255C0B3CF7EE0CEB10(/*hidden argument*/NULL); OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_3, L_4, (bool)1, /*hidden argument*/NULL); // leftEyeAnchor.FromOVRPose(OVRPose.identity, true); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = OVRCameraRig_get_leftEyeAnchor_m3D02E61092964705F953B7A3DBD7E999D82A4AE6_inline(__this, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_6; L_6 = OVRPose_get_identity_m83D5FF8BECB3B2D548DC37255C0B3CF7EE0CEB10(/*hidden argument*/NULL); OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_5, L_6, (bool)1, /*hidden argument*/NULL); // rightEyeAnchor.FromOVRPose(OVRPose.identity, true); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = OVRCameraRig_get_rightEyeAnchor_m7FBA02BA4B447CD4DF5D8DFE4BB15BBF84B53126_inline(__this, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_8; L_8 = OVRPose_get_identity_m83D5FF8BECB3B2D548DC37255C0B3CF7EE0CEB10(/*hidden argument*/NULL); OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_7, L_8, (bool)1, /*hidden argument*/NULL); // return; return; } IL_0052: { // bool monoscopic = OVRManager.instance.monoscopic; IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_9; L_9 = OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline(/*hidden argument*/NULL); NullCheck(L_9); bool L_10; L_10 = OVRManager_get_monoscopic_m21B53C4E4CB41436C848750CFC09DE20974D78E9(L_9, /*hidden argument*/NULL); V_0 = L_10; // bool hmdPresent = OVRNodeStateProperties.IsHmdPresent(); IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_11; L_11 = OVRNodeStateProperties_IsHmdPresent_m2DC05ECFF4756113370FBCC3CF1FA5188E4CE811(/*hidden argument*/NULL); V_1 = L_11; // OVRPose tracker = OVRManager.tracker.GetPose(); OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A * L_12; L_12 = OVRManager_get_tracker_mF7CFCC84A8F1BF5EA00A47C484DDFAE7470497D5_inline(/*hidden argument*/NULL); NullCheck(L_12); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_13; L_13 = OVRTracker_GetPose_m64548BEAB8A7C97300D6E695AD9FD7FDC4C5F445(L_12, 0, /*hidden argument*/NULL); V_2 = L_13; // trackerAnchor.localRotation = tracker.orientation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = OVRCameraRig_get_trackerAnchor_m4E9E9F05EC727D9C0B15D7B5D923825FAD555A36_inline(__this, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_15 = V_2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_16 = L_15.get_orientation_1(); NullCheck(L_14); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_14, L_16, /*hidden argument*/NULL); // Quaternion emulatedRotation = Quaternion.Euler(-OVRManager.instance.headPoseRelativeOffsetRotation.x, -OVRManager.instance.headPoseRelativeOffsetRotation.y, OVRManager.instance.headPoseRelativeOffsetRotation.z); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_17; L_17 = OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline(/*hidden argument*/NULL); NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = OVRManager_get_headPoseRelativeOffsetRotation_m434986E445FD3920DE848C79B9CBBD022756CBD6_inline(L_17, /*hidden argument*/NULL); float L_19 = L_18.get_x_2(); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_20; L_20 = OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline(/*hidden argument*/NULL); NullCheck(L_20); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = OVRManager_get_headPoseRelativeOffsetRotation_m434986E445FD3920DE848C79B9CBBD022756CBD6_inline(L_20, /*hidden argument*/NULL); float L_22 = L_21.get_y_3(); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_23; L_23 = OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline(/*hidden argument*/NULL); NullCheck(L_23); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = OVRManager_get_headPoseRelativeOffsetRotation_m434986E445FD3920DE848C79B9CBBD022756CBD6_inline(L_23, /*hidden argument*/NULL); float L_25 = L_24.get_z_4(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_26; L_26 = Quaternion_Euler_mD694BA6F38A792C3D728A8BBAFF13000F5F3B64A(((-L_19)), ((-L_22)), L_25, /*hidden argument*/NULL); V_3 = L_26; // if (updateEyeAnchors) bool L_27 = ___updateEyeAnchors0; if (!L_27) { goto IL_020c; } } { // if (hmdPresent) bool L_28 = V_1; if (!L_28) { goto IL_0102; } } { // Vector3 centerEyePosition = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); V_4 = L_29; // Quaternion centerEyeRotation = Quaternion.identity; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_30; L_30 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); V_5 = L_30; // if (OVRNodeStateProperties.GetNodeStatePropertyVector3(Node.CenterEye, NodeStatePropertyType.Position, OVRPlugin.Node.EyeCenter, OVRPlugin.Step.Render, out centerEyePosition)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_31; L_31 = OVRNodeStateProperties_GetNodeStatePropertyVector3_m74280B4071738FAD2D376C9E9CB4F9EBE301FB49(2, 4, 2, (-1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_4), /*hidden argument*/NULL); if (!L_31) { goto IL_00e6; } } { // centerEyeAnchor.localPosition = centerEyePosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_32; L_32 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33 = V_4; NullCheck(L_32); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_32, L_33, /*hidden argument*/NULL); } IL_00e6: { // if (OVRNodeStateProperties.GetNodeStatePropertyQuaternion(Node.CenterEye, NodeStatePropertyType.Orientation, OVRPlugin.Node.EyeCenter, OVRPlugin.Step.Render, out centerEyeRotation)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_34; L_34 = OVRNodeStateProperties_GetNodeStatePropertyQuaternion_m98EE953D915E7DB9A689D88B407E570840FE030D(2, 5, 2, (-1), (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_5), /*hidden argument*/NULL); if (!L_34) { goto IL_0123; } } { // centerEyeAnchor.localRotation = centerEyeRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_35; L_35 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_36 = V_5; NullCheck(L_35); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_35, L_36, /*hidden argument*/NULL); // } goto IL_0123; } IL_0102: { // centerEyeAnchor.localRotation = emulatedRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_37; L_37 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_38 = V_3; NullCheck(L_37); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_37, L_38, /*hidden argument*/NULL); // centerEyeAnchor.localPosition = OVRManager.instance.headPoseRelativeOffsetTranslation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_39; L_39 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_40; L_40 = OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline(/*hidden argument*/NULL); NullCheck(L_40); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; L_41 = OVRManager_get_headPoseRelativeOffsetTranslation_m62A1F6AEC989F39A84A13E19A3BD607E9D1B7627_inline(L_40, /*hidden argument*/NULL); NullCheck(L_39); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_39, L_41, /*hidden argument*/NULL); } IL_0123: { // if (!hmdPresent || monoscopic) bool L_42 = V_1; bool L_43 = V_0; if (!((int32_t)((int32_t)((((int32_t)L_42) == ((int32_t)0))? 1 : 0)|(int32_t)L_43))) { goto IL_0188; } } { // leftEyeAnchor.localPosition = centerEyeAnchor.localPosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_44; L_44 = OVRCameraRig_get_leftEyeAnchor_m3D02E61092964705F953B7A3DBD7E999D82A4AE6_inline(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_45; L_45 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); NullCheck(L_45); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46; L_46 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_45, /*hidden argument*/NULL); NullCheck(L_44); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_44, L_46, /*hidden argument*/NULL); // rightEyeAnchor.localPosition = centerEyeAnchor.localPosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_47; L_47 = OVRCameraRig_get_rightEyeAnchor_m7FBA02BA4B447CD4DF5D8DFE4BB15BBF84B53126_inline(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_48; L_48 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); NullCheck(L_48); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_49; L_49 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_48, /*hidden argument*/NULL); NullCheck(L_47); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_47, L_49, /*hidden argument*/NULL); // leftEyeAnchor.localRotation = centerEyeAnchor.localRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_50; L_50 = OVRCameraRig_get_leftEyeAnchor_m3D02E61092964705F953B7A3DBD7E999D82A4AE6_inline(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_51; L_51 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); NullCheck(L_51); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_52; L_52 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_51, /*hidden argument*/NULL); NullCheck(L_50); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_50, L_52, /*hidden argument*/NULL); // rightEyeAnchor.localRotation = centerEyeAnchor.localRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_53; L_53 = OVRCameraRig_get_rightEyeAnchor_m7FBA02BA4B447CD4DF5D8DFE4BB15BBF84B53126_inline(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_54; L_54 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); NullCheck(L_54); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_55; L_55 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_54, /*hidden argument*/NULL); NullCheck(L_53); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_53, L_55, /*hidden argument*/NULL); // } goto IL_020c; } IL_0188: { // Vector3 leftEyePosition = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_56; L_56 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); V_6 = L_56; // Vector3 rightEyePosition = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_57; L_57 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); V_7 = L_57; // Quaternion leftEyeRotation = Quaternion.identity; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_58; L_58 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); V_8 = L_58; // Quaternion rightEyeRotation = Quaternion.identity; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_59; L_59 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); V_9 = L_59; // if (OVRNodeStateProperties.GetNodeStatePropertyVector3(Node.LeftEye, NodeStatePropertyType.Position, OVRPlugin.Node.EyeLeft, OVRPlugin.Step.Render, out leftEyePosition)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_60; L_60 = OVRNodeStateProperties_GetNodeStatePropertyVector3_m74280B4071738FAD2D376C9E9CB4F9EBE301FB49(0, 4, 0, (-1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_6), /*hidden argument*/NULL); if (!L_60) { goto IL_01be; } } { // leftEyeAnchor.localPosition = leftEyePosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_61; L_61 = OVRCameraRig_get_leftEyeAnchor_m3D02E61092964705F953B7A3DBD7E999D82A4AE6_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_62 = V_6; NullCheck(L_61); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_61, L_62, /*hidden argument*/NULL); } IL_01be: { // if (OVRNodeStateProperties.GetNodeStatePropertyVector3(Node.RightEye, NodeStatePropertyType.Position, OVRPlugin.Node.EyeRight, OVRPlugin.Step.Render, out rightEyePosition)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_63; L_63 = OVRNodeStateProperties_GetNodeStatePropertyVector3_m74280B4071738FAD2D376C9E9CB4F9EBE301FB49(1, 4, 1, (-1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_7), /*hidden argument*/NULL); if (!L_63) { goto IL_01d8; } } { // rightEyeAnchor.localPosition = rightEyePosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_64; L_64 = OVRCameraRig_get_rightEyeAnchor_m7FBA02BA4B447CD4DF5D8DFE4BB15BBF84B53126_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_65 = V_7; NullCheck(L_64); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_64, L_65, /*hidden argument*/NULL); } IL_01d8: { // if (OVRNodeStateProperties.GetNodeStatePropertyQuaternion(Node.LeftEye, NodeStatePropertyType.Orientation, OVRPlugin.Node.EyeLeft, OVRPlugin.Step.Render, out leftEyeRotation)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_66; L_66 = OVRNodeStateProperties_GetNodeStatePropertyQuaternion_m98EE953D915E7DB9A689D88B407E570840FE030D(0, 5, 0, (-1), (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_8), /*hidden argument*/NULL); if (!L_66) { goto IL_01f2; } } { // leftEyeAnchor.localRotation = leftEyeRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_67; L_67 = OVRCameraRig_get_leftEyeAnchor_m3D02E61092964705F953B7A3DBD7E999D82A4AE6_inline(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_68 = V_8; NullCheck(L_67); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_67, L_68, /*hidden argument*/NULL); } IL_01f2: { // if (OVRNodeStateProperties.GetNodeStatePropertyQuaternion(Node.RightEye, NodeStatePropertyType.Orientation, OVRPlugin.Node.EyeRight, OVRPlugin.Step.Render, out rightEyeRotation)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_69; L_69 = OVRNodeStateProperties_GetNodeStatePropertyQuaternion_m98EE953D915E7DB9A689D88B407E570840FE030D(1, 5, 1, (-1), (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_9), /*hidden argument*/NULL); if (!L_69) { goto IL_020c; } } { // rightEyeAnchor.localRotation = rightEyeRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_70; L_70 = OVRCameraRig_get_rightEyeAnchor_m7FBA02BA4B447CD4DF5D8DFE4BB15BBF84B53126_inline(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_71 = V_9; NullCheck(L_70); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_70, L_71, /*hidden argument*/NULL); } IL_020c: { // if (updateHandAnchors) bool L_72 = ___updateHandAnchors1; if (!L_72) { goto IL_03da; } } { // if (OVRManager.loadedXRDevice == OVRManager.XRDevice.OpenVR) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); int32_t L_73 = ((OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields*)il2cpp_codegen_static_fields_for(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var))->get_loadedXRDevice_78(); if ((!(((uint32_t)L_73) == ((uint32_t)2)))) { goto IL_02a3; } } { // Vector3 leftPos = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_74; L_74 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); V_12 = L_74; // Vector3 rightPos = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_75; L_75 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); V_13 = L_75; // Quaternion leftQuat = Quaternion.identity; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_76; L_76 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); V_14 = L_76; // Quaternion rightQuat = Quaternion.identity; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_77; L_77 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); V_15 = L_77; // if (OVRNodeStateProperties.GetNodeStatePropertyVector3(Node.LeftHand, NodeStatePropertyType.Position, OVRPlugin.Node.HandLeft, OVRPlugin.Step.Render, out leftPos)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_78; L_78 = OVRNodeStateProperties_GetNodeStatePropertyVector3_m74280B4071738FAD2D376C9E9CB4F9EBE301FB49(4, 4, 3, (-1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_12), /*hidden argument*/NULL); if (!L_78) { goto IL_0253; } } { // leftHandAnchor.localPosition = leftPos; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_79; L_79 = OVRCameraRig_get_leftHandAnchor_mB9C405D10FFBC1A7DD25649B9DEDAB3BB7DA80FF_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_80 = V_12; NullCheck(L_79); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_79, L_80, /*hidden argument*/NULL); } IL_0253: { // if (OVRNodeStateProperties.GetNodeStatePropertyVector3(Node.RightHand, NodeStatePropertyType.Position, OVRPlugin.Node.HandRight, OVRPlugin.Step.Render, out rightPos)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_81; L_81 = OVRNodeStateProperties_GetNodeStatePropertyVector3_m74280B4071738FAD2D376C9E9CB4F9EBE301FB49(5, 4, 4, (-1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_13), /*hidden argument*/NULL); if (!L_81) { goto IL_026d; } } { // rightHandAnchor.localPosition = rightPos; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_82; L_82 = OVRCameraRig_get_rightHandAnchor_mD8D8EBB2226F7786C5E28A7F914E8E82A026FC9C_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_83 = V_13; NullCheck(L_82); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_82, L_83, /*hidden argument*/NULL); } IL_026d: { // if (OVRNodeStateProperties.GetNodeStatePropertyQuaternion(Node.LeftHand, NodeStatePropertyType.Orientation, OVRPlugin.Node.HandLeft, OVRPlugin.Step.Render, out leftQuat)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_84; L_84 = OVRNodeStateProperties_GetNodeStatePropertyQuaternion_m98EE953D915E7DB9A689D88B407E570840FE030D(4, 5, 3, (-1), (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_14), /*hidden argument*/NULL); if (!L_84) { goto IL_0287; } } { // leftHandAnchor.localRotation = leftQuat; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_85; L_85 = OVRCameraRig_get_leftHandAnchor_mB9C405D10FFBC1A7DD25649B9DEDAB3BB7DA80FF_inline(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_86 = V_14; NullCheck(L_85); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_85, L_86, /*hidden argument*/NULL); } IL_0287: { // if (OVRNodeStateProperties.GetNodeStatePropertyQuaternion(Node.RightHand, NodeStatePropertyType.Orientation, OVRPlugin.Node.HandRight, OVRPlugin.Step.Render, out rightQuat)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_87; L_87 = OVRNodeStateProperties_GetNodeStatePropertyQuaternion_m98EE953D915E7DB9A689D88B407E570840FE030D(5, 5, 4, (-1), (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_15), /*hidden argument*/NULL); if (!L_87) { goto IL_02e7; } } { // rightHandAnchor.localRotation = rightQuat; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_88; L_88 = OVRCameraRig_get_rightHandAnchor_mD8D8EBB2226F7786C5E28A7F914E8E82A026FC9C_inline(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_89 = V_15; NullCheck(L_88); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_88, L_89, /*hidden argument*/NULL); // } goto IL_02e7; } IL_02a3: { // leftHandAnchor.localPosition = OVRInput.GetLocalControllerPosition(OVRInput.Controller.LTouch); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_90; L_90 = OVRCameraRig_get_leftHandAnchor_mB9C405D10FFBC1A7DD25649B9DEDAB3BB7DA80FF_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_91; L_91 = OVRInput_GetLocalControllerPosition_mC993A57FF4792AC91F94639C8D867B2EC8E8B859(1, /*hidden argument*/NULL); NullCheck(L_90); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_90, L_91, /*hidden argument*/NULL); // rightHandAnchor.localPosition = OVRInput.GetLocalControllerPosition(OVRInput.Controller.RTouch); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_92; L_92 = OVRCameraRig_get_rightHandAnchor_mD8D8EBB2226F7786C5E28A7F914E8E82A026FC9C_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_93; L_93 = OVRInput_GetLocalControllerPosition_mC993A57FF4792AC91F94639C8D867B2EC8E8B859(2, /*hidden argument*/NULL); NullCheck(L_92); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_92, L_93, /*hidden argument*/NULL); // leftHandAnchor.localRotation = OVRInput.GetLocalControllerRotation(OVRInput.Controller.LTouch); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_94; L_94 = OVRCameraRig_get_leftHandAnchor_mB9C405D10FFBC1A7DD25649B9DEDAB3BB7DA80FF_inline(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_95; L_95 = OVRInput_GetLocalControllerRotation_m590D6D7EB560F88FEFD2D634D463AC75F110FD4B(1, /*hidden argument*/NULL); NullCheck(L_94); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_94, L_95, /*hidden argument*/NULL); // rightHandAnchor.localRotation = OVRInput.GetLocalControllerRotation(OVRInput.Controller.RTouch); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_96; L_96 = OVRCameraRig_get_rightHandAnchor_mD8D8EBB2226F7786C5E28A7F914E8E82A026FC9C_inline(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_97; L_97 = OVRInput_GetLocalControllerRotation_m590D6D7EB560F88FEFD2D634D463AC75F110FD4B(2, /*hidden argument*/NULL); NullCheck(L_96); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_96, L_97, /*hidden argument*/NULL); } IL_02e7: { // trackerAnchor.localPosition = tracker.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_98; L_98 = OVRCameraRig_get_trackerAnchor_m4E9E9F05EC727D9C0B15D7B5D923825FAD555A36_inline(__this, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_99 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_100 = L_99.get_position_0(); NullCheck(L_98); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_98, L_100, /*hidden argument*/NULL); // OVRPose leftOffsetPose = OVRPose.identity; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_101; L_101 = OVRPose_get_identity_m83D5FF8BECB3B2D548DC37255C0B3CF7EE0CEB10(/*hidden argument*/NULL); V_10 = L_101; // OVRPose rightOffsetPose = OVRPose.identity; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_102; L_102 = OVRPose_get_identity_m83D5FF8BECB3B2D548DC37255C0B3CF7EE0CEB10(/*hidden argument*/NULL); V_11 = L_102; // if (OVRManager.loadedXRDevice == OVRManager.XRDevice.OpenVR) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); int32_t L_103 = ((OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields*)il2cpp_codegen_static_fields_for(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var))->get_loadedXRDevice_78(); if ((!(((uint32_t)L_103) == ((uint32_t)2)))) { goto IL_0392; } } { // leftOffsetPose = OVRManager.GetOpenVRControllerOffset(Node.LeftHand); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_104; L_104 = OVRManager_GetOpenVRControllerOffset_mAD6DA38C2A115E1DF3BEF6DC4099B754872E58A5(4, /*hidden argument*/NULL); V_10 = L_104; // rightOffsetPose = OVRManager.GetOpenVRControllerOffset(Node.RightHand); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_105; L_105 = OVRManager_GetOpenVRControllerOffset_mAD6DA38C2A115E1DF3BEF6DC4099B754872E58A5(5, /*hidden argument*/NULL); V_11 = L_105; // OVRManager.SetOpenVRLocalPose(trackingSpace.InverseTransformPoint(leftControllerAnchor.position), // trackingSpace.InverseTransformPoint(rightControllerAnchor.position), // Quaternion.Inverse(trackingSpace.rotation) * leftControllerAnchor.rotation, // Quaternion.Inverse(trackingSpace.rotation) * rightControllerAnchor.rotation); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_106; L_106 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_107; L_107 = OVRCameraRig_get_leftControllerAnchor_m73E4091BDC9CD229E8C27899E1162F2A3D9DDDB6_inline(__this, /*hidden argument*/NULL); NullCheck(L_107); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_108; L_108 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_107, /*hidden argument*/NULL); NullCheck(L_106); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_109; L_109 = Transform_InverseTransformPoint_m476ABC8F3F14824D7D82FE2C54CEE5A151A669B8(L_106, L_108, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_110; L_110 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_111; L_111 = OVRCameraRig_get_rightControllerAnchor_m3ED5D132ECE653EC899FFE526C314D87089C187B_inline(__this, /*hidden argument*/NULL); NullCheck(L_111); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_112; L_112 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_111, /*hidden argument*/NULL); NullCheck(L_110); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_113; L_113 = Transform_InverseTransformPoint_m476ABC8F3F14824D7D82FE2C54CEE5A151A669B8(L_110, L_112, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_114; L_114 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(__this, /*hidden argument*/NULL); NullCheck(L_114); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_115; L_115 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_114, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_116; L_116 = Quaternion_Inverse_m793B370E0D0CE365B2ED99D9DB85867E0ADED307(L_115, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_117; L_117 = OVRCameraRig_get_leftControllerAnchor_m73E4091BDC9CD229E8C27899E1162F2A3D9DDDB6_inline(__this, /*hidden argument*/NULL); NullCheck(L_117); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_118; L_118 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_117, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_119; L_119 = Quaternion_op_Multiply_mA5FD288B815D9C1B59C7B26AA1942A85ACE94153(L_116, L_118, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_120; L_120 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(__this, /*hidden argument*/NULL); NullCheck(L_120); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_121; L_121 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_120, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_122; L_122 = Quaternion_Inverse_m793B370E0D0CE365B2ED99D9DB85867E0ADED307(L_121, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_123; L_123 = OVRCameraRig_get_rightControllerAnchor_m3ED5D132ECE653EC899FFE526C314D87089C187B_inline(__this, /*hidden argument*/NULL); NullCheck(L_123); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_124; L_124 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_123, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_125; L_125 = Quaternion_op_Multiply_mA5FD288B815D9C1B59C7B26AA1942A85ACE94153(L_122, L_124, /*hidden argument*/NULL); OVRManager_SetOpenVRLocalPose_m4E0E36988016E821ED9B0DF0DE356BC01B08D6F2(L_109, L_113, L_119, L_125, /*hidden argument*/NULL); } IL_0392: { // rightControllerAnchor.localPosition = rightOffsetPose.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_126; L_126 = OVRCameraRig_get_rightControllerAnchor_m3ED5D132ECE653EC899FFE526C314D87089C187B_inline(__this, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_127 = V_11; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_128 = L_127.get_position_0(); NullCheck(L_126); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_126, L_128, /*hidden argument*/NULL); // rightControllerAnchor.localRotation = rightOffsetPose.orientation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_129; L_129 = OVRCameraRig_get_rightControllerAnchor_m3ED5D132ECE653EC899FFE526C314D87089C187B_inline(__this, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_130 = V_11; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_131 = L_130.get_orientation_1(); NullCheck(L_129); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_129, L_131, /*hidden argument*/NULL); // leftControllerAnchor.localPosition = leftOffsetPose.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_132; L_132 = OVRCameraRig_get_leftControllerAnchor_m73E4091BDC9CD229E8C27899E1162F2A3D9DDDB6_inline(__this, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_133 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_134 = L_133.get_position_0(); NullCheck(L_132); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_132, L_134, /*hidden argument*/NULL); // leftControllerAnchor.localRotation = leftOffsetPose.orientation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_135; L_135 = OVRCameraRig_get_leftControllerAnchor_m73E4091BDC9CD229E8C27899E1162F2A3D9DDDB6_inline(__this, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_136 = V_10; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_137 = L_136.get_orientation_1(); NullCheck(L_135); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_135, L_137, /*hidden argument*/NULL); } IL_03da: { // if (OVRManager.instance.LateLatching) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_138; L_138 = OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline(/*hidden argument*/NULL); NullCheck(L_138); bool L_139 = L_138->get_LateLatching_93(); if (!L_139) { goto IL_0420; } } { // XRDisplaySubsystem displaySubsystem = OVRManager.GetCurrentDisplaySubsystem(); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 * L_140; L_140 = OVRManager_GetCurrentDisplaySubsystem_mBCB8D697AD6DE426518012F5E341A87E0B86513C(/*hidden argument*/NULL); V_16 = L_140; // if (displaySubsystem != null) XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 * L_141 = V_16; if (!L_141) { goto IL_0420; } } { // displaySubsystem.MarkTransformLateLatched(centerEyeAnchor.transform, XRDisplaySubsystem.LateLatchNode.Head); XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 * L_142 = V_16; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_143; L_143 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); NullCheck(L_143); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_144; L_144 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_143, /*hidden argument*/NULL); NullCheck(L_142); XRDisplaySubsystem_MarkTransformLateLatched_m12974AB9785A84AE4C9D2ED41233F202F3BF8485(L_142, L_144, 0, /*hidden argument*/NULL); // displaySubsystem.MarkTransformLateLatched(leftHandAnchor, XRDisplaySubsystem.LateLatchNode.LeftHand); XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 * L_145 = V_16; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_146; L_146 = OVRCameraRig_get_leftHandAnchor_mB9C405D10FFBC1A7DD25649B9DEDAB3BB7DA80FF_inline(__this, /*hidden argument*/NULL); NullCheck(L_145); XRDisplaySubsystem_MarkTransformLateLatched_m12974AB9785A84AE4C9D2ED41233F202F3BF8485(L_145, L_146, 1, /*hidden argument*/NULL); // displaySubsystem.MarkTransformLateLatched(rightHandAnchor, XRDisplaySubsystem.LateLatchNode.RightHand); XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 * L_147 = V_16; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_148; L_148 = OVRCameraRig_get_rightHandAnchor_mD8D8EBB2226F7786C5E28A7F914E8E82A026FC9C_inline(__this, /*hidden argument*/NULL); NullCheck(L_147); XRDisplaySubsystem_MarkTransformLateLatched_m12974AB9785A84AE4C9D2ED41233F202F3BF8485(L_147, L_148, 2, /*hidden argument*/NULL); } IL_0420: { // RaiseUpdatedAnchorsEvent(); VirtActionInvoker0::Invoke(11 /* System.Void OVRCameraRig::RaiseUpdatedAnchorsEvent() */, __this); // } return; } } // System.Void OVRCameraRig::OnBeforeRenderCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_OnBeforeRenderCallback_m6E207F3416BB6ED1D6F411696AD52806DD02E0A1 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { // if (OVRManager.loadedXRDevice == OVRManager.XRDevice.Oculus) //Restrict late-update to only Oculus devices IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); int32_t L_0 = ((OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields*)il2cpp_codegen_static_fields_for(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var))->get_loadedXRDevice_78(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_001b; } } { // bool controllersNeedUpdate = OVRManager.instance.LateControllerUpdate; IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_1; L_1 = OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline(/*hidden argument*/NULL); NullCheck(L_1); bool L_2 = L_1->get_LateControllerUpdate_92(); V_0 = L_2; // UpdateAnchors(true, controllersNeedUpdate); bool L_3 = V_0; VirtActionInvoker2< bool, bool >::Invoke(9 /* System.Void OVRCameraRig::UpdateAnchors(System.Boolean,System.Boolean) */, __this, (bool)1, L_3); } IL_001b: { // } return; } } // System.Void OVRCameraRig::RaiseUpdatedAnchorsEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_RaiseUpdatedAnchorsEvent_m99C4DA1BA1952FBD580A80FA9FA3063459983039 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m970BD0B00BD2EE0EC2EA6986BF52AC58BFA06F16_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (UpdatedAnchors != null) Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_0 = __this->get_UpdatedAnchors_13(); if (!L_0) { goto IL_0014; } } { // UpdatedAnchors(this); Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_1 = __this->get_UpdatedAnchors_13(); NullCheck(L_1); Action_1_Invoke_m970BD0B00BD2EE0EC2EA6986BF52AC58BFA06F16(L_1, __this, /*hidden argument*/Action_1_Invoke_m970BD0B00BD2EE0EC2EA6986BF52AC58BFA06F16_RuntimeMethod_var); } IL_0014: { // } return; } } // System.Void OVRCameraRig::EnsureGameObjectIntegrity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig_EnsureGameObjectIntegrity_m01BD9A30C926014BB805D312B2BCA99762EF6831 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE17146EF5B0D8E9F9D2D2D94567BF211AD00D320_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m30A12D305C7F27946BFB6D84B7C754E899E1562C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE302AA9BECF9F1CB69CF2A3E5B33E0716BEA97F6); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B3_0 = 0; bool G_B45_0 = false; bool G_B42_0 = false; bool G_B44_0 = false; bool G_B43_0 = false; int32_t G_B46_0 = 0; bool G_B46_1 = false; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * G_B52_0 = NULL; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * G_B49_0 = NULL; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * G_B51_0 = NULL; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * G_B50_0 = NULL; int32_t G_B53_0 = 0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * G_B53_1 = NULL; { // bool monoscopic = OVRManager.instance != null ? OVRManager.instance.monoscopic : false; IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_0; L_0 = OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { G_B3_0 = 0; goto IL_001a; } IL_0010: { IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_2; L_2 = OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline(/*hidden argument*/NULL); NullCheck(L_2); bool L_3; L_3 = OVRManager_get_monoscopic_m21B53C4E4CB41436C848750CFC09DE20974D78E9(L_2, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_3)); } IL_001a: { V_0 = (bool)G_B3_0; // if (trackingSpace == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_4, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_003c; } } { // trackingSpace = ConfigureAnchor(null, trackingSpaceName); String_t* L_6 = __this->get_trackingSpaceName_18(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = VirtFuncInvoker2< Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, String_t* >::Invoke(13 /* UnityEngine.Transform OVRCameraRig::ConfigureAnchor(UnityEngine.Transform,System.String) */, __this, (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)NULL, L_6); OVRCameraRig_set_trackingSpace_m280E6F5C8204B44F3A29855B0FAB5B1387E83460_inline(__this, L_7, /*hidden argument*/NULL); } IL_003c: { // if (leftEyeAnchor == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = OVRCameraRig_get_leftEyeAnchor_m3D02E61092964705F953B7A3DBD7E999D82A4AE6_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_9; L_9 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_8, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0062; } } { // leftEyeAnchor = ConfigureAnchor(trackingSpace, leftEyeAnchorName); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(__this, /*hidden argument*/NULL); String_t* L_11 = __this->get_leftEyeAnchorName_20(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = VirtFuncInvoker2< Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, String_t* >::Invoke(13 /* UnityEngine.Transform OVRCameraRig::ConfigureAnchor(UnityEngine.Transform,System.String) */, __this, L_10, L_11); OVRCameraRig_set_leftEyeAnchor_m483A8368E3A547B7DD1F01E07A84A8981B37D842_inline(__this, L_12, /*hidden argument*/NULL); } IL_0062: { // if (centerEyeAnchor == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_14; L_14 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_13, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_14) { goto IL_0088; } } { // centerEyeAnchor = ConfigureAnchor(trackingSpace, centerEyeAnchorName); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(__this, /*hidden argument*/NULL); String_t* L_16 = __this->get_centerEyeAnchorName_21(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = VirtFuncInvoker2< Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, String_t* >::Invoke(13 /* UnityEngine.Transform OVRCameraRig::ConfigureAnchor(UnityEngine.Transform,System.String) */, __this, L_15, L_16); OVRCameraRig_set_centerEyeAnchor_m2CEB7B6D1F51A3B218F0ECDBC29DAC329FE193C9_inline(__this, L_17, /*hidden argument*/NULL); } IL_0088: { // if (rightEyeAnchor == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18; L_18 = OVRCameraRig_get_rightEyeAnchor_m7FBA02BA4B447CD4DF5D8DFE4BB15BBF84B53126_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_19; L_19 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_18, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_19) { goto IL_00ae; } } { // rightEyeAnchor = ConfigureAnchor(trackingSpace, rightEyeAnchorName); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20; L_20 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(__this, /*hidden argument*/NULL); String_t* L_21 = __this->get_rightEyeAnchorName_22(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_22; L_22 = VirtFuncInvoker2< Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, String_t* >::Invoke(13 /* UnityEngine.Transform OVRCameraRig::ConfigureAnchor(UnityEngine.Transform,System.String) */, __this, L_20, L_21); OVRCameraRig_set_rightEyeAnchor_m8AF8D6CF7B99F1BC41064E0A0EEA5837C7A00685_inline(__this, L_22, /*hidden argument*/NULL); } IL_00ae: { // if (leftHandAnchor == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_23; L_23 = OVRCameraRig_get_leftHandAnchor_mB9C405D10FFBC1A7DD25649B9DEDAB3BB7DA80FF_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_24; L_24 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_23, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_24) { goto IL_00d4; } } { // leftHandAnchor = ConfigureAnchor(trackingSpace, leftHandAnchorName); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(__this, /*hidden argument*/NULL); String_t* L_26 = __this->get_leftHandAnchorName_23(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27; L_27 = VirtFuncInvoker2< Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, String_t* >::Invoke(13 /* UnityEngine.Transform OVRCameraRig::ConfigureAnchor(UnityEngine.Transform,System.String) */, __this, L_25, L_26); OVRCameraRig_set_leftHandAnchor_m1340636E3268A2B878FD8ABD97A18775F137FF8F_inline(__this, L_27, /*hidden argument*/NULL); } IL_00d4: { // if (rightHandAnchor == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28; L_28 = OVRCameraRig_get_rightHandAnchor_mD8D8EBB2226F7786C5E28A7F914E8E82A026FC9C_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_29; L_29 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_28, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_29) { goto IL_00fa; } } { // rightHandAnchor = ConfigureAnchor(trackingSpace, rightHandAnchorName); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_30; L_30 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(__this, /*hidden argument*/NULL); String_t* L_31 = __this->get_rightHandAnchorName_24(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_32; L_32 = VirtFuncInvoker2< Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, String_t* >::Invoke(13 /* UnityEngine.Transform OVRCameraRig::ConfigureAnchor(UnityEngine.Transform,System.String) */, __this, L_30, L_31); OVRCameraRig_set_rightHandAnchor_mE0C44572443ABD3F9F5D37D45CD3AF4B3A95D93B_inline(__this, L_32, /*hidden argument*/NULL); } IL_00fa: { // if (trackerAnchor == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_33; L_33 = OVRCameraRig_get_trackerAnchor_m4E9E9F05EC727D9C0B15D7B5D923825FAD555A36_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_34; L_34 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_33, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_34) { goto IL_0120; } } { // trackerAnchor = ConfigureAnchor(trackingSpace, trackerAnchorName); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_35; L_35 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(__this, /*hidden argument*/NULL); String_t* L_36 = __this->get_trackerAnchorName_19(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_37; L_37 = VirtFuncInvoker2< Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, String_t* >::Invoke(13 /* UnityEngine.Transform OVRCameraRig::ConfigureAnchor(UnityEngine.Transform,System.String) */, __this, L_35, L_36); OVRCameraRig_set_trackerAnchor_mA41376C9AFF670B5FACF9E813F56D26C0749127A_inline(__this, L_37, /*hidden argument*/NULL); } IL_0120: { // if (leftControllerAnchor == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_38; L_38 = OVRCameraRig_get_leftControllerAnchor_m73E4091BDC9CD229E8C27899E1162F2A3D9DDDB6_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_39; L_39 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_38, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_39) { goto IL_0146; } } { // leftControllerAnchor = ConfigureAnchor(leftHandAnchor, leftControllerAnchorName); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_40; L_40 = OVRCameraRig_get_leftHandAnchor_mB9C405D10FFBC1A7DD25649B9DEDAB3BB7DA80FF_inline(__this, /*hidden argument*/NULL); String_t* L_41 = __this->get_leftControllerAnchorName_25(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_42; L_42 = VirtFuncInvoker2< Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, String_t* >::Invoke(13 /* UnityEngine.Transform OVRCameraRig::ConfigureAnchor(UnityEngine.Transform,System.String) */, __this, L_40, L_41); OVRCameraRig_set_leftControllerAnchor_mA55F59FB89BCDA448ADCF6ADEEEE4CA57A6F8127_inline(__this, L_42, /*hidden argument*/NULL); } IL_0146: { // if (rightControllerAnchor == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_43; L_43 = OVRCameraRig_get_rightControllerAnchor_m3ED5D132ECE653EC899FFE526C314D87089C187B_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_44; L_44 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_43, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_44) { goto IL_016c; } } { // rightControllerAnchor = ConfigureAnchor(rightHandAnchor, rightControllerAnchorName); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_45; L_45 = OVRCameraRig_get_rightHandAnchor_mD8D8EBB2226F7786C5E28A7F914E8E82A026FC9C_inline(__this, /*hidden argument*/NULL); String_t* L_46 = __this->get_rightControllerAnchorName_26(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_47; L_47 = VirtFuncInvoker2< Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, String_t* >::Invoke(13 /* UnityEngine.Transform OVRCameraRig::ConfigureAnchor(UnityEngine.Transform,System.String) */, __this, L_45, L_46); OVRCameraRig_set_rightControllerAnchor_mF7E02B821B998E527DA83DE9209DE8CE801EACA7_inline(__this, L_47, /*hidden argument*/NULL); } IL_016c: { // if (_centerEyeCamera == null || _leftEyeCamera == null || _rightEyeCamera == null) Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_48 = __this->get__centerEyeCamera_27(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_49; L_49 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_48, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_49) { goto IL_0199; } } { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_50 = __this->get__leftEyeCamera_28(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_51; L_51 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_50, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_51) { goto IL_0199; } } { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_52 = __this->get__rightEyeCamera_29(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_53; L_53 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_52, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_53) { goto IL_028c; } } IL_0199: { // _centerEyeCamera = centerEyeAnchor.GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_54; L_54 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); NullCheck(L_54); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_55; L_55 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE17146EF5B0D8E9F9D2D2D94567BF211AD00D320(L_54, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE17146EF5B0D8E9F9D2D2D94567BF211AD00D320_RuntimeMethod_var); __this->set__centerEyeCamera_27(L_55); // _leftEyeCamera = leftEyeAnchor.GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_56; L_56 = OVRCameraRig_get_leftEyeAnchor_m3D02E61092964705F953B7A3DBD7E999D82A4AE6_inline(__this, /*hidden argument*/NULL); NullCheck(L_56); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_57; L_57 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE17146EF5B0D8E9F9D2D2D94567BF211AD00D320(L_56, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE17146EF5B0D8E9F9D2D2D94567BF211AD00D320_RuntimeMethod_var); __this->set__leftEyeCamera_28(L_57); // _rightEyeCamera = rightEyeAnchor.GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_58; L_58 = OVRCameraRig_get_rightEyeAnchor_m7FBA02BA4B447CD4DF5D8DFE4BB15BBF84B53126_inline(__this, /*hidden argument*/NULL); NullCheck(L_58); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_59; L_59 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE17146EF5B0D8E9F9D2D2D94567BF211AD00D320(L_58, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE17146EF5B0D8E9F9D2D2D94567BF211AD00D320_RuntimeMethod_var); __this->set__rightEyeCamera_29(L_59); // if (_centerEyeCamera == null) Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_60 = __this->get__centerEyeCamera_27(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_61; L_61 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_60, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_61) { goto IL_0200; } } { // _centerEyeCamera = centerEyeAnchor.gameObject.AddComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_62; L_62 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); NullCheck(L_62); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_63; L_63 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_62, /*hidden argument*/NULL); NullCheck(L_63); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_64; L_64 = GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m30A12D305C7F27946BFB6D84B7C754E899E1562C(L_63, /*hidden argument*/GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m30A12D305C7F27946BFB6D84B7C754E899E1562C_RuntimeMethod_var); __this->set__centerEyeCamera_27(L_64); // _centerEyeCamera.tag = "MainCamera"; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_65 = __this->get__centerEyeCamera_27(); NullCheck(L_65); Component_set_tag_m6E921BD86BD4A0B5114725FFF0CCD62F26BD7E81(L_65, _stringLiteralE302AA9BECF9F1CB69CF2A3E5B33E0716BEA97F6, /*hidden argument*/NULL); } IL_0200: { // if (_leftEyeCamera == null) Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_66 = __this->get__leftEyeCamera_28(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_67; L_67 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_66, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_67) { goto IL_0234; } } { // _leftEyeCamera = leftEyeAnchor.gameObject.AddComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_68; L_68 = OVRCameraRig_get_leftEyeAnchor_m3D02E61092964705F953B7A3DBD7E999D82A4AE6_inline(__this, /*hidden argument*/NULL); NullCheck(L_68); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_69; L_69 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_68, /*hidden argument*/NULL); NullCheck(L_69); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_70; L_70 = GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m30A12D305C7F27946BFB6D84B7C754E899E1562C(L_69, /*hidden argument*/GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m30A12D305C7F27946BFB6D84B7C754E899E1562C_RuntimeMethod_var); __this->set__leftEyeCamera_28(L_70); // _leftEyeCamera.tag = "MainCamera"; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_71 = __this->get__leftEyeCamera_28(); NullCheck(L_71); Component_set_tag_m6E921BD86BD4A0B5114725FFF0CCD62F26BD7E81(L_71, _stringLiteralE302AA9BECF9F1CB69CF2A3E5B33E0716BEA97F6, /*hidden argument*/NULL); } IL_0234: { // if (_rightEyeCamera == null) Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_72 = __this->get__rightEyeCamera_29(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_73; L_73 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_72, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_73) { goto IL_0268; } } { // _rightEyeCamera = rightEyeAnchor.gameObject.AddComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_74; L_74 = OVRCameraRig_get_rightEyeAnchor_m7FBA02BA4B447CD4DF5D8DFE4BB15BBF84B53126_inline(__this, /*hidden argument*/NULL); NullCheck(L_74); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_75; L_75 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_74, /*hidden argument*/NULL); NullCheck(L_75); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_76; L_76 = GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m30A12D305C7F27946BFB6D84B7C754E899E1562C(L_75, /*hidden argument*/GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m30A12D305C7F27946BFB6D84B7C754E899E1562C_RuntimeMethod_var); __this->set__rightEyeCamera_29(L_76); // _rightEyeCamera.tag = "MainCamera"; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_77 = __this->get__rightEyeCamera_29(); NullCheck(L_77); Component_set_tag_m6E921BD86BD4A0B5114725FFF0CCD62F26BD7E81(L_77, _stringLiteralE302AA9BECF9F1CB69CF2A3E5B33E0716BEA97F6, /*hidden argument*/NULL); } IL_0268: { // _centerEyeCamera.stereoTargetEye = StereoTargetEyeMask.Both; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_78 = __this->get__centerEyeCamera_27(); NullCheck(L_78); Camera_set_stereoTargetEye_m5A3C3A66A5B4498009555740C5EE3C02D5178DB0(L_78, 3, /*hidden argument*/NULL); // _leftEyeCamera.stereoTargetEye = StereoTargetEyeMask.Left; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_79 = __this->get__leftEyeCamera_28(); NullCheck(L_79); Camera_set_stereoTargetEye_m5A3C3A66A5B4498009555740C5EE3C02D5178DB0(L_79, 1, /*hidden argument*/NULL); // _rightEyeCamera.stereoTargetEye = StereoTargetEyeMask.Right; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_80 = __this->get__rightEyeCamera_29(); NullCheck(L_80); Camera_set_stereoTargetEye_m5A3C3A66A5B4498009555740C5EE3C02D5178DB0(L_80, 2, /*hidden argument*/NULL); } IL_028c: { // if (monoscopic && !OVRPlugin.EyeTextureArrayEnabled) bool L_81 = V_0; if (!L_81) { goto IL_02b2; } } { IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_82; L_82 = OVRPlugin_get_EyeTextureArrayEnabled_m25C8628DCC3BA6C448921983871E42B634718053(/*hidden argument*/NULL); if (L_82) { goto IL_02b2; } } { // if (_centerEyeCamera.stereoTargetEye != StereoTargetEyeMask.Left) Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_83 = __this->get__centerEyeCamera_27(); NullCheck(L_83); int32_t L_84; L_84 = Camera_get_stereoTargetEye_m45A05163D160C04B54EF3F23BD12F2A10F37818B(L_83, /*hidden argument*/NULL); if ((((int32_t)L_84) == ((int32_t)1))) { goto IL_02cc; } } { // _centerEyeCamera.stereoTargetEye = StereoTargetEyeMask.Left; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_85 = __this->get__centerEyeCamera_27(); NullCheck(L_85); Camera_set_stereoTargetEye_m5A3C3A66A5B4498009555740C5EE3C02D5178DB0(L_85, 1, /*hidden argument*/NULL); // } goto IL_02cc; } IL_02b2: { // if (_centerEyeCamera.stereoTargetEye != StereoTargetEyeMask.Both) Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_86 = __this->get__centerEyeCamera_27(); NullCheck(L_86); int32_t L_87; L_87 = Camera_get_stereoTargetEye_m45A05163D160C04B54EF3F23BD12F2A10F37818B(L_86, /*hidden argument*/NULL); if ((((int32_t)L_87) == ((int32_t)3))) { goto IL_02cc; } } { // _centerEyeCamera.stereoTargetEye = StereoTargetEyeMask.Both; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_88 = __this->get__centerEyeCamera_27(); NullCheck(L_88); Camera_set_stereoTargetEye_m5A3C3A66A5B4498009555740C5EE3C02D5178DB0(L_88, 3, /*hidden argument*/NULL); } IL_02cc: { // if (disableEyeAnchorCameras) bool L_89 = __this->get_disableEyeAnchorCameras_16(); if (!L_89) { goto IL_02f9; } } { // _centerEyeCamera.enabled = false; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_90 = __this->get__centerEyeCamera_27(); NullCheck(L_90); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_90, (bool)0, /*hidden argument*/NULL); // _leftEyeCamera.enabled = false; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_91 = __this->get__leftEyeCamera_28(); NullCheck(L_91); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_91, (bool)0, /*hidden argument*/NULL); // _rightEyeCamera.enabled = false; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_92 = __this->get__rightEyeCamera_29(); NullCheck(L_92); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_92, (bool)0, /*hidden argument*/NULL); // } return; } IL_02f9: { // if (_centerEyeCamera.enabled == usePerEyeCameras || // _leftEyeCamera.enabled == !usePerEyeCameras || // _rightEyeCamera.enabled == !(usePerEyeCameras && (!monoscopic || OVRPlugin.EyeTextureArrayEnabled))) Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_93 = __this->get__centerEyeCamera_27(); NullCheck(L_93); bool L_94; L_94 = Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800(L_93, /*hidden argument*/NULL); bool L_95 = __this->get_usePerEyeCameras_14(); if ((((int32_t)L_94) == ((int32_t)L_95))) { goto IL_0348; } } { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_96 = __this->get__leftEyeCamera_28(); NullCheck(L_96); bool L_97; L_97 = Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800(L_96, /*hidden argument*/NULL); bool L_98 = __this->get_usePerEyeCameras_14(); if ((((int32_t)L_97) == ((int32_t)((((int32_t)L_98) == ((int32_t)0))? 1 : 0)))) { goto IL_0348; } } { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_99 = __this->get__rightEyeCamera_29(); NullCheck(L_99); bool L_100; L_100 = Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800(L_99, /*hidden argument*/NULL); bool L_101 = __this->get_usePerEyeCameras_14(); G_B42_0 = L_100; if (!L_101) { G_B45_0 = L_100; goto IL_0345; } } { bool L_102 = V_0; G_B43_0 = G_B42_0; if (!L_102) { G_B44_0 = G_B42_0; goto IL_0342; } } { IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_103; L_103 = OVRPlugin_get_EyeTextureArrayEnabled_m25C8628DCC3BA6C448921983871E42B634718053(/*hidden argument*/NULL); G_B46_0 = ((((int32_t)L_103) == ((int32_t)0))? 1 : 0); G_B46_1 = G_B43_0; goto IL_0346; } IL_0342: { G_B46_0 = 0; G_B46_1 = G_B44_0; goto IL_0346; } IL_0345: { G_B46_0 = 1; G_B46_1 = G_B45_0; } IL_0346: { if ((!(((uint32_t)G_B46_1) == ((uint32_t)G_B46_0)))) { goto IL_034f; } } IL_0348: { // _skipUpdate = true; __this->set__skipUpdate_17((bool)1); } IL_034f: { // _centerEyeCamera.enabled = !usePerEyeCameras; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_104 = __this->get__centerEyeCamera_27(); bool L_105 = __this->get_usePerEyeCameras_14(); NullCheck(L_104); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_104, (bool)((((int32_t)L_105) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // _leftEyeCamera.enabled = usePerEyeCameras; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_106 = __this->get__leftEyeCamera_28(); bool L_107 = __this->get_usePerEyeCameras_14(); NullCheck(L_106); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_106, L_107, /*hidden argument*/NULL); // _rightEyeCamera.enabled = (usePerEyeCameras && (!monoscopic || OVRPlugin.EyeTextureArrayEnabled)); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_108 = __this->get__rightEyeCamera_29(); bool L_109 = __this->get_usePerEyeCameras_14(); G_B49_0 = L_108; if (!L_109) { G_B52_0 = L_108; goto IL_038f; } } { bool L_110 = V_0; G_B50_0 = G_B49_0; if (!L_110) { G_B51_0 = G_B49_0; goto IL_038c; } } { IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_111; L_111 = OVRPlugin_get_EyeTextureArrayEnabled_m25C8628DCC3BA6C448921983871E42B634718053(/*hidden argument*/NULL); G_B53_0 = ((int32_t)(L_111)); G_B53_1 = G_B50_0; goto IL_0390; } IL_038c: { G_B53_0 = 1; G_B53_1 = G_B51_0; goto IL_0390; } IL_038f: { G_B53_0 = 0; G_B53_1 = G_B52_0; } IL_0390: { NullCheck(G_B53_1); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(G_B53_1, (bool)G_B53_0, /*hidden argument*/NULL); // } return; } } // UnityEngine.Transform OVRCameraRig::ConfigureAnchor(UnityEngine.Transform,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_ConfigureAnchor_m934E3FFD8355060DFF3764A8E1FBB5A9D8CF26C1 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___root0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B3_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B9_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B8_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B10_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B10_1 = NULL; { // Transform anchor = (root != null) ? root.Find(name) : null; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___root0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_000c; } } { G_B3_0 = ((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)(NULL)); goto IL_0013; } IL_000c: { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2 = ___root0; String_t* L_3 = ___name1; NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_2, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0013: { V_0 = G_B3_0; // if (anchor == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_5, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_002a; } } { // anchor = transform.Find(name); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); String_t* L_8 = ___name1; NullCheck(L_7); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; } IL_002a: { // if (anchor == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_10, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_003f; } } { // anchor = new GameObject(name).transform; String_t* L_12 = ___name1; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144(L_13, L_12, /*hidden argument*/NULL); NullCheck(L_13); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_13, /*hidden argument*/NULL); V_0 = L_14; } IL_003f: { // anchor.name = name; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15 = V_0; String_t* L_16 = ___name1; NullCheck(L_15); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_15, L_16, /*hidden argument*/NULL); // anchor.parent = (root != null) ? root : transform; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17 = V_0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18 = ___root0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_19; L_19 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_18, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); G_B8_0 = L_17; if (L_19) { G_B9_0 = L_17; goto IL_0058; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20; L_20 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); G_B10_0 = L_20; G_B10_1 = G_B8_0; goto IL_0059; } IL_0058: { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21 = ___root0; G_B10_0 = L_21; G_B10_1 = G_B9_0; } IL_0059: { NullCheck(G_B10_1); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(G_B10_1, G_B10_0, /*hidden argument*/NULL); // anchor.localScale = Vector3.one; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_22 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Vector3_get_one_mFA8E564BB81364E4E65551816F3631176E7F58E7(/*hidden argument*/NULL); NullCheck(L_22); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_22, L_23, /*hidden argument*/NULL); // anchor.localPosition = Vector3.zero; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_24 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); NullCheck(L_24); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_24, L_25, /*hidden argument*/NULL); // anchor.localRotation = Quaternion.identity; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_26 = V_0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_27; L_27 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); NullCheck(L_26); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_26, L_27, /*hidden argument*/NULL); // return anchor; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28 = V_0; return L_28; } } // UnityEngine.Matrix4x4 OVRCameraRig::ComputeTrackReferenceMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 OVRCameraRig_ComputeTrackReferenceMatrix_m7BCC552355E2D7DBCA1151524C776A009CD9D652 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral870857B06064D5065FA68372874727DCBE2E478F); s_Il2CppMethodInitialized = true; } OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_2; memset((&V_2), 0, sizeof(V_2)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_3; memset((&V_3), 0, sizeof(V_3)); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 V_4; memset((&V_4), 0, sizeof(V_4)); { // if (centerEyeAnchor == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { // Debug.LogError("centerEyeAnchor is required"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteral870857B06064D5065FA68372874727DCBE2E478F, /*hidden argument*/NULL); // return Matrix4x4.identity; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_2; L_2 = Matrix4x4_get_identity_m8E1969E6DB24BE34842F2F2D10D7E3D0AF15007A(/*hidden argument*/NULL); return L_2; } IL_001e: { // OVRPose headPose = OVRPose.identity; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_3; L_3 = OVRPose_get_identity_m83D5FF8BECB3B2D548DC37255C0B3CF7EE0CEB10(/*hidden argument*/NULL); V_0 = L_3; // if (OVRNodeStateProperties.GetNodeStatePropertyVector3(Node.Head, NodeStatePropertyType.Position, OVRPlugin.Node.Head, OVRPlugin.Step.Render, out pos)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_4; L_4 = OVRNodeStateProperties_GetNodeStatePropertyVector3_m74280B4071738FAD2D376C9E9CB4F9EBE301FB49(3, 4, ((int32_t)9), (-1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); if (!L_4) { goto IL_003a; } } { // headPose.position = pos; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = V_1; (&V_0)->set_position_0(L_5); } IL_003a: { // if (OVRNodeStateProperties.GetNodeStatePropertyQuaternion(Node.Head, NodeStatePropertyType.Orientation, OVRPlugin.Node.Head, OVRPlugin.Step.Render, out rot)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_6; L_6 = OVRNodeStateProperties_GetNodeStatePropertyQuaternion_m98EE953D915E7DB9A689D88B407E570840FE030D(3, 5, ((int32_t)9), (-1), (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_2), /*hidden argument*/NULL); if (!L_6) { goto IL_0050; } } { // headPose.orientation = rot; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_7 = V_2; (&V_0)->set_orientation_1(L_7); } IL_0050: { // OVRPose invHeadPose = headPose.Inverse(); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_8; L_8 = OVRPose_Inverse_m8299B5582AA88F24919D2FAFE89AEB79833C556A((OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 *)(&V_0), /*hidden argument*/NULL); V_3 = L_8; // Matrix4x4 invHeadMatrix = Matrix4x4.TRS(invHeadPose.position, invHeadPose.orientation, Vector3.one); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_9 = V_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = L_9.get_position_0(); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_11 = V_3; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_12 = L_11.get_orientation_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_get_one_mFA8E564BB81364E4E65551816F3631176E7F58E7(/*hidden argument*/NULL); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_14; L_14 = Matrix4x4_TRS_m5ABDD540D55BC20D1FD3804DDF005A867FC3D220(L_10, L_12, L_13, /*hidden argument*/NULL); V_4 = L_14; // Matrix4x4 ret = centerEyeAnchor.localToWorldMatrix * invHeadMatrix; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(__this, /*hidden argument*/NULL); NullCheck(L_15); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_16; L_16 = Transform_get_localToWorldMatrix_m6B810B0F20BA5DE48009461A4D662DD8BFF6A3CC(L_15, /*hidden argument*/NULL); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_17 = V_4; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_18; L_18 = Matrix4x4_op_Multiply_mB760A95995CDC5E31F18D76CE8806DF2C160DD4B(L_16, L_17, /*hidden argument*/NULL); // return ret; return L_18; } } // System.Void OVRCameraRig::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraRig__ctor_m47E725AE8A7A8ADA12C1D44E799BFD0E7B4BB114 (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0122954DBADC77CB8B663DFD25965A494E198D3A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral044DB7C788452EDFC1AEA0810FAE29646106DB06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FC902C5F9F921BA787586F206D3D1FED956D67C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4960166313998CAEAAA9147F237C2871203D823A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E59A9F9DA37A05B58E7A1FCC2DE7D33725F73CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6721A66AD7E00E8593AC2ED5834B6B5BC8BC37E5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73BDE73ADD628E26797A2EB344184BDD634C3485); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B2BA149AD620F72CDF40EE270812BA52F59A2BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AAB0165845C213E849DD2879C1A6EEF4A3F3350); s_Il2CppMethodInitialized = true; } { // protected readonly string trackingSpaceName = "TrackingSpace"; __this->set_trackingSpaceName_18(_stringLiteral4960166313998CAEAAA9147F237C2871203D823A); // protected readonly string trackerAnchorName = "TrackerAnchor"; __this->set_trackerAnchorName_19(_stringLiteral9AAB0165845C213E849DD2879C1A6EEF4A3F3350); // protected readonly string leftEyeAnchorName = "LeftEyeAnchor"; __this->set_leftEyeAnchorName_20(_stringLiteral0122954DBADC77CB8B663DFD25965A494E198D3A); // protected readonly string centerEyeAnchorName = "CenterEyeAnchor"; __this->set_centerEyeAnchorName_21(_stringLiteral5E59A9F9DA37A05B58E7A1FCC2DE7D33725F73CA); // protected readonly string rightEyeAnchorName = "RightEyeAnchor"; __this->set_rightEyeAnchorName_22(_stringLiteral73BDE73ADD628E26797A2EB344184BDD634C3485); // protected readonly string leftHandAnchorName = "LeftHandAnchor"; __this->set_leftHandAnchorName_23(_stringLiteral2FC902C5F9F921BA787586F206D3D1FED956D67C); // protected readonly string rightHandAnchorName = "RightHandAnchor"; __this->set_rightHandAnchorName_24(_stringLiteral6721A66AD7E00E8593AC2ED5834B6B5BC8BC37E5); // protected readonly string leftControllerAnchorName = "LeftControllerAnchor"; __this->set_leftControllerAnchorName_25(_stringLiteral044DB7C788452EDFC1AEA0810FAE29646106DB06); // protected readonly string rightControllerAnchorName = "RightControllerAnchor"; __this->set_rightControllerAnchorName_26(_stringLiteral8B2BA149AD620F72CDF40EE270812BA52F59A2BB); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVRChromaticAberration::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRChromaticAberration_Start_m3EF71282A33170FAADA79F5C91A36AC2436C4014 (OVRChromaticAberration_t7CACC89AA4519E8E0D399A8F5F4C4A0C51C2E4DB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // OVRManager.instance.chromatic = chromatic; IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_0; L_0 = OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline(/*hidden argument*/NULL); bool L_1 = __this->get_chromatic_5(); NullCheck(L_0); OVRManager_set_chromatic_mD1371D2E999D66E53D1339D282BF33219837E6F8(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void OVRChromaticAberration::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRChromaticAberration_Update_m35275456978E80DB6EBD0DE6EC29EA0C0DDE115A (OVRChromaticAberration_t7CACC89AA4519E8E0D399A8F5F4C4A0C51C2E4DB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (OVRInput.GetDown(toggleButton)) int32_t L_0 = __this->get_toggleButton_4(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); bool L_1; L_1 = OVRInput_GetDown_m511EF0ED774EAB070D2F09F5ABE1E27ABA8D4900(L_0, ((int32_t)-2147483648LL), /*hidden argument*/NULL); if (!L_1) { goto IL_0031; } } { // chromatic = !chromatic; bool L_2 = __this->get_chromatic_5(); __this->set_chromatic_5((bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0)); // OVRManager.instance.chromatic = chromatic; IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_3; L_3 = OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline(/*hidden argument*/NULL); bool L_4 = __this->get_chromatic_5(); NullCheck(L_3); OVRManager_set_chromatic_mD1371D2E999D66E53D1339D282BF33219837E6F8(L_3, L_4, /*hidden argument*/NULL); } IL_0031: { // } return; } } // System.Void OVRChromaticAberration::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRChromaticAberration__ctor_m53273924E8B3D9C331403DE89C8170F767BEA984 (OVRChromaticAberration_t7CACC89AA4519E8E0D399A8F5F4C4A0C51C2E4DB * __this, const RuntimeMethod* method) { { // public OVRInput.RawButton toggleButton = OVRInput.RawButton.X; __this->set_toggleButton_4(((int32_t)256)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVRComposition::.ctor(UnityEngine.GameObject,UnityEngine.Camera,OVRMixedRealityCaptureConfiguration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRComposition__ctor_mE50852355418697733625ABA550B1E6B043752BD (OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___parentObject0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mainCamera1, RuntimeObject* ___configuration2, const RuntimeMethod* method) { { // protected OVRComposition(GameObject parentObject, Camera mainCamera, OVRMixedRealityCaptureConfiguration configuration) { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // RefreshCameraRig(parentObject, mainCamera); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___parentObject0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = ___mainCamera1; OVRComposition_RefreshCameraRig_m95FD99A5F07BEE8C9B864D483D918D1237DA3DBC(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void OVRComposition::RecenterPose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRComposition_RecenterPose_m81B983B7D9CD7230D4CAFE4E38F6773BACE05876 (OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * __this, const RuntimeMethod* method) { { // public virtual void RecenterPose() { } return; } } // System.Void OVRComposition::RefreshCameraRig(UnityEngine.GameObject,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRComposition_RefreshCameraRig_m95FD99A5F07BEE8C9B864D483D918D1237DA3DBC (OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___parentObject0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mainCamera1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInParent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m46637DF4909D44287D7EA1432F5C7DF9563F7316_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m6146EEB03DE9A96D5EEC6C066EB360E747B2C297_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6C8B881F29A06F5C24D3D6CB349746CDA01A9CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD848D3072CAB9F7C0EE4EFC85D3A0E46E3E09D82); s_Il2CppMethodInitialized = true; } OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * V_0 = NULL; OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * G_B4_0 = NULL; OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * G_B3_0 = NULL; int32_t G_B5_0 = 0; OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * G_B5_1 = NULL; String_t* G_B8_0 = NULL; { // OVRCameraRig cameraRig = mainCamera.GetComponentInParent(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0 = ___mainCamera1; NullCheck(L_0); OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_1; L_1 = Component_GetComponentInParent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m46637DF4909D44287D7EA1432F5C7DF9563F7316(L_0, /*hidden argument*/Component_GetComponentInParent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m46637DF4909D44287D7EA1432F5C7DF9563F7316_RuntimeMethod_var); V_0 = L_1; // if (cameraRig == null) OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0017; } } { // cameraRig = parentObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = ___parentObject0; NullCheck(L_4); OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_5; L_5 = GameObject_GetComponent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m6146EEB03DE9A96D5EEC6C066EB360E747B2C297(L_4, /*hidden argument*/GameObject_GetComponent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m6146EEB03DE9A96D5EEC6C066EB360E747B2C297_RuntimeMethod_var); V_0 = L_5; } IL_0017: { // cameraInTrackingSpace = (cameraRig != null && cameraRig.trackingSpace != null); OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_6, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); G_B3_0 = __this; if (!L_7) { G_B4_0 = __this; goto IL_002f; } } { OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_8 = V_0; NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_10; L_10 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_9, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_10)); G_B5_1 = G_B3_0; goto IL_0030; } IL_002f: { G_B5_0 = 0; G_B5_1 = G_B4_0; } IL_0030: { NullCheck(G_B5_1); G_B5_1->set_cameraInTrackingSpace_0((bool)G_B5_0); // this.cameraRig = cameraRig; OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_11 = V_0; __this->set_cameraRig_1(L_11); // Debug.Log(cameraRig == null ? "[OVRComposition] CameraRig not found" : "[OVRComposition] CameraRig found"); OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_13; L_13 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_12, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_13) { goto IL_004c; } } { G_B8_0 = _stringLiteralD848D3072CAB9F7C0EE4EFC85D3A0E46E3E09D82; goto IL_0051; } IL_004c: { G_B8_0 = _stringLiteralA6C8B881F29A06F5C24D3D6CB349746CDA01A9CE; } IL_0051: { IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(G_B8_0, /*hidden argument*/NULL); // } return; } } // OVRPose OVRComposition::ComputeCameraWorldSpacePose(OVRPlugin/CameraExtrinsics) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRComposition_ComputeCameraWorldSpacePose_m9E8EEEF1CEEC4CEF602F58A0B7F441C10CFA1F55 (OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * __this, CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF ___extrinsics0, const RuntimeMethod* method) { { // OVRPose trackingSpacePose = ComputeCameraTrackingSpacePose(extrinsics); CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF L_0 = ___extrinsics0; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_1; L_1 = OVRComposition_ComputeCameraTrackingSpacePose_mFFBFDC037DCBBD463C1AB5EC7584B4C9589E9325(__this, L_0, /*hidden argument*/NULL); // OVRPose worldSpacePose = OVRExtensions.ToWorldSpacePose(trackingSpacePose); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_2; L_2 = OVRExtensions_ToWorldSpacePose_mEA20346C01E7B8EC9E0FAFC6CB0E926F9AE73284(L_1, /*hidden argument*/NULL); // return worldSpacePose; return L_2; } } // OVRPose OVRComposition::ComputeCameraTrackingSpacePose(OVRPlugin/CameraExtrinsics) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRComposition_ComputeCameraTrackingSpacePose_mFFBFDC037DCBBD463C1AB5EC7584B4C9589E9325 (OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * __this, CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF ___extrinsics0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68A9318671C20236E130D1E44E04E5806C421E9B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C3D95C6221D52D4D4FBC794EDA88BD83AE8387B); s_Il2CppMethodInitialized = true; } OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_0; memset((&V_0), 0, sizeof(V_0)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_1; memset((&V_1), 0, sizeof(V_1)); { // OVRPose trackingSpacePose = new OVRPose(); il2cpp_codegen_initobj((&V_0), sizeof(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 )); // OVRPose cameraTrackingSpacePose = extrinsics.RelativePose.ToOVRPose(); CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF L_0 = ___extrinsics0; Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_1 = L_0.get_RelativePose_4(); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_2; L_2 = OVRExtensions_ToOVRPose_mFE303C29F27877BC3CE73A7375F536A997C0DD77(L_1, /*hidden argument*/NULL); // trackingSpacePose = cameraTrackingSpacePose; V_0 = L_2; // if (extrinsics.AttachedToNode != OVRPlugin.Node.None && OVRPlugin.GetNodePresent(extrinsics.AttachedToNode)) CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF L_3 = ___extrinsics0; int32_t L_4 = L_3.get_AttachedToNode_3(); if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0066; } } { CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF L_5 = ___extrinsics0; int32_t L_6 = L_5.get_AttachedToNode_3(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_7; L_7 = OVRPlugin_GetNodePresent_m175C355606FC6B5C9E696EBD5D7693AC79E893A9(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0066; } } { // if (usingLastAttachedNodePose) bool L_8 = __this->get_usingLastAttachedNodePose_2(); if (!L_8) { goto IL_0043; } } { // Debug.Log("The camera attached node get tracked"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(_stringLiteral8C3D95C6221D52D4D4FBC794EDA88BD83AE8387B, /*hidden argument*/NULL); // usingLastAttachedNodePose = false; __this->set_usingLastAttachedNodePose_2((bool)0); } IL_0043: { // OVRPose attachedNodePose = OVRPlugin.GetNodePose(extrinsics.AttachedToNode, OVRPlugin.Step.Render).ToOVRPose(); CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF L_9 = ___extrinsics0; int32_t L_10 = L_9.get_AttachedToNode_3(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_11; L_11 = OVRPlugin_GetNodePose_m32A087B678EB8CBC3B00127A0A0896AE456347E7(L_10, (-1), /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_12; L_12 = OVRExtensions_ToOVRPose_mFE303C29F27877BC3CE73A7375F536A997C0DD77(L_11, /*hidden argument*/NULL); V_1 = L_12; // lastAttachedNodePose = attachedNodePose; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_13 = V_1; __this->set_lastAttachedNodePose_3(L_13); // trackingSpacePose = attachedNodePose * trackingSpacePose; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_14 = V_1; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_15 = V_0; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_16; L_16 = OVRPose_op_Multiply_mE74DF5BC989D0AB797D35620C9362D2F6D47631F(L_14, L_15, /*hidden argument*/NULL); V_0 = L_16; // } goto IL_0095; } IL_0066: { // if (extrinsics.AttachedToNode != OVRPlugin.Node.None) CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF L_17 = ___extrinsics0; int32_t L_18 = L_17.get_AttachedToNode_3(); if ((((int32_t)L_18) == ((int32_t)(-1)))) { goto IL_0095; } } { // if (!usingLastAttachedNodePose) bool L_19 = __this->get_usingLastAttachedNodePose_2(); if (L_19) { goto IL_0088; } } { // Debug.LogWarning("The camera attached node could not be tracked, using the last pose"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteral68A9318671C20236E130D1E44E04E5806C421E9B, /*hidden argument*/NULL); // usingLastAttachedNodePose = true; __this->set_usingLastAttachedNodePose_2((bool)1); } IL_0088: { // trackingSpacePose = lastAttachedNodePose * trackingSpacePose; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_20 = __this->get_lastAttachedNodePose_3(); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_21 = V_0; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_22; L_22 = OVRPose_op_Multiply_mE74DF5BC989D0AB797D35620C9362D2F6D47631F(L_20, L_21, /*hidden argument*/NULL); V_0 = L_22; } IL_0095: { // return trackingSpacePose; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_23 = V_0; return L_23; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVRCompositionUtil::SafeDestroy(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCompositionUtil_SafeDestroy_mAD5B74E5DB4FED0C087D399E9288F07A3CE6FD1E (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Application.isPlaying) bool L_0; L_0 = Application_get_isPlaying_m0388B541E40404CBB82D6AEB224A29053A0BC58C(/*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } { // GameObject.Destroy(obj); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_1, /*hidden argument*/NULL); // } return; } IL_000e: { // GameObject.DestroyImmediate(obj); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_m7E408D4287F169F714A91F4D823A0BEF6090C11F(L_2, /*hidden argument*/NULL); // } return; } } // System.Void OVRCompositionUtil::SafeDestroy(UnityEngine.GameObject&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCompositionUtil_SafeDestroy_m0625B410961C6F85AB5B61F3825E2A1662B9BB61 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** L_0 = ___obj0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = *((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 **)L_0); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0014; } } { // SafeDestroy(obj); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** L_3 = ___obj0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = *((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 **)L_3); OVRCompositionUtil_SafeDestroy_mAD5B74E5DB4FED0C087D399E9288F07A3CE6FD1E(L_4, /*hidden argument*/NULL); // obj = null; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** L_5 = ___obj0; *((RuntimeObject **)L_5) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)(RuntimeObject *)NULL); } IL_0014: { // } return; } } // OVRPlugin/CameraDevice OVRCompositionUtil::ConvertCameraDevice(OVRManager/CameraDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRCompositionUtil_ConvertCameraDevice_m92B866FA2F2EA39D2266E907B816C32496DF6781 (int32_t ___cameraDevice0, const RuntimeMethod* method) { { // if (cameraDevice == OVRManager.CameraDevice.WebCamera0) int32_t L_0 = ___cameraDevice0; if (L_0) { goto IL_0006; } } { // return OVRPlugin.CameraDevice.WebCamera0; return (int32_t)(((int32_t)100)); } IL_0006: { // else if (cameraDevice == OVRManager.CameraDevice.WebCamera1) int32_t L_1 = ___cameraDevice0; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_000d; } } { // return OVRPlugin.CameraDevice.WebCamera1; return (int32_t)(((int32_t)101)); } IL_000d: { // else if (cameraDevice == OVRManager.CameraDevice.ZEDCamera) int32_t L_2 = ___cameraDevice0; if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_0017; } } { // return OVRPlugin.CameraDevice.ZEDCamera; return (int32_t)(((int32_t)300)); } IL_0017: { // return OVRPlugin.CameraDevice.None; return (int32_t)(0); } } // OVRBoundary/BoundaryType OVRCompositionUtil::ToBoundaryType(OVRManager/VirtualGreenScreenType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRCompositionUtil_ToBoundaryType_mD72DC5FFE751780BE7FC156FFACF671E1D21B4A7 (int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral875A1D4FD88DD762BAB0B2E40F59DE19D2C2351C); s_Il2CppMethodInitialized = true; } { // else */if (type == OVRManager.VirtualGreenScreenType.PlayArea) int32_t L_0 = ___type0; if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_000a; } } { // return OVRBoundary.BoundaryType.PlayArea; return (int32_t)(((int32_t)256)); } IL_000a: { // Debug.LogWarning("Unmatched VirtualGreenScreenType"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteral875A1D4FD88DD762BAB0B2E40F59DE19D2C2351C, /*hidden argument*/NULL); // return OVRBoundary.BoundaryType.PlayArea; return (int32_t)(((int32_t)256)); } } // UnityEngine.Vector3 OVRCompositionUtil::GetWorldPosition(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRCompositionUtil_GetWorldPosition_mEF99BE5998C070075B603299B84A674A155CEA43 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___trackingSpacePosition0, const RuntimeMethod* method) { OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_0; memset((&V_0), 0, sizeof(V_0)); { // tsPose.position = trackingSpacePosition; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___trackingSpacePosition0; (&V_0)->set_position_0(L_0); // tsPose.orientation = Quaternion.identity; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_1; L_1 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); (&V_0)->set_orientation_1(L_1); // OVRPose wsPose = OVRExtensions.ToWorldSpacePose(tsPose); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_2 = V_0; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_3; L_3 = OVRExtensions_ToWorldSpacePose_mEA20346C01E7B8EC9E0FAFC6CB0E926F9AE73284(L_2, /*hidden argument*/NULL); // Vector3 pos = wsPose.position; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = L_3.get_position_0(); // return pos; return L_4; } } // System.Single OVRCompositionUtil::GetMaximumBoundaryDistance(UnityEngine.Camera,OVRBoundary/BoundaryType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRCompositionUtil_GetMaximumBoundaryDistance_m14788B9005C7D3BE8998DE18A93A0BE9CAC58E0E (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, int32_t ___boundaryType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* V_0 = NULL; float V_1 = 0.0f; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* V_2 = NULL; int32_t V_3 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); float V_5 = 0.0f; { // if (!OVRManager.boundary.GetConfigured()) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * L_0; L_0 = OVRManager_get_boundary_m341A7623BA65EF306B68497965144FCCA4AF4E72_inline(/*hidden argument*/NULL); NullCheck(L_0); bool L_1; L_1 = OVRBoundary_GetConfigured_m86D94CA8F2C9EB5A9D941B3B79EA37C733D2F59C(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { // return float.MaxValue; return ((std::numeric_limits::max)()); } IL_0012: { // Vector3[] geometry = OVRManager.boundary.GetGeometry(boundaryType); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * L_2; L_2 = OVRManager_get_boundary_m341A7623BA65EF306B68497965144FCCA4AF4E72_inline(/*hidden argument*/NULL); int32_t L_3 = ___boundaryType1; NullCheck(L_2); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_4; L_4 = OVRBoundary_GetGeometry_mE75369EC855C9E9F6F36AC60598CD5FDB91BDF5F(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; // if (geometry.Length == 0) Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_5 = V_0; NullCheck(L_5); if ((((RuntimeArray*)L_5)->max_length)) { goto IL_0028; } } { // return float.MaxValue; return ((std::numeric_limits::max)()); } IL_0028: { // float maxDistance = -float.MaxValue; V_1 = (-(std::numeric_limits::max)()); // foreach (Vector3 v in geometry) Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_6 = V_0; V_2 = L_6; V_3 = 0; goto IL_0062; } IL_0034: { // foreach (Vector3 v in geometry) Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_7 = V_2; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = (L_7)->GetAt(static_cast(L_9)); // Vector3 pos = GetWorldPosition(v); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = OVRCompositionUtil_GetWorldPosition_mEF99BE5998C070075B603299B84A674A155CEA43(L_10, /*hidden argument*/NULL); V_4 = L_11; // float distance = Vector3.Dot(camera.transform.forward, pos); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_12 = ___camera0; NullCheck(L_12); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_12, /*hidden argument*/NULL); NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_13, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = V_4; float L_16; L_16 = Vector3_Dot_m81A33FB5E8269E1A21554ECCB1639019C708A1CF_inline(L_14, L_15, /*hidden argument*/NULL); V_5 = L_16; // if (maxDistance < distance) float L_17 = V_1; float L_18 = V_5; if ((!(((float)L_17) < ((float)L_18)))) { goto IL_005e; } } { // maxDistance = distance; float L_19 = V_5; V_1 = L_19; } IL_005e: { int32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0062: { // foreach (Vector3 v in geometry) int32_t L_21 = V_3; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_22 = V_2; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_0034; } } { // return maxDistance; float L_23 = V_1; return L_23; } } // UnityEngine.Mesh OVRCompositionUtil::BuildBoundaryMesh(OVRBoundary/BoundaryType,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * OVRCompositionUtil_BuildBoundaryMesh_mDF5E42D3823EC4CE6A8A6E68C21DA76965CE8DB8 (int32_t ___boundaryType0, float ___topY1, float ___bottomY2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mAE131B53917AD7132F6BA2C05D5D17C38C5A2E59_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB47F013C62B967199614B3D07228B381C0562448_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m554804AC447B0BA1F93C64E863FF7DB0527AFED9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * V_0 = NULL; int32_t V_1 = 0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* V_2 = NULL; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* V_3 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_4 = NULL; int32_t V_5 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; { // if (!OVRManager.boundary.GetConfigured()) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * L_0; L_0 = OVRManager_get_boundary_m341A7623BA65EF306B68497965144FCCA4AF4E72_inline(/*hidden argument*/NULL); NullCheck(L_0); bool L_1; L_1 = OVRBoundary_GetConfigured_m86D94CA8F2C9EB5A9D941B3B79EA37C733D2F59C(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { // return null; return (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)NULL; } IL_000e: { // List geometry = new List(OVRManager.boundary.GetGeometry(boundaryType)); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * L_2; L_2 = OVRManager_get_boundary_m341A7623BA65EF306B68497965144FCCA4AF4E72_inline(/*hidden argument*/NULL); int32_t L_3 = ___boundaryType0; NullCheck(L_2); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_4; L_4 = OVRBoundary_GetGeometry_mE75369EC855C9E9F6F36AC60598CD5FDB91BDF5F(L_2, L_3, /*hidden argument*/NULL); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_5 = (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)il2cpp_codegen_object_new(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); List_1__ctor_mB47F013C62B967199614B3D07228B381C0562448(L_5, (RuntimeObject*)(RuntimeObject*)L_4, /*hidden argument*/List_1__ctor_mB47F013C62B967199614B3D07228B381C0562448_RuntimeMethod_var); V_0 = L_5; // if (geometry.Count == 0) List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_6, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); if (L_7) { goto IL_0029; } } { // return null; return (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)NULL; } IL_0029: { // geometry.Add(geometry[0]); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_8 = V_0; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_9 = V_0; NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = List_1_get_Item_m554804AC447B0BA1F93C64E863FF7DB0527AFED9_inline(L_9, 0, /*hidden argument*/List_1_get_Item_m554804AC447B0BA1F93C64E863FF7DB0527AFED9_RuntimeMethod_var); NullCheck(L_8); List_1_Add_mAE131B53917AD7132F6BA2C05D5D17C38C5A2E59(L_8, L_10, /*hidden argument*/List_1_Add_mAE131B53917AD7132F6BA2C05D5D17C38C5A2E59_RuntimeMethod_var); // int numPoints = geometry.Count; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_11 = V_0; NullCheck(L_11); int32_t L_12; L_12 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_11, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); V_1 = L_12; // Vector3[] vertices = new Vector3[numPoints * 2]; int32_t L_13 = V_1; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_14 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2))); V_2 = L_14; // Vector2[] uvs = new Vector2[numPoints * 2]; int32_t L_15 = V_1; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_16 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)SZArrayNew(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)2))); V_3 = L_16; // for (int i = 0; i < numPoints; ++i) V_5 = 0; goto IL_00dc; } IL_0057: { // Vector3 v = geometry[i]; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_17 = V_0; int32_t L_18 = V_5; NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; L_19 = List_1_get_Item_m554804AC447B0BA1F93C64E863FF7DB0527AFED9_inline(L_17, L_18, /*hidden argument*/List_1_get_Item_m554804AC447B0BA1F93C64E863FF7DB0527AFED9_RuntimeMethod_var); V_6 = L_19; // vertices[i] = new Vector3(v.x, bottomY, v.z); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_20 = V_2; int32_t L_21 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = V_6; float L_23 = L_22.get_x_2(); float L_24 = ___bottomY2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = V_6; float L_26 = L_25.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; memset((&L_27), 0, sizeof(L_27)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_27), L_23, L_24, L_26, /*hidden argument*/NULL); NullCheck(L_20); (L_20)->SetAt(static_cast(L_21), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_27); // vertices[i + numPoints] = new Vector3(v.x, topY, v.z); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_28 = V_2; int32_t L_29 = V_5; int32_t L_30 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = V_6; float L_32 = L_31.get_x_2(); float L_33 = ___topY1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34 = V_6; float L_35 = L_34.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36; memset((&L_36), 0, sizeof(L_36)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_36), L_32, L_33, L_35, /*hidden argument*/NULL); NullCheck(L_28); (L_28)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30))), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_36); // uvs[i] = new Vector2((float)i / (numPoints - 1), 0.0f); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_37 = V_3; int32_t L_38 = V_5; int32_t L_39 = V_5; int32_t L_40 = V_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_41; memset((&L_41), 0, sizeof(L_41)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_41), ((float)((float)((float)((float)L_39))/(float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)))))), (0.0f), /*hidden argument*/NULL); NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_41); // uvs[i + numPoints] = new Vector2(uvs[i].x, 1.0f); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_42 = V_3; int32_t L_43 = V_5; int32_t L_44 = V_1; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_45 = V_3; int32_t L_46 = V_5; NullCheck(L_45); float L_47 = ((L_45)->GetAddressAt(static_cast(L_46)))->get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_48; memset((&L_48), 0, sizeof(L_48)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_48), L_47, (1.0f), /*hidden argument*/NULL); NullCheck(L_42); (L_42)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_44))), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_48); // for (int i = 0; i < numPoints; ++i) int32_t L_49 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_00dc: { // for (int i = 0; i < numPoints; ++i) int32_t L_50 = V_5; int32_t L_51 = V_1; if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_0057; } } { // int[] triangles = new int[(numPoints - 1) * 2 * 3]; int32_t L_52 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_53 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)1)), (int32_t)2)), (int32_t)3))); V_4 = L_53; // for (int i = 0; i < numPoints - 1; ++i) V_7 = 0; goto IL_0149; } IL_00f7: { // triangles[i * 6 + 0] = i; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_54 = V_4; int32_t L_55 = V_7; int32_t L_56 = V_7; NullCheck(L_54); (L_54)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_55, (int32_t)6))), (int32_t)L_56); // triangles[i * 6 + 1] = i + numPoints; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_57 = V_4; int32_t L_58 = V_7; int32_t L_59 = V_7; int32_t L_60 = V_1; NullCheck(L_57); (L_57)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_58, (int32_t)6)), (int32_t)1))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_60))); // triangles[i * 6 + 2] = i + 1 + numPoints; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_61 = V_4; int32_t L_62 = V_7; int32_t L_63 = V_7; int32_t L_64 = V_1; NullCheck(L_61); (L_61)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_62, (int32_t)6)), (int32_t)2))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)), (int32_t)L_64))); // triangles[i * 6 + 3] = i; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_65 = V_4; int32_t L_66 = V_7; int32_t L_67 = V_7; NullCheck(L_65); (L_65)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_66, (int32_t)6)), (int32_t)3))), (int32_t)L_67); // triangles[i * 6 + 4] = i + 1 + numPoints; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_68 = V_4; int32_t L_69 = V_7; int32_t L_70 = V_7; int32_t L_71 = V_1; NullCheck(L_68); (L_68)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_69, (int32_t)6)), (int32_t)4))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)), (int32_t)L_71))); // triangles[i * 6 + 5] = i + 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_72 = V_4; int32_t L_73 = V_7; int32_t L_74 = V_7; NullCheck(L_72); (L_72)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_73, (int32_t)6)), (int32_t)5))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1))); // for (int i = 0; i < numPoints - 1; ++i) int32_t L_75 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_0149: { // for (int i = 0; i < numPoints - 1; ++i) int32_t L_76 = V_7; int32_t L_77 = V_1; if ((((int32_t)L_76) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)1))))) { goto IL_00f7; } } { // Mesh mesh = new Mesh(); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_78 = (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)il2cpp_codegen_object_new(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var); Mesh__ctor_mA3D8570373462201AD7B8C9586A7F9412E49C2F6(L_78, /*hidden argument*/NULL); // mesh.vertices = vertices; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_79 = L_78; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_80 = V_2; NullCheck(L_79); Mesh_set_vertices_m38F0908D0FDFE484BE19E94BE9D6176667469AAD(L_79, L_80, /*hidden argument*/NULL); // mesh.uv = uvs; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_81 = L_79; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_82 = V_3; NullCheck(L_81); Mesh_set_uv_mF6FED6DDACBAE3EAF28BFBF257A0D5356FCF3AAC(L_81, L_82, /*hidden argument*/NULL); // mesh.triangles = triangles; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_83 = L_81; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_84 = V_4; NullCheck(L_83); Mesh_set_triangles_mF1D92E67523CD5FDC66A4378FC4AD8D4AD0D5FEC(L_83, L_84, /*hidden argument*/NULL); // return mesh; return L_83; } } // System.Void OVRCompositionUtil::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCompositionUtil__ctor_m181C51021D51BE1D64211D9F2F0EEDEC83873FE6 (OVRCompositionUtil_tABE893400FDAA8D28EAD992F7BE994E08438907D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVRControllerHelper::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRControllerHelper_Start_mA6B43AB27F5D712E2BE18F85A6915279091D98AF (OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ControllerType_tE10849E6651CF56D5E166AE111F12866B5E7AF22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRControllerHelper_InputFocusAquired_m37A2689155B430C877495681F2329CCD2833D7B3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRControllerHelper_InputFocusLost_mA15FA78EF62FB055DFDE272A3208FDD666806EFB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61A79FBCF9D93057211F2297480D14DDBBAFDD60); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // OVRPlugin.SystemHeadset headset = OVRPlugin.GetSystemHeadsetType(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); int32_t L_0; L_0 = OVRPlugin_GetSystemHeadsetType_mB06BA273CB7939F2A53EC83DD4F84629E1494A9B(/*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)9)))) { goto IL_001c; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)4098))))) { goto IL_0025; } } { // activeControllerType = ControllerType.Rift; __this->set_activeControllerType_15(2); // break; goto IL_002c; } IL_001c: { // activeControllerType = ControllerType.Quest2; __this->set_activeControllerType_15(3); // break; goto IL_002c; } IL_0025: { // activeControllerType = ControllerType.QuestAndRiftS; __this->set_activeControllerType_15(1); } IL_002c: { // Debug.LogFormat("OVRControllerHelp: Active controller type: {0} for product {1}", activeControllerType, OVRPlugin.productName); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; int32_t L_5 = __this->get_activeControllerType_15(); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(ControllerType_tE10849E6651CF56D5E166AE111F12866B5E7AF22_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_7); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_4; IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); String_t* L_9; L_9 = OVRPlugin_get_productName_m4708E4B6DF977FE64E352BD60D32E9BBD094F941(/*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m72BF100F3CFE21832B462EDDA71CF0FE28C0D093(_stringLiteral61A79FBCF9D93057211F2297480D14DDBBAFDD60, L_8, /*hidden argument*/NULL); // m_modelOculusTouchQuestAndRiftSLeftController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10 = __this->get_m_modelOculusTouchQuestAndRiftSLeftController_4(); NullCheck(L_10); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_10, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchQuestAndRiftSRightController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = __this->get_m_modelOculusTouchQuestAndRiftSRightController_5(); NullCheck(L_11); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_11, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchRiftLeftController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12 = __this->get_m_modelOculusTouchRiftLeftController_6(); NullCheck(L_12); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_12, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchRiftRightController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13 = __this->get_m_modelOculusTouchRiftRightController_7(); NullCheck(L_13); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_13, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchQuest2LeftController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = __this->get_m_modelOculusTouchQuest2LeftController_8(); NullCheck(L_14); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_14, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchQuest2RightController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_15 = __this->get_m_modelOculusTouchQuest2RightController_9(); NullCheck(L_15); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_15, (bool)0, /*hidden argument*/NULL); // OVRManager.InputFocusAcquired += InputFocusAquired; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_16 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_16, __this, (intptr_t)((intptr_t)OVRControllerHelper_InputFocusAquired_m37A2689155B430C877495681F2329CCD2833D7B3_RuntimeMethod_var), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_add_InputFocusAcquired_m3C95F705367E13B49A9E16FC8E7C1CBC87975404(L_16, /*hidden argument*/NULL); // OVRManager.InputFocusLost += InputFocusLost; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_17 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_17, __this, (intptr_t)((intptr_t)OVRControllerHelper_InputFocusLost_mA15FA78EF62FB055DFDE272A3208FDD666806EFB_RuntimeMethod_var), /*hidden argument*/NULL); OVRManager_add_InputFocusLost_mCD789F0E8B73E49B8102AA065938AA826068C6A8(L_17, /*hidden argument*/NULL); // } return; } } // System.Void OVRControllerHelper::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRControllerHelper_Update_mDA6B983D0B6A969C877BA98A5C359F92929D606B (OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral686B62DC85A76B4D986AD7F54097517BC28F71E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8527477538A58C4D0BEFF1E314F25DFC679B1257); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AB4E9905F6F550494FF4D258F973A6CC2395CC7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4FE860573CD6E03F0D1A4378C1F330A3820D8C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB85E78C75EF1A6F636689BD88A9D6C2A3B2B0A1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDB9281FC2D14194A4AC2156330964094CBAFBE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4C9085A8FC519D61179956F4A28BAD81D661A82); s_Il2CppMethodInitialized = true; } bool V_0 = false; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B6_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B5_0 = NULL; int32_t G_B7_0 = 0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B7_1 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B9_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B8_0 = NULL; int32_t G_B10_0 = 0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B10_1 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B12_0 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B11_0 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B13_0 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B13_1 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B15_0 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B14_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B16_0 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B16_1 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B20_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B19_0 = NULL; int32_t G_B21_0 = 0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B21_1 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B23_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B22_0 = NULL; int32_t G_B24_0 = 0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B24_1 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B26_0 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B25_0 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B27_0 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B27_1 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B29_0 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B28_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B30_0 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B30_1 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B33_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B32_0 = NULL; int32_t G_B34_0 = 0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B34_1 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B36_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B35_0 = NULL; int32_t G_B37_0 = 0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B37_1 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B39_0 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B38_0 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B40_0 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B40_1 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B42_0 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B41_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B43_0 = NULL; OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * G_B43_1 = NULL; String_t* G_B48_0 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B48_1 = NULL; String_t* G_B47_0 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B47_1 = NULL; float G_B49_0 = 0.0f; String_t* G_B49_1 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B49_2 = NULL; String_t* G_B51_0 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B51_1 = NULL; String_t* G_B50_0 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B50_1 = NULL; float G_B52_0 = 0.0f; String_t* G_B52_1 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B52_2 = NULL; String_t* G_B54_0 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B54_1 = NULL; String_t* G_B53_0 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B53_1 = NULL; float G_B55_0 = 0.0f; String_t* G_B55_1 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B55_2 = NULL; { // bool controllerConnected = OVRInput.IsControllerConnected(m_controller); int32_t L_0 = __this->get_m_controller_10(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); bool L_1; L_1 = OVRInput_IsControllerConnected_m24B7FF0FB50602F0A9D234CD376F3B1F3BB6D580(L_0, /*hidden argument*/NULL); V_0 = L_1; // if ((controllerConnected != m_prevControllerConnected) || !m_prevControllerConnectedCached || (m_hasInputFocus != m_hasInputFocusPrev)) bool L_2 = V_0; bool L_3 = __this->get_m_prevControllerConnected_16(); if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_002e; } } { bool L_4 = __this->get_m_prevControllerConnectedCached_17(); if (!L_4) { goto IL_002e; } } { bool L_5 = __this->get_m_hasInputFocus_13(); bool L_6 = __this->get_m_hasInputFocusPrev_14(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_0275; } } IL_002e: { // if (activeControllerType == ControllerType.Rift) int32_t L_7 = __this->get_activeControllerType_15(); if ((!(((uint32_t)L_7) == ((uint32_t)2)))) { goto IL_00e7; } } { // m_modelOculusTouchQuestAndRiftSLeftController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = __this->get_m_modelOculusTouchQuestAndRiftSLeftController_4(); NullCheck(L_8); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_8, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchQuestAndRiftSRightController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9 = __this->get_m_modelOculusTouchQuestAndRiftSRightController_5(); NullCheck(L_9); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_9, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchRiftLeftController.SetActive(controllerConnected && (m_controller == OVRInput.Controller.LTouch)); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10 = __this->get_m_modelOculusTouchRiftLeftController_6(); bool L_11 = V_0; G_B5_0 = L_10; if (!L_11) { G_B6_0 = L_10; goto IL_0066; } } { int32_t L_12 = __this->get_m_controller_10(); G_B7_0 = ((((int32_t)L_12) == ((int32_t)1))? 1 : 0); G_B7_1 = G_B5_0; goto IL_0067; } IL_0066: { G_B7_0 = 0; G_B7_1 = G_B6_0; } IL_0067: { NullCheck(G_B7_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(G_B7_1, (bool)G_B7_0, /*hidden argument*/NULL); // m_modelOculusTouchRiftRightController.SetActive(controllerConnected && (m_controller == OVRInput.Controller.RTouch)); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13 = __this->get_m_modelOculusTouchRiftRightController_7(); bool L_14 = V_0; G_B8_0 = L_13; if (!L_14) { G_B9_0 = L_13; goto IL_0080; } } { int32_t L_15 = __this->get_m_controller_10(); G_B10_0 = ((((int32_t)L_15) == ((int32_t)2))? 1 : 0); G_B10_1 = G_B8_0; goto IL_0081; } IL_0080: { G_B10_0 = 0; G_B10_1 = G_B9_0; } IL_0081: { NullCheck(G_B10_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(G_B10_1, (bool)G_B10_0, /*hidden argument*/NULL); // m_modelOculusTouchQuest2LeftController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16 = __this->get_m_modelOculusTouchQuest2LeftController_8(); NullCheck(L_16); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_16, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchQuest2RightController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17 = __this->get_m_modelOculusTouchQuest2RightController_9(); NullCheck(L_17); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_17, (bool)0, /*hidden argument*/NULL); // m_animator = m_controller == OVRInput.Controller.LTouch ? m_modelOculusTouchRiftLeftController.GetComponent() : // m_modelOculusTouchRiftRightController.GetComponent(); int32_t L_18 = __this->get_m_controller_10(); G_B11_0 = __this; if ((((int32_t)L_18) == ((int32_t)1))) { G_B12_0 = __this; goto IL_00b5; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_19 = __this->get_m_modelOculusTouchRiftRightController_7(); NullCheck(L_19); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_20; L_20 = GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36(L_19, /*hidden argument*/GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36_RuntimeMethod_var); G_B13_0 = L_20; G_B13_1 = G_B11_0; goto IL_00c0; } IL_00b5: { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_21 = __this->get_m_modelOculusTouchRiftLeftController_6(); NullCheck(L_21); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_22; L_22 = GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36(L_21, /*hidden argument*/GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36_RuntimeMethod_var); G_B13_0 = L_22; G_B13_1 = G_B12_0; } IL_00c0: { NullCheck(G_B13_1); G_B13_1->set_m_animator_11(G_B13_0); // m_activeController = m_controller == OVRInput.Controller.LTouch ? m_modelOculusTouchRiftLeftController : m_modelOculusTouchRiftRightController; int32_t L_23 = __this->get_m_controller_10(); G_B14_0 = __this; if ((((int32_t)L_23) == ((int32_t)1))) { G_B15_0 = __this; goto IL_00d7; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24 = __this->get_m_modelOculusTouchRiftRightController_7(); G_B16_0 = L_24; G_B16_1 = G_B14_0; goto IL_00dd; } IL_00d7: { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_25 = __this->get_m_modelOculusTouchRiftLeftController_6(); G_B16_0 = L_25; G_B16_1 = G_B15_0; } IL_00dd: { NullCheck(G_B16_1); G_B16_1->set_m_activeController_12(G_B16_0); // } goto IL_0248; } IL_00e7: { // else if (activeControllerType == ControllerType.Quest2) int32_t L_26 = __this->get_activeControllerType_15(); if ((!(((uint32_t)L_26) == ((uint32_t)3)))) { goto IL_01a0; } } { // m_modelOculusTouchQuestAndRiftSLeftController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_27 = __this->get_m_modelOculusTouchQuestAndRiftSLeftController_4(); NullCheck(L_27); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_27, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchQuestAndRiftSRightController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_28 = __this->get_m_modelOculusTouchQuestAndRiftSRightController_5(); NullCheck(L_28); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_28, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchRiftLeftController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29 = __this->get_m_modelOculusTouchRiftLeftController_6(); NullCheck(L_29); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_29, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchRiftRightController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_30 = __this->get_m_modelOculusTouchRiftRightController_7(); NullCheck(L_30); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_30, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchQuest2LeftController.SetActive(controllerConnected && (m_controller == OVRInput.Controller.LTouch)); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_31 = __this->get_m_modelOculusTouchQuest2LeftController_8(); bool L_32 = V_0; G_B19_0 = L_31; if (!L_32) { G_B20_0 = L_31; goto IL_0137; } } { int32_t L_33 = __this->get_m_controller_10(); G_B21_0 = ((((int32_t)L_33) == ((int32_t)1))? 1 : 0); G_B21_1 = G_B19_0; goto IL_0138; } IL_0137: { G_B21_0 = 0; G_B21_1 = G_B20_0; } IL_0138: { NullCheck(G_B21_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(G_B21_1, (bool)G_B21_0, /*hidden argument*/NULL); // m_modelOculusTouchQuest2RightController.SetActive(controllerConnected && (m_controller == OVRInput.Controller.RTouch)); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_34 = __this->get_m_modelOculusTouchQuest2RightController_9(); bool L_35 = V_0; G_B22_0 = L_34; if (!L_35) { G_B23_0 = L_34; goto IL_0151; } } { int32_t L_36 = __this->get_m_controller_10(); G_B24_0 = ((((int32_t)L_36) == ((int32_t)2))? 1 : 0); G_B24_1 = G_B22_0; goto IL_0152; } IL_0151: { G_B24_0 = 0; G_B24_1 = G_B23_0; } IL_0152: { NullCheck(G_B24_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(G_B24_1, (bool)G_B24_0, /*hidden argument*/NULL); // m_animator = m_controller == OVRInput.Controller.LTouch ? m_modelOculusTouchQuest2LeftController.GetComponent() : // m_modelOculusTouchQuest2RightController.GetComponent(); int32_t L_37 = __this->get_m_controller_10(); G_B25_0 = __this; if ((((int32_t)L_37) == ((int32_t)1))) { G_B26_0 = __this; goto IL_016e; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_38 = __this->get_m_modelOculusTouchQuest2RightController_9(); NullCheck(L_38); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_39; L_39 = GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36(L_38, /*hidden argument*/GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36_RuntimeMethod_var); G_B27_0 = L_39; G_B27_1 = G_B25_0; goto IL_0179; } IL_016e: { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_40 = __this->get_m_modelOculusTouchQuest2LeftController_8(); NullCheck(L_40); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_41; L_41 = GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36(L_40, /*hidden argument*/GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36_RuntimeMethod_var); G_B27_0 = L_41; G_B27_1 = G_B26_0; } IL_0179: { NullCheck(G_B27_1); G_B27_1->set_m_animator_11(G_B27_0); // m_activeController = m_controller == OVRInput.Controller.LTouch ? m_modelOculusTouchQuest2LeftController : m_modelOculusTouchQuest2RightController; int32_t L_42 = __this->get_m_controller_10(); G_B28_0 = __this; if ((((int32_t)L_42) == ((int32_t)1))) { G_B29_0 = __this; goto IL_0190; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_43 = __this->get_m_modelOculusTouchQuest2RightController_9(); G_B30_0 = L_43; G_B30_1 = G_B28_0; goto IL_0196; } IL_0190: { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_44 = __this->get_m_modelOculusTouchQuest2LeftController_8(); G_B30_0 = L_44; G_B30_1 = G_B29_0; } IL_0196: { NullCheck(G_B30_1); G_B30_1->set_m_activeController_12(G_B30_0); // } goto IL_0248; } IL_01a0: { // m_modelOculusTouchQuestAndRiftSLeftController.SetActive(controllerConnected && (m_controller == OVRInput.Controller.LTouch)); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_45 = __this->get_m_modelOculusTouchQuestAndRiftSLeftController_4(); bool L_46 = V_0; G_B32_0 = L_45; if (!L_46) { G_B33_0 = L_45; goto IL_01b4; } } { int32_t L_47 = __this->get_m_controller_10(); G_B34_0 = ((((int32_t)L_47) == ((int32_t)1))? 1 : 0); G_B34_1 = G_B32_0; goto IL_01b5; } IL_01b4: { G_B34_0 = 0; G_B34_1 = G_B33_0; } IL_01b5: { NullCheck(G_B34_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(G_B34_1, (bool)G_B34_0, /*hidden argument*/NULL); // m_modelOculusTouchQuestAndRiftSRightController.SetActive(controllerConnected && (m_controller == OVRInput.Controller.RTouch)); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_48 = __this->get_m_modelOculusTouchQuestAndRiftSRightController_5(); bool L_49 = V_0; G_B35_0 = L_48; if (!L_49) { G_B36_0 = L_48; goto IL_01ce; } } { int32_t L_50 = __this->get_m_controller_10(); G_B37_0 = ((((int32_t)L_50) == ((int32_t)2))? 1 : 0); G_B37_1 = G_B35_0; goto IL_01cf; } IL_01ce: { G_B37_0 = 0; G_B37_1 = G_B36_0; } IL_01cf: { NullCheck(G_B37_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(G_B37_1, (bool)G_B37_0, /*hidden argument*/NULL); // m_modelOculusTouchRiftLeftController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_51 = __this->get_m_modelOculusTouchRiftLeftController_6(); NullCheck(L_51); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_51, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchRiftRightController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_52 = __this->get_m_modelOculusTouchRiftRightController_7(); NullCheck(L_52); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_52, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchQuest2LeftController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_53 = __this->get_m_modelOculusTouchQuest2LeftController_8(); NullCheck(L_53); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_53, (bool)0, /*hidden argument*/NULL); // m_modelOculusTouchQuest2RightController.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_54 = __this->get_m_modelOculusTouchQuest2RightController_9(); NullCheck(L_54); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_54, (bool)0, /*hidden argument*/NULL); // m_animator = m_controller == OVRInput.Controller.LTouch ? m_modelOculusTouchQuestAndRiftSLeftController.GetComponent() : // m_modelOculusTouchQuestAndRiftSRightController.GetComponent(); int32_t L_55 = __this->get_m_controller_10(); G_B38_0 = __this; if ((((int32_t)L_55) == ((int32_t)1))) { G_B39_0 = __this; goto IL_021b; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_56 = __this->get_m_modelOculusTouchQuestAndRiftSRightController_5(); NullCheck(L_56); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_57; L_57 = GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36(L_56, /*hidden argument*/GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36_RuntimeMethod_var); G_B40_0 = L_57; G_B40_1 = G_B38_0; goto IL_0226; } IL_021b: { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_58 = __this->get_m_modelOculusTouchQuestAndRiftSLeftController_4(); NullCheck(L_58); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_59; L_59 = GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36(L_58, /*hidden argument*/GameObject_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m7B3DD04368DD8D8896F3694FFDF28D1CE00F5B36_RuntimeMethod_var); G_B40_0 = L_59; G_B40_1 = G_B39_0; } IL_0226: { NullCheck(G_B40_1); G_B40_1->set_m_animator_11(G_B40_0); // m_activeController = m_controller == OVRInput.Controller.LTouch ? m_modelOculusTouchQuestAndRiftSLeftController : m_modelOculusTouchQuestAndRiftSRightController; int32_t L_60 = __this->get_m_controller_10(); G_B41_0 = __this; if ((((int32_t)L_60) == ((int32_t)1))) { G_B42_0 = __this; goto IL_023d; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_61 = __this->get_m_modelOculusTouchQuestAndRiftSRightController_5(); G_B43_0 = L_61; G_B43_1 = G_B41_0; goto IL_0243; } IL_023d: { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_62 = __this->get_m_modelOculusTouchQuestAndRiftSLeftController_4(); G_B43_0 = L_62; G_B43_1 = G_B42_0; } IL_0243: { NullCheck(G_B43_1); G_B43_1->set_m_activeController_12(G_B43_0); } IL_0248: { // m_activeController.SetActive(m_hasInputFocus && controllerConnected); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_63 = __this->get_m_activeController_12(); bool L_64 = __this->get_m_hasInputFocus_13(); bool L_65 = V_0; NullCheck(L_63); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_63, (bool)((int32_t)((int32_t)L_64&(int32_t)L_65)), /*hidden argument*/NULL); // m_prevControllerConnected = controllerConnected; bool L_66 = V_0; __this->set_m_prevControllerConnected_16(L_66); // m_prevControllerConnectedCached = true; __this->set_m_prevControllerConnectedCached_17((bool)1); // m_hasInputFocusPrev = m_hasInputFocus; bool L_67 = __this->get_m_hasInputFocus_13(); __this->set_m_hasInputFocusPrev_14(L_67); } IL_0275: { // if (m_animator != null) Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_68 = __this->get_m_animator_11(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_69; L_69 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_68, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_69) { goto IL_0382; } } { // m_animator.SetFloat("Button 1", OVRInput.Get(OVRInput.Button.One, m_controller) ? 1.0f : 0.0f); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_70 = __this->get_m_animator_11(); int32_t L_71 = __this->get_m_controller_10(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); bool L_72; L_72 = OVRInput_Get_m0C7655F5F5118ADD5F3B5BDE2E9741E654329E91(1, L_71, /*hidden argument*/NULL); G_B47_0 = _stringLiteral8527477538A58C4D0BEFF1E314F25DFC679B1257; G_B47_1 = L_70; if (L_72) { G_B48_0 = _stringLiteral8527477538A58C4D0BEFF1E314F25DFC679B1257; G_B48_1 = L_70; goto IL_02a6; } } { G_B49_0 = (0.0f); G_B49_1 = G_B47_0; G_B49_2 = G_B47_1; goto IL_02ab; } IL_02a6: { G_B49_0 = (1.0f); G_B49_1 = G_B48_0; G_B49_2 = G_B48_1; } IL_02ab: { NullCheck(G_B49_2); Animator_SetFloat_mD731F47ED44C2D629F8E1C6DB15629C3E1B992A0(G_B49_2, G_B49_1, G_B49_0, /*hidden argument*/NULL); // m_animator.SetFloat("Button 2", OVRInput.Get(OVRInput.Button.Two, m_controller) ? 1.0f : 0.0f); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_73 = __this->get_m_animator_11(); int32_t L_74 = __this->get_m_controller_10(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); bool L_75; L_75 = OVRInput_Get_m0C7655F5F5118ADD5F3B5BDE2E9741E654329E91(2, L_74, /*hidden argument*/NULL); G_B50_0 = _stringLiteral686B62DC85A76B4D986AD7F54097517BC28F71E3; G_B50_1 = L_73; if (L_75) { G_B51_0 = _stringLiteral686B62DC85A76B4D986AD7F54097517BC28F71E3; G_B51_1 = L_73; goto IL_02d0; } } { G_B52_0 = (0.0f); G_B52_1 = G_B50_0; G_B52_2 = G_B50_1; goto IL_02d5; } IL_02d0: { G_B52_0 = (1.0f); G_B52_1 = G_B51_0; G_B52_2 = G_B51_1; } IL_02d5: { NullCheck(G_B52_2); Animator_SetFloat_mD731F47ED44C2D629F8E1C6DB15629C3E1B992A0(G_B52_2, G_B52_1, G_B52_0, /*hidden argument*/NULL); // m_animator.SetFloat("Button 3", OVRInput.Get(OVRInput.Button.Start, m_controller) ? 1.0f : 0.0f); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_76 = __this->get_m_animator_11(); int32_t L_77 = __this->get_m_controller_10(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); bool L_78; L_78 = OVRInput_Get_m0C7655F5F5118ADD5F3B5BDE2E9741E654329E91(((int32_t)256), L_77, /*hidden argument*/NULL); G_B53_0 = _stringLiteralBDB9281FC2D14194A4AC2156330964094CBAFBE7; G_B53_1 = L_76; if (L_78) { G_B54_0 = _stringLiteralBDB9281FC2D14194A4AC2156330964094CBAFBE7; G_B54_1 = L_76; goto IL_02fe; } } { G_B55_0 = (0.0f); G_B55_1 = G_B53_0; G_B55_2 = G_B53_1; goto IL_0303; } IL_02fe: { G_B55_0 = (1.0f); G_B55_1 = G_B54_0; G_B55_2 = G_B54_1; } IL_0303: { NullCheck(G_B55_2); Animator_SetFloat_mD731F47ED44C2D629F8E1C6DB15629C3E1B992A0(G_B55_2, G_B55_1, G_B55_0, /*hidden argument*/NULL); // m_animator.SetFloat("Joy X", OVRInput.Get(OVRInput.Axis2D.PrimaryThumbstick, m_controller).x); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_79 = __this->get_m_animator_11(); int32_t L_80 = __this->get_m_controller_10(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_81; L_81 = OVRInput_Get_m4597F63AAED66C9BF98F604D7837A4D9763D3B26(1, L_80, /*hidden argument*/NULL); float L_82 = L_81.get_x_0(); NullCheck(L_79); Animator_SetFloat_mD731F47ED44C2D629F8E1C6DB15629C3E1B992A0(L_79, _stringLiteralF4C9085A8FC519D61179956F4A28BAD81D661A82, L_82, /*hidden argument*/NULL); // m_animator.SetFloat("Joy Y", OVRInput.Get(OVRInput.Axis2D.PrimaryThumbstick, m_controller).y); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_83 = __this->get_m_animator_11(); int32_t L_84 = __this->get_m_controller_10(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_85; L_85 = OVRInput_Get_m4597F63AAED66C9BF98F604D7837A4D9763D3B26(1, L_84, /*hidden argument*/NULL); float L_86 = L_85.get_y_1(); NullCheck(L_83); Animator_SetFloat_mD731F47ED44C2D629F8E1C6DB15629C3E1B992A0(L_83, _stringLiteral8AB4E9905F6F550494FF4D258F973A6CC2395CC7, L_86, /*hidden argument*/NULL); // m_animator.SetFloat("Trigger", OVRInput.Get(OVRInput.Axis1D.PrimaryIndexTrigger, m_controller)); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_87 = __this->get_m_animator_11(); int32_t L_88 = __this->get_m_controller_10(); float L_89; L_89 = OVRInput_Get_mD0906DB101F1C7DDEEFF8144FE0A8ABBF31B752F(1, L_88, /*hidden argument*/NULL); NullCheck(L_87); Animator_SetFloat_mD731F47ED44C2D629F8E1C6DB15629C3E1B992A0(L_87, _stringLiteralB85E78C75EF1A6F636689BD88A9D6C2A3B2B0A1B, L_89, /*hidden argument*/NULL); // m_animator.SetFloat("Grip", OVRInput.Get(OVRInput.Axis1D.PrimaryHandTrigger, m_controller)); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_90 = __this->get_m_animator_11(); int32_t L_91 = __this->get_m_controller_10(); float L_92; L_92 = OVRInput_Get_mD0906DB101F1C7DDEEFF8144FE0A8ABBF31B752F(4, L_91, /*hidden argument*/NULL); NullCheck(L_90); Animator_SetFloat_mD731F47ED44C2D629F8E1C6DB15629C3E1B992A0(L_90, _stringLiteralB4FE860573CD6E03F0D1A4378C1F330A3820D8C9, L_92, /*hidden argument*/NULL); } IL_0382: { // } return; } } // System.Void OVRControllerHelper::InputFocusAquired() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRControllerHelper_InputFocusAquired_m37A2689155B430C877495681F2329CCD2833D7B3 (OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * __this, const RuntimeMethod* method) { { // m_hasInputFocus = true; __this->set_m_hasInputFocus_13((bool)1); // } return; } } // System.Void OVRControllerHelper::InputFocusLost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRControllerHelper_InputFocusLost_mA15FA78EF62FB055DFDE272A3208FDD666806EFB (OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * __this, const RuntimeMethod* method) { { // m_hasInputFocus = false; __this->set_m_hasInputFocus_13((bool)0); // } return; } } // System.Void OVRControllerHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRControllerHelper__ctor_m111CEC8CE012E4BD67B8D474C55C83F78EBD9E38 (OVRControllerHelper_tD17EFBADB4AC8B80A0DA8D49801EE0472E3BF2B6 * __this, const RuntimeMethod* method) { { // private bool m_hasInputFocus = true; __this->set_m_hasInputFocus_13((bool)1); // private ControllerType activeControllerType = ControllerType.Rift; __this->set_activeControllerType_15(2); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OVRControllerTest::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRControllerTest_Start_m5161187F56C6DD2062E32DF03F348EF5F02B6C50 (OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE1D4B0541E4F789EE83455AC1E37C16542A220E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_0_mE367D704888C1BEC66C583E88BA3EDE21955E5AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_10_m11C695C8211F2F2B6DBEC84518ECFA16C6749F71_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_11_mC7FBD68B5BC5E7C495779C96F1C0463D97FFBBDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_12_m46671D441B74195533B9BF2743EA24A16EF26F1E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_13_m5BD6D05EC34D8506CD353BBD18F20E73579128BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_14_m00AE385DD3F0AB6E8CE7FEA68DE682234B91D188_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_15_mA90AEA1B50238D6A8A535C26C83E564ED4EE0316_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_16_m51949327E49E7B5FA6150A9DAF8431233FF3981A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_17_m4AFB3C20AEBA313D29CAC99152D0E58B9AD712EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_18_m4872F34DFD8E08A3AD2EE3DDACB82577A711C755_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_19_mA53ED781306A2E1980AF388703A1D2BB3327003C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_1_mA318E533F49A3CA5868A301B5677C55ED7BE0329_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_20_mB38CEA967F11801D4BBC2432EF23073A6BD410C9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_21_m1B02951D68E4230B9CAF93C7306CD72C515D99BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_22_mE0F3121BF6C9E689DDA5CD3D2F7522AFB0AE8415_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_23_m31A8616FE2B903ABE603113CC4AC1C12A0C15205_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_24_m352AFFFA57524394962E5D42C451466445370B4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_25_m290CE3E583BE8D0D53F2FDC20F57C7169B28D0A7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_26_m779F52AF1BCAAA436D77491CA22BF7DABB75F835_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_27_m5E20FB5FF136642AAC3C5957DE850C76A280072C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_28_m81CD2BF63A74DF37800F4DBBCB4200F839D4C3BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_29_m4A62D8CC2ECFB236B7F7A136AF8767070315DEDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_2_m3FA5663121D9619B42C99810DC255CB4857F6911_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_30_mE21C41554BEE6784268EA9C9E2E77319E6E67ADA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_3_m03BD6D87A7BBA3CF4E29B444588EC9617D1FF7AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_4_mFBE71993618066B13BCE605B9E1724D66D808334_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_5_m0ADD4C7A11B1F3B525C2954573302C2473F48C6D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_6_m19BB63AE166E3A07A1BB5F4E02D3F164557C2BF3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_7_m4CEA4F77A82EE1FAAFD059862BE045EE20F5E24D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_8_m878D1980998FEB2D10BB3F5C3598AD83782831F4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__4_9_mE25D85B258A37F75D6A0533C2DA99C1BAA1C8A0A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01BA1A322742742577E3F875214AAF2980F9B8AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1247540E10AD50C8A9DB709C01F33A20CB322C58); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12568DC6B21322152CFA3785B6A8B0B8CFA834BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16A70DC8C790D0EFD53AE03FF23CB99D8B7A53CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19593728B9AE3C44B9356D0A92B774EE8EEFF23C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30145EB843B009DE61DE064583DD319D7E34681F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3291FCD7C86A6A94166F93CE63358E5FF1BA0FA8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33C4F37C9F6C219681C5EB113A4BBC470FCE5BB8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral391E0449A39C18F279012AA837BFB9F9ECBBA2AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4120BA3DF3804EAB119B2F6E22C1E90932D3E2F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41D60A5A89A02B20F37A2689DEF4DDDC51ED1AC9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral455BE6C51A15F36C8D913F896775D15888AC8673); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A261EB7E7319776625F5A015EA18053797E6890); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FC81818E407FA0BE11A1564F183AB8E85D487AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58E7055138B004766F298454D7DE7C40A7F52AC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral737DE5CED9C021D7C35ECCEFAAC62EA5FC789DD5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8243A16D425F93AF62CAAB2BFAE01A2D6246A5FE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral855DDA5969660E9E7E4D4A9E7CC478625EC2CF50); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AF1B8EC176834ECE63ABE42587B79B4F11D5E9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9203F6236BEC33405B054D2236BF236AB5EBE63B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94DF3EE5E71530A0993D4D775DDFCD864C93FA5D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C5D44AB8DF3841158DAD0DA9AE7C0809B079947); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D354CA1036DDA6F701F800C5C1B3A4235D2EDD7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE24C5BE9B741FFFA87D2A951BFE7EA0440461CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7493EFF65617FF1041B63E7475944599561344A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED318479DD54984A8BC4D977BEDF484CB606222D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED54025B19DF29A97F4B4E1BA516C45EA7596888); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF38CEDA0EED9259270E89D94C4F9312139D75B45); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF62139C40AE9FF2663197C1F7637AA777DF2F6B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAB6506B7C8F6734F46C14E29E796C90AB92AEB7); s_Il2CppMethodInitialized = true; } BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B4_0 = NULL; String_t* G_B4_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B4_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B4_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B4_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B3_0 = NULL; String_t* G_B3_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B3_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B3_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B3_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B6_0 = NULL; String_t* G_B6_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B6_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B6_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B6_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B5_0 = NULL; String_t* G_B5_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B5_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B5_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B5_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B8_0 = NULL; String_t* G_B8_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B8_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B8_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B8_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B7_0 = NULL; String_t* G_B7_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B7_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B7_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B7_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B10_0 = NULL; String_t* G_B10_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B10_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B10_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B10_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B9_0 = NULL; String_t* G_B9_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B9_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B9_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B9_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B12_0 = NULL; String_t* G_B12_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B12_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B12_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B12_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B11_0 = NULL; String_t* G_B11_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B11_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B11_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B11_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B14_0 = NULL; String_t* G_B14_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B14_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B14_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B14_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B13_0 = NULL; String_t* G_B13_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B13_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B13_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B13_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B16_0 = NULL; String_t* G_B16_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B16_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B16_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B16_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B15_0 = NULL; String_t* G_B15_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B15_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B15_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B15_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B18_0 = NULL; String_t* G_B18_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B18_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B18_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B18_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B17_0 = NULL; String_t* G_B17_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B17_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B17_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B17_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B20_0 = NULL; String_t* G_B20_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B20_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B20_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B20_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B19_0 = NULL; String_t* G_B19_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B19_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B19_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B19_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B22_0 = NULL; String_t* G_B22_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B22_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B22_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B22_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B21_0 = NULL; String_t* G_B21_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B21_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B21_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B21_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B24_0 = NULL; String_t* G_B24_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B24_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B24_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B24_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B23_0 = NULL; String_t* G_B23_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B23_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B23_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B23_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B26_0 = NULL; String_t* G_B26_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B26_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B26_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B26_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B25_0 = NULL; String_t* G_B25_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B25_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B25_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B25_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B28_0 = NULL; String_t* G_B28_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B28_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B28_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B28_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B27_0 = NULL; String_t* G_B27_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B27_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B27_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B27_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B30_0 = NULL; String_t* G_B30_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B30_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B30_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B30_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B29_0 = NULL; String_t* G_B29_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B29_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B29_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B29_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B32_0 = NULL; String_t* G_B32_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B32_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B32_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B32_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B31_0 = NULL; String_t* G_B31_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B31_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B31_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B31_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B34_0 = NULL; String_t* G_B34_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B34_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B34_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B34_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B33_0 = NULL; String_t* G_B33_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B33_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B33_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B33_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B36_0 = NULL; String_t* G_B36_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B36_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B36_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B36_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B35_0 = NULL; String_t* G_B35_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B35_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B35_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B35_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B38_0 = NULL; String_t* G_B38_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B38_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B38_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B38_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B37_0 = NULL; String_t* G_B37_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B37_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B37_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B37_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B40_0 = NULL; String_t* G_B40_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B40_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B40_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B40_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B39_0 = NULL; String_t* G_B39_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B39_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B39_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B39_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B42_0 = NULL; String_t* G_B42_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B42_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B42_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B42_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B41_0 = NULL; String_t* G_B41_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B41_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B41_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B41_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B44_0 = NULL; String_t* G_B44_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B44_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B44_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B44_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B43_0 = NULL; String_t* G_B43_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B43_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B43_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B43_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B46_0 = NULL; String_t* G_B46_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B46_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B46_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B46_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B45_0 = NULL; String_t* G_B45_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B45_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B45_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B45_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B48_0 = NULL; String_t* G_B48_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B48_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B48_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B48_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B47_0 = NULL; String_t* G_B47_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B47_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B47_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B47_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B50_0 = NULL; String_t* G_B50_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B50_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B50_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B50_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B49_0 = NULL; String_t* G_B49_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B49_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B49_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B49_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B52_0 = NULL; String_t* G_B52_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B52_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B52_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B52_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B51_0 = NULL; String_t* G_B51_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B51_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B51_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B51_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B54_0 = NULL; String_t* G_B54_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B54_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B54_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B54_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B53_0 = NULL; String_t* G_B53_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B53_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B53_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B53_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B56_0 = NULL; String_t* G_B56_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B56_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B56_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B56_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B55_0 = NULL; String_t* G_B55_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B55_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B55_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B55_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B58_0 = NULL; String_t* G_B58_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B58_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B58_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B58_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B57_0 = NULL; String_t* G_B57_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B57_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B57_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B57_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B60_0 = NULL; String_t* G_B60_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B60_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B60_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B60_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B59_0 = NULL; String_t* G_B59_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B59_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B59_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B59_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B62_0 = NULL; String_t* G_B62_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B62_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B62_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B62_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B61_0 = NULL; String_t* G_B61_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B61_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B61_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B61_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B64_0 = NULL; String_t* G_B64_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B64_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B64_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B64_4 = NULL; BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * G_B63_0 = NULL; String_t* G_B63_1 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B63_2 = NULL; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * G_B63_3 = NULL; OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * G_B63_4 = NULL; { // if (uiText != null) Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_uiText_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { // uiText.supportRichText = false; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_2 = __this->get_uiText_4(); NullCheck(L_2); Text_set_supportRichText_m62254112F808CB0F15355E81FEA2C8174FC6D66D(L_2, (bool)0, /*hidden argument*/NULL); } IL_001a: { // data = new StringBuilder(2048); StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_3, ((int32_t)2048), /*hidden argument*/NULL); __this->set_data_6(L_3); // monitors = new List() // { // // virtual // new BoolMonitor("One", () => OVRInput.Get(OVRInput.Button.One)), // new BoolMonitor("OneDown", () => OVRInput.GetDown(OVRInput.Button.One)), // new BoolMonitor("OneUp", () => OVRInput.GetUp(OVRInput.Button.One)), // new BoolMonitor("One (Touch)", () => OVRInput.Get(OVRInput.Touch.One)), // new BoolMonitor("OneDown (Touch)", () => OVRInput.GetDown(OVRInput.Touch.One)), // new BoolMonitor("OneUp (Touch)", () => OVRInput.GetUp(OVRInput.Touch.One)), // new BoolMonitor("Two", () => OVRInput.Get(OVRInput.Button.Two)), // new BoolMonitor("TwoDown", () => OVRInput.GetDown(OVRInput.Button.Two)), // new BoolMonitor("TwoUp", () => OVRInput.GetUp(OVRInput.Button.Two)), // new BoolMonitor("PrimaryIndexTrigger", () => OVRInput.Get(OVRInput.Button.PrimaryIndexTrigger)), // new BoolMonitor("PrimaryIndexTriggerDown", () => OVRInput.GetDown(OVRInput.Button.PrimaryIndexTrigger)), // new BoolMonitor("PrimaryIndexTriggerUp", () => OVRInput.GetUp(OVRInput.Button.PrimaryIndexTrigger)), // new BoolMonitor("PrimaryIndexTrigger (Touch)", () => OVRInput.Get(OVRInput.Touch.PrimaryIndexTrigger)), // new BoolMonitor("PrimaryIndexTriggerDown (Touch)", () => OVRInput.GetDown(OVRInput.Touch.PrimaryIndexTrigger)), // new BoolMonitor("PrimaryIndexTriggerUp (Touch)", () => OVRInput.GetUp(OVRInput.Touch.PrimaryIndexTrigger)), // new BoolMonitor("PrimaryHandTrigger", () => OVRInput.Get(OVRInput.Button.PrimaryHandTrigger)), // new BoolMonitor("PrimaryHandTriggerDown", () => OVRInput.GetDown(OVRInput.Button.PrimaryHandTrigger)), // new BoolMonitor("PrimaryHandTriggerUp", () => OVRInput.GetUp(OVRInput.Button.PrimaryHandTrigger)), // new BoolMonitor("Up", () => OVRInput.Get(OVRInput.Button.Up)), // new BoolMonitor("Down", () => OVRInput.Get(OVRInput.Button.Down)), // new BoolMonitor("Left", () => OVRInput.Get(OVRInput.Button.Left)), // new BoolMonitor("Right", () => OVRInput.Get(OVRInput.Button.Right)), // // // raw // new BoolMonitor("Start", () => OVRInput.Get(OVRInput.RawButton.Start)), // new BoolMonitor("StartDown", () => OVRInput.GetDown(OVRInput.RawButton.Start)), // new BoolMonitor("StartUp", () => OVRInput.GetUp(OVRInput.RawButton.Start)), // new BoolMonitor("Back", () => OVRInput.Get(OVRInput.RawButton.Back)), // new BoolMonitor("BackDown", () => OVRInput.GetDown(OVRInput.RawButton.Back)), // new BoolMonitor("BackUp", () => OVRInput.GetUp(OVRInput.RawButton.Back)), // new BoolMonitor("A", () => OVRInput.Get(OVRInput.RawButton.A)), // new BoolMonitor("ADown", () => OVRInput.GetDown(OVRInput.RawButton.A)), // new BoolMonitor("AUp", () => OVRInput.GetUp(OVRInput.RawButton.A)), // }; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_4 = (List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 *)il2cpp_codegen_object_new(List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223_il2cpp_TypeInfo_var); List_1__ctor_mE1D4B0541E4F789EE83455AC1E37C16542A220E3(L_4, /*hidden argument*/List_1__ctor_mE1D4B0541E4F789EE83455AC1E37C16542A220E3_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_5 = L_4; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_6 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_0_1(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_7 = L_6; G_B3_0 = L_7; G_B3_1 = _stringLiteral8AF1B8EC176834ECE63ABE42587B79B4F11D5E9D; G_B3_2 = L_5; G_B3_3 = L_5; G_B3_4 = __this; if (L_7) { G_B4_0 = L_7; G_B4_1 = _stringLiteral8AF1B8EC176834ECE63ABE42587B79B4F11D5E9D; G_B4_2 = L_5; G_B4_3 = L_5; G_B4_4 = __this; goto IL_0055; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_8 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_9 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_0_mE367D704888C1BEC66C583E88BA3EDE21955E5AE_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_10 = L_9; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_0_1(L_10); G_B4_0 = L_10; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; G_B4_4 = G_B3_4; } IL_0055: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_11 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_11, G_B4_1, G_B4_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B4_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B4_2, L_11, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_12 = G_B4_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_13 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_1_2(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_14 = L_13; G_B5_0 = L_14; G_B5_1 = _stringLiteralD7493EFF65617FF1041B63E7475944599561344A; G_B5_2 = L_12; G_B5_3 = L_12; G_B5_4 = G_B4_4; if (L_14) { G_B6_0 = L_14; G_B6_1 = _stringLiteralD7493EFF65617FF1041B63E7475944599561344A; G_B6_2 = L_12; G_B6_3 = L_12; G_B6_4 = G_B4_4; goto IL_0089; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_15 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_16 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_16, L_15, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_1_mA318E533F49A3CA5868A301B5677C55ED7BE0329_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_17 = L_16; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_1_2(L_17); G_B6_0 = L_17; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; G_B6_3 = G_B5_3; G_B6_4 = G_B5_4; } IL_0089: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_18 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_18, G_B6_1, G_B6_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B6_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B6_2, L_18, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_19 = G_B6_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_20 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_2_3(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_21 = L_20; G_B7_0 = L_21; G_B7_1 = _stringLiteral94DF3EE5E71530A0993D4D775DDFCD864C93FA5D; G_B7_2 = L_19; G_B7_3 = L_19; G_B7_4 = G_B6_4; if (L_21) { G_B8_0 = L_21; G_B8_1 = _stringLiteral94DF3EE5E71530A0993D4D775DDFCD864C93FA5D; G_B8_2 = L_19; G_B8_3 = L_19; G_B8_4 = G_B6_4; goto IL_00bd; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_22 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_23 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_23, L_22, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_2_m3FA5663121D9619B42C99810DC255CB4857F6911_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_24 = L_23; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_2_3(L_24); G_B8_0 = L_24; G_B8_1 = G_B7_1; G_B8_2 = G_B7_2; G_B8_3 = G_B7_3; G_B8_4 = G_B7_4; } IL_00bd: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_25 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_25, G_B8_1, G_B8_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B8_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B8_2, L_25, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_26 = G_B8_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_27 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_3_4(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_28 = L_27; G_B9_0 = L_28; G_B9_1 = _stringLiteral30145EB843B009DE61DE064583DD319D7E34681F; G_B9_2 = L_26; G_B9_3 = L_26; G_B9_4 = G_B8_4; if (L_28) { G_B10_0 = L_28; G_B10_1 = _stringLiteral30145EB843B009DE61DE064583DD319D7E34681F; G_B10_2 = L_26; G_B10_3 = L_26; G_B10_4 = G_B8_4; goto IL_00f1; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_29 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_30 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_30, L_29, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_3_m03BD6D87A7BBA3CF4E29B444588EC9617D1FF7AC_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_31 = L_30; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_3_4(L_31); G_B10_0 = L_31; G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; G_B10_3 = G_B9_3; G_B10_4 = G_B9_4; } IL_00f1: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_32 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_32, G_B10_1, G_B10_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B10_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B10_2, L_32, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_33 = G_B10_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_34 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_4_5(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_35 = L_34; G_B11_0 = L_35; G_B11_1 = _stringLiteral9C5D44AB8DF3841158DAD0DA9AE7C0809B079947; G_B11_2 = L_33; G_B11_3 = L_33; G_B11_4 = G_B10_4; if (L_35) { G_B12_0 = L_35; G_B12_1 = _stringLiteral9C5D44AB8DF3841158DAD0DA9AE7C0809B079947; G_B12_2 = L_33; G_B12_3 = L_33; G_B12_4 = G_B10_4; goto IL_0125; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_36 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_37 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_37, L_36, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_4_mFBE71993618066B13BCE605B9E1724D66D808334_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_38 = L_37; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_4_5(L_38); G_B12_0 = L_38; G_B12_1 = G_B11_1; G_B12_2 = G_B11_2; G_B12_3 = G_B11_3; G_B12_4 = G_B11_4; } IL_0125: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_39 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_39, G_B12_1, G_B12_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B12_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B12_2, L_39, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_40 = G_B12_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_41 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_5_6(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_42 = L_41; G_B13_0 = L_42; G_B13_1 = _stringLiteral19593728B9AE3C44B9356D0A92B774EE8EEFF23C; G_B13_2 = L_40; G_B13_3 = L_40; G_B13_4 = G_B12_4; if (L_42) { G_B14_0 = L_42; G_B14_1 = _stringLiteral19593728B9AE3C44B9356D0A92B774EE8EEFF23C; G_B14_2 = L_40; G_B14_3 = L_40; G_B14_4 = G_B12_4; goto IL_0159; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_43 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_44 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_44, L_43, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_5_m0ADD4C7A11B1F3B525C2954573302C2473F48C6D_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_45 = L_44; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_5_6(L_45); G_B14_0 = L_45; G_B14_1 = G_B13_1; G_B14_2 = G_B13_2; G_B14_3 = G_B13_3; G_B14_4 = G_B13_4; } IL_0159: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_46 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_46, G_B14_1, G_B14_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B14_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B14_2, L_46, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_47 = G_B14_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_48 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_6_7(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_49 = L_48; G_B15_0 = L_49; G_B15_1 = _stringLiteral391E0449A39C18F279012AA837BFB9F9ECBBA2AE; G_B15_2 = L_47; G_B15_3 = L_47; G_B15_4 = G_B14_4; if (L_49) { G_B16_0 = L_49; G_B16_1 = _stringLiteral391E0449A39C18F279012AA837BFB9F9ECBBA2AE; G_B16_2 = L_47; G_B16_3 = L_47; G_B16_4 = G_B14_4; goto IL_018d; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_50 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_51 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_51, L_50, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_6_m19BB63AE166E3A07A1BB5F4E02D3F164557C2BF3_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_52 = L_51; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_6_7(L_52); G_B16_0 = L_52; G_B16_1 = G_B15_1; G_B16_2 = G_B15_2; G_B16_3 = G_B15_3; G_B16_4 = G_B15_4; } IL_018d: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_53 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_53, G_B16_1, G_B16_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B16_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B16_2, L_53, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_54 = G_B16_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_55 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_7_8(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_56 = L_55; G_B17_0 = L_56; G_B17_1 = _stringLiteralF38CEDA0EED9259270E89D94C4F9312139D75B45; G_B17_2 = L_54; G_B17_3 = L_54; G_B17_4 = G_B16_4; if (L_56) { G_B18_0 = L_56; G_B18_1 = _stringLiteralF38CEDA0EED9259270E89D94C4F9312139D75B45; G_B18_2 = L_54; G_B18_3 = L_54; G_B18_4 = G_B16_4; goto IL_01c1; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_57 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_58 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_58, L_57, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_7_m4CEA4F77A82EE1FAAFD059862BE045EE20F5E24D_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_59 = L_58; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_7_8(L_59); G_B18_0 = L_59; G_B18_1 = G_B17_1; G_B18_2 = G_B17_2; G_B18_3 = G_B17_3; G_B18_4 = G_B17_4; } IL_01c1: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_60 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_60, G_B18_1, G_B18_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B18_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B18_2, L_60, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_61 = G_B18_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_62 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_8_9(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_63 = L_62; G_B19_0 = L_63; G_B19_1 = _stringLiteral855DDA5969660E9E7E4D4A9E7CC478625EC2CF50; G_B19_2 = L_61; G_B19_3 = L_61; G_B19_4 = G_B18_4; if (L_63) { G_B20_0 = L_63; G_B20_1 = _stringLiteral855DDA5969660E9E7E4D4A9E7CC478625EC2CF50; G_B20_2 = L_61; G_B20_3 = L_61; G_B20_4 = G_B18_4; goto IL_01f5; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_64 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_65 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_65, L_64, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_8_m878D1980998FEB2D10BB3F5C3598AD83782831F4_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_66 = L_65; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_8_9(L_66); G_B20_0 = L_66; G_B20_1 = G_B19_1; G_B20_2 = G_B19_2; G_B20_3 = G_B19_3; G_B20_4 = G_B19_4; } IL_01f5: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_67 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_67, G_B20_1, G_B20_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B20_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B20_2, L_67, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_68 = G_B20_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_69 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_9_10(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_70 = L_69; G_B21_0 = L_70; G_B21_1 = _stringLiteral12568DC6B21322152CFA3785B6A8B0B8CFA834BD; G_B21_2 = L_68; G_B21_3 = L_68; G_B21_4 = G_B20_4; if (L_70) { G_B22_0 = L_70; G_B22_1 = _stringLiteral12568DC6B21322152CFA3785B6A8B0B8CFA834BD; G_B22_2 = L_68; G_B22_3 = L_68; G_B22_4 = G_B20_4; goto IL_0229; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_71 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_72 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_72, L_71, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_9_mE25D85B258A37F75D6A0533C2DA99C1BAA1C8A0A_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_73 = L_72; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_9_10(L_73); G_B22_0 = L_73; G_B22_1 = G_B21_1; G_B22_2 = G_B21_2; G_B22_3 = G_B21_3; G_B22_4 = G_B21_4; } IL_0229: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_74 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_74, G_B22_1, G_B22_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B22_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B22_2, L_74, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_75 = G_B22_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_76 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_10_11(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_77 = L_76; G_B23_0 = L_77; G_B23_1 = _stringLiteral3291FCD7C86A6A94166F93CE63358E5FF1BA0FA8; G_B23_2 = L_75; G_B23_3 = L_75; G_B23_4 = G_B22_4; if (L_77) { G_B24_0 = L_77; G_B24_1 = _stringLiteral3291FCD7C86A6A94166F93CE63358E5FF1BA0FA8; G_B24_2 = L_75; G_B24_3 = L_75; G_B24_4 = G_B22_4; goto IL_025d; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_78 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_79 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_79, L_78, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_10_m11C695C8211F2F2B6DBEC84518ECFA16C6749F71_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_80 = L_79; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_10_11(L_80); G_B24_0 = L_80; G_B24_1 = G_B23_1; G_B24_2 = G_B23_2; G_B24_3 = G_B23_3; G_B24_4 = G_B23_4; } IL_025d: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_81 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_81, G_B24_1, G_B24_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B24_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B24_2, L_81, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_82 = G_B24_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_83 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_11_12(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_84 = L_83; G_B25_0 = L_84; G_B25_1 = _stringLiteralFAB6506B7C8F6734F46C14E29E796C90AB92AEB7; G_B25_2 = L_82; G_B25_3 = L_82; G_B25_4 = G_B24_4; if (L_84) { G_B26_0 = L_84; G_B26_1 = _stringLiteralFAB6506B7C8F6734F46C14E29E796C90AB92AEB7; G_B26_2 = L_82; G_B26_3 = L_82; G_B26_4 = G_B24_4; goto IL_0291; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_85 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_86 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_86, L_85, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_11_mC7FBD68B5BC5E7C495779C96F1C0463D97FFBBDF_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_87 = L_86; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_11_12(L_87); G_B26_0 = L_87; G_B26_1 = G_B25_1; G_B26_2 = G_B25_2; G_B26_3 = G_B25_3; G_B26_4 = G_B25_4; } IL_0291: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_88 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_88, G_B26_1, G_B26_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B26_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B26_2, L_88, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_89 = G_B26_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_90 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_12_13(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_91 = L_90; G_B27_0 = L_91; G_B27_1 = _stringLiteral01BA1A322742742577E3F875214AAF2980F9B8AA; G_B27_2 = L_89; G_B27_3 = L_89; G_B27_4 = G_B26_4; if (L_91) { G_B28_0 = L_91; G_B28_1 = _stringLiteral01BA1A322742742577E3F875214AAF2980F9B8AA; G_B28_2 = L_89; G_B28_3 = L_89; G_B28_4 = G_B26_4; goto IL_02c5; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_92 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_93 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_93, L_92, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_12_m46671D441B74195533B9BF2743EA24A16EF26F1E_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_94 = L_93; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_12_13(L_94); G_B28_0 = L_94; G_B28_1 = G_B27_1; G_B28_2 = G_B27_2; G_B28_3 = G_B27_3; G_B28_4 = G_B27_4; } IL_02c5: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_95 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_95, G_B28_1, G_B28_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B28_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B28_2, L_95, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_96 = G_B28_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_97 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_13_14(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_98 = L_97; G_B29_0 = L_98; G_B29_1 = _stringLiteralED54025B19DF29A97F4B4E1BA516C45EA7596888; G_B29_2 = L_96; G_B29_3 = L_96; G_B29_4 = G_B28_4; if (L_98) { G_B30_0 = L_98; G_B30_1 = _stringLiteralED54025B19DF29A97F4B4E1BA516C45EA7596888; G_B30_2 = L_96; G_B30_3 = L_96; G_B30_4 = G_B28_4; goto IL_02f9; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_99 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_100 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_100, L_99, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_13_m5BD6D05EC34D8506CD353BBD18F20E73579128BC_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_101 = L_100; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_13_14(L_101); G_B30_0 = L_101; G_B30_1 = G_B29_1; G_B30_2 = G_B29_2; G_B30_3 = G_B29_3; G_B30_4 = G_B29_4; } IL_02f9: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_102 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_102, G_B30_1, G_B30_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B30_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B30_2, L_102, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_103 = G_B30_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_104 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_14_15(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_105 = L_104; G_B31_0 = L_105; G_B31_1 = _stringLiteralF62139C40AE9FF2663197C1F7637AA777DF2F6B9; G_B31_2 = L_103; G_B31_3 = L_103; G_B31_4 = G_B30_4; if (L_105) { G_B32_0 = L_105; G_B32_1 = _stringLiteralF62139C40AE9FF2663197C1F7637AA777DF2F6B9; G_B32_2 = L_103; G_B32_3 = L_103; G_B32_4 = G_B30_4; goto IL_032d; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_106 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_107 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_107, L_106, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_14_m00AE385DD3F0AB6E8CE7FEA68DE682234B91D188_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_108 = L_107; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_14_15(L_108); G_B32_0 = L_108; G_B32_1 = G_B31_1; G_B32_2 = G_B31_2; G_B32_3 = G_B31_3; G_B32_4 = G_B31_4; } IL_032d: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_109 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_109, G_B32_1, G_B32_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B32_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B32_2, L_109, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_110 = G_B32_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_111 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_15_16(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_112 = L_111; G_B33_0 = L_112; G_B33_1 = _stringLiteral41D60A5A89A02B20F37A2689DEF4DDDC51ED1AC9; G_B33_2 = L_110; G_B33_3 = L_110; G_B33_4 = G_B32_4; if (L_112) { G_B34_0 = L_112; G_B34_1 = _stringLiteral41D60A5A89A02B20F37A2689DEF4DDDC51ED1AC9; G_B34_2 = L_110; G_B34_3 = L_110; G_B34_4 = G_B32_4; goto IL_0361; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_113 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_114 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_114, L_113, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_15_mA90AEA1B50238D6A8A535C26C83E564ED4EE0316_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_115 = L_114; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_15_16(L_115); G_B34_0 = L_115; G_B34_1 = G_B33_1; G_B34_2 = G_B33_2; G_B34_3 = G_B33_3; G_B34_4 = G_B33_4; } IL_0361: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_116 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_116, G_B34_1, G_B34_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B34_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B34_2, L_116, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_117 = G_B34_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_118 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_16_17(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_119 = L_118; G_B35_0 = L_119; G_B35_1 = _stringLiteral737DE5CED9C021D7C35ECCEFAAC62EA5FC789DD5; G_B35_2 = L_117; G_B35_3 = L_117; G_B35_4 = G_B34_4; if (L_119) { G_B36_0 = L_119; G_B36_1 = _stringLiteral737DE5CED9C021D7C35ECCEFAAC62EA5FC789DD5; G_B36_2 = L_117; G_B36_3 = L_117; G_B36_4 = G_B34_4; goto IL_0395; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_120 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_121 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_121, L_120, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_16_m51949327E49E7B5FA6150A9DAF8431233FF3981A_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_122 = L_121; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_16_17(L_122); G_B36_0 = L_122; G_B36_1 = G_B35_1; G_B36_2 = G_B35_2; G_B36_3 = G_B35_3; G_B36_4 = G_B35_4; } IL_0395: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_123 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_123, G_B36_1, G_B36_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B36_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B36_2, L_123, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_124 = G_B36_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_125 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_17_18(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_126 = L_125; G_B37_0 = L_126; G_B37_1 = _stringLiteral58E7055138B004766F298454D7DE7C40A7F52AC4; G_B37_2 = L_124; G_B37_3 = L_124; G_B37_4 = G_B36_4; if (L_126) { G_B38_0 = L_126; G_B38_1 = _stringLiteral58E7055138B004766F298454D7DE7C40A7F52AC4; G_B38_2 = L_124; G_B38_3 = L_124; G_B38_4 = G_B36_4; goto IL_03c9; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_127 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_128 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_128, L_127, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_17_m4AFB3C20AEBA313D29CAC99152D0E58B9AD712EF_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_129 = L_128; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_17_18(L_129); G_B38_0 = L_129; G_B38_1 = G_B37_1; G_B38_2 = G_B37_2; G_B38_3 = G_B37_3; G_B38_4 = G_B37_4; } IL_03c9: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_130 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_130, G_B38_1, G_B38_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B38_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B38_2, L_130, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_131 = G_B38_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_132 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_18_19(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_133 = L_132; G_B39_0 = L_133; G_B39_1 = _stringLiteral9D354CA1036DDA6F701F800C5C1B3A4235D2EDD7; G_B39_2 = L_131; G_B39_3 = L_131; G_B39_4 = G_B38_4; if (L_133) { G_B40_0 = L_133; G_B40_1 = _stringLiteral9D354CA1036DDA6F701F800C5C1B3A4235D2EDD7; G_B40_2 = L_131; G_B40_3 = L_131; G_B40_4 = G_B38_4; goto IL_03fd; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_134 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_135 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_135, L_134, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_18_m4872F34DFD8E08A3AD2EE3DDACB82577A711C755_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_136 = L_135; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_18_19(L_136); G_B40_0 = L_136; G_B40_1 = G_B39_1; G_B40_2 = G_B39_2; G_B40_3 = G_B39_3; G_B40_4 = G_B39_4; } IL_03fd: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_137 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_137, G_B40_1, G_B40_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B40_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B40_2, L_137, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_138 = G_B40_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_139 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_19_20(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_140 = L_139; G_B41_0 = L_140; G_B41_1 = _stringLiteral455BE6C51A15F36C8D913F896775D15888AC8673; G_B41_2 = L_138; G_B41_3 = L_138; G_B41_4 = G_B40_4; if (L_140) { G_B42_0 = L_140; G_B42_1 = _stringLiteral455BE6C51A15F36C8D913F896775D15888AC8673; G_B42_2 = L_138; G_B42_3 = L_138; G_B42_4 = G_B40_4; goto IL_0431; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_141 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_142 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_142, L_141, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_19_mA53ED781306A2E1980AF388703A1D2BB3327003C_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_143 = L_142; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_19_20(L_143); G_B42_0 = L_143; G_B42_1 = G_B41_1; G_B42_2 = G_B41_2; G_B42_3 = G_B41_3; G_B42_4 = G_B41_4; } IL_0431: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_144 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_144, G_B42_1, G_B42_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B42_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B42_2, L_144, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_145 = G_B42_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_146 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_20_21(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_147 = L_146; G_B43_0 = L_147; G_B43_1 = _stringLiteralAE24C5BE9B741FFFA87D2A951BFE7EA0440461CD; G_B43_2 = L_145; G_B43_3 = L_145; G_B43_4 = G_B42_4; if (L_147) { G_B44_0 = L_147; G_B44_1 = _stringLiteralAE24C5BE9B741FFFA87D2A951BFE7EA0440461CD; G_B44_2 = L_145; G_B44_3 = L_145; G_B44_4 = G_B42_4; goto IL_0465; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_148 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_149 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_149, L_148, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_20_mB38CEA967F11801D4BBC2432EF23073A6BD410C9_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_150 = L_149; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_20_21(L_150); G_B44_0 = L_150; G_B44_1 = G_B43_1; G_B44_2 = G_B43_2; G_B44_3 = G_B43_3; G_B44_4 = G_B43_4; } IL_0465: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_151 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_151, G_B44_1, G_B44_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B44_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B44_2, L_151, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_152 = G_B44_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_153 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_21_22(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_154 = L_153; G_B45_0 = L_154; G_B45_1 = _stringLiteral16A70DC8C790D0EFD53AE03FF23CB99D8B7A53CA; G_B45_2 = L_152; G_B45_3 = L_152; G_B45_4 = G_B44_4; if (L_154) { G_B46_0 = L_154; G_B46_1 = _stringLiteral16A70DC8C790D0EFD53AE03FF23CB99D8B7A53CA; G_B46_2 = L_152; G_B46_3 = L_152; G_B46_4 = G_B44_4; goto IL_0499; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_155 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_156 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_156, L_155, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_21_m1B02951D68E4230B9CAF93C7306CD72C515D99BC_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_157 = L_156; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_21_22(L_157); G_B46_0 = L_157; G_B46_1 = G_B45_1; G_B46_2 = G_B45_2; G_B46_3 = G_B45_3; G_B46_4 = G_B45_4; } IL_0499: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_158 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_158, G_B46_1, G_B46_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B46_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B46_2, L_158, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_159 = G_B46_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_160 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_22_23(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_161 = L_160; G_B47_0 = L_161; G_B47_1 = _stringLiteral8243A16D425F93AF62CAAB2BFAE01A2D6246A5FE; G_B47_2 = L_159; G_B47_3 = L_159; G_B47_4 = G_B46_4; if (L_161) { G_B48_0 = L_161; G_B48_1 = _stringLiteral8243A16D425F93AF62CAAB2BFAE01A2D6246A5FE; G_B48_2 = L_159; G_B48_3 = L_159; G_B48_4 = G_B46_4; goto IL_04cd; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_162 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_163 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_163, L_162, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_22_mE0F3121BF6C9E689DDA5CD3D2F7522AFB0AE8415_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_164 = L_163; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_22_23(L_164); G_B48_0 = L_164; G_B48_1 = G_B47_1; G_B48_2 = G_B47_2; G_B48_3 = G_B47_3; G_B48_4 = G_B47_4; } IL_04cd: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_165 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_165, G_B48_1, G_B48_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B48_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B48_2, L_165, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_166 = G_B48_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_167 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_23_24(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_168 = L_167; G_B49_0 = L_168; G_B49_1 = _stringLiteral4FC81818E407FA0BE11A1564F183AB8E85D487AB; G_B49_2 = L_166; G_B49_3 = L_166; G_B49_4 = G_B48_4; if (L_168) { G_B50_0 = L_168; G_B50_1 = _stringLiteral4FC81818E407FA0BE11A1564F183AB8E85D487AB; G_B50_2 = L_166; G_B50_3 = L_166; G_B50_4 = G_B48_4; goto IL_0501; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_169 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_170 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_170, L_169, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_23_m31A8616FE2B903ABE603113CC4AC1C12A0C15205_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_171 = L_170; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_23_24(L_171); G_B50_0 = L_171; G_B50_1 = G_B49_1; G_B50_2 = G_B49_2; G_B50_3 = G_B49_3; G_B50_4 = G_B49_4; } IL_0501: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_172 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_172, G_B50_1, G_B50_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B50_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B50_2, L_172, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_173 = G_B50_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_174 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_24_25(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_175 = L_174; G_B51_0 = L_175; G_B51_1 = _stringLiteral9203F6236BEC33405B054D2236BF236AB5EBE63B; G_B51_2 = L_173; G_B51_3 = L_173; G_B51_4 = G_B50_4; if (L_175) { G_B52_0 = L_175; G_B52_1 = _stringLiteral9203F6236BEC33405B054D2236BF236AB5EBE63B; G_B52_2 = L_173; G_B52_3 = L_173; G_B52_4 = G_B50_4; goto IL_0535; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_176 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_177 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_177, L_176, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_24_m352AFFFA57524394962E5D42C451466445370B4B_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_178 = L_177; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_24_25(L_178); G_B52_0 = L_178; G_B52_1 = G_B51_1; G_B52_2 = G_B51_2; G_B52_3 = G_B51_3; G_B52_4 = G_B51_4; } IL_0535: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_179 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_179, G_B52_1, G_B52_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B52_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B52_2, L_179, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_180 = G_B52_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_181 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_25_26(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_182 = L_181; G_B53_0 = L_182; G_B53_1 = _stringLiteral4A261EB7E7319776625F5A015EA18053797E6890; G_B53_2 = L_180; G_B53_3 = L_180; G_B53_4 = G_B52_4; if (L_182) { G_B54_0 = L_182; G_B54_1 = _stringLiteral4A261EB7E7319776625F5A015EA18053797E6890; G_B54_2 = L_180; G_B54_3 = L_180; G_B54_4 = G_B52_4; goto IL_0569; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_183 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_184 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_184, L_183, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_25_m290CE3E583BE8D0D53F2FDC20F57C7169B28D0A7_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_185 = L_184; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_25_26(L_185); G_B54_0 = L_185; G_B54_1 = G_B53_1; G_B54_2 = G_B53_2; G_B54_3 = G_B53_3; G_B54_4 = G_B53_4; } IL_0569: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_186 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_186, G_B54_1, G_B54_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B54_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B54_2, L_186, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_187 = G_B54_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_188 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_26_27(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_189 = L_188; G_B55_0 = L_189; G_B55_1 = _stringLiteral4120BA3DF3804EAB119B2F6E22C1E90932D3E2F1; G_B55_2 = L_187; G_B55_3 = L_187; G_B55_4 = G_B54_4; if (L_189) { G_B56_0 = L_189; G_B56_1 = _stringLiteral4120BA3DF3804EAB119B2F6E22C1E90932D3E2F1; G_B56_2 = L_187; G_B56_3 = L_187; G_B56_4 = G_B54_4; goto IL_059d; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_190 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_191 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_191, L_190, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_26_m779F52AF1BCAAA436D77491CA22BF7DABB75F835_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_192 = L_191; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_26_27(L_192); G_B56_0 = L_192; G_B56_1 = G_B55_1; G_B56_2 = G_B55_2; G_B56_3 = G_B55_3; G_B56_4 = G_B55_4; } IL_059d: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_193 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_193, G_B56_1, G_B56_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B56_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B56_2, L_193, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_194 = G_B56_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_195 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_27_28(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_196 = L_195; G_B57_0 = L_196; G_B57_1 = _stringLiteral33C4F37C9F6C219681C5EB113A4BBC470FCE5BB8; G_B57_2 = L_194; G_B57_3 = L_194; G_B57_4 = G_B56_4; if (L_196) { G_B58_0 = L_196; G_B58_1 = _stringLiteral33C4F37C9F6C219681C5EB113A4BBC470FCE5BB8; G_B58_2 = L_194; G_B58_3 = L_194; G_B58_4 = G_B56_4; goto IL_05d1; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_197 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_198 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_198, L_197, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_27_m5E20FB5FF136642AAC3C5957DE850C76A280072C_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_199 = L_198; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_27_28(L_199); G_B58_0 = L_199; G_B58_1 = G_B57_1; G_B58_2 = G_B57_2; G_B58_3 = G_B57_3; G_B58_4 = G_B57_4; } IL_05d1: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_200 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_200, G_B58_1, G_B58_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B58_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B58_2, L_200, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_201 = G_B58_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_202 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_28_29(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_203 = L_202; G_B59_0 = L_203; G_B59_1 = _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003; G_B59_2 = L_201; G_B59_3 = L_201; G_B59_4 = G_B58_4; if (L_203) { G_B60_0 = L_203; G_B60_1 = _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003; G_B60_2 = L_201; G_B60_3 = L_201; G_B60_4 = G_B58_4; goto IL_0605; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_204 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_205 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_205, L_204, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_28_m81CD2BF63A74DF37800F4DBBCB4200F839D4C3BF_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_206 = L_205; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_28_29(L_206); G_B60_0 = L_206; G_B60_1 = G_B59_1; G_B60_2 = G_B59_2; G_B60_3 = G_B59_3; G_B60_4 = G_B59_4; } IL_0605: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_207 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_207, G_B60_1, G_B60_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B60_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B60_2, L_207, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_208 = G_B60_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_209 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_29_30(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_210 = L_209; G_B61_0 = L_210; G_B61_1 = _stringLiteralED318479DD54984A8BC4D977BEDF484CB606222D; G_B61_2 = L_208; G_B61_3 = L_208; G_B61_4 = G_B60_4; if (L_210) { G_B62_0 = L_210; G_B62_1 = _stringLiteralED318479DD54984A8BC4D977BEDF484CB606222D; G_B62_2 = L_208; G_B62_3 = L_208; G_B62_4 = G_B60_4; goto IL_0639; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_211 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_212 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_212, L_211, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_29_m4A62D8CC2ECFB236B7F7A136AF8767070315DEDD_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_213 = L_212; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_29_30(L_213); G_B62_0 = L_213; G_B62_1 = G_B61_1; G_B62_2 = G_B61_2; G_B62_3 = G_B61_3; G_B62_4 = G_B61_4; } IL_0639: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_214 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_214, G_B62_1, G_B62_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B62_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B62_2, L_214, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_215 = G_B62_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_216 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9__4_30_31(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_217 = L_216; G_B63_0 = L_217; G_B63_1 = _stringLiteral1247540E10AD50C8A9DB709C01F33A20CB322C58; G_B63_2 = L_215; G_B63_3 = L_215; G_B63_4 = G_B62_4; if (L_217) { G_B64_0 = L_217; G_B64_1 = _stringLiteral1247540E10AD50C8A9DB709C01F33A20CB322C58; G_B64_2 = L_215; G_B64_3 = L_215; G_B64_4 = G_B62_4; goto IL_066d; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_218 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_219 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_219, L_218, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__4_30_mE21C41554BEE6784268EA9C9E2E77319E6E67ADA_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_220 = L_219; ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->set_U3CU3E9__4_30_31(L_220); G_B64_0 = L_220; G_B64_1 = G_B63_1; G_B64_2 = G_B63_2; G_B64_3 = G_B63_3; G_B64_4 = G_B63_4; } IL_066d: { BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_221 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_221, G_B64_1, G_B64_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B64_2); List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C(G_B64_2, L_221, /*hidden argument*/List_1_Add_m317D9468D6B03087AB45F586837C21B55FE06E1C_RuntimeMethod_var); NullCheck(G_B64_4); G_B64_4->set_monitors_5(G_B64_3); // } return; } } // System.Void OVRControllerTest::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRControllerTest_Update_m515EAA3E2079382AF3FA84761B3AE18EAFEB58C3 (OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Controller_tEEDA108639533B73057BAE8B95FE21725355C48F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m92E9CA94F27026ED202619DA27D473A771BE2C0A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m019F7F1F6616E18F9D7BCDDACEAAF922EC37FD0A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25118E1CEC872AE224361E214F1FA7FA14DE7432); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27619E1631AA03050BBD7D6B7232AD303B71DCBD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31A881857064E67F55434AF059DBE2FEC1AE5B80); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5902FE47AE4F3B5F71D09531E480ADDD07A9123A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62286A46345A3328F333855E4A2C93DAC47CBA4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral684595A429BC7F82B5386FB3D349BDD87DAF694D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral724B20B68773F6A40D6C2691E89E0F61261D7904); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral796887E938D8E06F7D0314B01CDD3D7D10338151); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1DA8BC357C64BE1EA04468AFB6855A58043E6A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5189B747F4C86818047E2CFF775CDD683F35830); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8C03E4E78FBC4CCDBB9C8E67FF0BD387AA8093C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD6253C0CEAA1F5A4DD0555F9C35BD1EE9A3B849); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE98F5A399A93A47BA11807528D392386A88FB06); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t V_1 = 0x0; float V_2 = 0.0f; String_t* V_3 = NULL; String_t* V_4 = NULL; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_5; memset((&V_5), 0, sizeof(V_5)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_6; memset((&V_6), 0, sizeof(V_6)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_7; memset((&V_7), 0, sizeof(V_7)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_8; memset((&V_8), 0, sizeof(V_8)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_9; memset((&V_9), 0, sizeof(V_9)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_10; memset((&V_10), 0, sizeof(V_10)); float V_11 = 0.0f; float V_12 = 0.0f; int32_t V_13 = 0; int32_t V_14 = 0; { // OVRInput.Controller activeController = OVRInput.GetActiveController(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); int32_t L_0; L_0 = OVRInput_GetActiveController_mB03C3BDC6933688B3F8C26B2DECF2CFF20795824_inline(/*hidden argument*/NULL); V_0 = L_0; // data.Length = 0; StringBuilder_t * L_1 = __this->get_data_6(); NullCheck(L_1); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_1, 0, /*hidden argument*/NULL); // byte battery = OVRInput.GetControllerBatteryPercentRemaining(); uint8_t L_2; L_2 = OVRInput_GetControllerBatteryPercentRemaining_mF104649F8B31395B8A076B7CD9F4F71807C8A395(((int32_t)-2147483648LL), /*hidden argument*/NULL); V_1 = L_2; // data.AppendFormat("Battery: {0}\n", battery); StringBuilder_t * L_3 = __this->get_data_6(); uint8_t L_4 = V_1; uint8_t L_5 = L_4; RuntimeObject * L_6 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_5); NullCheck(L_3); StringBuilder_t * L_7; L_7 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_3, _stringLiteral27619E1631AA03050BBD7D6B7232AD303B71DCBD, L_6, /*hidden argument*/NULL); // float framerate = OVRPlugin.GetAppFramerate(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); float L_8; L_8 = OVRPlugin_GetAppFramerate_m23C2054E7D41F84C8919E62CAAF4C33EF353F2C0(/*hidden argument*/NULL); V_2 = L_8; // data.AppendFormat("Framerate: {0:F2}\n", framerate); StringBuilder_t * L_9 = __this->get_data_6(); float L_10 = V_2; float L_11 = L_10; RuntimeObject * L_12 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_11); NullCheck(L_9); StringBuilder_t * L_13; L_13 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_9, _stringLiteral62286A46345A3328F333855E4A2C93DAC47CBA4C, L_12, /*hidden argument*/NULL); // string activeControllerName = activeController.ToString(); RuntimeObject * L_14 = Box(Controller_tEEDA108639533B73057BAE8B95FE21725355C48F_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); V_0 = *(int32_t*)UnBox(L_14); V_3 = L_15; // data.AppendFormat("Active: {0}\n", activeControllerName); StringBuilder_t * L_16 = __this->get_data_6(); String_t* L_17 = V_3; NullCheck(L_16); StringBuilder_t * L_18; L_18 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_16, _stringLiteralB1DA8BC357C64BE1EA04468AFB6855A58043E6A9, L_17, /*hidden argument*/NULL); // string connectedControllerNames = OVRInput.GetConnectedControllers().ToString(); int32_t L_19; L_19 = OVRInput_GetConnectedControllers_mE69D0392FF67E9784E5116130E895E57E8C81FD1_inline(/*hidden argument*/NULL); V_13 = L_19; RuntimeObject * L_20 = Box(Controller_tEEDA108639533B73057BAE8B95FE21725355C48F_il2cpp_TypeInfo_var, (&V_13)); NullCheck(L_20); String_t* L_21; L_21 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); V_13 = *(int32_t*)UnBox(L_20); V_4 = L_21; // data.AppendFormat("Connected: {0}\n", connectedControllerNames); StringBuilder_t * L_22 = __this->get_data_6(); String_t* L_23 = V_4; NullCheck(L_22); StringBuilder_t * L_24; L_24 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_22, _stringLiteral5902FE47AE4F3B5F71D09531E480ADDD07A9123A, L_23, /*hidden argument*/NULL); // data.AppendFormat("PrevConnected: {0}\n", prevConnected); StringBuilder_t * L_25 = __this->get_data_6(); IL2CPP_RUNTIME_CLASS_INIT(OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_il2cpp_TypeInfo_var); String_t* L_26 = ((OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_StaticFields*)il2cpp_codegen_static_fields_for(OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_il2cpp_TypeInfo_var))->get_prevConnected_7(); NullCheck(L_25); StringBuilder_t * L_27; L_27 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_25, _stringLiteralCE98F5A399A93A47BA11807528D392386A88FB06, L_26, /*hidden argument*/NULL); // controllers.Update(); BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_28 = ((OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_StaticFields*)il2cpp_codegen_static_fields_for(OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_il2cpp_TypeInfo_var))->get_controllers_8(); NullCheck(L_28); BoolMonitor_Update_m02B034C1457EDD204C508B4FE2C2414751F10D0D(L_28, /*hidden argument*/NULL); // controllers.AppendToStringBuilder(ref data); BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_29 = ((OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_StaticFields*)il2cpp_codegen_static_fields_for(OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_il2cpp_TypeInfo_var))->get_controllers_8(); StringBuilder_t ** L_30 = __this->get_address_of_data_6(); NullCheck(L_29); BoolMonitor_AppendToStringBuilder_m7FAB904C0BBBB60F2B2622AD829A78BA957BF5C2(L_29, (StringBuilder_t **)L_30, /*hidden argument*/NULL); // prevConnected = connectedControllerNames; String_t* L_31 = V_4; ((OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_StaticFields*)il2cpp_codegen_static_fields_for(OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_il2cpp_TypeInfo_var))->set_prevConnected_7(L_31); // Quaternion rot = OVRInput.GetLocalControllerRotation(activeController); int32_t L_32 = V_0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_33; L_33 = OVRInput_GetLocalControllerRotation_m590D6D7EB560F88FEFD2D634D463AC75F110FD4B(L_32, /*hidden argument*/NULL); V_5 = L_33; // data.AppendFormat("Orientation: ({0:F2}, {1:F2}, {2:F2}, {3:F2})\n", rot.x, rot.y, rot.z, rot.w); StringBuilder_t * L_34 = __this->get_data_6(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_35 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = L_35; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_37 = V_5; float L_38 = L_37.get_x_0(); float L_39 = L_38; RuntimeObject * L_40 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_39); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_40); (L_36)->SetAt(static_cast(0), (RuntimeObject *)L_40); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_41 = L_36; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_42 = V_5; float L_43 = L_42.get_y_1(); float L_44 = L_43; RuntimeObject * L_45 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_44); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_45); (L_41)->SetAt(static_cast(1), (RuntimeObject *)L_45); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_46 = L_41; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_47 = V_5; float L_48 = L_47.get_z_2(); float L_49 = L_48; RuntimeObject * L_50 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_49); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_50); (L_46)->SetAt(static_cast(2), (RuntimeObject *)L_50); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_51 = L_46; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_52 = V_5; float L_53 = L_52.get_w_3(); float L_54 = L_53; RuntimeObject * L_55 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_54); NullCheck(L_51); ArrayElementTypeCheck (L_51, L_55); (L_51)->SetAt(static_cast(3), (RuntimeObject *)L_55); NullCheck(L_34); StringBuilder_t * L_56; L_56 = StringBuilder_AppendFormat_m97C4AAABA51FCC2D426BD22FE05BEC045AB9D6F8(L_34, _stringLiteral31A881857064E67F55434AF059DBE2FEC1AE5B80, L_51, /*hidden argument*/NULL); // Vector3 angVel = OVRInput.GetLocalControllerAngularVelocity(activeController); int32_t L_57 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_58; L_58 = OVRInput_GetLocalControllerAngularVelocity_m0989A5DF3FC348BB9E405A39A0AB16F5C6A9EA9B(L_57, /*hidden argument*/NULL); V_6 = L_58; // data.AppendFormat("AngVel: ({0:F2}, {1:F2}, {2:F2})\n", angVel.x, angVel.y, angVel.z); StringBuilder_t * L_59 = __this->get_data_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_60 = V_6; float L_61 = L_60.get_x_2(); float L_62 = L_61; RuntimeObject * L_63 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_62); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_64 = V_6; float L_65 = L_64.get_y_3(); float L_66 = L_65; RuntimeObject * L_67 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_66); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_68 = V_6; float L_69 = L_68.get_z_4(); float L_70 = L_69; RuntimeObject * L_71 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_70); NullCheck(L_59); StringBuilder_t * L_72; L_72 = StringBuilder_AppendFormat_m3648BC8C77CEA688F3B90C7D79007CEDE85947E3(L_59, _stringLiteralBD6253C0CEAA1F5A4DD0555F9C35BD1EE9A3B849, L_63, L_67, L_71, /*hidden argument*/NULL); // Vector3 angAcc = OVRInput.GetLocalControllerAngularAcceleration(activeController); int32_t L_73 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_74; L_74 = OVRInput_GetLocalControllerAngularAcceleration_mFD0BA1E0FCB5AA02C06EE09431B6029DC1E773E5(L_73, /*hidden argument*/NULL); V_7 = L_74; // data.AppendFormat("AngAcc: ({0:F2}, {1:F2}, {2:F2})\n", angAcc.x, angAcc.y, angAcc.z); StringBuilder_t * L_75 = __this->get_data_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_76 = V_7; float L_77 = L_76.get_x_2(); float L_78 = L_77; RuntimeObject * L_79 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_78); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_80 = V_7; float L_81 = L_80.get_y_3(); float L_82 = L_81; RuntimeObject * L_83 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_82); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_84 = V_7; float L_85 = L_84.get_z_4(); float L_86 = L_85; RuntimeObject * L_87 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_86); NullCheck(L_75); StringBuilder_t * L_88; L_88 = StringBuilder_AppendFormat_m3648BC8C77CEA688F3B90C7D79007CEDE85947E3(L_75, _stringLiteral684595A429BC7F82B5386FB3D349BDD87DAF694D, L_79, L_83, L_87, /*hidden argument*/NULL); // Vector3 pos = OVRInput.GetLocalControllerPosition(activeController); int32_t L_89 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_90; L_90 = OVRInput_GetLocalControllerPosition_mC993A57FF4792AC91F94639C8D867B2EC8E8B859(L_89, /*hidden argument*/NULL); V_8 = L_90; // data.AppendFormat("Position: ({0:F2}, {1:F2}, {2:F2})\n", pos.x, pos.y, pos.z); StringBuilder_t * L_91 = __this->get_data_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_92 = V_8; float L_93 = L_92.get_x_2(); float L_94 = L_93; RuntimeObject * L_95 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_94); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_96 = V_8; float L_97 = L_96.get_y_3(); float L_98 = L_97; RuntimeObject * L_99 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_98); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_100 = V_8; float L_101 = L_100.get_z_4(); float L_102 = L_101; RuntimeObject * L_103 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_102); NullCheck(L_91); StringBuilder_t * L_104; L_104 = StringBuilder_AppendFormat_m3648BC8C77CEA688F3B90C7D79007CEDE85947E3(L_91, _stringLiteral796887E938D8E06F7D0314B01CDD3D7D10338151, L_95, L_99, L_103, /*hidden argument*/NULL); // Vector3 vel = OVRInput.GetLocalControllerVelocity(activeController); int32_t L_105 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_106; L_106 = OVRInput_GetLocalControllerVelocity_mD4153FEECC00C4331C6531AC06C2B72779692A7C(L_105, /*hidden argument*/NULL); V_9 = L_106; // data.AppendFormat("Vel: ({0:F2}, {1:F2}, {2:F2})\n", vel.x, vel.y, vel.z); StringBuilder_t * L_107 = __this->get_data_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_108 = V_9; float L_109 = L_108.get_x_2(); float L_110 = L_109; RuntimeObject * L_111 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_110); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_112 = V_9; float L_113 = L_112.get_y_3(); float L_114 = L_113; RuntimeObject * L_115 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_114); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_116 = V_9; float L_117 = L_116.get_z_4(); float L_118 = L_117; RuntimeObject * L_119 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_118); NullCheck(L_107); StringBuilder_t * L_120; L_120 = StringBuilder_AppendFormat_m3648BC8C77CEA688F3B90C7D79007CEDE85947E3(L_107, _stringLiteralB8C03E4E78FBC4CCDBB9C8E67FF0BD387AA8093C, L_111, L_115, L_119, /*hidden argument*/NULL); // Vector3 acc = OVRInput.GetLocalControllerAcceleration(activeController); int32_t L_121 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_122; L_122 = OVRInput_GetLocalControllerAcceleration_m2E4B654748D50B64624A0CEFD71C9073D4A7B5C8(L_121, /*hidden argument*/NULL); V_10 = L_122; // data.AppendFormat("Acc: ({0:F2}, {1:F2}, {2:F2})\n", acc.x, acc.y, acc.z); StringBuilder_t * L_123 = __this->get_data_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_124 = V_10; float L_125 = L_124.get_x_2(); float L_126 = L_125; RuntimeObject * L_127 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_126); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_128 = V_10; float L_129 = L_128.get_y_3(); float L_130 = L_129; RuntimeObject * L_131 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_130); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_132 = V_10; float L_133 = L_132.get_z_4(); float L_134 = L_133; RuntimeObject * L_135 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_134); NullCheck(L_123); StringBuilder_t * L_136; L_136 = StringBuilder_AppendFormat_m3648BC8C77CEA688F3B90C7D79007CEDE85947E3(L_123, _stringLiteral724B20B68773F6A40D6C2691E89E0F61261D7904, L_127, L_131, L_135, /*hidden argument*/NULL); // float indexTrigger = OVRInput.Get(OVRInput.Axis1D.PrimaryIndexTrigger); float L_137; L_137 = OVRInput_Get_mD0906DB101F1C7DDEEFF8144FE0A8ABBF31B752F(1, ((int32_t)-2147483648LL), /*hidden argument*/NULL); V_11 = L_137; // data.AppendFormat("PrimaryIndexTriggerAxis1D: ({0:F2})\n", indexTrigger); StringBuilder_t * L_138 = __this->get_data_6(); float L_139 = V_11; float L_140 = L_139; RuntimeObject * L_141 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_140); NullCheck(L_138); StringBuilder_t * L_142; L_142 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_138, _stringLiteralB5189B747F4C86818047E2CFF775CDD683F35830, L_141, /*hidden argument*/NULL); // float handTrigger = OVRInput.Get(OVRInput.Axis1D.PrimaryHandTrigger); float L_143; L_143 = OVRInput_Get_mD0906DB101F1C7DDEEFF8144FE0A8ABBF31B752F(4, ((int32_t)-2147483648LL), /*hidden argument*/NULL); V_12 = L_143; // data.AppendFormat("PrimaryHandTriggerAxis1D: ({0:F2})\n", handTrigger); StringBuilder_t * L_144 = __this->get_data_6(); float L_145 = V_12; float L_146 = L_145; RuntimeObject * L_147 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_146); NullCheck(L_144); StringBuilder_t * L_148; L_148 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_144, _stringLiteral25118E1CEC872AE224361E214F1FA7FA14DE7432, L_147, /*hidden argument*/NULL); // for (int i = 0; i < monitors.Count; i++) V_14 = 0; goto IL_02dc; } IL_02ac: { // monitors[i].Update(); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_149 = __this->get_monitors_5(); int32_t L_150 = V_14; NullCheck(L_149); BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_151; L_151 = List_1_get_Item_m019F7F1F6616E18F9D7BCDDACEAAF922EC37FD0A_inline(L_149, L_150, /*hidden argument*/List_1_get_Item_m019F7F1F6616E18F9D7BCDDACEAAF922EC37FD0A_RuntimeMethod_var); NullCheck(L_151); BoolMonitor_Update_m02B034C1457EDD204C508B4FE2C2414751F10D0D(L_151, /*hidden argument*/NULL); // monitors[i].AppendToStringBuilder(ref data); List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_152 = __this->get_monitors_5(); int32_t L_153 = V_14; NullCheck(L_152); BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_154; L_154 = List_1_get_Item_m019F7F1F6616E18F9D7BCDDACEAAF922EC37FD0A_inline(L_152, L_153, /*hidden argument*/List_1_get_Item_m019F7F1F6616E18F9D7BCDDACEAAF922EC37FD0A_RuntimeMethod_var); StringBuilder_t ** L_155 = __this->get_address_of_data_6(); NullCheck(L_154); BoolMonitor_AppendToStringBuilder_m7FAB904C0BBBB60F2B2622AD829A78BA957BF5C2(L_154, (StringBuilder_t **)L_155, /*hidden argument*/NULL); // for (int i = 0; i < monitors.Count; i++) int32_t L_156 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)1)); } IL_02dc: { // for (int i = 0; i < monitors.Count; i++) int32_t L_157 = V_14; List_1_t94CE30B1FBE773B858F1800A6BAC764C411D6223 * L_158 = __this->get_monitors_5(); NullCheck(L_158); int32_t L_159; L_159 = List_1_get_Count_m92E9CA94F27026ED202619DA27D473A771BE2C0A_inline(L_158, /*hidden argument*/List_1_get_Count_m92E9CA94F27026ED202619DA27D473A771BE2C0A_RuntimeMethod_var); if ((((int32_t)L_157) < ((int32_t)L_159))) { goto IL_02ac; } } { // if (uiText != null) Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_160 = __this->get_uiText_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_161; L_161 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_160, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_161) { goto IL_030f; } } { // uiText.text = data.ToString(); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_162 = __this->get_uiText_4(); StringBuilder_t * L_163 = __this->get_data_6(); NullCheck(L_163); String_t* L_164; L_164 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_163); NullCheck(L_162); VirtActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_162, L_164); } IL_030f: { // } return; } } // System.Void OVRControllerTest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRControllerTest__ctor_m8B26187E42E22F405B4AC58F84F5FC3BB60C1417 (OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void OVRControllerTest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRControllerTest__cctor_m7D3709264782B063C1848BFA40F45D8C000AF135 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__9_0_mF321EA6674807E737C196402FA729FF0570B5ECC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47A60143369707E1DFC44B78A1861871247FAB2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // static string prevConnected = ""; ((OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_StaticFields*)il2cpp_codegen_static_fields_for(OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_il2cpp_TypeInfo_var))->set_prevConnected_7(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // static BoolMonitor controllers = new BoolMonitor("Controllers Changed", () => { return OVRInput.GetConnectedControllers().ToString() != prevConnected; }); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var); U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698 * L_0 = ((U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1DD64CD4FC06565500A7BFDF6BE6B744F38DE698_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 * L_1 = (BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4 *)il2cpp_codegen_object_new(BoolGenerator_t9D0CAA63DE81630DA3686CD8E80ABDA858A5CCA4_il2cpp_TypeInfo_var); BoolGenerator__ctor_mAA8426B2B605BDA9BA80EDD3D0273B784ECFD6DB(L_1, L_0, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__9_0_mF321EA6674807E737C196402FA729FF0570B5ECC_RuntimeMethod_var), /*hidden argument*/NULL); BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 * L_2 = (BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1 *)il2cpp_codegen_object_new(BoolMonitor_t06A745822831A527E11537AF54F3A26DD72316C1_il2cpp_TypeInfo_var); BoolMonitor__ctor_m5763B2EE8FDAEC3825A620D0C8C1842DC8ED2130(L_2, _stringLiteral47A60143369707E1DFC44B78A1861871247FAB2F, L_1, (0.5f), /*hidden argument*/NULL); ((OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_StaticFields*)il2cpp_codegen_static_fields_for(OVRControllerTest_t415F83ECF8FD5CFD908D66E1543010D65CCFF484_il2cpp_TypeInfo_var))->set_controllers_8(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline (OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__platform_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyEnumerator__ctor_mF8A97468FE372C202E7B2CFD5614F84225F64728_inline (KeyEnumerator_t75A309176FA821D8B15AB63FA596AD00F9779DFA * __this, Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C ___aEnumerator0, const RuntimeMethod* method) { { // public KeyEnumerator(Enumerator aEnumerator) { m_Enumerator = aEnumerator; } Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C L_0 = ___aEnumerator0; __this->set_m_Enumerator_0(L_0); // public KeyEnumerator(Enumerator aEnumerator) { m_Enumerator = aEnumerator; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueEnumerator__ctor_m9023C632E5E3783591C819B7C5965C6ED69D2463_inline (ValueEnumerator_t58FD1B961488ACE4D7C748234156DB4C104C7893 * __this, Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C ___aEnumerator0, const RuntimeMethod* method) { { // public ValueEnumerator(Enumerator aEnumerator) { m_Enumerator = aEnumerator; } Enumerator_tF7841AAE9BEA42DF8FFA1E9F8B20975CD8A5CC5C L_0 = ___aEnumerator0; __this->set_m_Enumerator_0(L_0); // public ValueEnumerator(Enumerator aEnumerator) { m_Enumerator = aEnumerator; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_0(L_0); float L_1 = ___y1; __this->set_y_1(L_1); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); float L_2 = ___z2; __this->set_z_4(L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRBone_set_Id_mDF7106563A397395DA66A6999F74C11F9A1675F6_inline (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public OVRSkeleton.BoneId Id { get; set; } int32_t L_0 = ___value0; __this->set_U3CIdU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRBone_set_ParentBoneIndex_mA60581D469A01033001D70B5B0D736897E18078F_inline (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, int16_t ___value0, const RuntimeMethod* method) { { // public short ParentBoneIndex { get; set; } int16_t L_0 = ___value0; __this->set_U3CParentBoneIndexU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRBone_set_Transform_mBCFFB3F705FC03D0875BDAECE690EAD4C93696F0_inline (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform Transform { get; set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CTransformU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRBoneCapsule_set_BoneIndex_m61745DAF0522ABBA6F949081CE6C3ED6E6FE5AC6_inline (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, int16_t ___value0, const RuntimeMethod* method) { { // public short BoneIndex { get; set; } int16_t L_0 = ___value0; __this->set_U3CBoneIndexU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRBoneCapsule_set_CapsuleRigidbody_mD059E9DB8E8E69875980CFC7755A0D84570EBFE2_inline (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___value0, const RuntimeMethod* method) { { // public Rigidbody CapsuleRigidbody { get; set; } Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = ___value0; __this->set_U3CCapsuleRigidbodyU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRBoneCapsule_set_CapsuleCollider_mD6466D8AA952DCB7DE154032388BA6E6B9EF7A14_inline (OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * __this, CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * ___value0, const RuntimeMethod* method) { { // public CapsuleCollider CapsuleCollider { get; set; } CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * L_0 = ___value0; __this->set_U3CCapsuleColliderU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRNativeBuffer_GetCapacity_m85785E7CCF48CAC5C4C1EFA79FCBA867E13C0177_inline (OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * __this, const RuntimeMethod* method) { { // return m_numBytes; int32_t L_0 = __this->get_m_numBytes_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform trackingSpace { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CtrackingSpaceU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_m81A33FB5E8269E1A21554ECCB1639019C708A1CF_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method) { float V_0 = 0.0f; { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___lhs0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___rhs1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___lhs0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___rhs1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___lhs0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___rhs1; float L_11 = L_10.get_z_4(); V_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_1, (float)L_3)), (float)((float)il2cpp_codegen_multiply((float)L_5, (float)L_7)))), (float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_11)))); goto IL_002d; } IL_002d: { float L_12 = V_0; return L_12; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_add((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * OVRManager_get_instance_mFE9DF3DDCE7B23A0CEB0A7AFC455123F0B914369_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static OVRManager instance { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_0 = ((OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields*)il2cpp_codegen_static_fields_for(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var))->get_U3CinstanceU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform centerEyeAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CcenterEyeAnchorU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_leftEyeAnchor_m3D02E61092964705F953B7A3DBD7E999D82A4AE6_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform leftEyeAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CleftEyeAnchorU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_rightEyeAnchor_m7FBA02BA4B447CD4DF5D8DFE4BB15BBF84B53126_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform rightEyeAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CrightEyeAnchorU3Ek__BackingField_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A * OVRManager_get_tracker_mF7CFCC84A8F1BF5EA00A47C484DDFAE7470497D5_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static OVRTracker tracker { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A * L_0 = ((OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields*)il2cpp_codegen_static_fields_for(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var))->get_U3CtrackerU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_trackerAnchor_m4E9E9F05EC727D9C0B15D7B5D923825FAD555A36_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform trackerAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CtrackerAnchorU3Ek__BackingField_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRManager_get_headPoseRelativeOffsetRotation_m434986E445FD3920DE848C79B9CBBD022756CBD6_inline (OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * __this, const RuntimeMethod* method) { { // return _headPoseRelativeOffsetRotation; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get__headPoseRelativeOffsetRotation_43(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRManager_get_headPoseRelativeOffsetTranslation_m62A1F6AEC989F39A84A13E19A3BD607E9D1B7627_inline (OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * __this, const RuntimeMethod* method) { { // return _headPoseRelativeOffsetTranslation; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get__headPoseRelativeOffsetTranslation_44(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_leftHandAnchor_mB9C405D10FFBC1A7DD25649B9DEDAB3BB7DA80FF_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform leftHandAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CleftHandAnchorU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_rightHandAnchor_mD8D8EBB2226F7786C5E28A7F914E8E82A026FC9C_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform rightHandAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CrightHandAnchorU3Ek__BackingField_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_leftControllerAnchor_m73E4091BDC9CD229E8C27899E1162F2A3D9DDDB6_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform leftControllerAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CleftControllerAnchorU3Ek__BackingField_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRCameraRig_get_rightControllerAnchor_m3ED5D132ECE653EC899FFE526C314D87089C187B_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, const RuntimeMethod* method) { { // public Transform rightControllerAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CrightControllerAnchorU3Ek__BackingField_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_trackingSpace_m280E6F5C8204B44F3A29855B0FAB5B1387E83460_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform trackingSpace { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CtrackingSpaceU3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_leftEyeAnchor_m483A8368E3A547B7DD1F01E07A84A8981B37D842_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform leftEyeAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CleftEyeAnchorU3Ek__BackingField_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_centerEyeAnchor_m2CEB7B6D1F51A3B218F0ECDBC29DAC329FE193C9_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform centerEyeAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CcenterEyeAnchorU3Ek__BackingField_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_rightEyeAnchor_m8AF8D6CF7B99F1BC41064E0A0EEA5837C7A00685_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform rightEyeAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CrightEyeAnchorU3Ek__BackingField_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_leftHandAnchor_m1340636E3268A2B878FD8ABD97A18775F137FF8F_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform leftHandAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CleftHandAnchorU3Ek__BackingField_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_rightHandAnchor_mE0C44572443ABD3F9F5D37D45CD3AF4B3A95D93B_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform rightHandAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CrightHandAnchorU3Ek__BackingField_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_trackerAnchor_mA41376C9AFF670B5FACF9E813F56D26C0749127A_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform trackerAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CtrackerAnchorU3Ek__BackingField_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_leftControllerAnchor_mA55F59FB89BCDA448ADCF6ADEEEE4CA57A6F8127_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform leftControllerAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CleftControllerAnchorU3Ek__BackingField_10(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRCameraRig_set_rightControllerAnchor_mF7E02B821B998E527DA83DE9209DE8CE801EACA7_inline (OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform rightControllerAnchor { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CrightControllerAnchorU3Ek__BackingField_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * OVRManager_get_boundary_m341A7623BA65EF306B68497965144FCCA4AF4E72_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static OVRBoundary boundary { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF * L_0 = ((OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields*)il2cpp_codegen_static_fields_for(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var))->get_U3CboundaryU3Ek__BackingField_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRInput_GetActiveController_mB03C3BDC6933688B3F8C26B2DECF2CFF20795824_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return activeControllerType; IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); int32_t L_0 = ((OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields*)il2cpp_codegen_static_fields_for(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var))->get_activeControllerType_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRInput_GetConnectedControllers_mE69D0392FF67E9784E5116130E895E57E8C81FD1_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return connectedControllerTypes; IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); int32_t L_0 = ((OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_StaticFields*)il2cpp_codegen_static_fields_for(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var))->get_connectedControllerTypes_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m622223593F7461E7812C581DDB145270016ED303_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mFD1C100DE65847CAB033057C77027AA5DB427B54_gshared_inline (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mCAD7B121DB998D7C56EB0281215A860EFE9DCD95_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m17E1C36ECBB09CC2AB892710866F8655D83A6048_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_0 = (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )__this->get_current_3(); return (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E List_1_get_Item_m554804AC447B0BA1F93C64E863FF7DB0527AFED9_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070(/*hidden argument*/NULL); } IL_000e: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_2 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__items_1(); int32_t L_3 = ___index0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)L_2, (int32_t)L_3); return (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_4; } }