#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct 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 InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83; // System.Action`1 struct Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7; // System.Action`1 struct Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_t6A8185B84663FAD87D88ACA618FB6E60131C81F1; // System.Action`2 struct Action_2_tBA82D2430D3596594262E1ACAD640A8EEB5DB2F2; // System.Action`3 struct Action_3_t1898E42A573C06F569B73238FC1A38625F7D9021; // System.Action`3 struct Action_3_t3758EBDA081B24412ED63A3941C20EBC3E5CFCB0; // System.Action`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_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t713C329528CABF607605A398EC8B724274C05373; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1CEFC4032D36100FE58999A10DFB02F5139BC4AF; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t897D4F5EF6A9A5E4C3A8253F1BCE615BD0BBC9C1; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t673DFF64E51C18A8B1287F4BD988966CE3B15A45; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t64A142138D8BB01DB1E632636D7FAF3A561F0792; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1472E08307536DCBAD91120A95F079FA6A473FAA; // System.Collections.Generic.IList`1 struct IList_1_t8D7A00864A4D391797D30043CF012669774274C1; // System.Collections.Generic.IList`1 struct IList_1_t9902F972AFF069803DF269EF8B09079D59FB39DC; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tC873531686FD4A9E5CDD7E7A45837DC3BFDD48A8; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t0C2A6470B0D42D7A87AADBEADCF3DD1DDDD08956; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // System.Collections.Generic.List`1 struct List_1_t653022B4EDCE73F282430E1A396635798D309409; // System.Collections.Generic.List`1 struct List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5; // System.Collections.Generic.List`1 struct List_1_t815A476B0A21E183042059E705F9E505478CD8AE; // System.Collections.Generic.List`1 struct List_1_tD4FC0E9D257757B1634FF4CFC6A2278228C7CBBE; // System.Collections.Generic.List`1 struct List_1_t8958585D92650E004D74521A8D0B3CE051FA276F; // System.Collections.Generic.List`1 struct List_1_t2757DE18D8F3AB63917B2846D8F68D853749967C; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0; // System.Collections.Generic.List`1 struct List_1_t1F1C2C7D92FB6DF4FCD88B0AB0919AEAB3B45F6B; // System.Collections.Generic.List`1 struct List_1_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_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B; // System.Collections.Generic.List`1 struct List_1_tE7A3E65EF4EFEB8E88A946737890AE19BB382B79; // System.Collections.Generic.List`1 struct List_1_tDCFDB2B400BF106C90217D512EF2630730CB956D; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t9F98A647FFF2F54702565AD0DFCE870437259C5D; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD1D1DB2D302F5F4E2718041C7B974CE5BB8ADB12; // System.WeakReference`1 struct WeakReference_1_t31103BF0AB213236F697B644B27B7480DEF79D5E; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tC3C0F563EC2A0BF28DB18F81F6C024A9C11155F8; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // UnityEngine.BoneWeight[] struct BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // UnityEngine.Collider[] struct ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486; // UnityEngine.Color[] struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // UnityEngine.GradientAlphaKey[] struct GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748; // UnityEngine.GradientColorKey[] struct GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A; // System.Text.RegularExpressions.Group[] struct GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // UnityEngine.Matrix4x4[] struct Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82; // OVRBone[] struct OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB; // OVRCameraRig[] struct OVRCameraRigU5BU5D_t5F0CF6CD037F55130D604C570CDAE49C76DD7A69; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // UnityEngine.Vector4[] struct Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871; // OVRDisplay/EyeRenderDesc[] struct EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF; // OVRHandTest/BoolMonitor[] struct BoolMonitorU5BU5D_t1861F9AA0E27C617A8CB38D74F53A76B7ECCE842; // OVRHaptics/OVRHapticsChannel[] struct OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059; // OVRHaptics/OVRHapticsOutput[] struct OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D; // OVRInput/HapticInfo[] struct HapticInfoU5BU5D_t211B0C9EE0EA90574B4037CCF26B3B52375D8751; // OVRInput/OpenVRControllerDetails[] struct OpenVRControllerDetailsU5BU5D_t75E74318822478AF5AE59EFF5D1A98263EEF57A8; // OVRPlugin/Bone[] struct BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981; // OVRPlugin/BoneCapsule[] struct BoneCapsuleU5BU5D_tB4D9AC5CF59206C13FBD0A3725C45C1F6EBCE295; // OVRPlugin/Quatf[] struct QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5; // OVRPlugin/TrackingConfidence[] struct TrackingConfidenceU5BU5D_t568C8F700A41BD4F365DD5A0155BEB20A3289322; // OVRPlugin/Vector2f[] struct Vector2fU5BU5D_tDFE631EB0CA3AD9641ACB54877BE5021D4503D81; // OVRPlugin/Vector3f[] struct Vector3fU5BU5D_tF46AAFD7783CD588B90BD2005671A9CB63F305F1; // OVRPlugin/Vector4f[] struct Vector4fU5BU5D_t878402FA8B2D0257AABBD8FAC22B10791B6E8EC4; // OVRPlugin/Vector4s[] struct Vector4sU5BU5D_t0843A693C8D2BBD9A66BA8F3EBF4773C2ECE39C4; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // UnityEngine.AudioClip struct AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE; // UnityEngine.AudioListener struct AudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // UnityEngine.BoxCollider struct BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // UnityEngine.Cubemap struct Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.IO.DirectoryInfo struct DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26; // UnityEngine.Font struct Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // UnityEngine.Gradient struct Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // UnityEngine.ISubsystemDescriptor struct ISubsystemDescriptor_tEB935323042076ECFC076435FBD756B1E7953A14; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // UnityEngine.IntegratedSubsystem struct IntegratedSubsystem_t8FB3A371F812CF9521903AC016C64E95C7412002; // OVRSimpleJSON.JSONNode struct JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // UnityEngine.MeshFilter struct MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A; // UnityEngine.MeshRenderer struct MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // OVRBone struct OVRBone_tF9C031559703607035E455CE642549C722BBF081; // OVRBoundary struct OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF; // OVRCameraComposition struct OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049; // OVRCameraRig struct OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517; // OVRComposition struct OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94; // OVRCubemapCapture struct OVRCubemapCapture_t63B77675ADB7134519879ADFD41612BC680D8BB6; // OVRCursor struct OVRCursor_t2773859B8D1061E80DBA9CD35C00835EBC7F15ED; // OVRCustomSkeleton struct OVRCustomSkeleton_tE3D36B497A2EF981EA149D9A4C2358A0762CC48D; // OVRDebugHeadController struct OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB; // OVRDebugInfo struct OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1; // OVRDirectComposition struct OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC; // OVRDisplay struct OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E; // OVRExternalComposition struct OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454; // OVRGLTFAccessor struct OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3; // OVRGLTFLoader struct OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01; // OVRGazePointer struct OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885; // OVRGearVrControllerTest struct OVRGearVrControllerTest_t5BBD4EB09A509FE8E9467E75AC1A976368590B35; // OVRGrabbable struct OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4; // OVRGrabber struct OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1; // OVRGridCube struct OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E; // OVRHand struct OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A; // OVRHandTest struct OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF; // OVRHapticsClip struct OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619; // OVRManager struct OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036; // OVRMixedRealityCaptureConfiguration struct OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0; // OVRMixedRealityCaptureSettings struct OVRMixedRealityCaptureSettings_t83BE3A431BD6F52C2F2E6EE7A73394AE7DC99F8D; // OVRNativeBuffer struct OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0; // OVRProfile struct OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76; // OVRProgressIndicator struct OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0; // OVRRuntimeSettings struct OVRRuntimeSettings_t3D2B8321092BAC35E39905B41D0690CEFD8AB343; // OVRSkeleton struct OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC; // OVRTracker struct OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // 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; // UnityEngine.Rendering.Universal.UniversalAdditionalCameraData struct UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.Rendering.VolumeStack struct VolumeStack_t5AFBD6C1F03199FB3426F72E31C494556A16EBAC; // UnityEngine.XR.XRDisplaySubsystem struct XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93; // UnityEngine.XR.XRInputSubsystem struct XRInputSubsystem_t74B79E3971C396F02CD32F74AE73A5DFB2A0EC09; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958; // UnityEngine.Font/FontTextureRebuildCallback struct FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // OVRCameraComposition/OVRCameraFrameCompositionManager struct OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A; // OVRGLTFLoader/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E; // OVRHandTest/BoolMonitor struct BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626; // OVRHaptics/OVRHapticsChannel struct OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05; // OVRHaptics/OVRHapticsOutput struct OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D; // OVRManager/InstantiateMrcCameraDelegate struct InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4; // OVRPlugin/Mesh struct Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E; // OVRSkeleton/IOVRSkeletonDataProvider struct IOVRSkeletonDataProvider_tC7337A6B5BA23BEAF1294F2F00EAD10801B046BA; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; // OVRHandTest/BoolMonitor/BoolGenerator struct BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A; IL2CPP_EXTERN_C RuntimeClass* Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626_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* CameraDevice_t28640423D5FEBE3270CC459CEFB5146D529D3B1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Config_t9013183A0F27B3C6B9D150A51347092354F928EA_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* CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t713C329528CABF607605A398EC8B724274C05373_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HandStatus_t3CD43284B7DC75BB49345FE221FDB6046EFC9B65_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_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* JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t8958585D92650E004D74521A8D0B3CE051FA276F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Media_tCA9C3477E2D876C93D851889E3958D8BD6FDF637_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MeshType_t2A1F373C7DF794F5DD951192CFF3D1A226FCBD98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRBone_tF9C031559703607035E455CE642549C722BBF081_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRGLTFComponentType_tBD335C794945D36CD9F86449C462C70CBF25E70E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* 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* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_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* SkeletonType_tA6B9642BF519E11B92A7A71113FCB5D3412201AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TrackingConfidence_t33FDA3D2EA5B7D420BF70D7F0586ACBB4CDCF506_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4D6325C768AF0C9BE49B578F0B7E43147C9D1364____CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00EE2035D1C1084808BE268F9D59D68FF8B3154B; IL2CPP_EXTERN_C String_t* _stringLiteral0122954DBADC77CB8B663DFD25965A494E198D3A; IL2CPP_EXTERN_C String_t* _stringLiteral0226DD165B872B0FEB8C29F793D3BFD408E21278; IL2CPP_EXTERN_C String_t* _stringLiteral02BB463928D4E15BD5ECA84DABC17D6F67D3A89A; IL2CPP_EXTERN_C String_t* _stringLiteral043F6A61FD0A9CF24ECBF3D68E6902E93443AFFD; IL2CPP_EXTERN_C String_t* _stringLiteral05611EFCF7E7B8266EA4498F0A12A7B6F297B6BF; IL2CPP_EXTERN_C String_t* _stringLiteral056E727825D385DE25B5C569BCA1F4626E4A124E; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral0E8BB75867D1CB09485D65D83AE73E330728275A; IL2CPP_EXTERN_C String_t* _stringLiteral100B3F946A4D93342EECF3906D8FF6DECC4DF094; IL2CPP_EXTERN_C String_t* _stringLiteral10FBDB9B14311A297A3C099F6384160D647078C8; IL2CPP_EXTERN_C String_t* _stringLiteral124105A7E2E2D334395721D5A42F3E5C66394388; IL2CPP_EXTERN_C String_t* _stringLiteral13D944F6ACCBA9EB6B282C2384FC41E6B8E94E9D; IL2CPP_EXTERN_C String_t* _stringLiteral140720CA82827BA4E2D44F73B9FDACC68D452B39; IL2CPP_EXTERN_C String_t* _stringLiteral1465743390373D814FA6606F4ADCFD5C91E32C50; IL2CPP_EXTERN_C String_t* _stringLiteral1776B5C8AB88BC69A0998626F208468D360DE874; IL2CPP_EXTERN_C String_t* _stringLiteral187032A73B2E09949FB7B750EDF3A8421E64DDE2; IL2CPP_EXTERN_C String_t* _stringLiteral1A1D5933E3AA75FEABFD8B35F3F27A6ECF747B71; IL2CPP_EXTERN_C String_t* _stringLiteral1B93F83B8790B27C649BD1A6D73ABEEF504F5FF6; IL2CPP_EXTERN_C String_t* _stringLiteral1B97189B3FCE25069F6D673644085539059D93A4; IL2CPP_EXTERN_C String_t* _stringLiteral1C4303CE90A80E03466A934F3A49CF1FBA75C709; IL2CPP_EXTERN_C String_t* _stringLiteral1DA15BED08BA28361B649897CAE1F4319F0E0240; IL2CPP_EXTERN_C String_t* _stringLiteral211F0A6EB938A6DBB3891940343F3915DE04DC73; IL2CPP_EXTERN_C String_t* _stringLiteral216FF699C77D649AA8F950D83F3E1D5D3B9AB815; IL2CPP_EXTERN_C String_t* _stringLiteral23DF9991B71463C240582D176E347E7E47AEFF5A; IL2CPP_EXTERN_C String_t* _stringLiteral240AFFE43BC1EE9FC8CF357AF853518207D1539D; IL2CPP_EXTERN_C String_t* _stringLiteral24CD9717008790700537D8CA9899E9537D8BBC05; IL2CPP_EXTERN_C String_t* _stringLiteral2751D78D880B6592A799610CE63B1913B4385532; IL2CPP_EXTERN_C String_t* _stringLiteral2A418F079373BCA61BCA9B08A3307EC301394ED0; IL2CPP_EXTERN_C String_t* _stringLiteral2A47A30B4F70A2FBDC2C08E3C1841D8EF3F70D07; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2C0733FE118D03C82A508ABC404237B1202DE3E2; IL2CPP_EXTERN_C String_t* _stringLiteral2C1ADE3D18C5FBD85EE6BA70EC8A9243D391CB08; IL2CPP_EXTERN_C String_t* _stringLiteral2E1B1C60769E89DD3801707C8CFD95A6A74C8728; IL2CPP_EXTERN_C String_t* _stringLiteral2E3569C3B3595933B8E2F60AC56BCC2F7E4BF5D0; IL2CPP_EXTERN_C String_t* _stringLiteral2F1936CD655BF325F22068B7083488DBCE4649C1; IL2CPP_EXTERN_C String_t* _stringLiteral2FEACB1CEF183D510D9DE04DCA9FC572D7474C4E; IL2CPP_EXTERN_C String_t* _stringLiteral31A881857064E67F55434AF059DBE2FEC1AE5B80; IL2CPP_EXTERN_C String_t* _stringLiteral3450A2BB8216F70D528215A296AEDB3D212C7EED; IL2CPP_EXTERN_C String_t* _stringLiteral34D810674325784849E8E400A5A11920BAC7B4AA; IL2CPP_EXTERN_C String_t* _stringLiteral38C389B8A51674DE1A72D7B887783BAC6DE2E324; IL2CPP_EXTERN_C String_t* _stringLiteral39153503F0F293852311B939BA0FA37C5B23D23D; IL2CPP_EXTERN_C String_t* _stringLiteral3924B51F0B83A2DB2D1879D54702A2ABEEC43BD7; IL2CPP_EXTERN_C String_t* _stringLiteral394309F0A1F4EDA71A1B16E8053734408140E0AA; IL2CPP_EXTERN_C String_t* _stringLiteral3FE79783F86DBFBDBFCC6FB30AC7767A1129DDC7; IL2CPP_EXTERN_C String_t* _stringLiteral41159E86A16FE5FE328FD5E826383482C6CB3C3F; IL2CPP_EXTERN_C String_t* _stringLiteral421327556DF613DE54772CE51B3C7C0CF7DFA2F8; IL2CPP_EXTERN_C String_t* _stringLiteral43B4386F680A574245A64B8C1848B7F580255549; IL2CPP_EXTERN_C String_t* _stringLiteral47946D04F733BF1B11730B7147B6BDC368A3A301; IL2CPP_EXTERN_C String_t* _stringLiteral47A60143369707E1DFC44B78A1861871247FAB2F; IL2CPP_EXTERN_C String_t* _stringLiteral4A2638BD5CE37BAA7375341A7E1F2DA6FF71BA76; IL2CPP_EXTERN_C String_t* _stringLiteral4AC6343B3A37C71D636C9707DA794B6BAEC6B53E; IL2CPP_EXTERN_C String_t* _stringLiteral4D5AE35F9D6B65C24EF57F766406601BC6EB29AB; IL2CPP_EXTERN_C String_t* _stringLiteral4D78A26E6D27FCFE02FCE139BDBB407790B95DD6; IL2CPP_EXTERN_C String_t* _stringLiteral4DC0ECF676CDB8466A06C299A2E315606DFC00BD; IL2CPP_EXTERN_C String_t* _stringLiteral4DF417DF46EF8A7C67D3A1FE0CC53DCF5212FC81; IL2CPP_EXTERN_C String_t* _stringLiteral51C94F9014667D1C55F913D53496074C85DC66F6; IL2CPP_EXTERN_C String_t* _stringLiteral52CA60B49F64F7D8B8AA56D0FF4025550995AFCF; IL2CPP_EXTERN_C String_t* _stringLiteral536746ECA1FDAAAA29DB7764FC9CD0B10DC25170; IL2CPP_EXTERN_C String_t* _stringLiteral53886AC1470B3B3993A9EF525A0008E45B9CA789; IL2CPP_EXTERN_C String_t* _stringLiteral53B8360109DAF5F5D6480F117FFF5EC8537E933F; IL2CPP_EXTERN_C String_t* _stringLiteral5902FE47AE4F3B5F71D09531E480ADDD07A9123A; IL2CPP_EXTERN_C String_t* _stringLiteral636D721E5BCD879CC476C15E7666EACADEE164FD; IL2CPP_EXTERN_C String_t* _stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5; IL2CPP_EXTERN_C String_t* _stringLiteral69F359B71F6F4DE78ABF7256A90B314F213EE57E; IL2CPP_EXTERN_C String_t* _stringLiteral6C497E20DCC43A8DDA561C73D787C08DAF284123; IL2CPP_EXTERN_C String_t* _stringLiteral6DA17EF0CFCB88F3EE460F1488CE83FBB4DE84A3; IL2CPP_EXTERN_C String_t* _stringLiteral6FBAB2EF3A05513A7FC7960D97DC6AD48DAA44D5; IL2CPP_EXTERN_C String_t* _stringLiteral72B84F7DD949F6770F8F20E652FD4EC86CE08563; IL2CPP_EXTERN_C String_t* _stringLiteral78977E804098519D064862AB672E526435A235E1; IL2CPP_EXTERN_C String_t* _stringLiteral796887E938D8E06F7D0314B01CDD3D7D10338151; IL2CPP_EXTERN_C String_t* _stringLiteral79E88D091421691C53CC28304934AC732EC25429; IL2CPP_EXTERN_C String_t* _stringLiteral7A5D7036ABBEAEA9F3EBF8965CB9B28C970408F9; IL2CPP_EXTERN_C String_t* _stringLiteral7C2C5412B3E1BA80BF105C96D9616D4E31953A9D; IL2CPP_EXTERN_C String_t* _stringLiteral7CBEDCD5FF6A0350179E0A1A9BEB1BCEC50F3773; IL2CPP_EXTERN_C String_t* _stringLiteral7F5DF872FA6CA76650526A1B598A5AE1F16E1FFC; IL2CPP_EXTERN_C String_t* _stringLiteral8109B24F1B81FF51E00577B10C5079C930773C82; IL2CPP_EXTERN_C String_t* _stringLiteral8298EB16B3A776E95978FB08223AF7A48E5E100F; IL2CPP_EXTERN_C String_t* _stringLiteral846A63A3D8AB7EFB87280ADEBBEAA269EA330CB3; IL2CPP_EXTERN_C String_t* _stringLiteral857A189C6121945B0A34E25354F80D8AD4510F00; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral8710C54FF3C1DCA32EB78CE6FCEE779BB0E73108; IL2CPP_EXTERN_C String_t* _stringLiteral88E2CB4B07DFE1388FDA64B3E02817A682D6C055; IL2CPP_EXTERN_C String_t* _stringLiteral896A889B825C68A1CE8F6A4637769331EF03BF90; IL2CPP_EXTERN_C String_t* _stringLiteral89CBC35A585AAB038097315F3D3B8A59C811D18F; IL2CPP_EXTERN_C String_t* _stringLiteral8AF1B8EC176834ECE63ABE42587B79B4F11D5E9D; IL2CPP_EXTERN_C String_t* _stringLiteral8DD345FD5E347B928556D65DD49780B8BC5D7267; IL2CPP_EXTERN_C String_t* _stringLiteral922C711EE4BB6C81E11AA4A7FC49B11F921991EB; IL2CPP_EXTERN_C String_t* _stringLiteral923B8FF40F14AA278B3BDFF2A9CED1F9677FC215; IL2CPP_EXTERN_C String_t* _stringLiteral927AA1E3F7FC77A3829D9E17D6892DE7DAD9501C; IL2CPP_EXTERN_C String_t* _stringLiteral95DAD4257816ED9B3D6718A6CBD69EFFCF321CAD; IL2CPP_EXTERN_C String_t* _stringLiteral96FB3CF66DF1D3FDD921445943B64189A149ED40; IL2CPP_EXTERN_C String_t* _stringLiteral9800F8D8ECF50FB2054817615B3D310F3FF6A821; IL2CPP_EXTERN_C String_t* _stringLiteral98831C09476FE5E2144BC7D16056EFD6C3E0AB2B; IL2CPP_EXTERN_C String_t* _stringLiteral99071261C0C878413AA8F4FCEB8DB2B580ED14A0; IL2CPP_EXTERN_C String_t* _stringLiteral99792060EE1F47909CB80385409FB6BEF82DA30E; IL2CPP_EXTERN_C String_t* _stringLiteral9C2ADAF9F589DE3E55AE9747E5ED55C57F5DA9A7; IL2CPP_EXTERN_C String_t* _stringLiteral9D5EE8641CF50875E6F8D3FC3E437B67AACF51E4; IL2CPP_EXTERN_C String_t* _stringLiteral9E81745E6E046A4ACD998636D45CC282A70428F2; IL2CPP_EXTERN_C String_t* _stringLiteralA15C898F015A9B0BC3268E8883CD03008A56DE26; IL2CPP_EXTERN_C String_t* _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB; IL2CPP_EXTERN_C String_t* _stringLiteralA4118A0466D54690E82F2BBAE51783A240FF7DA6; IL2CPP_EXTERN_C String_t* _stringLiteralA4B05851B11D44532E1BB79A3A581F07DFE0AB85; IL2CPP_EXTERN_C String_t* _stringLiteralA642F58592F8C501A188E16AA6D0CA79031771E5; IL2CPP_EXTERN_C String_t* _stringLiteralAABDB12A8673CF3F32247EDEEC8B9E68FE0BF8D2; IL2CPP_EXTERN_C String_t* _stringLiteralAB1C16C2009D328CC2411BAA019F939F08970181; IL2CPP_EXTERN_C String_t* _stringLiteralAB4FC581E0670DBA597F136FCE9B3D0D0818DD46; IL2CPP_EXTERN_C String_t* _stringLiteralAC1DA0C9D92BC0EA9929BB82A21C30BE100C3F3F; IL2CPP_EXTERN_C String_t* _stringLiteralB1DA8BC357C64BE1EA04468AFB6855A58043E6A9; IL2CPP_EXTERN_C String_t* _stringLiteralB255C98C087D72752B6100BEF859404005A26339; IL2CPP_EXTERN_C String_t* _stringLiteralB2A3554E0BC03677608CBCB8135870268AD41BB3; IL2CPP_EXTERN_C String_t* _stringLiteralB4A4DE3CBC2AD0105C017AB56F89F5FB08D2A420; IL2CPP_EXTERN_C String_t* _stringLiteralB59F0EFCC2B82196C428CFD6D80A08F8B47573FC; IL2CPP_EXTERN_C String_t* _stringLiteralBABD918C68FBCB77B24225D971E940274E6A3570; IL2CPP_EXTERN_C String_t* _stringLiteralBC08ED5AE1A63753109B8440D99D439168D44AC2; IL2CPP_EXTERN_C String_t* _stringLiteralBE71D746FDB893CE627C5F97FEE59638767E8951; IL2CPP_EXTERN_C String_t* _stringLiteralBF274BD23F71B9B87C20CB3A615D2B0541743D4E; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC2FE03509A05C9B1DEE971592892A0D696803395; IL2CPP_EXTERN_C String_t* _stringLiteralC31BE67DE54ED70BBB096458052A6EF9B5FC341D; IL2CPP_EXTERN_C String_t* _stringLiteralC439CE7CED6EFB884DC665B9D84331C1E6706E60; IL2CPP_EXTERN_C String_t* _stringLiteralC4A52A1BD3E2F1224E29EC8831611D6D94FFE264; IL2CPP_EXTERN_C String_t* _stringLiteralC4C350CD70FB6498609CB72A9B70820E21F1640F; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralCE98F5A399A93A47BA11807528D392386A88FB06; IL2CPP_EXTERN_C String_t* _stringLiteralCF91179F72300B983BB0AA7D622A4EBAE10ABDE9; IL2CPP_EXTERN_C String_t* _stringLiteralD32BF4F2A10C9578A0CEB868AEB9FC34FCEE76A9; IL2CPP_EXTERN_C String_t* _stringLiteralD49FB70BBCB12B4EA3CA992A5F9431151E705122; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDAB2275E8007B168CDE1F8D76F730FC2D04BC691; IL2CPP_EXTERN_C String_t* _stringLiteralE0B97587CDEEE52C4D60DC4F0F2694D006C01876; IL2CPP_EXTERN_C String_t* _stringLiteralE0FDE161BC072ACFCD297CD594EE27B150664F3E; IL2CPP_EXTERN_C String_t* _stringLiteralE1A8B7ACF9F6A6C8DA34C480CF0726A9E97A6044; IL2CPP_EXTERN_C String_t* _stringLiteralE28E4817F495865E6545EAC6751A33046DB2584C; IL2CPP_EXTERN_C String_t* _stringLiteralE3A5647F9D4D7321D0FB2267C5B9C147C222F636; IL2CPP_EXTERN_C String_t* _stringLiteralE3D0BFFFE1308F1C418E1C3F9E55C4F557B5B7F7; IL2CPP_EXTERN_C String_t* _stringLiteralE6770C3A83A774E8EF77448D689E51254082440A; IL2CPP_EXTERN_C String_t* _stringLiteralE67D5D94C2EB8FEEA701317EE63559AF5DE74B2F; IL2CPP_EXTERN_C String_t* _stringLiteralE6CF23A4D343EA2340277D3E6D4C1E83BD5134DE; IL2CPP_EXTERN_C String_t* _stringLiteralE7A0631D9FFC4B977055EC7F4817C6C07D922879; IL2CPP_EXTERN_C String_t* _stringLiteralE8B77FFA6B004EBE6AD02387BCBFBFA47562B049; IL2CPP_EXTERN_C String_t* _stringLiteralEAAF420AB23FFD94B4DF38C14A9A16F0BED2E0F7; IL2CPP_EXTERN_C String_t* _stringLiteralEB0A157666700D8227FD4B66A26FDC02035E89BF; IL2CPP_EXTERN_C String_t* _stringLiteralEB7C03CAE6FE7390826C4859D1CB78C9AF7ABD5F; IL2CPP_EXTERN_C String_t* _stringLiteralEC4188E51F8D1D98BE00D7B74E4DEFF1B16DEE0D; IL2CPP_EXTERN_C String_t* _stringLiteralEC5621377AD9B4098EC3FB34AF35BAA9E6C07B64; IL2CPP_EXTERN_C String_t* _stringLiteralEC77027805B1651EF89F819873354A55A93A7C4A; IL2CPP_EXTERN_C String_t* _stringLiteralEE95FE8844676BDA0875923DE00527C13F13AA80; IL2CPP_EXTERN_C String_t* _stringLiteralEF8CDFBD4492C613C9601293E88F683E449C0675; IL2CPP_EXTERN_C String_t* _stringLiteralF144705F6E64D65182D7630F0E5E6D7813D3E473; IL2CPP_EXTERN_C String_t* _stringLiteralF263647EED627622161501AF833F8E8BDD8DA31F; IL2CPP_EXTERN_C String_t* _stringLiteralF26E8522898B82E2F8BD9C8B7BD51DBB423A6478; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF4C6A627378ADBC79B2476FF06D9895DFA7C4942; IL2CPP_EXTERN_C String_t* _stringLiteralF52FB64659CBDBE75326119E4FA87DDC42455E76; IL2CPP_EXTERN_C String_t* _stringLiteralF7D68742C14CB7CCDAA78DAD77CF874786C7B036; IL2CPP_EXTERN_C String_t* _stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530; IL2CPP_EXTERN_C String_t* _stringLiteralF88D019D310EFCC979975957D01E97BE7C0390BC; IL2CPP_EXTERN_C String_t* _stringLiteralF9BE17D634D1B07BCDCDA77A87710C946D81307B; IL2CPP_EXTERN_C String_t* _stringLiteralFBA5ADEA08A8958332ED2BC70EC48D3A8987BAED; IL2CPP_EXTERN_C String_t* _stringLiteralFCC25A881C0621540EAE6C7D2C05D56C3D022226; IL2CPP_EXTERN_C String_t* _stringLiteralFD5B45E1A041C87CBF2D974B822A6160A8813A21; IL2CPP_EXTERN_C String_t* _stringLiteralFDC705DBED09AAE3274952AD540BC6C1E3EAB789; IL2CPP_EXTERN_C String_t* _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m92C0253B3F4D517EAB3AEC0088402DFC4FF406F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_mC23BA23E80BF8D9009F8E9D84CFFB76DAFB652CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInParent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m46637DF4909D44287D7EA1432F5C7DF9563F7316_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInParent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m62CEF85D0AE3AF30E7BE5F7748E868F99040EFC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_mCE49E8783A1794715E6D539C8BB8C78CC589AB60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisOVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A_m4A7ED50E557F20FDD3712D17D520426FDAC22317_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m473ED9D339A7995D3B15F060514F20F9201BA6BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisOVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0_m5BC1BBE8992896DF6FF24CAAB4E19B1A8BE73DB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mC78EF98809D2CFB2B01B8061E830E5CCD8B26E8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mD664D93B70FCCFEA43B040253D04951A6843965D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m95F3636D9C1C3C142E9407385DFA39A56705EA99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mB24B2E6D38C8A8596C1D973895D553DD0D2C3C8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m1BE3020A1DEFC6F498F57353AA1482110FC608E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mD4E26216D4FEC86F7CD96CBF29C09885B9ADF845_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m7675643C51930430E7544ADE1497D377F6F1A9DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m0C764543C918518446B952C56FED00FCCB39E790_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mDB8A787A500FD9BCCBCCEA0D0372E3EF4796FC83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E_mC80CBED5C8EBC89309B3AABCE0BB86DA7FDA1306_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mD7BF125583B13806BB804A2EF0A69334F12C7660_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m0FC030794383A6796E69E556941837417DA8ADC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mA5802EF007058E65CCD414C3EB2518474D17A2F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_mD5BD4B507E470AFA16BAD4B418DC15AE59A9FC47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m94EBF80FF41FB35F8B90B9F1732F6B052B6254E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m3FC22F60B107EABCD94FBFEBA0C2FF9C5AF4ECDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mDBAC221DDAC650C8C4914CFD57BC90435ADE2740_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisBoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5_m106D19D2AB9862E4B35BBBCF1A510C4A16C928FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m16ABC1D7B4E804984517841F8D26E9C769FAE710_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mD787758BED3337F182C18CC67C516C2A11B55466_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mD98876EFC776CB8D02A1394AE6A72DC47F271C65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInChildren_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_m1D005D78E6CA915E06E4B1A7D21B9EF6580CAC0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInChildren_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m6DA74FD704E6F6374CBCF86D86B89361F799E66A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_mF6B3F8D298151DDA58DA67F0AC8EDB1947B671F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m5725F6B0F7195B9051B820CF5E2240A302A3C3A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3DD76DE838FA83DF972E0486A296345EB3A7DDF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE03D8D04F294D6D11B72FDECA9664FD533702FEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AsReadOnly_mA2C5F20703339C1E6C0D2C4684DA7D13ED8C47B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m30CC5EC96F262C98EE9BFCFC9CF8D09F67E0A23D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_CopyTo_mAAFBF252792E5EB0337435E203C1ECE7DFB0C6D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3DE8DD88F2ECC3A8FA4F020B322AB933A598A197_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4D789252BDD53967782D3C6EE00B95D834D04ADE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m859B0EE8491FDDEB1A3F7115D334B863E025BBC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF2F1E226B2E0D02F4E6C37B8FB51B6F4182AE33C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF499319887E8087CB8A6FD90E91CDB8DA82288E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Capacity_m95530FE99274763701C3EF528C9FF9A29AF1C92D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m07895DFC7A39B20CE5033BB568FE251195B2DB6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5D0D8906DFE3E0F010C3A9E363A7AAD75B9C73EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m78EE3DE4DA757886422276C541B49977A6AD50F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8140A688994147CE411FEA4AD6410BF4042BFED1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m83A622255EC159DC2B5CF14EFC838532EA8F9F8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OVRGrabbable_Awake_m93A8FFDAD6D802FE912FE4D28E289A42A368C4CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OVRGrabber_U3CAwakeU3Eb__23_0_m4C63E3D112CD518E2D73B7C2AE473F1AB0CAA89B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mE8DB64A28C8709FB890A9770C8F35CD32CD04C75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisOVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_m2018A49C94EC6A46DB681596A59F52E7E2E3CEF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__14_0_m453394582E0C6BCBE61FDFD80C169910A3B7F200_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__19_0_m522F583882D721684B070D4299CA90604969FBDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass16_0_U3CProcessMeshU3Eb__0_mF320089C4107B9781EA0364A29D6E3EF66DF475E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_0_0_0_var; struct BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 ; struct Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 ; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D ; struct Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 ; struct Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ; struct Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE ; struct Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 ; struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; struct BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486; struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834; struct CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE; struct GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748; struct GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82; struct OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB; struct OVRCameraRigU5BU5D_t5F0CF6CD037F55130D604C570CDAE49C76DD7A69; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; struct Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871; struct EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF; struct OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059; struct OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D; struct BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981; struct QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5; struct TrackingConfidenceU5BU5D_t568C8F700A41BD4F365DD5A0155BEB20A3289322; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 : 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_tC3C0F563EC2A0BF28DB18F81F6C024A9C11155F8* ___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_tC873531686FD4A9E5CDD7E7A45837DC3BFDD48A8 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tD1D1DB2D302F5F4E2718041C7B974CE5BB8ADB12 * ___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_t713C329528CABF607605A398EC8B724274C05373, ___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_t713C329528CABF607605A398EC8B724274C05373, ___entries_1)); } inline EntryU5BU5D_tC3C0F563EC2A0BF28DB18F81F6C024A9C11155F8* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tC3C0F563EC2A0BF28DB18F81F6C024A9C11155F8** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tC3C0F563EC2A0BF28DB18F81F6C024A9C11155F8* 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_t713C329528CABF607605A398EC8B724274C05373, ___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_t713C329528CABF607605A398EC8B724274C05373, ___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_t713C329528CABF607605A398EC8B724274C05373, ___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_t713C329528CABF607605A398EC8B724274C05373, ___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_t713C329528CABF607605A398EC8B724274C05373, ___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_t713C329528CABF607605A398EC8B724274C05373, ___keys_7)); } inline KeyCollection_tC873531686FD4A9E5CDD7E7A45837DC3BFDD48A8 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tC873531686FD4A9E5CDD7E7A45837DC3BFDD48A8 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tC873531686FD4A9E5CDD7E7A45837DC3BFDD48A8 * 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_t713C329528CABF607605A398EC8B724274C05373, ___values_8)); } inline ValueCollection_tD1D1DB2D302F5F4E2718041C7B974CE5BB8ADB12 * get_values_8() const { return ___values_8; } inline ValueCollection_tD1D1DB2D302F5F4E2718041C7B974CE5BB8ADB12 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tD1D1DB2D302F5F4E2718041C7B974CE5BB8ADB12 * 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_t713C329528CABF607605A398EC8B724274C05373, ____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.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tC873531686FD4A9E5CDD7E7A45837DC3BFDD48A8 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_tC873531686FD4A9E5CDD7E7A45837DC3BFDD48A8, ___dictionary_0)); } inline Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ____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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5, ____items_1)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get__items_1() const { return ____items_1; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* 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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5, ____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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5, ____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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t8958585D92650E004D74521A8D0B3CE051FA276F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t8958585D92650E004D74521A8D0B3CE051FA276F, ____items_1)); } inline OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB* get__items_1() const { return ____items_1; } inline OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB** get_address_of__items_1() { return &____items_1; } inline void set__items_1(OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t8958585D92650E004D74521A8D0B3CE051FA276F, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t8958585D92650E004D74521A8D0B3CE051FA276F, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t8958585D92650E004D74521A8D0B3CE051FA276F, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_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_t6726F9309570A0BDC5D42E10777F3E2931C487AA : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ____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_t6726F9309570A0BDC5D42E10777F3E2931C487AA, ____items_1)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get__items_1() const { return ____items_1; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* 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_t6726F9309570A0BDC5D42E10777F3E2931C487AA, ____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_t6726F9309570A0BDC5D42E10777F3E2931C487AA, ____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_t6726F9309570A0BDC5D42E10777F3E2931C487AA, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____items_1)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get__items_1() const { return ____items_1; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BoolMonitorU5BU5D_t1861F9AA0E27C617A8CB38D74F53A76B7ECCE842* ____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_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B, ____items_1)); } inline BoolMonitorU5BU5D_t1861F9AA0E27C617A8CB38D74F53A76B7ECCE842* get__items_1() const { return ____items_1; } inline BoolMonitorU5BU5D_t1861F9AA0E27C617A8CB38D74F53A76B7ECCE842** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BoolMonitorU5BU5D_t1861F9AA0E27C617A8CB38D74F53A76B7ECCE842* 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_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B, ____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_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B, ____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_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t9F98A647FFF2F54702565AD0DFCE870437259C5D : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t9F98A647FFF2F54702565AD0DFCE870437259C5D, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(ReadOnlyCollection_1_t9F98A647FFF2F54702565AD0DFCE870437259C5D, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Capture::_text String_t* ____text_0; // System.Int32 System.Text.RegularExpressions.Capture::_index int32_t ____index_1; // System.Int32 System.Text.RegularExpressions.Capture::_length int32_t ____length_2; public: inline static int32_t get_offset_of__text_0() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____text_0)); } inline String_t* get__text_0() const { return ____text_0; } inline String_t** get_address_of__text_0() { return &____text_0; } inline void set__text_0(String_t* value) { ____text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____text_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____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__length_2() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_9)); } inline int32_t get_m_codePage_9() const { return ___m_codePage_9; } inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; } inline void set_m_codePage_9(int32_t value) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_10)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_11)); } inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; } inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; } inline void set_m_deserializedFromEverett_11(bool value) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_12)); } inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; } inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; } inline void set_m_isReadOnly_12(bool value) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_13)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_14)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 : public RuntimeObject { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.GroupCollection::_match Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____match_0; // System.Collections.Hashtable System.Text.RegularExpressions.GroupCollection::_captureMap Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____captureMap_1; // System.Text.RegularExpressions.Group[] System.Text.RegularExpressions.GroupCollection::_groups GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5* ____groups_2; public: inline static int32_t get_offset_of__match_0() { return static_cast(offsetof(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556, ____match_0)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__match_0() const { return ____match_0; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__match_0() { return &____match_0; } inline void set__match_0(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____match_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____match_0), (void*)value); } inline static int32_t get_offset_of__captureMap_1() { return static_cast(offsetof(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556, ____captureMap_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__captureMap_1() const { return ____captureMap_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__captureMap_1() { return &____captureMap_1; } inline void set__captureMap_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____captureMap_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____captureMap_1), (void*)value); } inline static int32_t get_offset_of__groups_2() { return static_cast(offsetof(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556, ____groups_2)); } inline GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5* get__groups_2() const { return ____groups_2; } inline GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5** get_address_of__groups_2() { return &____groups_2; } inline void set__groups_2(GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5* value) { ____groups_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____groups_2), (void*)value); } }; // 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: }; // OVRDisplay struct OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E : public RuntimeObject { public: // System.Boolean OVRDisplay::needsConfigureTexture bool ___needsConfigureTexture_0; // OVRDisplay/EyeRenderDesc[] OVRDisplay::eyeDescs EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* ___eyeDescs_1; // System.Boolean OVRDisplay::recenterRequested bool ___recenterRequested_2; // System.Int32 OVRDisplay::recenterRequestedFrameCount int32_t ___recenterRequestedFrameCount_3; // System.Int32 OVRDisplay::localTrackingSpaceRecenterCount int32_t ___localTrackingSpaceRecenterCount_4; // System.Action OVRDisplay::RecenteredPose Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___RecenteredPose_5; public: inline static int32_t get_offset_of_needsConfigureTexture_0() { return static_cast(offsetof(OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E, ___needsConfigureTexture_0)); } inline bool get_needsConfigureTexture_0() const { return ___needsConfigureTexture_0; } inline bool* get_address_of_needsConfigureTexture_0() { return &___needsConfigureTexture_0; } inline void set_needsConfigureTexture_0(bool value) { ___needsConfigureTexture_0 = value; } inline static int32_t get_offset_of_eyeDescs_1() { return static_cast(offsetof(OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E, ___eyeDescs_1)); } inline EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* get_eyeDescs_1() const { return ___eyeDescs_1; } inline EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF** get_address_of_eyeDescs_1() { return &___eyeDescs_1; } inline void set_eyeDescs_1(EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* value) { ___eyeDescs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___eyeDescs_1), (void*)value); } inline static int32_t get_offset_of_recenterRequested_2() { return static_cast(offsetof(OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E, ___recenterRequested_2)); } inline bool get_recenterRequested_2() const { return ___recenterRequested_2; } inline bool* get_address_of_recenterRequested_2() { return &___recenterRequested_2; } inline void set_recenterRequested_2(bool value) { ___recenterRequested_2 = value; } inline static int32_t get_offset_of_recenterRequestedFrameCount_3() { return static_cast(offsetof(OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E, ___recenterRequestedFrameCount_3)); } inline int32_t get_recenterRequestedFrameCount_3() const { return ___recenterRequestedFrameCount_3; } inline int32_t* get_address_of_recenterRequestedFrameCount_3() { return &___recenterRequestedFrameCount_3; } inline void set_recenterRequestedFrameCount_3(int32_t value) { ___recenterRequestedFrameCount_3 = value; } inline static int32_t get_offset_of_localTrackingSpaceRecenterCount_4() { return static_cast(offsetof(OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E, ___localTrackingSpaceRecenterCount_4)); } inline int32_t get_localTrackingSpaceRecenterCount_4() const { return ___localTrackingSpaceRecenterCount_4; } inline int32_t* get_address_of_localTrackingSpaceRecenterCount_4() { return &___localTrackingSpaceRecenterCount_4; } inline void set_localTrackingSpaceRecenterCount_4(int32_t value) { ___localTrackingSpaceRecenterCount_4 = value; } inline static int32_t get_offset_of_RecenteredPose_5() { return static_cast(offsetof(OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E, ___RecenteredPose_5)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_RecenteredPose_5() const { return ___RecenteredPose_5; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_RecenteredPose_5() { return &___RecenteredPose_5; } inline void set_RecenteredPose_5(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___RecenteredPose_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___RecenteredPose_5), (void*)value); } }; // OVRExtensions struct OVRExtensions_t780CED8D69CB1BE8B94ADE3F07404FA9E6AB8BF8 : public RuntimeObject { public: public: }; // OVRHaptics struct OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74 : public RuntimeObject { public: public: }; // OVRHapticsClip struct OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 : public RuntimeObject { public: // System.Int32 OVRHapticsClip::k__BackingField int32_t ___U3CCountU3Ek__BackingField_0; // System.Int32 OVRHapticsClip::k__BackingField int32_t ___U3CCapacityU3Ek__BackingField_1; // System.Byte[] OVRHapticsClip::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CSamplesU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CCountU3Ek__BackingField_0() { return static_cast(offsetof(OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619, ___U3CCountU3Ek__BackingField_0)); } inline int32_t get_U3CCountU3Ek__BackingField_0() const { return ___U3CCountU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CCountU3Ek__BackingField_0() { return &___U3CCountU3Ek__BackingField_0; } inline void set_U3CCountU3Ek__BackingField_0(int32_t value) { ___U3CCountU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CCapacityU3Ek__BackingField_1() { return static_cast(offsetof(OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619, ___U3CCapacityU3Ek__BackingField_1)); } inline int32_t get_U3CCapacityU3Ek__BackingField_1() const { return ___U3CCapacityU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCapacityU3Ek__BackingField_1() { return &___U3CCapacityU3Ek__BackingField_1; } inline void set_U3CCapacityU3Ek__BackingField_1(int32_t value) { ___U3CCapacityU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CSamplesU3Ek__BackingField_2() { return static_cast(offsetof(OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619, ___U3CSamplesU3Ek__BackingField_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CSamplesU3Ek__BackingField_2() const { return ___U3CSamplesU3Ek__BackingField_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CSamplesU3Ek__BackingField_2() { return &___U3CSamplesU3Ek__BackingField_2; } inline void set_U3CSamplesU3Ek__BackingField_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CSamplesU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSamplesU3Ek__BackingField_2), (void*)value); } }; // OVRTracker struct OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // OVRHandTest/<>c struct U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F : public RuntimeObject { public: public: }; // OVRHandTest/BoolMonitor struct BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 : public RuntimeObject { public: // System.String OVRHandTest/BoolMonitor::m_name String_t* ___m_name_0; // OVRHandTest/BoolMonitor/BoolGenerator OVRHandTest/BoolMonitor::m_generator BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * ___m_generator_1; // System.Boolean OVRHandTest/BoolMonitor::m_prevValue bool ___m_prevValue_2; // System.Boolean OVRHandTest/BoolMonitor::m_currentValue bool ___m_currentValue_3; // System.Boolean OVRHandTest/BoolMonitor::m_currentValueRecentlyChanged bool ___m_currentValueRecentlyChanged_4; // System.Single OVRHandTest/BoolMonitor::m_displayTimeout float ___m_displayTimeout_5; // System.Single OVRHandTest/BoolMonitor::m_displayTimer float ___m_displayTimer_6; public: inline static int32_t get_offset_of_m_name_0() { return static_cast(offsetof(BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626, ___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_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626, ___m_generator_1)); } inline BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * get_m_generator_1() const { return ___m_generator_1; } inline BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A ** get_address_of_m_generator_1() { return &___m_generator_1; } inline void set_m_generator_1(BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * 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_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626, ___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_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626, ___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_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626, ___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_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626, ___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_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626, ___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; } }; // OVRHaptics/Config struct Config_t9013183A0F27B3C6B9D150A51347092354F928EA : public RuntimeObject { public: public: }; // OVRHaptics/OVRHapticsChannel struct OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 : public RuntimeObject { public: // OVRHaptics/OVRHapticsOutput OVRHaptics/OVRHapticsChannel::m_output OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D * ___m_output_0; public: inline static int32_t get_offset_of_m_output_0() { return static_cast(offsetof(OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05, ___m_output_0)); } inline OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D * get_m_output_0() const { return ___m_output_0; } inline OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D ** get_address_of_m_output_0() { return &___m_output_0; } inline void set_m_output_0(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D * value) { ___m_output_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_output_0), (void*)value); } }; // OVRHaptics/OVRHapticsOutput struct OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D : public RuntimeObject { public: // System.Boolean OVRHaptics/OVRHapticsOutput::m_lowLatencyMode bool ___m_lowLatencyMode_0; // System.Boolean OVRHaptics/OVRHapticsOutput::m_paddingEnabled bool ___m_paddingEnabled_1; // System.Int32 OVRHaptics/OVRHapticsOutput::m_prevSamplesQueued int32_t ___m_prevSamplesQueued_2; // System.Single OVRHaptics/OVRHapticsOutput::m_prevSamplesQueuedTime float ___m_prevSamplesQueuedTime_3; // System.Int32 OVRHaptics/OVRHapticsOutput::m_numPredictionHits int32_t ___m_numPredictionHits_4; // System.Int32 OVRHaptics/OVRHapticsOutput::m_numPredictionMisses int32_t ___m_numPredictionMisses_5; // System.Int32 OVRHaptics/OVRHapticsOutput::m_numUnderruns int32_t ___m_numUnderruns_6; // System.Collections.Generic.List`1 OVRHaptics/OVRHapticsOutput::m_pendingClips List_1_tDCFDB2B400BF106C90217D512EF2630730CB956D * ___m_pendingClips_7; // System.UInt32 OVRHaptics/OVRHapticsOutput::m_controller uint32_t ___m_controller_8; // OVRNativeBuffer OVRHaptics/OVRHapticsOutput::m_nativeBuffer OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * ___m_nativeBuffer_9; // OVRHapticsClip OVRHaptics/OVRHapticsOutput::m_paddingClip OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * ___m_paddingClip_10; public: inline static int32_t get_offset_of_m_lowLatencyMode_0() { return static_cast(offsetof(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D, ___m_lowLatencyMode_0)); } inline bool get_m_lowLatencyMode_0() const { return ___m_lowLatencyMode_0; } inline bool* get_address_of_m_lowLatencyMode_0() { return &___m_lowLatencyMode_0; } inline void set_m_lowLatencyMode_0(bool value) { ___m_lowLatencyMode_0 = value; } inline static int32_t get_offset_of_m_paddingEnabled_1() { return static_cast(offsetof(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D, ___m_paddingEnabled_1)); } inline bool get_m_paddingEnabled_1() const { return ___m_paddingEnabled_1; } inline bool* get_address_of_m_paddingEnabled_1() { return &___m_paddingEnabled_1; } inline void set_m_paddingEnabled_1(bool value) { ___m_paddingEnabled_1 = value; } inline static int32_t get_offset_of_m_prevSamplesQueued_2() { return static_cast(offsetof(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D, ___m_prevSamplesQueued_2)); } inline int32_t get_m_prevSamplesQueued_2() const { return ___m_prevSamplesQueued_2; } inline int32_t* get_address_of_m_prevSamplesQueued_2() { return &___m_prevSamplesQueued_2; } inline void set_m_prevSamplesQueued_2(int32_t value) { ___m_prevSamplesQueued_2 = value; } inline static int32_t get_offset_of_m_prevSamplesQueuedTime_3() { return static_cast(offsetof(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D, ___m_prevSamplesQueuedTime_3)); } inline float get_m_prevSamplesQueuedTime_3() const { return ___m_prevSamplesQueuedTime_3; } inline float* get_address_of_m_prevSamplesQueuedTime_3() { return &___m_prevSamplesQueuedTime_3; } inline void set_m_prevSamplesQueuedTime_3(float value) { ___m_prevSamplesQueuedTime_3 = value; } inline static int32_t get_offset_of_m_numPredictionHits_4() { return static_cast(offsetof(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D, ___m_numPredictionHits_4)); } inline int32_t get_m_numPredictionHits_4() const { return ___m_numPredictionHits_4; } inline int32_t* get_address_of_m_numPredictionHits_4() { return &___m_numPredictionHits_4; } inline void set_m_numPredictionHits_4(int32_t value) { ___m_numPredictionHits_4 = value; } inline static int32_t get_offset_of_m_numPredictionMisses_5() { return static_cast(offsetof(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D, ___m_numPredictionMisses_5)); } inline int32_t get_m_numPredictionMisses_5() const { return ___m_numPredictionMisses_5; } inline int32_t* get_address_of_m_numPredictionMisses_5() { return &___m_numPredictionMisses_5; } inline void set_m_numPredictionMisses_5(int32_t value) { ___m_numPredictionMisses_5 = value; } inline static int32_t get_offset_of_m_numUnderruns_6() { return static_cast(offsetof(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D, ___m_numUnderruns_6)); } inline int32_t get_m_numUnderruns_6() const { return ___m_numUnderruns_6; } inline int32_t* get_address_of_m_numUnderruns_6() { return &___m_numUnderruns_6; } inline void set_m_numUnderruns_6(int32_t value) { ___m_numUnderruns_6 = value; } inline static int32_t get_offset_of_m_pendingClips_7() { return static_cast(offsetof(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D, ___m_pendingClips_7)); } inline List_1_tDCFDB2B400BF106C90217D512EF2630730CB956D * get_m_pendingClips_7() const { return ___m_pendingClips_7; } inline List_1_tDCFDB2B400BF106C90217D512EF2630730CB956D ** get_address_of_m_pendingClips_7() { return &___m_pendingClips_7; } inline void set_m_pendingClips_7(List_1_tDCFDB2B400BF106C90217D512EF2630730CB956D * value) { ___m_pendingClips_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pendingClips_7), (void*)value); } inline static int32_t get_offset_of_m_controller_8() { return static_cast(offsetof(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D, ___m_controller_8)); } inline uint32_t get_m_controller_8() const { return ___m_controller_8; } inline uint32_t* get_address_of_m_controller_8() { return &___m_controller_8; } inline void set_m_controller_8(uint32_t value) { ___m_controller_8 = value; } inline static int32_t get_offset_of_m_nativeBuffer_9() { return static_cast(offsetof(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D, ___m_nativeBuffer_9)); } inline OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * get_m_nativeBuffer_9() const { return ___m_nativeBuffer_9; } inline OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 ** get_address_of_m_nativeBuffer_9() { return &___m_nativeBuffer_9; } inline void set_m_nativeBuffer_9(OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 * value) { ___m_nativeBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nativeBuffer_9), (void*)value); } inline static int32_t get_offset_of_m_paddingClip_10() { return static_cast(offsetof(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D, ___m_paddingClip_10)); } inline OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * get_m_paddingClip_10() const { return ___m_paddingClip_10; } inline OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 ** get_address_of_m_paddingClip_10() { return &___m_paddingClip_10; } inline void set_m_paddingClip_10(OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * value) { ___m_paddingClip_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paddingClip_10), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F, ___dictionary_0)); } inline Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F, ___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_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F, ___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_currentKey_3() { return static_cast(offsetof(Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F, ___currentKey_3)); } inline OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * get_currentKey_3() const { return ___currentKey_3; } inline OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 ** get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentKey_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_tC65CCC1226A8ADC61C1D0B645D6B48EDC74C7713 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey RuntimeObject * ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tC65CCC1226A8ADC61C1D0B645D6B48EDC74C7713, ___dictionary_0)); } inline Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tC65CCC1226A8ADC61C1D0B645D6B48EDC74C7713, ___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_tC65CCC1226A8ADC61C1D0B645D6B48EDC74C7713, ___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_currentKey_3() { return static_cast(offsetof(Enumerator_tC65CCC1226A8ADC61C1D0B645D6B48EDC74C7713, ___currentKey_3)); } inline RuntimeObject * get_currentKey_3() const { return ___currentKey_3; } inline RuntimeObject ** get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(RuntimeObject * value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentKey_3), (void*)value); } }; // UnityEngine.BoneWeight struct BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 { public: // System.Single UnityEngine.BoneWeight::m_Weight0 float ___m_Weight0_0; // System.Single UnityEngine.BoneWeight::m_Weight1 float ___m_Weight1_1; // System.Single UnityEngine.BoneWeight::m_Weight2 float ___m_Weight2_2; // System.Single UnityEngine.BoneWeight::m_Weight3 float ___m_Weight3_3; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex0 int32_t ___m_BoneIndex0_4; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex1 int32_t ___m_BoneIndex1_5; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex2 int32_t ___m_BoneIndex2_6; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex3 int32_t ___m_BoneIndex3_7; public: inline static int32_t get_offset_of_m_Weight0_0() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_Weight0_0)); } inline float get_m_Weight0_0() const { return ___m_Weight0_0; } inline float* get_address_of_m_Weight0_0() { return &___m_Weight0_0; } inline void set_m_Weight0_0(float value) { ___m_Weight0_0 = value; } inline static int32_t get_offset_of_m_Weight1_1() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_Weight1_1)); } inline float get_m_Weight1_1() const { return ___m_Weight1_1; } inline float* get_address_of_m_Weight1_1() { return &___m_Weight1_1; } inline void set_m_Weight1_1(float value) { ___m_Weight1_1 = value; } inline static int32_t get_offset_of_m_Weight2_2() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_Weight2_2)); } inline float get_m_Weight2_2() const { return ___m_Weight2_2; } inline float* get_address_of_m_Weight2_2() { return &___m_Weight2_2; } inline void set_m_Weight2_2(float value) { ___m_Weight2_2 = value; } inline static int32_t get_offset_of_m_Weight3_3() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_Weight3_3)); } inline float get_m_Weight3_3() const { return ___m_Weight3_3; } inline float* get_address_of_m_Weight3_3() { return &___m_Weight3_3; } inline void set_m_Weight3_3(float value) { ___m_Weight3_3 = value; } inline static int32_t get_offset_of_m_BoneIndex0_4() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_BoneIndex0_4)); } inline int32_t get_m_BoneIndex0_4() const { return ___m_BoneIndex0_4; } inline int32_t* get_address_of_m_BoneIndex0_4() { return &___m_BoneIndex0_4; } inline void set_m_BoneIndex0_4(int32_t value) { ___m_BoneIndex0_4 = value; } inline static int32_t get_offset_of_m_BoneIndex1_5() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_BoneIndex1_5)); } inline int32_t get_m_BoneIndex1_5() const { return ___m_BoneIndex1_5; } inline int32_t* get_address_of_m_BoneIndex1_5() { return &___m_BoneIndex1_5; } inline void set_m_BoneIndex1_5(int32_t value) { ___m_BoneIndex1_5 = value; } inline static int32_t get_offset_of_m_BoneIndex2_6() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_BoneIndex2_6)); } inline int32_t get_m_BoneIndex2_6() const { return ___m_BoneIndex2_6; } inline int32_t* get_address_of_m_BoneIndex2_6() { return &___m_BoneIndex2_6; } inline void set_m_BoneIndex2_6(int32_t value) { ___m_BoneIndex2_6 = value; } inline static int32_t get_offset_of_m_BoneIndex3_7() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_BoneIndex3_7)); } inline int32_t get_m_BoneIndex3_7() const { return ___m_BoneIndex3_7; } inline int32_t* get_address_of_m_BoneIndex3_7() { return &___m_BoneIndex3_7; } inline void set_m_BoneIndex3_7(int32_t value) { ___m_BoneIndex3_7 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // UnityEngine.GradientAlphaKey struct GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D { public: // System.Single UnityEngine.GradientAlphaKey::alpha float ___alpha_0; // System.Single UnityEngine.GradientAlphaKey::time float ___time_1; public: inline static int32_t get_offset_of_alpha_0() { return static_cast(offsetof(GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D, ___alpha_0)); } inline float get_alpha_0() const { return ___alpha_0; } inline float* get_address_of_alpha_0() { return &___alpha_0; } inline void set_alpha_0(float value) { ___alpha_0 = value; } inline static int32_t get_offset_of_time_1() { return static_cast(offsetof(GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D, ___time_1)); } inline float get_time_1() const { return ___time_1; } inline float* get_address_of_time_1() { return &___time_1; } inline void set_time_1(float value) { ___time_1 = value; } }; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 : public Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 { public: // System.Int32[] System.Text.RegularExpressions.Group::_caps Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____caps_4; // System.Int32 System.Text.RegularExpressions.Group::_capcount int32_t ____capcount_5; // System.String System.Text.RegularExpressions.Group::_name String_t* ____name_6; public: inline static int32_t get_offset_of__caps_4() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____caps_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__caps_4() const { return ____caps_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__caps_4() { return &____caps_4; } inline void set__caps_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____caps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_4), (void*)value); } inline static int32_t get_offset_of__capcount_5() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcount_5)); } inline int32_t get__capcount_5() const { return ____capcount_5; } inline int32_t* get_address_of__capcount_5() { return &____capcount_5; } inline void set__capcount_5(int32_t value) { ____capcount_5 = value; } inline static int32_t get_offset_of__name_6() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____name_6)); } inline String_t* get__name_6() const { return ____name_6; } inline String_t** get_address_of__name_6() { return &____name_6; } inline void set__name_6(String_t* value) { ____name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_6), (void*)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; } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; // UnityEngine.LayerMask struct LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 { public: // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; public: inline static int32_t get_offset_of_m_Mask_0() { return static_cast(offsetof(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8, ___m_Mask_0)); } inline int32_t get_m_Mask_0() const { return ___m_Mask_0; } inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; } inline void set_m_Mask_0(int32_t value) { ___m_Mask_0 = value; } }; // UnityEngine.Matrix4x4 struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; // OVRBinaryChunk struct OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 { public: // System.IO.Stream OVRBinaryChunk::chunkStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___chunkStream_0; // System.UInt32 OVRBinaryChunk::chunkLength uint32_t ___chunkLength_1; // System.Int64 OVRBinaryChunk::chunkStart int64_t ___chunkStart_2; public: inline static int32_t get_offset_of_chunkStream_0() { return static_cast(offsetof(OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607, ___chunkStream_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_chunkStream_0() const { return ___chunkStream_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_chunkStream_0() { return &___chunkStream_0; } inline void set_chunkStream_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___chunkStream_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___chunkStream_0), (void*)value); } inline static int32_t get_offset_of_chunkLength_1() { return static_cast(offsetof(OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607, ___chunkLength_1)); } inline uint32_t get_chunkLength_1() const { return ___chunkLength_1; } inline uint32_t* get_address_of_chunkLength_1() { return &___chunkLength_1; } inline void set_chunkLength_1(uint32_t value) { ___chunkLength_1 = value; } inline static int32_t get_offset_of_chunkStart_2() { return static_cast(offsetof(OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607, ___chunkStart_2)); } inline int64_t get_chunkStart_2() const { return ___chunkStart_2; } inline int64_t* get_address_of_chunkStart_2() { return &___chunkStart_2; } inline void set_chunkStart_2(int64_t value) { ___chunkStart_2 = value; } }; // Native definition for P/Invoke marshalling of OVRBinaryChunk struct OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshaled_pinvoke { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___chunkStream_0; uint32_t ___chunkLength_1; int64_t ___chunkStart_2; }; // Native definition for COM marshalling of OVRBinaryChunk struct OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshaled_com { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___chunkStream_0; uint32_t ___chunkLength_1; int64_t ___chunkStart_2; }; // OVRGLTFScene struct OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380 { public: // UnityEngine.GameObject OVRGLTFScene::root GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___root_0; // System.Collections.Generic.List`1 OVRGLTFScene::nodes List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___nodes_1; public: inline static int32_t get_offset_of_root_0() { return static_cast(offsetof(OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380, ___root_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_root_0() const { return ___root_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_root_0() { return &___root_0; } inline void set_root_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___root_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___root_0), (void*)value); } inline static int32_t get_offset_of_nodes_1() { return static_cast(offsetof(OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380, ___nodes_1)); } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * get_nodes_1() const { return ___nodes_1; } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 ** get_address_of_nodes_1() { return &___nodes_1; } inline void set_nodes_1(List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * value) { ___nodes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nodes_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVRGLTFScene struct OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshaled_pinvoke { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___root_0; List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___nodes_1; }; // Native definition for COM marshalling of OVRGLTFScene struct OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshaled_com { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___root_0; List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___nodes_1; }; // OVRMeshData struct OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A { public: // UnityEngine.Mesh OVRMeshData::mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___mesh_0; // UnityEngine.Material OVRMeshData::material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_1; public: inline static int32_t get_offset_of_mesh_0() { return static_cast(offsetof(OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A, ___mesh_0)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_mesh_0() const { return ___mesh_0; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_mesh_0() { return &___mesh_0; } inline void set_mesh_0(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___mesh_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mesh_0), (void*)value); } inline static int32_t get_offset_of_material_1() { return static_cast(offsetof(OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A, ___material_1)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_material_1() const { return ___material_1; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_material_1() { return &___material_1; } inline void set_material_1(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___material_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___material_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVRMeshData struct OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A_marshaled_pinvoke { Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___mesh_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_1; }; // Native definition for COM marshalling of OVRMeshData struct OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A_marshaled_com { Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___mesh_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_1; }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // System.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; } }; // 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: }; // OVRDisplay/EyeFov struct EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 { public: // System.Single OVRDisplay/EyeFov::UpFov float ___UpFov_0; // System.Single OVRDisplay/EyeFov::DownFov float ___DownFov_1; // System.Single OVRDisplay/EyeFov::LeftFov float ___LeftFov_2; // System.Single OVRDisplay/EyeFov::RightFov float ___RightFov_3; public: inline static int32_t get_offset_of_UpFov_0() { return static_cast(offsetof(EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4, ___UpFov_0)); } inline float get_UpFov_0() const { return ___UpFov_0; } inline float* get_address_of_UpFov_0() { return &___UpFov_0; } inline void set_UpFov_0(float value) { ___UpFov_0 = value; } inline static int32_t get_offset_of_DownFov_1() { return static_cast(offsetof(EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4, ___DownFov_1)); } inline float get_DownFov_1() const { return ___DownFov_1; } inline float* get_address_of_DownFov_1() { return &___DownFov_1; } inline void set_DownFov_1(float value) { ___DownFov_1 = value; } inline static int32_t get_offset_of_LeftFov_2() { return static_cast(offsetof(EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4, ___LeftFov_2)); } inline float get_LeftFov_2() const { return ___LeftFov_2; } inline float* get_address_of_LeftFov_2() { return &___LeftFov_2; } inline void set_LeftFov_2(float value) { ___LeftFov_2 = value; } inline static int32_t get_offset_of_RightFov_3() { return static_cast(offsetof(EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4, ___RightFov_3)); } inline float get_RightFov_3() const { return ___RightFov_3; } inline float* get_address_of_RightFov_3() { return &___RightFov_3; } inline void set_RightFov_3(float value) { ___RightFov_3 = value; } }; // OVRDisplay/LatencyData struct LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 { public: // System.Single OVRDisplay/LatencyData::render float ___render_0; // System.Single OVRDisplay/LatencyData::timeWarp float ___timeWarp_1; // System.Single OVRDisplay/LatencyData::postPresent float ___postPresent_2; // System.Single OVRDisplay/LatencyData::renderError float ___renderError_3; // System.Single OVRDisplay/LatencyData::timeWarpError float ___timeWarpError_4; public: inline static int32_t get_offset_of_render_0() { return static_cast(offsetof(LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23, ___render_0)); } inline float get_render_0() const { return ___render_0; } inline float* get_address_of_render_0() { return &___render_0; } inline void set_render_0(float value) { ___render_0 = value; } inline static int32_t get_offset_of_timeWarp_1() { return static_cast(offsetof(LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23, ___timeWarp_1)); } inline float get_timeWarp_1() const { return ___timeWarp_1; } inline float* get_address_of_timeWarp_1() { return &___timeWarp_1; } inline void set_timeWarp_1(float value) { ___timeWarp_1 = value; } inline static int32_t get_offset_of_postPresent_2() { return static_cast(offsetof(LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23, ___postPresent_2)); } inline float get_postPresent_2() const { return ___postPresent_2; } inline float* get_address_of_postPresent_2() { return &___postPresent_2; } inline void set_postPresent_2(float value) { ___postPresent_2 = value; } inline static int32_t get_offset_of_renderError_3() { return static_cast(offsetof(LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23, ___renderError_3)); } inline float get_renderError_3() const { return ___renderError_3; } inline float* get_address_of_renderError_3() { return &___renderError_3; } inline void set_renderError_3(float value) { ___renderError_3 = value; } inline static int32_t get_offset_of_timeWarpError_4() { return static_cast(offsetof(LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23, ___timeWarpError_4)); } inline float get_timeWarpError_4() const { return ___timeWarpError_4; } inline float* get_address_of_timeWarpError_4() { return &___timeWarpError_4; } inline void set_timeWarpError_4(float value) { ___timeWarpError_4 = value; } }; // OVRMeshRenderer/MeshRendererData struct MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D { public: // System.Boolean OVRMeshRenderer/MeshRendererData::k__BackingField bool ___U3CIsDataValidU3Ek__BackingField_0; // System.Boolean OVRMeshRenderer/MeshRendererData::k__BackingField bool ___U3CIsDataHighConfidenceU3Ek__BackingField_1; // System.Boolean OVRMeshRenderer/MeshRendererData::k__BackingField bool ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CIsDataValidU3Ek__BackingField_0() { return static_cast(offsetof(MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D, ___U3CIsDataValidU3Ek__BackingField_0)); } inline bool get_U3CIsDataValidU3Ek__BackingField_0() const { return ___U3CIsDataValidU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsDataValidU3Ek__BackingField_0() { return &___U3CIsDataValidU3Ek__BackingField_0; } inline void set_U3CIsDataValidU3Ek__BackingField_0(bool value) { ___U3CIsDataValidU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsDataHighConfidenceU3Ek__BackingField_1() { return static_cast(offsetof(MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D, ___U3CIsDataHighConfidenceU3Ek__BackingField_1)); } inline bool get_U3CIsDataHighConfidenceU3Ek__BackingField_1() const { return ___U3CIsDataHighConfidenceU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsDataHighConfidenceU3Ek__BackingField_1() { return &___U3CIsDataHighConfidenceU3Ek__BackingField_1; } inline void set_U3CIsDataHighConfidenceU3Ek__BackingField_1(bool value) { ___U3CIsDataHighConfidenceU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2() { return static_cast(offsetof(MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D, ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2)); } inline bool get_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2() const { return ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2; } inline bool* get_address_of_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2() { return &___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2; } inline void set_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2(bool value) { ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2 = value; } }; // Native definition for P/Invoke marshalling of OVRMeshRenderer/MeshRendererData struct MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D_marshaled_pinvoke { int32_t ___U3CIsDataValidU3Ek__BackingField_0; int32_t ___U3CIsDataHighConfidenceU3Ek__BackingField_1; int32_t ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2; }; // Native definition for COM marshalling of OVRMeshRenderer/MeshRendererData struct MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D_marshaled_com { int32_t ___U3CIsDataValidU3Ek__BackingField_0; int32_t ___U3CIsDataHighConfidenceU3Ek__BackingField_1; int32_t ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2; }; // OVRPlugin/Colorf struct Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81 { public: // System.Single OVRPlugin/Colorf::r float ___r_0; // System.Single OVRPlugin/Colorf::g float ___g_1; // System.Single OVRPlugin/Colorf::b float ___b_2; // System.Single OVRPlugin/Colorf::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81, ___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(Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81, ___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(Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81, ___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(Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81, ___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; } }; // OVRPlugin/Fovf struct Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF { public: // System.Single OVRPlugin/Fovf::UpTan float ___UpTan_0; // System.Single OVRPlugin/Fovf::DownTan float ___DownTan_1; // System.Single OVRPlugin/Fovf::LeftTan float ___LeftTan_2; // System.Single OVRPlugin/Fovf::RightTan float ___RightTan_3; public: inline static int32_t get_offset_of_UpTan_0() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___UpTan_0)); } inline float get_UpTan_0() const { return ___UpTan_0; } inline float* get_address_of_UpTan_0() { return &___UpTan_0; } inline void set_UpTan_0(float value) { ___UpTan_0 = value; } inline static int32_t get_offset_of_DownTan_1() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___DownTan_1)); } inline float get_DownTan_1() const { return ___DownTan_1; } inline float* get_address_of_DownTan_1() { return &___DownTan_1; } inline void set_DownTan_1(float value) { ___DownTan_1 = value; } inline static int32_t get_offset_of_LeftTan_2() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___LeftTan_2)); } inline float get_LeftTan_2() const { return ___LeftTan_2; } inline float* get_address_of_LeftTan_2() { return &___LeftTan_2; } inline void set_LeftTan_2(float value) { ___LeftTan_2 = value; } inline static int32_t get_offset_of_RightTan_3() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___RightTan_3)); } inline float get_RightTan_3() const { return ___RightTan_3; } inline float* get_address_of_RightTan_3() { return &___RightTan_3; } inline void set_RightTan_3(float value) { ___RightTan_3 = value; } }; // OVRPlugin/Frustumf struct Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F { public: // System.Single OVRPlugin/Frustumf::zNear float ___zNear_0; // System.Single OVRPlugin/Frustumf::zFar float ___zFar_1; // System.Single OVRPlugin/Frustumf::fovX float ___fovX_2; // System.Single OVRPlugin/Frustumf::fovY float ___fovY_3; public: inline static int32_t get_offset_of_zNear_0() { return static_cast(offsetof(Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F, ___zNear_0)); } inline float get_zNear_0() const { return ___zNear_0; } inline float* get_address_of_zNear_0() { return &___zNear_0; } inline void set_zNear_0(float value) { ___zNear_0 = value; } inline static int32_t get_offset_of_zFar_1() { return static_cast(offsetof(Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F, ___zFar_1)); } inline float get_zFar_1() const { return ___zFar_1; } inline float* get_address_of_zFar_1() { return &___zFar_1; } inline void set_zFar_1(float value) { ___zFar_1 = value; } inline static int32_t get_offset_of_fovX_2() { return static_cast(offsetof(Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F, ___fovX_2)); } inline float get_fovX_2() const { return ___fovX_2; } inline float* get_address_of_fovX_2() { return &___fovX_2; } inline void set_fovX_2(float value) { ___fovX_2 = value; } inline static int32_t get_offset_of_fovY_3() { return static_cast(offsetof(Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F, ___fovY_3)); } inline float get_fovY_3() const { return ___fovY_3; } inline float* get_address_of_fovY_3() { return &___fovY_3; } inline void set_fovY_3(float value) { ___fovY_3 = value; } }; // OVRPlugin/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/Vector2f struct Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 { public: // System.Single OVRPlugin/Vector2f::x float ___x_0; // System.Single OVRPlugin/Vector2f::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; // OVRPlugin/Vector3f struct Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 { public: // System.Single OVRPlugin/Vector3f::x float ___x_0; // System.Single OVRPlugin/Vector3f::y float ___y_1; // System.Single OVRPlugin/Vector3f::z float ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } }; // OVRPlugin/Vector4f struct Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE { public: // System.Single OVRPlugin/Vector4f::x float ___x_0; // System.Single OVRPlugin/Vector4f::y float ___y_1; // System.Single OVRPlugin/Vector4f::z float ___z_2; // System.Single OVRPlugin/Vector4f::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; // OVRPlugin/Vector4s struct Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 { public: // System.Int16 OVRPlugin/Vector4s::x int16_t ___x_0; // System.Int16 OVRPlugin/Vector4s::y int16_t ___y_1; // System.Int16 OVRPlugin/Vector4s::z int16_t ___z_2; // System.Int16 OVRPlugin/Vector4s::w int16_t ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1, ___x_0)); } inline int16_t get_x_0() const { return ___x_0; } inline int16_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(int16_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1, ___y_1)); } inline int16_t get_y_1() const { return ___y_1; } inline int16_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int16_t value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1, ___z_2)); } inline int16_t get_z_2() const { return ___z_2; } inline int16_t* get_address_of_z_2() { return &___z_2; } inline void set_z_2(int16_t value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1, ___w_3)); } inline int16_t get_w_3() const { return ___w_3; } inline int16_t* get_address_of_w_3() { return &___w_3; } inline void set_w_3(int16_t value) { ___w_3 = value; } }; // OVRSkeletonRenderer/SkeletonRendererData struct SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE { public: // System.Single OVRSkeletonRenderer/SkeletonRendererData::k__BackingField float ___U3CRootScaleU3Ek__BackingField_0; // System.Boolean OVRSkeletonRenderer/SkeletonRendererData::k__BackingField bool ___U3CIsDataValidU3Ek__BackingField_1; // System.Boolean OVRSkeletonRenderer/SkeletonRendererData::k__BackingField bool ___U3CIsDataHighConfidenceU3Ek__BackingField_2; // System.Boolean OVRSkeletonRenderer/SkeletonRendererData::k__BackingField bool ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CRootScaleU3Ek__BackingField_0() { return static_cast(offsetof(SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE, ___U3CRootScaleU3Ek__BackingField_0)); } inline float get_U3CRootScaleU3Ek__BackingField_0() const { return ___U3CRootScaleU3Ek__BackingField_0; } inline float* get_address_of_U3CRootScaleU3Ek__BackingField_0() { return &___U3CRootScaleU3Ek__BackingField_0; } inline void set_U3CRootScaleU3Ek__BackingField_0(float value) { ___U3CRootScaleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsDataValidU3Ek__BackingField_1() { return static_cast(offsetof(SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE, ___U3CIsDataValidU3Ek__BackingField_1)); } inline bool get_U3CIsDataValidU3Ek__BackingField_1() const { return ___U3CIsDataValidU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsDataValidU3Ek__BackingField_1() { return &___U3CIsDataValidU3Ek__BackingField_1; } inline void set_U3CIsDataValidU3Ek__BackingField_1(bool value) { ___U3CIsDataValidU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsDataHighConfidenceU3Ek__BackingField_2() { return static_cast(offsetof(SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE, ___U3CIsDataHighConfidenceU3Ek__BackingField_2)); } inline bool get_U3CIsDataHighConfidenceU3Ek__BackingField_2() const { return ___U3CIsDataHighConfidenceU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsDataHighConfidenceU3Ek__BackingField_2() { return &___U3CIsDataHighConfidenceU3Ek__BackingField_2; } inline void set_U3CIsDataHighConfidenceU3Ek__BackingField_2(bool value) { ___U3CIsDataHighConfidenceU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3() { return static_cast(offsetof(SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE, ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3)); } inline bool get_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3() const { return ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3; } inline bool* get_address_of_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3() { return &___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3; } inline void set_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3(bool value) { ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3 = value; } }; // Native definition for P/Invoke marshalling of OVRSkeletonRenderer/SkeletonRendererData struct SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE_marshaled_pinvoke { float ___U3CRootScaleU3Ek__BackingField_0; int32_t ___U3CIsDataValidU3Ek__BackingField_1; int32_t ___U3CIsDataHighConfidenceU3Ek__BackingField_2; int32_t ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3; }; // Native definition for COM marshalling of OVRSkeletonRenderer/SkeletonRendererData struct SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE_marshaled_com { float ___U3CRootScaleU3Ek__BackingField_0; int32_t ___U3CIsDataValidU3Ek__BackingField_1; int32_t ___U3CIsDataHighConfidenceU3Ek__BackingField_2; int32_t ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3; }; // struct U3CPrivateImplementationDetailsU3E_t4D6325C768AF0C9BE49B578F0B7E43147C9D1364 : public RuntimeObject { public: public: }; // UnityEngine.Rendering.Universal.AntialiasingMode struct AntialiasingMode_t336A7E5CB797088B903DAE8FA35985B5E8254E6E { public: // System.Int32 UnityEngine.Rendering.Universal.AntialiasingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AntialiasingMode_t336A7E5CB797088B903DAE8FA35985B5E8254E6E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.Universal.AntialiasingQuality struct AntialiasingQuality_tA9250E9D89BFE78494D4A9445A7BACEF547AB8C8 { public: // System.Int32 UnityEngine.Rendering.Universal.AntialiasingQuality::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AntialiasingQuality_tA9250E9D89BFE78494D4A9445A7BACEF547AB8C8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.CameraClearFlags struct CameraClearFlags_t5CCA5C0FD787D780C128B8B0D6ACC80BB41B1DE7 { public: // System.Int32 UnityEngine.CameraClearFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraClearFlags_t5CCA5C0FD787D780C128B8B0D6ACC80BB41B1DE7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.Universal.CameraOverrideOption struct CameraOverrideOption_t22346D7F8F089EC16B312D089ABBAA47B875FCB2 { public: // System.Int32 UnityEngine.Rendering.Universal.CameraOverrideOption::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraOverrideOption_t22346D7F8F089EC16B312D089ABBAA47B875FCB2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.Universal.CameraRenderType struct CameraRenderType_tEBC464390BF6189A8FFB881742F5F1FECA40249D { public: // System.Int32 UnityEngine.Rendering.Universal.CameraRenderType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraRenderType_tEBC464390BF6189A8FFB881742F5F1FECA40249D, ___value___2)); } inline int32_t get_value___2() const { return ___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.CubemapFace struct CubemapFace_t74FBCA71A21252C2E10E256E61FE0B1E09D7B9E5 { public: // System.Int32 UnityEngine.CubemapFace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CubemapFace_t74FBCA71A21252C2E10E256E61FE0B1E09D7B9E5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // UnityEngine.DepthTextureMode struct DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A { public: // System.Int32 UnityEngine.DepthTextureMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.IO.FileAccess struct FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B, ___value___2)); } inline int32_t get_value___2() const { return ___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.IO.FileAttributes struct FileAttributes_t47DBB9A73CF80C7CA21C9AAB8D5336C92D32C1AE { public: // System.Int32 System.IO.FileAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAttributes_t47DBB9A73CF80C7CA21C9AAB8D5336C92D32C1AE, ___value___2)); } inline int32_t get_value___2() const { return ___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.IO.FileMode struct FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336, ___value___2)); } inline int32_t get_value___2() const { return ___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.Gradient struct Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 : public RuntimeObject { public: // System.IntPtr UnityEngine.Gradient::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Gradient struct Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Gradient struct Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.GradientColorKey struct GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E { public: // UnityEngine.Color UnityEngine.GradientColorKey::color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_0; // System.Single UnityEngine.GradientColorKey::time float ___time_1; public: inline static int32_t get_offset_of_color_0() { return static_cast(offsetof(GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E, ___color_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_color_0() const { return ___color_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_color_0() { return &___color_0; } inline void set_color_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___color_0 = value; } inline static int32_t get_offset_of_time_1() { return static_cast(offsetof(GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E, ___time_1)); } inline float get_time_1() const { return ___time_1; } inline float* get_address_of_time_1() { return &___time_1; } inline void set_time_1(float value) { ___time_1 = value; } }; // UnityEngine.HideFlags struct HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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; } }; // UnityEngine.KeyCode struct KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B : public Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 { public: // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::_groupcoll GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * ____groupcoll_8; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_9; // System.Int32 System.Text.RegularExpressions.Match::_textbeg int32_t ____textbeg_10; // System.Int32 System.Text.RegularExpressions.Match::_textpos int32_t ____textpos_11; // System.Int32 System.Text.RegularExpressions.Match::_textend int32_t ____textend_12; // System.Int32 System.Text.RegularExpressions.Match::_textstart int32_t ____textstart_13; // System.Int32[][] System.Text.RegularExpressions.Match::_matches Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ____matches_14; // System.Int32[] System.Text.RegularExpressions.Match::_matchcount Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____matchcount_15; // System.Boolean System.Text.RegularExpressions.Match::_balancing bool ____balancing_16; public: inline static int32_t get_offset_of__groupcoll_8() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____groupcoll_8)); } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * get__groupcoll_8() const { return ____groupcoll_8; } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 ** get_address_of__groupcoll_8() { return &____groupcoll_8; } inline void set__groupcoll_8(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * value) { ____groupcoll_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____groupcoll_8), (void*)value); } inline static int32_t get_offset_of__regex_9() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____regex_9)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_9() const { return ____regex_9; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_9() { return &____regex_9; } inline void set__regex_9(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_9), (void*)value); } inline static int32_t get_offset_of__textbeg_10() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textbeg_10)); } inline int32_t get__textbeg_10() const { return ____textbeg_10; } inline int32_t* get_address_of__textbeg_10() { return &____textbeg_10; } inline void set__textbeg_10(int32_t value) { ____textbeg_10 = value; } inline static int32_t get_offset_of__textpos_11() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textpos_11)); } inline int32_t get__textpos_11() const { return ____textpos_11; } inline int32_t* get_address_of__textpos_11() { return &____textpos_11; } inline void set__textpos_11(int32_t value) { ____textpos_11 = value; } inline static int32_t get_offset_of__textend_12() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textend_12)); } inline int32_t get__textend_12() const { return ____textend_12; } inline int32_t* get_address_of__textend_12() { return &____textend_12; } inline void set__textend_12(int32_t value) { ____textend_12 = value; } inline static int32_t get_offset_of__textstart_13() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textstart_13)); } inline int32_t get__textstart_13() const { return ____textstart_13; } inline int32_t* get_address_of__textstart_13() { return &____textstart_13; } inline void set__textstart_13(int32_t value) { ____textstart_13 = value; } inline static int32_t get_offset_of__matches_14() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matches_14)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get__matches_14() const { return ____matches_14; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of__matches_14() { return &____matches_14; } inline void set__matches_14(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ____matches_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_14), (void*)value); } inline static int32_t get_offset_of__matchcount_15() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matchcount_15)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__matchcount_15() const { return ____matchcount_15; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__matchcount_15() { return &____matchcount_15; } inline void set__matchcount_15(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____matchcount_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____matchcount_15), (void*)value); } inline static int32_t get_offset_of__balancing_16() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____balancing_16)); } inline bool get__balancing_16() const { return ____balancing_16; } inline bool* get_address_of__balancing_16() { return &____balancing_16; } inline void set__balancing_16(bool value) { ____balancing_16 = value; } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // UnityEngine.MeshTopology struct MeshTopology_tF37D1A0C174D5906B715580E7318A21B4263C1A6 { public: // System.Int32 UnityEngine.MeshTopology::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MeshTopology_tF37D1A0C174D5906B715580E7318A21B4263C1A6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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; } }; // 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; } }; // OVRGLTFComponentType struct OVRGLTFComponentType_tBD335C794945D36CD9F86449C462C70CBF25E70E { public: // System.Int32 OVRGLTFComponentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OVRGLTFComponentType_tBD335C794945D36CD9F86449C462C70CBF25E70E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRGLTFLoader struct OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 : public RuntimeObject { public: // OVRSimpleJSON.JSONNode OVRGLTFLoader::m_jsonData JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___m_jsonData_0; // System.IO.Stream OVRGLTFLoader::m_glbStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___m_glbStream_1; // OVRBinaryChunk OVRGLTFLoader::m_binaryChunk OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___m_binaryChunk_2; // System.Collections.Generic.List`1 OVRGLTFLoader::m_Nodes List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___m_Nodes_3; // UnityEngine.Shader OVRGLTFLoader::m_Shader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___m_Shader_6; public: inline static int32_t get_offset_of_m_jsonData_0() { return static_cast(offsetof(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01, ___m_jsonData_0)); } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * get_m_jsonData_0() const { return ___m_jsonData_0; } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B ** get_address_of_m_jsonData_0() { return &___m_jsonData_0; } inline void set_m_jsonData_0(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * value) { ___m_jsonData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_jsonData_0), (void*)value); } inline static int32_t get_offset_of_m_glbStream_1() { return static_cast(offsetof(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01, ___m_glbStream_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_m_glbStream_1() const { return ___m_glbStream_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_m_glbStream_1() { return &___m_glbStream_1; } inline void set_m_glbStream_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___m_glbStream_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_glbStream_1), (void*)value); } inline static int32_t get_offset_of_m_binaryChunk_2() { return static_cast(offsetof(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01, ___m_binaryChunk_2)); } inline OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 get_m_binaryChunk_2() const { return ___m_binaryChunk_2; } inline OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 * get_address_of_m_binaryChunk_2() { return &___m_binaryChunk_2; } inline void set_m_binaryChunk_2(OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 value) { ___m_binaryChunk_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_binaryChunk_2))->___chunkStream_0), (void*)NULL); } inline static int32_t get_offset_of_m_Nodes_3() { return static_cast(offsetof(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01, ___m_Nodes_3)); } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * get_m_Nodes_3() const { return ___m_Nodes_3; } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 ** get_address_of_m_Nodes_3() { return &___m_Nodes_3; } inline void set_m_Nodes_3(List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * value) { ___m_Nodes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Nodes_3), (void*)value); } inline static int32_t get_offset_of_m_Shader_6() { return static_cast(offsetof(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01, ___m_Shader_6)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_m_Shader_6() const { return ___m_Shader_6; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_m_Shader_6() { return &___m_Shader_6; } inline void set_m_Shader_6(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___m_Shader_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Shader_6), (void*)value); } }; // OVRGLTFType struct OVRGLTFType_t1A124D63871AE92CF0037DB8633C0127BD39D533 { public: // System.Int32 OVRGLTFType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OVRGLTFType_t1A124D63871AE92CF0037DB8633C0127BD39D533, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRMixedReality struct OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4 : public RuntimeObject { public: public: }; // OVRPose struct OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 { public: // UnityEngine.Vector3 OVRPose::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_0; // UnityEngine.Quaternion OVRPose::orientation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___orientation_1; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613, ___position_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_0() const { return ___position_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_0 = value; } inline static int32_t get_offset_of_orientation_1() { return static_cast(offsetof(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613, ___orientation_1)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_orientation_1() const { return ___orientation_1; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_orientation_1() { return &___orientation_1; } inline void set_orientation_1(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___orientation_1 = value; } }; // OVRTextureFormat struct OVRTextureFormat_t38769EF37E675E25C13571C1C727E4E27E3F38AF { public: // System.Int32 OVRTextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OVRTextureFormat_t38769EF37E675E25C13571C1C727E4E27E3F38AF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.PrimitiveType struct PrimitiveType_t0E20B7B2F4ABBD14BAE02F0444EE003C6479E93E { public: // System.Int32 UnityEngine.PrimitiveType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PrimitiveType_t0E20B7B2F4ABBD14BAE02F0444EE003C6479E93E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4, ___value___2)); } inline int32_t get_value___2() const { return ___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.RenderMode struct RenderMode_tFF8E9ABC771ACEBD5ACC2D9DFB02264E0EA6CDBF { public: // System.Int32 UnityEngine.RenderMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderMode_tFF8E9ABC771ACEBD5ACC2D9DFB02264E0EA6CDBF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.RenderTextureFormat struct RenderTextureFormat_t8371287102ED67772EF78229CF4AB9D38C2CD626 { public: // System.Int32 UnityEngine.RenderTextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderTextureFormat_t8371287102ED67772EF78229CF4AB9D38C2CD626, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___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; } }; // 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; } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.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; } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)value); } }; // UnityEngine.TextAnchor struct TextAnchor_tA4C88E77C2D7312F43412275B01E1341A7CB2232 { public: // System.Int32 UnityEngine.TextAnchor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextAnchor_tA4C88E77C2D7312F43412275B01E1341A7CB2232, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.TextureDimension struct TextureDimension_tADCCB7C1D30E4D1182651BA9094B4DE61B63EACC { public: // System.Int32 UnityEngine.Rendering.TextureDimension::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureDimension_tADCCB7C1D30E4D1182651BA9094B4DE61B63EACC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TextureFormat struct TextureFormat_tBED5388A0445FE978F97B41D247275B036407932 { public: // System.Int32 UnityEngine.TextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureFormat_tBED5388A0445FE978F97B41D247275B036407932, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_3; public: inline static int32_t get_offset_of__ticks_3() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_3)); } inline int64_t get__ticks_3() const { return ____ticks_3; } inline int64_t* get_address_of__ticks_3() { return &____ticks_3; } inline void set__ticks_3(int64_t value) { ____ticks_3 = value; } }; // UnityEngine.Rendering.Universal.VolumeFrameworkUpdateMode struct VolumeFrameworkUpdateMode_t42A93A5C5E190C747D662F24E8E396E8940B29E3 { public: // System.Int32 UnityEngine.Rendering.Universal.VolumeFrameworkUpdateMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VolumeFrameworkUpdateMode_t42A93A5C5E190C747D662F24E8E396E8940B29E3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.XR.XRNode struct XRNode_t07B789D60F5B3A4F0E4A169143881ABCA4176DBD { public: // System.Int32 UnityEngine.XR.XRNode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XRNode_t07B789D60F5B3A4F0E4A169143881ABCA4176DBD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Image/FillMethod struct FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2 { public: // System.Int32 UnityEngine.UI.Image/FillMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Image/Type struct Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12 { public: // System.Int32 UnityEngine.UI.Image/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRDisplay/EyeRenderDesc struct EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 { public: // UnityEngine.Vector2 OVRDisplay/EyeRenderDesc::resolution Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___resolution_0; // UnityEngine.Vector2 OVRDisplay/EyeRenderDesc::fov Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___fov_1; // OVRDisplay/EyeFov OVRDisplay/EyeRenderDesc::fullFov EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 ___fullFov_2; public: inline static int32_t get_offset_of_resolution_0() { return static_cast(offsetof(EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8, ___resolution_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_resolution_0() const { return ___resolution_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_resolution_0() { return &___resolution_0; } inline void set_resolution_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___resolution_0 = value; } inline static int32_t get_offset_of_fov_1() { return static_cast(offsetof(EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8, ___fov_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_fov_1() const { return ___fov_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_fov_1() { return &___fov_1; } inline void set_fov_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___fov_1 = value; } inline static int32_t get_offset_of_fullFov_2() { return static_cast(offsetof(EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8, ___fullFov_2)); } inline EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 get_fullFov_2() const { return ___fullFov_2; } inline EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * get_address_of_fullFov_2() { return &___fullFov_2; } inline void set_fullFov_2(EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 value) { ___fullFov_2 = value; } }; // OVRHand/Hand struct Hand_t1DDDE8E88FE43B0552E010F6755CA5AE5078EBD4 { public: // System.Int32 OVRHand/Hand::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Hand_t1DDDE8E88FE43B0552E010F6755CA5AE5078EBD4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRHand/HandFinger struct HandFinger_tEDE6395DC7A01EA2212801493894BB09AEAB0F4C { public: // System.Int32 OVRHand/HandFinger::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HandFinger_tEDE6395DC7A01EA2212801493894BB09AEAB0F4C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRHand/TrackingConfidence struct TrackingConfidence_t05F8DCB45E675624F2884D85FA56DDBA1665E9E3 { public: // System.Int32 OVRHand/TrackingConfidence::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TrackingConfidence_t05F8DCB45E675624F2884D85FA56DDBA1665E9E3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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/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/RawAxis2D struct RawAxis2D_tABCA103396E1850B7A831EEF0662260174363097 { public: // System.Int32 OVRInput/RawAxis2D::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RawAxis2D_tABCA103396E1850B7A831EEF0662260174363097, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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/MrcCameraType struct MrcCameraType_tA0C0F09054FEED61597585A592B5A72AD5DF6F68 { public: // System.Int32 OVRManager/MrcCameraType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MrcCameraType_tA0C0F09054FEED61597585A592B5A72AD5DF6F68, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRManager/PassthroughInitializationState struct PassthroughInitializationState_t6E899396D9C69E9F302220F3D60AEB90C5442CED { public: // System.Int32 OVRManager/PassthroughInitializationState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PassthroughInitializationState_t6E899396D9C69E9F302220F3D60AEB90C5442CED, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRManager/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; } }; // OVRMesh/MeshType struct MeshType_t4B20B9A4BBC5E56D23E60EFC1233F2E77BA4D66C { public: // System.Int32 OVRMesh/MeshType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MeshType_t4B20B9A4BBC5E56D23E60EFC1233F2E77BA4D66C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/BoneCapsule struct BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 { public: // System.Int16 OVRPlugin/BoneCapsule::BoneIndex int16_t ___BoneIndex_0; // OVRPlugin/Vector3f OVRPlugin/BoneCapsule::StartPoint Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___StartPoint_1; // OVRPlugin/Vector3f OVRPlugin/BoneCapsule::EndPoint Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___EndPoint_2; // System.Single OVRPlugin/BoneCapsule::Radius float ___Radius_3; public: inline static int32_t get_offset_of_BoneIndex_0() { return static_cast(offsetof(BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07, ___BoneIndex_0)); } inline int16_t get_BoneIndex_0() const { return ___BoneIndex_0; } inline int16_t* get_address_of_BoneIndex_0() { return &___BoneIndex_0; } inline void set_BoneIndex_0(int16_t value) { ___BoneIndex_0 = value; } inline static int32_t get_offset_of_StartPoint_1() { return static_cast(offsetof(BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07, ___StartPoint_1)); } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 get_StartPoint_1() const { return ___StartPoint_1; } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 * get_address_of_StartPoint_1() { return &___StartPoint_1; } inline void set_StartPoint_1(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 value) { ___StartPoint_1 = value; } inline static int32_t get_offset_of_EndPoint_2() { return static_cast(offsetof(BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07, ___EndPoint_2)); } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 get_EndPoint_2() const { return ___EndPoint_2; } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 * get_address_of_EndPoint_2() { return &___EndPoint_2; } inline void set_EndPoint_2(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 value) { ___EndPoint_2 = value; } inline static int32_t get_offset_of_Radius_3() { return static_cast(offsetof(BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07, ___Radius_3)); } inline float get_Radius_3() const { return ___Radius_3; } inline float* get_address_of_Radius_3() { return &___Radius_3; } inline void set_Radius_3(float value) { ___Radius_3 = value; } }; // OVRPlugin/BoneId struct BoneId_t0A08DD5A5735873EEAD52D56DFE9930A3EA23E22 { public: // System.Int32 OVRPlugin/BoneId::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BoneId_t0A08DD5A5735873EEAD52D56DFE9930A3EA23E22, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/Bool struct Bool_tA9671975FE200092CD67E4FDB41904E99D92EF96 { public: // System.Int32 OVRPlugin/Bool::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Bool_tA9671975FE200092CD67E4FDB41904E99D92EF96, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/CameraDevice struct CameraDevice_t28640423D5FEBE3270CC459CEFB5146D529D3B1A { public: // System.Int32 OVRPlugin/CameraDevice::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraDevice_t28640423D5FEBE3270CC459CEFB5146D529D3B1A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/CameraStatus struct CameraStatus_tADE3E92AA069758135353096CA8CF35E70F31BED { public: // System.Int32 OVRPlugin/CameraStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraStatus_tADE3E92AA069758135353096CA8CF35E70F31BED, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/EventType struct EventType_t9927BD364F4D4D5210F5D3067C7B195E3E876F30 { public: // System.Int32 OVRPlugin/EventType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventType_t9927BD364F4D4D5210F5D3067C7B195E3E876F30, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/Eye struct Eye_tE1C24E36F0809E2A3CE36EDA3A81AA6F7169EEF0 { public: // System.Int32 OVRPlugin/Eye::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Eye_tE1C24E36F0809E2A3CE36EDA3A81AA6F7169EEF0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/Frustumf2 struct Frustumf2_tC9BC49D38B65DCF27D06B910BB4FF3AF31CB38EA { public: // System.Single OVRPlugin/Frustumf2::zNear float ___zNear_0; // System.Single OVRPlugin/Frustumf2::zFar float ___zFar_1; // OVRPlugin/Fovf OVRPlugin/Frustumf2::Fov Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF ___Fov_2; public: inline static int32_t get_offset_of_zNear_0() { return static_cast(offsetof(Frustumf2_tC9BC49D38B65DCF27D06B910BB4FF3AF31CB38EA, ___zNear_0)); } inline float get_zNear_0() const { return ___zNear_0; } inline float* get_address_of_zNear_0() { return &___zNear_0; } inline void set_zNear_0(float value) { ___zNear_0 = value; } inline static int32_t get_offset_of_zFar_1() { return static_cast(offsetof(Frustumf2_tC9BC49D38B65DCF27D06B910BB4FF3AF31CB38EA, ___zFar_1)); } inline float get_zFar_1() const { return ___zFar_1; } inline float* get_address_of_zFar_1() { return &___zFar_1; } inline void set_zFar_1(float value) { ___zFar_1 = value; } inline static int32_t get_offset_of_Fov_2() { return static_cast(offsetof(Frustumf2_tC9BC49D38B65DCF27D06B910BB4FF3AF31CB38EA, ___Fov_2)); } inline Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF get_Fov_2() const { return ___Fov_2; } inline Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF * get_address_of_Fov_2() { return &___Fov_2; } inline void set_Fov_2(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF value) { ___Fov_2 = value; } }; // OVRPlugin/Hand struct Hand_t9CA76BC444108F8E1F07419E7CFAAF6993F90AD2 { public: // System.Int32 OVRPlugin/Hand::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Hand_t9CA76BC444108F8E1F07419E7CFAAF6993F90AD2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/HandFingerPinch struct HandFingerPinch_t34ACF5B486E328BD7E2DBE8E74807ACA9FAF31CE { public: // System.Int32 OVRPlugin/HandFingerPinch::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HandFingerPinch_t34ACF5B486E328BD7E2DBE8E74807ACA9FAF31CE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/HandStatus struct HandStatus_t3CD43284B7DC75BB49345FE221FDB6046EFC9B65 { public: // System.Int32 OVRPlugin/HandStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HandStatus_t3CD43284B7DC75BB49345FE221FDB6046EFC9B65, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/MeshType struct MeshType_t2A1F373C7DF794F5DD951192CFF3D1A226FCBD98 { public: // System.Int32 OVRPlugin/MeshType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MeshType_t2A1F373C7DF794F5DD951192CFF3D1A226FCBD98, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/Node struct Node_t8ED2C04E12CC3A00FCDF19DE898B6A02989D5D2F { public: // System.Int32 OVRPlugin/Node::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Node_t8ED2C04E12CC3A00FCDF19DE898B6A02989D5D2F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/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/SkeletonType struct SkeletonType_tA6B9642BF519E11B92A7A71113FCB5D3412201AF { public: // System.Int32 OVRPlugin/SkeletonType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SkeletonType_tA6B9642BF519E11B92A7A71113FCB5D3412201AF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/Step struct Step_t88CFE881E61F7CEA95FDFBF0F0F0A5A88EE94D71 { public: // System.Int32 OVRPlugin/Step::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Step_t88CFE881E61F7CEA95FDFBF0F0F0A5A88EE94D71, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/SystemHeadset struct SystemHeadset_t2F607D6EB177AEC40A9C040015CA09F1219432F1 { public: // System.Int32 OVRPlugin/SystemHeadset::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SystemHeadset_t2F607D6EB177AEC40A9C040015CA09F1219432F1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/TrackingConfidence struct TrackingConfidence_t33FDA3D2EA5B7D420BF70D7F0586ACBB4CDCF506 { public: // System.Int32 OVRPlugin/TrackingConfidence::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TrackingConfidence_t33FDA3D2EA5B7D420BF70D7F0586ACBB4CDCF506, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/TrackingOrigin struct TrackingOrigin_t7C7F936E782956E33439ACA893824FE76981D8CA { public: // System.Int32 OVRPlugin/TrackingOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TrackingOrigin_t7C7F936E782956E33439ACA893824FE76981D8CA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRPlugin/XrApi struct XrApi_t99A5A6FF1A97AB2C5D884A07DD581505BD912ED3 { public: // System.Int32 OVRPlugin/XrApi::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XrApi_t99A5A6FF1A97AB2C5D884A07DD581505BD912ED3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRSkeleton/BoneId struct BoneId_tDF329B86B125C570AD6B5D3B4D9060B62B5A2024 { public: // System.Int32 OVRSkeleton/BoneId::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BoneId_tDF329B86B125C570AD6B5D3B4D9060B62B5A2024, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRSkeleton/SkeletonType struct SkeletonType_tC89352585315EE6489FBE98C0DA06DC97233B231 { public: // System.Int32 OVRSkeleton/SkeletonType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SkeletonType_tC89352585315EE6489FBE98C0DA06DC97233B231, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRTracker/Frustum struct Frustum_tED8678FD88C453FDA994D2EC8920C45E9C5C7A6A { public: // System.Single OVRTracker/Frustum::nearZ float ___nearZ_0; // System.Single OVRTracker/Frustum::farZ float ___farZ_1; // UnityEngine.Vector2 OVRTracker/Frustum::fov Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___fov_2; public: inline static int32_t get_offset_of_nearZ_0() { return static_cast(offsetof(Frustum_tED8678FD88C453FDA994D2EC8920C45E9C5C7A6A, ___nearZ_0)); } inline float get_nearZ_0() const { return ___nearZ_0; } inline float* get_address_of_nearZ_0() { return &___nearZ_0; } inline void set_nearZ_0(float value) { ___nearZ_0 = value; } inline static int32_t get_offset_of_farZ_1() { return static_cast(offsetof(Frustum_tED8678FD88C453FDA994D2EC8920C45E9C5C7A6A, ___farZ_1)); } inline float get_farZ_1() const { return ___farZ_1; } inline float* get_address_of_farZ_1() { return &___farZ_1; } inline void set_farZ_1(float value) { ___farZ_1 = value; } inline static int32_t get_offset_of_fov_2() { return static_cast(offsetof(Frustum_tED8678FD88C453FDA994D2EC8920C45E9C5C7A6A, ___fov_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_fov_2() const { return ___fov_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_fov_2() { return &___fov_2; } inline void set_fov_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___fov_2 = value; } }; // UnityEngine.IntegratedSubsystem`1 struct IntegratedSubsystem_1_t2737E0F52E6DC7B2E3D42D1B05C5FD7C9FDE4EA4 : public IntegratedSubsystem_t8FB3A371F812CF9521903AC016C64E95C7412002 { public: public: }; // UnityEngine.IntegratedSubsystem`1 struct IntegratedSubsystem_1_tD5C4AF38726B9433CFC3CA0F889D8C8C2535AEFE : public IntegratedSubsystem_t8FB3A371F812CF9521903AC016C64E95C7412002 { public: public: }; // UnityEngine.AudioClip struct AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: // UnityEngine.AudioClip/PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * ___m_PCMReaderCallback_4; // UnityEngine.AudioClip/PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * ___m_PCMSetPositionCallback_5; public: inline static int32_t get_offset_of_m_PCMReaderCallback_4() { return static_cast(offsetof(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE, ___m_PCMReaderCallback_4)); } inline PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * get_m_PCMReaderCallback_4() const { return ___m_PCMReaderCallback_4; } inline PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B ** get_address_of_m_PCMReaderCallback_4() { return &___m_PCMReaderCallback_4; } inline void set_m_PCMReaderCallback_4(PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * value) { ___m_PCMReaderCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PCMReaderCallback_4), (void*)value); } inline static int32_t get_offset_of_m_PCMSetPositionCallback_5() { return static_cast(offsetof(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE, ___m_PCMSetPositionCallback_5)); } inline PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * get_m_PCMSetPositionCallback_5() const { return ___m_PCMSetPositionCallback_5; } inline PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C ** get_address_of_m_PCMSetPositionCallback_5() { return &___m_PCMSetPositionCallback_5; } inline void set_m_PCMSetPositionCallback_5(PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * value) { ___m_PCMSetPositionCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PCMSetPositionCallback_5), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_7; // System.String System.IO.FileStream::name String_t* ___name_8; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * ___safeHandle_9; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_10; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_11; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_12; // System.Boolean System.IO.FileStream::owner bool ___owner_13; // System.Boolean System.IO.FileStream::async bool ___async_14; // System.Boolean System.IO.FileStream::canseek bool ___canseek_15; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_16; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_17; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_18; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_19; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_20; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_21; public: inline static int32_t get_offset_of_buf_7() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_7() const { return ___buf_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_7() { return &___buf_7; } inline void set_buf_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_7), (void*)value); } inline static int32_t get_offset_of_name_8() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___name_8)); } inline String_t* get_name_8() const { return ___name_8; } inline String_t** get_address_of_name_8() { return &___name_8; } inline void set_name_8(String_t* value) { ___name_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_8), (void*)value); } inline static int32_t get_offset_of_safeHandle_9() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___safeHandle_9)); } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * get_safeHandle_9() const { return ___safeHandle_9; } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 ** get_address_of_safeHandle_9() { return &___safeHandle_9; } inline void set_safeHandle_9(SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * value) { ___safeHandle_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_9), (void*)value); } inline static int32_t get_offset_of_isExposed_10() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___isExposed_10)); } inline bool get_isExposed_10() const { return ___isExposed_10; } inline bool* get_address_of_isExposed_10() { return &___isExposed_10; } inline void set_isExposed_10(bool value) { ___isExposed_10 = value; } inline static int32_t get_offset_of_append_startpos_11() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___append_startpos_11)); } inline int64_t get_append_startpos_11() const { return ___append_startpos_11; } inline int64_t* get_address_of_append_startpos_11() { return &___append_startpos_11; } inline void set_append_startpos_11(int64_t value) { ___append_startpos_11 = value; } inline static int32_t get_offset_of_access_12() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___access_12)); } inline int32_t get_access_12() const { return ___access_12; } inline int32_t* get_address_of_access_12() { return &___access_12; } inline void set_access_12(int32_t value) { ___access_12 = value; } inline static int32_t get_offset_of_owner_13() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___owner_13)); } inline bool get_owner_13() const { return ___owner_13; } inline bool* get_address_of_owner_13() { return &___owner_13; } inline void set_owner_13(bool value) { ___owner_13 = value; } inline static int32_t get_offset_of_async_14() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___async_14)); } inline bool get_async_14() const { return ___async_14; } inline bool* get_address_of_async_14() { return &___async_14; } inline void set_async_14(bool value) { ___async_14 = value; } inline static int32_t get_offset_of_canseek_15() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___canseek_15)); } inline bool get_canseek_15() const { return ___canseek_15; } inline bool* get_address_of_canseek_15() { return &___canseek_15; } inline void set_canseek_15(bool value) { ___canseek_15 = value; } inline static int32_t get_offset_of_anonymous_16() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___anonymous_16)); } inline bool get_anonymous_16() const { return ___anonymous_16; } inline bool* get_address_of_anonymous_16() { return &___anonymous_16; } inline void set_anonymous_16(bool value) { ___anonymous_16 = value; } inline static int32_t get_offset_of_buf_dirty_17() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_dirty_17)); } inline bool get_buf_dirty_17() const { return ___buf_dirty_17; } inline bool* get_address_of_buf_dirty_17() { return &___buf_dirty_17; } inline void set_buf_dirty_17(bool value) { ___buf_dirty_17 = value; } inline static int32_t get_offset_of_buf_size_18() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_size_18)); } inline int32_t get_buf_size_18() const { return ___buf_size_18; } inline int32_t* get_address_of_buf_size_18() { return &___buf_size_18; } inline void set_buf_size_18(int32_t value) { ___buf_size_18 = value; } inline static int32_t get_offset_of_buf_length_19() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_length_19)); } inline int32_t get_buf_length_19() const { return ___buf_length_19; } inline int32_t* get_address_of_buf_length_19() { return &___buf_length_19; } inline void set_buf_length_19(int32_t value) { ___buf_length_19 = value; } inline static int32_t get_offset_of_buf_offset_20() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_offset_20)); } inline int32_t get_buf_offset_20() const { return ___buf_offset_20; } inline int32_t* get_address_of_buf_offset_20() { return &___buf_offset_20; } inline void set_buf_offset_20(int32_t value) { ___buf_offset_20 = value; } inline static int32_t get_offset_of_buf_start_21() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_start_21)); } inline int64_t get_buf_start_21() const { return ___buf_start_21; } inline int64_t* get_address_of_buf_start_21() { return &___buf_start_21; } inline void set_buf_start_21(int64_t value) { ___buf_start_21 = value; } }; // UnityEngine.Font struct Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: // UnityEngine.Font/FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB * ___m_FontTextureRebuildCallback_5; public: inline static int32_t get_offset_of_m_FontTextureRebuildCallback_5() { return static_cast(offsetof(Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9, ___m_FontTextureRebuildCallback_5)); } inline FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB * get_m_FontTextureRebuildCallback_5() const { return ___m_FontTextureRebuildCallback_5; } inline FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB ** get_address_of_m_FontTextureRebuildCallback_5() { return &___m_FontTextureRebuildCallback_5; } inline void set_m_FontTextureRebuildCallback_5(FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB * value) { ___m_FontTextureRebuildCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontTextureRebuildCallback_5), (void*)value); } }; // 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.IO.MonoIOStat struct MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 { public: // System.IO.FileAttributes System.IO.MonoIOStat::fileAttributes int32_t ___fileAttributes_0; // System.Int64 System.IO.MonoIOStat::Length int64_t ___Length_1; // System.Int64 System.IO.MonoIOStat::CreationTime int64_t ___CreationTime_2; // System.Int64 System.IO.MonoIOStat::LastAccessTime int64_t ___LastAccessTime_3; // System.Int64 System.IO.MonoIOStat::LastWriteTime int64_t ___LastWriteTime_4; public: inline static int32_t get_offset_of_fileAttributes_0() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___fileAttributes_0)); } inline int32_t get_fileAttributes_0() const { return ___fileAttributes_0; } inline int32_t* get_address_of_fileAttributes_0() { return &___fileAttributes_0; } inline void set_fileAttributes_0(int32_t value) { ___fileAttributes_0 = value; } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___Length_1)); } inline int64_t get_Length_1() const { return ___Length_1; } inline int64_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int64_t value) { ___Length_1 = value; } inline static int32_t get_offset_of_CreationTime_2() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___CreationTime_2)); } inline int64_t get_CreationTime_2() const { return ___CreationTime_2; } inline int64_t* get_address_of_CreationTime_2() { return &___CreationTime_2; } inline void set_CreationTime_2(int64_t value) { ___CreationTime_2 = value; } inline static int32_t get_offset_of_LastAccessTime_3() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___LastAccessTime_3)); } inline int64_t get_LastAccessTime_3() const { return ___LastAccessTime_3; } inline int64_t* get_address_of_LastAccessTime_3() { return &___LastAccessTime_3; } inline void set_LastAccessTime_3(int64_t value) { ___LastAccessTime_3 = value; } inline static int32_t get_offset_of_LastWriteTime_4() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___LastWriteTime_4)); } inline int64_t get_LastWriteTime_4() const { return ___LastWriteTime_4; } inline int64_t* get_address_of_LastWriteTime_4() { return &___LastWriteTime_4; } inline void set_LastWriteTime_4(int64_t value) { ___LastWriteTime_4 = value; } }; // 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; } }; // OVRGLTFAccessor struct OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 : public RuntimeObject { public: // System.Int32 OVRGLTFAccessor::byteOffset int32_t ___byteOffset_0; // System.Int32 OVRGLTFAccessor::byteLength int32_t ___byteLength_1; // System.Int32 OVRGLTFAccessor::byteStride int32_t ___byteStride_2; // System.Int32 OVRGLTFAccessor::bufferId int32_t ___bufferId_3; // System.Int32 OVRGLTFAccessor::bufferLength int32_t ___bufferLength_4; // System.Int32 OVRGLTFAccessor::additionalOffset int32_t ___additionalOffset_5; // OVRGLTFType OVRGLTFAccessor::dataType int32_t ___dataType_6; // OVRGLTFComponentType OVRGLTFAccessor::componentType int32_t ___componentType_7; // System.Int32 OVRGLTFAccessor::dataCount int32_t ___dataCount_8; public: inline static int32_t get_offset_of_byteOffset_0() { return static_cast(offsetof(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3, ___byteOffset_0)); } inline int32_t get_byteOffset_0() const { return ___byteOffset_0; } inline int32_t* get_address_of_byteOffset_0() { return &___byteOffset_0; } inline void set_byteOffset_0(int32_t value) { ___byteOffset_0 = value; } inline static int32_t get_offset_of_byteLength_1() { return static_cast(offsetof(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3, ___byteLength_1)); } inline int32_t get_byteLength_1() const { return ___byteLength_1; } inline int32_t* get_address_of_byteLength_1() { return &___byteLength_1; } inline void set_byteLength_1(int32_t value) { ___byteLength_1 = value; } inline static int32_t get_offset_of_byteStride_2() { return static_cast(offsetof(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3, ___byteStride_2)); } inline int32_t get_byteStride_2() const { return ___byteStride_2; } inline int32_t* get_address_of_byteStride_2() { return &___byteStride_2; } inline void set_byteStride_2(int32_t value) { ___byteStride_2 = value; } inline static int32_t get_offset_of_bufferId_3() { return static_cast(offsetof(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3, ___bufferId_3)); } inline int32_t get_bufferId_3() const { return ___bufferId_3; } inline int32_t* get_address_of_bufferId_3() { return &___bufferId_3; } inline void set_bufferId_3(int32_t value) { ___bufferId_3 = value; } inline static int32_t get_offset_of_bufferLength_4() { return static_cast(offsetof(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3, ___bufferLength_4)); } inline int32_t get_bufferLength_4() const { return ___bufferLength_4; } inline int32_t* get_address_of_bufferLength_4() { return &___bufferLength_4; } inline void set_bufferLength_4(int32_t value) { ___bufferLength_4 = value; } inline static int32_t get_offset_of_additionalOffset_5() { return static_cast(offsetof(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3, ___additionalOffset_5)); } inline int32_t get_additionalOffset_5() const { return ___additionalOffset_5; } inline int32_t* get_address_of_additionalOffset_5() { return &___additionalOffset_5; } inline void set_additionalOffset_5(int32_t value) { ___additionalOffset_5 = value; } inline static int32_t get_offset_of_dataType_6() { return static_cast(offsetof(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3, ___dataType_6)); } inline int32_t get_dataType_6() const { return ___dataType_6; } inline int32_t* get_address_of_dataType_6() { return &___dataType_6; } inline void set_dataType_6(int32_t value) { ___dataType_6 = value; } inline static int32_t get_offset_of_componentType_7() { return static_cast(offsetof(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3, ___componentType_7)); } inline int32_t get_componentType_7() const { return ___componentType_7; } inline int32_t* get_address_of_componentType_7() { return &___componentType_7; } inline void set_componentType_7(int32_t value) { ___componentType_7 = value; } inline static int32_t get_offset_of_dataCount_8() { return static_cast(offsetof(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3, ___dataCount_8)); } inline int32_t get_dataCount_8() const { return ___dataCount_8; } inline int32_t* get_address_of_dataCount_8() { return &___dataCount_8; } inline void set_dataCount_8(int32_t value) { ___dataCount_8 = value; } }; // OVRInput struct OVRInput_t3C43263053F2510BDF75588657A71B87702767FB : public RuntimeObject { public: public: }; // OVRProfile struct OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // OVRTextureData struct OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 { public: // System.Byte[] OVRTextureData::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_0; // System.Int32 OVRTextureData::width int32_t ___width_1; // System.Int32 OVRTextureData::height int32_t ___height_2; // OVRTextureFormat OVRTextureData::format int32_t ___format_3; // UnityEngine.TextureFormat OVRTextureData::transcodedFormat int32_t ___transcodedFormat_4; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6, ___data_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_0() const { return ___data_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value); } inline static int32_t get_offset_of_width_1() { return static_cast(offsetof(OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6, ___width_1)); } inline int32_t get_width_1() const { return ___width_1; } inline int32_t* get_address_of_width_1() { return &___width_1; } inline void set_width_1(int32_t value) { ___width_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_format_3() { return static_cast(offsetof(OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6, ___format_3)); } inline int32_t get_format_3() const { return ___format_3; } inline int32_t* get_address_of_format_3() { return &___format_3; } inline void set_format_3(int32_t value) { ___format_3 = value; } inline static int32_t get_offset_of_transcodedFormat_4() { return static_cast(offsetof(OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6, ___transcodedFormat_4)); } inline int32_t get_transcodedFormat_4() const { return ___transcodedFormat_4; } inline int32_t* get_address_of_transcodedFormat_4() { return &___transcodedFormat_4; } inline void set_transcodedFormat_4(int32_t value) { ___transcodedFormat_4 = value; } }; // Native definition for P/Invoke marshalling of OVRTextureData struct OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___data_0; int32_t ___width_1; int32_t ___height_2; int32_t ___format_3; int32_t ___transcodedFormat_4; }; // Native definition for COM marshalling of OVRTextureData struct OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6_marshaled_com { Il2CppSafeArray/*NONE*/* ___data_0; int32_t ___width_1; int32_t ___height_2; int32_t ___format_3; int32_t ___transcodedFormat_4; }; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_0; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ___factory_1; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_2; // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___internalMatchTimeout_5; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps_8; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames_9; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist_10; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_11; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runnerref_12; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___replref_13; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code_14; // System.Boolean System.Text.RegularExpressions.Regex::refsInitialized bool ___refsInitialized_15; public: inline static int32_t get_offset_of_pattern_0() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___pattern_0)); } inline String_t* get_pattern_0() const { return ___pattern_0; } inline String_t** get_address_of_pattern_0() { return &___pattern_0; } inline void set_pattern_0(String_t* value) { ___pattern_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value); } inline static int32_t get_offset_of_factory_1() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___factory_1)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get_factory_1() const { return ___factory_1; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of_factory_1() { return &___factory_1; } inline void set_factory_1(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ___factory_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value); } inline static int32_t get_offset_of_roptions_2() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___roptions_2)); } inline int32_t get_roptions_2() const { return ___roptions_2; } inline int32_t* get_address_of_roptions_2() { return &___roptions_2; } inline void set_roptions_2(int32_t value) { ___roptions_2 = value; } inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___internalMatchTimeout_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; } inline void set_internalMatchTimeout_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___internalMatchTimeout_5 = value; } inline static int32_t get_offset_of_caps_8() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___caps_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_caps_8() const { return ___caps_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_caps_8() { return &___caps_8; } inline void set_caps_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___caps_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___caps_8), (void*)value); } inline static int32_t get_offset_of_capnames_9() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capnames_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_capnames_9() const { return ___capnames_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_capnames_9() { return &___capnames_9; } inline void set_capnames_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___capnames_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___capnames_9), (void*)value); } inline static int32_t get_offset_of_capslist_10() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capslist_10)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_capslist_10() const { return ___capslist_10; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_capslist_10() { return &___capslist_10; } inline void set_capslist_10(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___capslist_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capslist_10), (void*)value); } inline static int32_t get_offset_of_capsize_11() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capsize_11)); } inline int32_t get_capsize_11() const { return ___capsize_11; } inline int32_t* get_address_of_capsize_11() { return &___capsize_11; } inline void set_capsize_11(int32_t value) { ___capsize_11 = value; } inline static int32_t get_offset_of_runnerref_12() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___runnerref_12)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get_runnerref_12() const { return ___runnerref_12; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of_runnerref_12() { return &___runnerref_12; } inline void set_runnerref_12(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ___runnerref_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___runnerref_12), (void*)value); } inline static int32_t get_offset_of_replref_13() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___replref_13)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get_replref_13() const { return ___replref_13; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of_replref_13() { return &___replref_13; } inline void set_replref_13(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ___replref_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___replref_13), (void*)value); } inline static int32_t get_offset_of_code_14() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___code_14)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_code_14() const { return ___code_14; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_code_14() { return &___code_14; } inline void set_code_14(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___code_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_14), (void*)value); } inline static int32_t get_offset_of_refsInitialized_15() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___refsInitialized_15)); } inline bool get_refsInitialized_15() const { return ___refsInitialized_15; } inline bool* get_address_of_refsInitialized_15() { return &___refsInitialized_15; } inline void set_refsInitialized_15(bool value) { ___refsInitialized_15 = value; } }; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; // OVRPlugin/Bone struct Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 { public: // OVRPlugin/BoneId OVRPlugin/Bone::Id int32_t ___Id_0; // System.Int16 OVRPlugin/Bone::ParentBoneIndex int16_t ___ParentBoneIndex_1; // OVRPlugin/Posef OVRPlugin/Bone::Pose Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___Pose_2; public: inline static int32_t get_offset_of_Id_0() { return static_cast(offsetof(Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500, ___Id_0)); } inline int32_t get_Id_0() const { return ___Id_0; } inline int32_t* get_address_of_Id_0() { return &___Id_0; } inline void set_Id_0(int32_t value) { ___Id_0 = value; } inline static int32_t get_offset_of_ParentBoneIndex_1() { return static_cast(offsetof(Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500, ___ParentBoneIndex_1)); } inline int16_t get_ParentBoneIndex_1() const { return ___ParentBoneIndex_1; } inline int16_t* get_address_of_ParentBoneIndex_1() { return &___ParentBoneIndex_1; } inline void set_ParentBoneIndex_1(int16_t value) { ___ParentBoneIndex_1 = value; } inline static int32_t get_offset_of_Pose_2() { return static_cast(offsetof(Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500, ___Pose_2)); } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 get_Pose_2() const { return ___Pose_2; } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * get_address_of_Pose_2() { return &___Pose_2; } inline void set_Pose_2(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 value) { ___Pose_2 = 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]; }; // OVRPlugin/HandState struct HandState_t5377A12318B95003B2BB256777077FE3D05D0090 { public: // OVRPlugin/HandStatus OVRPlugin/HandState::Status int32_t ___Status_0; // OVRPlugin/Posef OVRPlugin/HandState::RootPose Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___RootPose_1; // OVRPlugin/Quatf[] OVRPlugin/HandState::BoneRotations QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5* ___BoneRotations_2; // OVRPlugin/HandFingerPinch OVRPlugin/HandState::Pinches int32_t ___Pinches_3; // System.Single[] OVRPlugin/HandState::PinchStrength SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___PinchStrength_4; // OVRPlugin/Posef OVRPlugin/HandState::PointerPose Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___PointerPose_5; // System.Single OVRPlugin/HandState::HandScale float ___HandScale_6; // OVRPlugin/TrackingConfidence OVRPlugin/HandState::HandConfidence int32_t ___HandConfidence_7; // OVRPlugin/TrackingConfidence[] OVRPlugin/HandState::FingerConfidences TrackingConfidenceU5BU5D_t568C8F700A41BD4F365DD5A0155BEB20A3289322* ___FingerConfidences_8; // System.Double OVRPlugin/HandState::RequestedTimeStamp double ___RequestedTimeStamp_9; // System.Double OVRPlugin/HandState::SampleTimeStamp double ___SampleTimeStamp_10; public: inline static int32_t get_offset_of_Status_0() { return static_cast(offsetof(HandState_t5377A12318B95003B2BB256777077FE3D05D0090, ___Status_0)); } inline int32_t get_Status_0() const { return ___Status_0; } inline int32_t* get_address_of_Status_0() { return &___Status_0; } inline void set_Status_0(int32_t value) { ___Status_0 = value; } inline static int32_t get_offset_of_RootPose_1() { return static_cast(offsetof(HandState_t5377A12318B95003B2BB256777077FE3D05D0090, ___RootPose_1)); } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 get_RootPose_1() const { return ___RootPose_1; } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * get_address_of_RootPose_1() { return &___RootPose_1; } inline void set_RootPose_1(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 value) { ___RootPose_1 = value; } inline static int32_t get_offset_of_BoneRotations_2() { return static_cast(offsetof(HandState_t5377A12318B95003B2BB256777077FE3D05D0090, ___BoneRotations_2)); } inline QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5* get_BoneRotations_2() const { return ___BoneRotations_2; } inline QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5** get_address_of_BoneRotations_2() { return &___BoneRotations_2; } inline void set_BoneRotations_2(QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5* value) { ___BoneRotations_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___BoneRotations_2), (void*)value); } inline static int32_t get_offset_of_Pinches_3() { return static_cast(offsetof(HandState_t5377A12318B95003B2BB256777077FE3D05D0090, ___Pinches_3)); } inline int32_t get_Pinches_3() const { return ___Pinches_3; } inline int32_t* get_address_of_Pinches_3() { return &___Pinches_3; } inline void set_Pinches_3(int32_t value) { ___Pinches_3 = value; } inline static int32_t get_offset_of_PinchStrength_4() { return static_cast(offsetof(HandState_t5377A12318B95003B2BB256777077FE3D05D0090, ___PinchStrength_4)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_PinchStrength_4() const { return ___PinchStrength_4; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_PinchStrength_4() { return &___PinchStrength_4; } inline void set_PinchStrength_4(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___PinchStrength_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___PinchStrength_4), (void*)value); } inline static int32_t get_offset_of_PointerPose_5() { return static_cast(offsetof(HandState_t5377A12318B95003B2BB256777077FE3D05D0090, ___PointerPose_5)); } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 get_PointerPose_5() const { return ___PointerPose_5; } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * get_address_of_PointerPose_5() { return &___PointerPose_5; } inline void set_PointerPose_5(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 value) { ___PointerPose_5 = value; } inline static int32_t get_offset_of_HandScale_6() { return static_cast(offsetof(HandState_t5377A12318B95003B2BB256777077FE3D05D0090, ___HandScale_6)); } inline float get_HandScale_6() const { return ___HandScale_6; } inline float* get_address_of_HandScale_6() { return &___HandScale_6; } inline void set_HandScale_6(float value) { ___HandScale_6 = value; } inline static int32_t get_offset_of_HandConfidence_7() { return static_cast(offsetof(HandState_t5377A12318B95003B2BB256777077FE3D05D0090, ___HandConfidence_7)); } inline int32_t get_HandConfidence_7() const { return ___HandConfidence_7; } inline int32_t* get_address_of_HandConfidence_7() { return &___HandConfidence_7; } inline void set_HandConfidence_7(int32_t value) { ___HandConfidence_7 = value; } inline static int32_t get_offset_of_FingerConfidences_8() { return static_cast(offsetof(HandState_t5377A12318B95003B2BB256777077FE3D05D0090, ___FingerConfidences_8)); } inline TrackingConfidenceU5BU5D_t568C8F700A41BD4F365DD5A0155BEB20A3289322* get_FingerConfidences_8() const { return ___FingerConfidences_8; } inline TrackingConfidenceU5BU5D_t568C8F700A41BD4F365DD5A0155BEB20A3289322** get_address_of_FingerConfidences_8() { return &___FingerConfidences_8; } inline void set_FingerConfidences_8(TrackingConfidenceU5BU5D_t568C8F700A41BD4F365DD5A0155BEB20A3289322* value) { ___FingerConfidences_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___FingerConfidences_8), (void*)value); } inline static int32_t get_offset_of_RequestedTimeStamp_9() { return static_cast(offsetof(HandState_t5377A12318B95003B2BB256777077FE3D05D0090, ___RequestedTimeStamp_9)); } inline double get_RequestedTimeStamp_9() const { return ___RequestedTimeStamp_9; } inline double* get_address_of_RequestedTimeStamp_9() { return &___RequestedTimeStamp_9; } inline void set_RequestedTimeStamp_9(double value) { ___RequestedTimeStamp_9 = value; } inline static int32_t get_offset_of_SampleTimeStamp_10() { return static_cast(offsetof(HandState_t5377A12318B95003B2BB256777077FE3D05D0090, ___SampleTimeStamp_10)); } inline double get_SampleTimeStamp_10() const { return ___SampleTimeStamp_10; } inline double* get_address_of_SampleTimeStamp_10() { return &___SampleTimeStamp_10; } inline void set_SampleTimeStamp_10(double value) { ___SampleTimeStamp_10 = value; } }; // Native definition for P/Invoke marshalling of OVRPlugin/HandState struct HandState_t5377A12318B95003B2BB256777077FE3D05D0090_marshaled_pinvoke { int32_t ___Status_0; Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___RootPose_1; Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D * ___BoneRotations_2; int32_t ___Pinches_3; Il2CppSafeArray/*NONE*/* ___PinchStrength_4; Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___PointerPose_5; float ___HandScale_6; int32_t ___HandConfidence_7; int32_t* ___FingerConfidences_8; double ___RequestedTimeStamp_9; double ___SampleTimeStamp_10; }; // Native definition for COM marshalling of OVRPlugin/HandState struct HandState_t5377A12318B95003B2BB256777077FE3D05D0090_marshaled_com { int32_t ___Status_0; Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___RootPose_1; Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D * ___BoneRotations_2; int32_t ___Pinches_3; Il2CppSafeArray/*NONE*/* ___PinchStrength_4; Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___PointerPose_5; float ___HandScale_6; int32_t ___HandConfidence_7; int32_t* ___FingerConfidences_8; double ___RequestedTimeStamp_9; double ___SampleTimeStamp_10; }; // OVRPlugin/Mesh struct Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E : public RuntimeObject { public: // OVRPlugin/MeshType OVRPlugin/Mesh::Type int32_t ___Type_0; // System.UInt32 OVRPlugin/Mesh::NumVertices uint32_t ___NumVertices_1; // System.UInt32 OVRPlugin/Mesh::NumIndices uint32_t ___NumIndices_2; // OVRPlugin/Vector3f[] OVRPlugin/Mesh::VertexPositions Vector3fU5BU5D_tF46AAFD7783CD588B90BD2005671A9CB63F305F1* ___VertexPositions_3; // System.Int16[] OVRPlugin/Mesh::Indices Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___Indices_4; // OVRPlugin/Vector3f[] OVRPlugin/Mesh::VertexNormals Vector3fU5BU5D_tF46AAFD7783CD588B90BD2005671A9CB63F305F1* ___VertexNormals_5; // OVRPlugin/Vector2f[] OVRPlugin/Mesh::VertexUV0 Vector2fU5BU5D_tDFE631EB0CA3AD9641ACB54877BE5021D4503D81* ___VertexUV0_6; // OVRPlugin/Vector4s[] OVRPlugin/Mesh::BlendIndices Vector4sU5BU5D_t0843A693C8D2BBD9A66BA8F3EBF4773C2ECE39C4* ___BlendIndices_7; // OVRPlugin/Vector4f[] OVRPlugin/Mesh::BlendWeights Vector4fU5BU5D_t878402FA8B2D0257AABBD8FAC22B10791B6E8EC4* ___BlendWeights_8; public: inline static int32_t get_offset_of_Type_0() { return static_cast(offsetof(Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E, ___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_NumVertices_1() { return static_cast(offsetof(Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E, ___NumVertices_1)); } inline uint32_t get_NumVertices_1() const { return ___NumVertices_1; } inline uint32_t* get_address_of_NumVertices_1() { return &___NumVertices_1; } inline void set_NumVertices_1(uint32_t value) { ___NumVertices_1 = value; } inline static int32_t get_offset_of_NumIndices_2() { return static_cast(offsetof(Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E, ___NumIndices_2)); } inline uint32_t get_NumIndices_2() const { return ___NumIndices_2; } inline uint32_t* get_address_of_NumIndices_2() { return &___NumIndices_2; } inline void set_NumIndices_2(uint32_t value) { ___NumIndices_2 = value; } inline static int32_t get_offset_of_VertexPositions_3() { return static_cast(offsetof(Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E, ___VertexPositions_3)); } inline Vector3fU5BU5D_tF46AAFD7783CD588B90BD2005671A9CB63F305F1* get_VertexPositions_3() const { return ___VertexPositions_3; } inline Vector3fU5BU5D_tF46AAFD7783CD588B90BD2005671A9CB63F305F1** get_address_of_VertexPositions_3() { return &___VertexPositions_3; } inline void set_VertexPositions_3(Vector3fU5BU5D_tF46AAFD7783CD588B90BD2005671A9CB63F305F1* value) { ___VertexPositions_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___VertexPositions_3), (void*)value); } inline static int32_t get_offset_of_Indices_4() { return static_cast(offsetof(Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E, ___Indices_4)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_Indices_4() const { return ___Indices_4; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_Indices_4() { return &___Indices_4; } inline void set_Indices_4(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___Indices_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Indices_4), (void*)value); } inline static int32_t get_offset_of_VertexNormals_5() { return static_cast(offsetof(Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E, ___VertexNormals_5)); } inline Vector3fU5BU5D_tF46AAFD7783CD588B90BD2005671A9CB63F305F1* get_VertexNormals_5() const { return ___VertexNormals_5; } inline Vector3fU5BU5D_tF46AAFD7783CD588B90BD2005671A9CB63F305F1** get_address_of_VertexNormals_5() { return &___VertexNormals_5; } inline void set_VertexNormals_5(Vector3fU5BU5D_tF46AAFD7783CD588B90BD2005671A9CB63F305F1* value) { ___VertexNormals_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___VertexNormals_5), (void*)value); } inline static int32_t get_offset_of_VertexUV0_6() { return static_cast(offsetof(Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E, ___VertexUV0_6)); } inline Vector2fU5BU5D_tDFE631EB0CA3AD9641ACB54877BE5021D4503D81* get_VertexUV0_6() const { return ___VertexUV0_6; } inline Vector2fU5BU5D_tDFE631EB0CA3AD9641ACB54877BE5021D4503D81** get_address_of_VertexUV0_6() { return &___VertexUV0_6; } inline void set_VertexUV0_6(Vector2fU5BU5D_tDFE631EB0CA3AD9641ACB54877BE5021D4503D81* value) { ___VertexUV0_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___VertexUV0_6), (void*)value); } inline static int32_t get_offset_of_BlendIndices_7() { return static_cast(offsetof(Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E, ___BlendIndices_7)); } inline Vector4sU5BU5D_t0843A693C8D2BBD9A66BA8F3EBF4773C2ECE39C4* get_BlendIndices_7() const { return ___BlendIndices_7; } inline Vector4sU5BU5D_t0843A693C8D2BBD9A66BA8F3EBF4773C2ECE39C4** get_address_of_BlendIndices_7() { return &___BlendIndices_7; } inline void set_BlendIndices_7(Vector4sU5BU5D_t0843A693C8D2BBD9A66BA8F3EBF4773C2ECE39C4* value) { ___BlendIndices_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___BlendIndices_7), (void*)value); } inline static int32_t get_offset_of_BlendWeights_8() { return static_cast(offsetof(Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E, ___BlendWeights_8)); } inline Vector4fU5BU5D_t878402FA8B2D0257AABBD8FAC22B10791B6E8EC4* get_BlendWeights_8() const { return ___BlendWeights_8; } inline Vector4fU5BU5D_t878402FA8B2D0257AABBD8FAC22B10791B6E8EC4** get_address_of_BlendWeights_8() { return &___BlendWeights_8; } inline void set_BlendWeights_8(Vector4fU5BU5D_t878402FA8B2D0257AABBD8FAC22B10791B6E8EC4* value) { ___BlendWeights_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___BlendWeights_8), (void*)value); } }; // Native definition for P/Invoke marshalling of OVRPlugin/Mesh struct Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E_marshaled_pinvoke { int32_t ___Type_0; uint32_t ___NumVertices_1; uint32_t ___NumIndices_2; Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___VertexPositions_3[3000]; int16_t ___Indices_4[18000]; Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___VertexNormals_5[3000]; Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 ___VertexUV0_6[3000]; Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 ___BlendIndices_7[3000]; Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE ___BlendWeights_8[3000]; }; // Native definition for COM marshalling of OVRPlugin/Mesh struct Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E_marshaled_com { int32_t ___Type_0; uint32_t ___NumVertices_1; uint32_t ___NumIndices_2; Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___VertexPositions_3[3000]; int16_t ___Indices_4[18000]; Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___VertexNormals_5[3000]; Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 ___VertexUV0_6[3000]; Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 ___BlendIndices_7[3000]; Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE ___BlendWeights_8[3000]; }; // OVRPlugin/Skeleton2 struct Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13 { public: // OVRPlugin/SkeletonType OVRPlugin/Skeleton2::Type int32_t ___Type_0; // System.UInt32 OVRPlugin/Skeleton2::NumBones uint32_t ___NumBones_1; // System.UInt32 OVRPlugin/Skeleton2::NumBoneCapsules uint32_t ___NumBoneCapsules_2; // OVRPlugin/Bone[] OVRPlugin/Skeleton2::Bones BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981* ___Bones_3; // OVRPlugin/BoneCapsule[] OVRPlugin/Skeleton2::BoneCapsules BoneCapsuleU5BU5D_tB4D9AC5CF59206C13FBD0A3725C45C1F6EBCE295* ___BoneCapsules_4; public: inline static int32_t get_offset_of_Type_0() { return static_cast(offsetof(Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13, ___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_NumBones_1() { return static_cast(offsetof(Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13, ___NumBones_1)); } inline uint32_t get_NumBones_1() const { return ___NumBones_1; } inline uint32_t* get_address_of_NumBones_1() { return &___NumBones_1; } inline void set_NumBones_1(uint32_t value) { ___NumBones_1 = value; } inline static int32_t get_offset_of_NumBoneCapsules_2() { return static_cast(offsetof(Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13, ___NumBoneCapsules_2)); } inline uint32_t get_NumBoneCapsules_2() const { return ___NumBoneCapsules_2; } inline uint32_t* get_address_of_NumBoneCapsules_2() { return &___NumBoneCapsules_2; } inline void set_NumBoneCapsules_2(uint32_t value) { ___NumBoneCapsules_2 = value; } inline static int32_t get_offset_of_Bones_3() { return static_cast(offsetof(Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13, ___Bones_3)); } inline BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981* get_Bones_3() const { return ___Bones_3; } inline BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981** get_address_of_Bones_3() { return &___Bones_3; } inline void set_Bones_3(BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981* value) { ___Bones_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Bones_3), (void*)value); } inline static int32_t get_offset_of_BoneCapsules_4() { return static_cast(offsetof(Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13, ___BoneCapsules_4)); } inline BoneCapsuleU5BU5D_tB4D9AC5CF59206C13FBD0A3725C45C1F6EBCE295* get_BoneCapsules_4() const { return ___BoneCapsules_4; } inline BoneCapsuleU5BU5D_tB4D9AC5CF59206C13FBD0A3725C45C1F6EBCE295** get_address_of_BoneCapsules_4() { return &___BoneCapsules_4; } inline void set_BoneCapsules_4(BoneCapsuleU5BU5D_tB4D9AC5CF59206C13FBD0A3725C45C1F6EBCE295* value) { ___BoneCapsules_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BoneCapsules_4), (void*)value); } }; // Native definition for P/Invoke marshalling of OVRPlugin/Skeleton2 struct Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13_marshaled_pinvoke { int32_t ___Type_0; uint32_t ___NumBones_1; uint32_t ___NumBoneCapsules_2; Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 * ___Bones_3; BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 * ___BoneCapsules_4; }; // Native definition for COM marshalling of OVRPlugin/Skeleton2 struct Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13_marshaled_com { int32_t ___Type_0; uint32_t ___NumBones_1; uint32_t ___NumBoneCapsules_2; Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 * ___Bones_3; BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 * ___BoneCapsules_4; }; // OVRSkeleton/SkeletonPoseData struct SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E { public: // OVRPlugin/Posef OVRSkeleton/SkeletonPoseData::k__BackingField Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___U3CRootPoseU3Ek__BackingField_0; // System.Single OVRSkeleton/SkeletonPoseData::k__BackingField float ___U3CRootScaleU3Ek__BackingField_1; // OVRPlugin/Quatf[] OVRSkeleton/SkeletonPoseData::k__BackingField QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5* ___U3CBoneRotationsU3Ek__BackingField_2; // System.Boolean OVRSkeleton/SkeletonPoseData::k__BackingField bool ___U3CIsDataValidU3Ek__BackingField_3; // System.Boolean OVRSkeleton/SkeletonPoseData::k__BackingField bool ___U3CIsDataHighConfidenceU3Ek__BackingField_4; // System.Int32 OVRSkeleton/SkeletonPoseData::k__BackingField int32_t ___U3CSkeletonChangedCountU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CRootPoseU3Ek__BackingField_0() { return static_cast(offsetof(SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E, ___U3CRootPoseU3Ek__BackingField_0)); } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 get_U3CRootPoseU3Ek__BackingField_0() const { return ___U3CRootPoseU3Ek__BackingField_0; } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * get_address_of_U3CRootPoseU3Ek__BackingField_0() { return &___U3CRootPoseU3Ek__BackingField_0; } inline void set_U3CRootPoseU3Ek__BackingField_0(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 value) { ___U3CRootPoseU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CRootScaleU3Ek__BackingField_1() { return static_cast(offsetof(SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E, ___U3CRootScaleU3Ek__BackingField_1)); } inline float get_U3CRootScaleU3Ek__BackingField_1() const { return ___U3CRootScaleU3Ek__BackingField_1; } inline float* get_address_of_U3CRootScaleU3Ek__BackingField_1() { return &___U3CRootScaleU3Ek__BackingField_1; } inline void set_U3CRootScaleU3Ek__BackingField_1(float value) { ___U3CRootScaleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CBoneRotationsU3Ek__BackingField_2() { return static_cast(offsetof(SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E, ___U3CBoneRotationsU3Ek__BackingField_2)); } inline QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5* get_U3CBoneRotationsU3Ek__BackingField_2() const { return ___U3CBoneRotationsU3Ek__BackingField_2; } inline QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5** get_address_of_U3CBoneRotationsU3Ek__BackingField_2() { return &___U3CBoneRotationsU3Ek__BackingField_2; } inline void set_U3CBoneRotationsU3Ek__BackingField_2(QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5* value) { ___U3CBoneRotationsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBoneRotationsU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CIsDataValidU3Ek__BackingField_3() { return static_cast(offsetof(SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E, ___U3CIsDataValidU3Ek__BackingField_3)); } inline bool get_U3CIsDataValidU3Ek__BackingField_3() const { return ___U3CIsDataValidU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsDataValidU3Ek__BackingField_3() { return &___U3CIsDataValidU3Ek__BackingField_3; } inline void set_U3CIsDataValidU3Ek__BackingField_3(bool value) { ___U3CIsDataValidU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsDataHighConfidenceU3Ek__BackingField_4() { return static_cast(offsetof(SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E, ___U3CIsDataHighConfidenceU3Ek__BackingField_4)); } inline bool get_U3CIsDataHighConfidenceU3Ek__BackingField_4() const { return ___U3CIsDataHighConfidenceU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsDataHighConfidenceU3Ek__BackingField_4() { return &___U3CIsDataHighConfidenceU3Ek__BackingField_4; } inline void set_U3CIsDataHighConfidenceU3Ek__BackingField_4(bool value) { ___U3CIsDataHighConfidenceU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CSkeletonChangedCountU3Ek__BackingField_5() { return static_cast(offsetof(SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E, ___U3CSkeletonChangedCountU3Ek__BackingField_5)); } inline int32_t get_U3CSkeletonChangedCountU3Ek__BackingField_5() const { return ___U3CSkeletonChangedCountU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CSkeletonChangedCountU3Ek__BackingField_5() { return &___U3CSkeletonChangedCountU3Ek__BackingField_5; } inline void set_U3CSkeletonChangedCountU3Ek__BackingField_5(int32_t value) { ___U3CSkeletonChangedCountU3Ek__BackingField_5 = value; } }; // Native definition for P/Invoke marshalling of OVRSkeleton/SkeletonPoseData struct SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E_marshaled_pinvoke { Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___U3CRootPoseU3Ek__BackingField_0; float ___U3CRootScaleU3Ek__BackingField_1; Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D * ___U3CBoneRotationsU3Ek__BackingField_2; int32_t ___U3CIsDataValidU3Ek__BackingField_3; int32_t ___U3CIsDataHighConfidenceU3Ek__BackingField_4; int32_t ___U3CSkeletonChangedCountU3Ek__BackingField_5; }; // Native definition for COM marshalling of OVRSkeleton/SkeletonPoseData struct SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E_marshaled_com { Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___U3CRootPoseU3Ek__BackingField_0; float ___U3CRootScaleU3Ek__BackingField_1; Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D * ___U3CBoneRotationsU3Ek__BackingField_2; int32_t ___U3CIsDataValidU3Ek__BackingField_3; int32_t ___U3CIsDataHighConfidenceU3Ek__BackingField_4; int32_t ___U3CSkeletonChangedCountU3Ek__BackingField_5; }; // System.Action`1 struct Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: // System.Boolean UnityEngine.CanvasRenderer::k__BackingField bool ___U3CisMaskU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CisMaskU3Ek__BackingField_4() { return static_cast(offsetof(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E, ___U3CisMaskU3Ek__BackingField_4)); } inline bool get_U3CisMaskU3Ek__BackingField_4() const { return ___U3CisMaskU3Ek__BackingField_4; } inline bool* get_address_of_U3CisMaskU3Ek__BackingField_4() { return &___U3CisMaskU3Ek__BackingField_4; } inline void set_U3CisMaskU3Ek__BackingField_4(bool value) { ___U3CisMaskU3Ek__BackingField_4 = value; } }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Cubemap struct Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // System.IO.FileSystemInfo struct FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.MonoIOStat System.IO.FileSystemInfo::_data MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 ____data_1; // System.Int32 System.IO.FileSystemInfo::_dataInitialised int32_t ____dataInitialised_2; // System.String System.IO.FileSystemInfo::FullPath String_t* ___FullPath_5; // System.String System.IO.FileSystemInfo::OriginalPath String_t* ___OriginalPath_6; // System.String System.IO.FileSystemInfo::_displayPath String_t* ____displayPath_7; public: inline static int32_t get_offset_of__data_1() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____data_1)); } inline MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 get__data_1() const { return ____data_1; } inline MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 * get_address_of__data_1() { return &____data_1; } inline void set__data_1(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 value) { ____data_1 = value; } inline static int32_t get_offset_of__dataInitialised_2() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____dataInitialised_2)); } inline int32_t get__dataInitialised_2() const { return ____dataInitialised_2; } inline int32_t* get_address_of__dataInitialised_2() { return &____dataInitialised_2; } inline void set__dataInitialised_2(int32_t value) { ____dataInitialised_2 = value; } inline static int32_t get_offset_of_FullPath_5() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ___FullPath_5)); } inline String_t* get_FullPath_5() const { return ___FullPath_5; } inline String_t** get_address_of_FullPath_5() { return &___FullPath_5; } inline void set_FullPath_5(String_t* value) { ___FullPath_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___FullPath_5), (void*)value); } inline static int32_t get_offset_of_OriginalPath_6() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ___OriginalPath_6)); } inline String_t* get_OriginalPath_6() const { return ___OriginalPath_6; } inline String_t** get_address_of_OriginalPath_6() { return &___OriginalPath_6; } inline void set_OriginalPath_6(String_t* value) { ___OriginalPath_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OriginalPath_6), (void*)value); } inline static int32_t get_offset_of__displayPath_7() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____displayPath_7)); } inline String_t* get__displayPath_7() const { return ____displayPath_7; } inline String_t** get_address_of__displayPath_7() { return &____displayPath_7; } inline void set__displayPath_7(String_t* value) { ____displayPath_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____displayPath_7), (void*)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; } }; // UnityEngine.MeshFilter struct MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // 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; } }; // OVRExternalComposition struct OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454 : public OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 { public: // UnityEngine.GameObject OVRExternalComposition::previousMainCameraObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___previousMainCameraObject_4; // UnityEngine.GameObject OVRExternalComposition::foregroundCameraGameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___foregroundCameraGameObject_5; // UnityEngine.Camera OVRExternalComposition::foregroundCamera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___foregroundCamera_6; // UnityEngine.GameObject OVRExternalComposition::backgroundCameraGameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___backgroundCameraGameObject_7; // UnityEngine.Camera OVRExternalComposition::backgroundCamera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___backgroundCamera_8; // System.Object OVRExternalComposition::audioDataLock RuntimeObject * ___audioDataLock_9; // System.Collections.Generic.List`1 OVRExternalComposition::cachedAudioData List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * ___cachedAudioData_10; // System.Int32 OVRExternalComposition::cachedChannels int32_t ___cachedChannels_11; public: inline static int32_t get_offset_of_previousMainCameraObject_4() { return static_cast(offsetof(OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454, ___previousMainCameraObject_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_previousMainCameraObject_4() const { return ___previousMainCameraObject_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_previousMainCameraObject_4() { return &___previousMainCameraObject_4; } inline void set_previousMainCameraObject_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___previousMainCameraObject_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___previousMainCameraObject_4), (void*)value); } inline static int32_t get_offset_of_foregroundCameraGameObject_5() { return static_cast(offsetof(OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454, ___foregroundCameraGameObject_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_foregroundCameraGameObject_5() const { return ___foregroundCameraGameObject_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_foregroundCameraGameObject_5() { return &___foregroundCameraGameObject_5; } inline void set_foregroundCameraGameObject_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___foregroundCameraGameObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___foregroundCameraGameObject_5), (void*)value); } inline static int32_t get_offset_of_foregroundCamera_6() { return static_cast(offsetof(OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454, ___foregroundCamera_6)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_foregroundCamera_6() const { return ___foregroundCamera_6; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_foregroundCamera_6() { return &___foregroundCamera_6; } inline void set_foregroundCamera_6(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___foregroundCamera_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___foregroundCamera_6), (void*)value); } inline static int32_t get_offset_of_backgroundCameraGameObject_7() { return static_cast(offsetof(OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454, ___backgroundCameraGameObject_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_backgroundCameraGameObject_7() const { return ___backgroundCameraGameObject_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_backgroundCameraGameObject_7() { return &___backgroundCameraGameObject_7; } inline void set_backgroundCameraGameObject_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___backgroundCameraGameObject_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___backgroundCameraGameObject_7), (void*)value); } inline static int32_t get_offset_of_backgroundCamera_8() { return static_cast(offsetof(OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454, ___backgroundCamera_8)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_backgroundCamera_8() const { return ___backgroundCamera_8; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_backgroundCamera_8() { return &___backgroundCamera_8; } inline void set_backgroundCamera_8(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___backgroundCamera_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___backgroundCamera_8), (void*)value); } inline static int32_t get_offset_of_audioDataLock_9() { return static_cast(offsetof(OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454, ___audioDataLock_9)); } inline RuntimeObject * get_audioDataLock_9() const { return ___audioDataLock_9; } inline RuntimeObject ** get_address_of_audioDataLock_9() { return &___audioDataLock_9; } inline void set_audioDataLock_9(RuntimeObject * value) { ___audioDataLock_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___audioDataLock_9), (void*)value); } inline static int32_t get_offset_of_cachedAudioData_10() { return static_cast(offsetof(OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454, ___cachedAudioData_10)); } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * get_cachedAudioData_10() const { return ___cachedAudioData_10; } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA ** get_address_of_cachedAudioData_10() { return &___cachedAudioData_10; } inline void set_cachedAudioData_10(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * value) { ___cachedAudioData_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedAudioData_10), (void*)value); } inline static int32_t get_offset_of_cachedChannels_11() { return static_cast(offsetof(OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454, ___cachedChannels_11)); } inline int32_t get_cachedChannels_11() const { return ___cachedChannels_11; } inline int32_t* get_address_of_cachedChannels_11() { return &___cachedChannels_11; } inline void set_cachedChannels_11(int32_t value) { ___cachedChannels_11 = value; } }; // OVRMaterialData struct OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 { public: // UnityEngine.Shader OVRMaterialData::shader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___shader_0; // System.Int32 OVRMaterialData::textureId int32_t ___textureId_1; // OVRTextureData OVRMaterialData::texture OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 ___texture_2; public: inline static int32_t get_offset_of_shader_0() { return static_cast(offsetof(OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455, ___shader_0)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_shader_0() const { return ___shader_0; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_shader_0() { return &___shader_0; } inline void set_shader_0(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___shader_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___shader_0), (void*)value); } inline static int32_t get_offset_of_textureId_1() { return static_cast(offsetof(OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455, ___textureId_1)); } inline int32_t get_textureId_1() const { return ___textureId_1; } inline int32_t* get_address_of_textureId_1() { return &___textureId_1; } inline void set_textureId_1(int32_t value) { ___textureId_1 = value; } inline static int32_t get_offset_of_texture_2() { return static_cast(offsetof(OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455, ___texture_2)); } inline OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 get_texture_2() const { return ___texture_2; } inline OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 * get_address_of_texture_2() { return &___texture_2; } inline void set_texture_2(OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 value) { ___texture_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___texture_2))->___data_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of OVRMaterialData struct OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455_marshaled_pinvoke { Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___shader_0; int32_t ___textureId_1; OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6_marshaled_pinvoke ___texture_2; }; // Native definition for COM marshalling of OVRMaterialData struct OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455_marshaled_com { Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___shader_0; int32_t ___textureId_1; OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6_marshaled_com ___texture_2; }; // 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.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); } }; // UnityEngine.XR.XRInputSubsystem struct XRInputSubsystem_t74B79E3971C396F02CD32F74AE73A5DFB2A0EC09 : public IntegratedSubsystem_1_tD5C4AF38726B9433CFC3CA0F889D8C8C2535AEFE { public: // System.Action`1 UnityEngine.XR.XRInputSubsystem::trackingOriginUpdated Action_1_t6A8185B84663FAD87D88ACA618FB6E60131C81F1 * ___trackingOriginUpdated_2; // System.Action`1 UnityEngine.XR.XRInputSubsystem::boundaryChanged Action_1_t6A8185B84663FAD87D88ACA618FB6E60131C81F1 * ___boundaryChanged_3; // System.Collections.Generic.List`1 UnityEngine.XR.XRInputSubsystem::m_DeviceIdsCache List_1_t1F1C2C7D92FB6DF4FCD88B0AB0919AEAB3B45F6B * ___m_DeviceIdsCache_4; public: inline static int32_t get_offset_of_trackingOriginUpdated_2() { return static_cast(offsetof(XRInputSubsystem_t74B79E3971C396F02CD32F74AE73A5DFB2A0EC09, ___trackingOriginUpdated_2)); } inline Action_1_t6A8185B84663FAD87D88ACA618FB6E60131C81F1 * get_trackingOriginUpdated_2() const { return ___trackingOriginUpdated_2; } inline Action_1_t6A8185B84663FAD87D88ACA618FB6E60131C81F1 ** get_address_of_trackingOriginUpdated_2() { return &___trackingOriginUpdated_2; } inline void set_trackingOriginUpdated_2(Action_1_t6A8185B84663FAD87D88ACA618FB6E60131C81F1 * value) { ___trackingOriginUpdated_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___trackingOriginUpdated_2), (void*)value); } inline static int32_t get_offset_of_boundaryChanged_3() { return static_cast(offsetof(XRInputSubsystem_t74B79E3971C396F02CD32F74AE73A5DFB2A0EC09, ___boundaryChanged_3)); } inline Action_1_t6A8185B84663FAD87D88ACA618FB6E60131C81F1 * get_boundaryChanged_3() const { return ___boundaryChanged_3; } inline Action_1_t6A8185B84663FAD87D88ACA618FB6E60131C81F1 ** get_address_of_boundaryChanged_3() { return &___boundaryChanged_3; } inline void set_boundaryChanged_3(Action_1_t6A8185B84663FAD87D88ACA618FB6E60131C81F1 * value) { ___boundaryChanged_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___boundaryChanged_3), (void*)value); } inline static int32_t get_offset_of_m_DeviceIdsCache_4() { return static_cast(offsetof(XRInputSubsystem_t74B79E3971C396F02CD32F74AE73A5DFB2A0EC09, ___m_DeviceIdsCache_4)); } inline List_1_t1F1C2C7D92FB6DF4FCD88B0AB0919AEAB3B45F6B * get_m_DeviceIdsCache_4() const { return ___m_DeviceIdsCache_4; } inline List_1_t1F1C2C7D92FB6DF4FCD88B0AB0919AEAB3B45F6B ** get_address_of_m_DeviceIdsCache_4() { return &___m_DeviceIdsCache_4; } inline void set_m_DeviceIdsCache_4(List_1_t1F1C2C7D92FB6DF4FCD88B0AB0919AEAB3B45F6B * value) { ___m_DeviceIdsCache_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceIdsCache_4), (void*)value); } }; // OVRManager/InstantiateMrcCameraDelegate struct InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 : public MulticastDelegate_t { public: public: }; // OVRPlugin/Skeleton struct Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 { public: // OVRPlugin/SkeletonType OVRPlugin/Skeleton::Type int32_t ___Type_0; // System.UInt32 OVRPlugin/Skeleton::NumBones uint32_t ___NumBones_1; // System.UInt32 OVRPlugin/Skeleton::NumBoneCapsules uint32_t ___NumBoneCapsules_2; // OVRPlugin/Bone[] OVRPlugin/Skeleton::Bones BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981* ___Bones_3; // OVRPlugin/BoneCapsule[] OVRPlugin/Skeleton::BoneCapsules BoneCapsuleU5BU5D_tB4D9AC5CF59206C13FBD0A3725C45C1F6EBCE295* ___BoneCapsules_4; public: inline static int32_t get_offset_of_Type_0() { return static_cast(offsetof(Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099, ___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_NumBones_1() { return static_cast(offsetof(Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099, ___NumBones_1)); } inline uint32_t get_NumBones_1() const { return ___NumBones_1; } inline uint32_t* get_address_of_NumBones_1() { return &___NumBones_1; } inline void set_NumBones_1(uint32_t value) { ___NumBones_1 = value; } inline static int32_t get_offset_of_NumBoneCapsules_2() { return static_cast(offsetof(Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099, ___NumBoneCapsules_2)); } inline uint32_t get_NumBoneCapsules_2() const { return ___NumBoneCapsules_2; } inline uint32_t* get_address_of_NumBoneCapsules_2() { return &___NumBoneCapsules_2; } inline void set_NumBoneCapsules_2(uint32_t value) { ___NumBoneCapsules_2 = value; } inline static int32_t get_offset_of_Bones_3() { return static_cast(offsetof(Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099, ___Bones_3)); } inline BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981* get_Bones_3() const { return ___Bones_3; } inline BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981** get_address_of_Bones_3() { return &___Bones_3; } inline void set_Bones_3(BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981* value) { ___Bones_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Bones_3), (void*)value); } inline static int32_t get_offset_of_BoneCapsules_4() { return static_cast(offsetof(Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099, ___BoneCapsules_4)); } inline BoneCapsuleU5BU5D_tB4D9AC5CF59206C13FBD0A3725C45C1F6EBCE295* get_BoneCapsules_4() const { return ___BoneCapsules_4; } inline BoneCapsuleU5BU5D_tB4D9AC5CF59206C13FBD0A3725C45C1F6EBCE295** get_address_of_BoneCapsules_4() { return &___BoneCapsules_4; } inline void set_BoneCapsules_4(BoneCapsuleU5BU5D_tB4D9AC5CF59206C13FBD0A3725C45C1F6EBCE295* value) { ___BoneCapsules_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BoneCapsules_4), (void*)value); } }; // Native definition for P/Invoke marshalling of OVRPlugin/Skeleton struct Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099_marshaled_pinvoke { int32_t ___Type_0; uint32_t ___NumBones_1; uint32_t ___NumBoneCapsules_2; Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 ___Bones_3[24]; BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 ___BoneCapsules_4[19]; }; // Native definition for COM marshalling of OVRPlugin/Skeleton struct Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099_marshaled_com { int32_t ___Type_0; uint32_t ___NumBones_1; uint32_t ___NumBoneCapsules_2; Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 ___Bones_3[24]; BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 ___BoneCapsules_4[19]; }; // OVRHandTest/BoolMonitor/BoolGenerator struct BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A : public MulticastDelegate_t { public: public: }; // UnityEngine.AudioBehaviour struct AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.BoxCollider struct BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5 : public Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // System.IO.DirectoryInfo struct DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD : public FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246 { public: // System.String System.IO.DirectoryInfo::current String_t* ___current_8; // System.String System.IO.DirectoryInfo::parent String_t* ___parent_9; public: inline static int32_t get_offset_of_current_8() { return static_cast(offsetof(DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD, ___current_8)); } inline String_t* get_current_8() const { return ___current_8; } inline String_t** get_address_of_current_8() { return &___current_8; } inline void set_current_8(String_t* value) { ___current_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_8), (void*)value); } inline static int32_t get_offset_of_parent_9() { return static_cast(offsetof(DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD, ___parent_9)); } inline String_t* get_parent_9() const { return ___parent_9; } inline String_t** get_address_of_parent_9() { return &___parent_9; } inline void set_parent_9(String_t* value) { ___parent_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_9), (void*)value); } }; // UnityEngine.MeshRenderer struct MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B : public Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // OVRDirectComposition struct OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC : public OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 { public: // UnityEngine.GameObject OVRDirectComposition::previousMainCameraObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___previousMainCameraObject_14; // UnityEngine.GameObject OVRDirectComposition::directCompositionCameraGameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___directCompositionCameraGameObject_15; // UnityEngine.Camera OVRDirectComposition::directCompositionCamera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___directCompositionCamera_16; // UnityEngine.RenderTexture OVRDirectComposition::boundaryMeshMaskTexture RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___boundaryMeshMaskTexture_17; public: inline static int32_t get_offset_of_previousMainCameraObject_14() { return static_cast(offsetof(OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC, ___previousMainCameraObject_14)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_previousMainCameraObject_14() const { return ___previousMainCameraObject_14; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_previousMainCameraObject_14() { return &___previousMainCameraObject_14; } inline void set_previousMainCameraObject_14(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___previousMainCameraObject_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___previousMainCameraObject_14), (void*)value); } inline static int32_t get_offset_of_directCompositionCameraGameObject_15() { return static_cast(offsetof(OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC, ___directCompositionCameraGameObject_15)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_directCompositionCameraGameObject_15() const { return ___directCompositionCameraGameObject_15; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_directCompositionCameraGameObject_15() { return &___directCompositionCameraGameObject_15; } inline void set_directCompositionCameraGameObject_15(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___directCompositionCameraGameObject_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___directCompositionCameraGameObject_15), (void*)value); } inline static int32_t get_offset_of_directCompositionCamera_16() { return static_cast(offsetof(OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC, ___directCompositionCamera_16)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_directCompositionCamera_16() const { return ___directCompositionCamera_16; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_directCompositionCamera_16() { return &___directCompositionCamera_16; } inline void set_directCompositionCamera_16(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___directCompositionCamera_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___directCompositionCamera_16), (void*)value); } inline static int32_t get_offset_of_boundaryMeshMaskTexture_17() { return static_cast(offsetof(OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC, ___boundaryMeshMaskTexture_17)); } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * get_boundaryMeshMaskTexture_17() const { return ___boundaryMeshMaskTexture_17; } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 ** get_address_of_boundaryMeshMaskTexture_17() { return &___boundaryMeshMaskTexture_17; } inline void set_boundaryMeshMaskTexture_17(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * value) { ___boundaryMeshMaskTexture_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___boundaryMeshMaskTexture_17), (void*)value); } }; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 : public Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 { public: public: }; // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 : public Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C { public: public: }; // OVRGLTFLoader/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E : public RuntimeObject { public: // OVRGLTFLoader OVRGLTFLoader/<>c__DisplayClass16_0::<>4__this OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * ___U3CU3E4__this_0; // OVRMaterialData OVRGLTFLoader/<>c__DisplayClass16_0::matData OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 ___matData_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E, ___U3CU3E4__this_0)); } inline OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_matData_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E, ___matData_1)); } inline OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 get_matData_1() const { return ___matData_1; } inline OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 * get_address_of_matData_1() { return &___matData_1; } inline void set_matData_1(OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 value) { ___matData_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___matData_1))->___shader_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___matData_1))->___texture_2))->___data_0), (void*)NULL); #endif } }; // UnityEngine.AudioListener struct AudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3 : public AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A { 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); } }; // OVRCubemapCapture struct OVRCubemapCapture_t63B77675ADB7134519879ADFD41612BC680D8BB6 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean OVRCubemapCapture::autoTriggerAfterLaunch bool ___autoTriggerAfterLaunch_4; // System.Single OVRCubemapCapture::autoTriggerDelay float ___autoTriggerDelay_5; // System.Single OVRCubemapCapture::autoTriggerElapse float ___autoTriggerElapse_6; // UnityEngine.KeyCode OVRCubemapCapture::triggeredByKey int32_t ___triggeredByKey_7; // System.String OVRCubemapCapture::pathName String_t* ___pathName_8; // System.Int32 OVRCubemapCapture::cubemapSize int32_t ___cubemapSize_9; public: inline static int32_t get_offset_of_autoTriggerAfterLaunch_4() { return static_cast(offsetof(OVRCubemapCapture_t63B77675ADB7134519879ADFD41612BC680D8BB6, ___autoTriggerAfterLaunch_4)); } inline bool get_autoTriggerAfterLaunch_4() const { return ___autoTriggerAfterLaunch_4; } inline bool* get_address_of_autoTriggerAfterLaunch_4() { return &___autoTriggerAfterLaunch_4; } inline void set_autoTriggerAfterLaunch_4(bool value) { ___autoTriggerAfterLaunch_4 = value; } inline static int32_t get_offset_of_autoTriggerDelay_5() { return static_cast(offsetof(OVRCubemapCapture_t63B77675ADB7134519879ADFD41612BC680D8BB6, ___autoTriggerDelay_5)); } inline float get_autoTriggerDelay_5() const { return ___autoTriggerDelay_5; } inline float* get_address_of_autoTriggerDelay_5() { return &___autoTriggerDelay_5; } inline void set_autoTriggerDelay_5(float value) { ___autoTriggerDelay_5 = value; } inline static int32_t get_offset_of_autoTriggerElapse_6() { return static_cast(offsetof(OVRCubemapCapture_t63B77675ADB7134519879ADFD41612BC680D8BB6, ___autoTriggerElapse_6)); } inline float get_autoTriggerElapse_6() const { return ___autoTriggerElapse_6; } inline float* get_address_of_autoTriggerElapse_6() { return &___autoTriggerElapse_6; } inline void set_autoTriggerElapse_6(float value) { ___autoTriggerElapse_6 = value; } inline static int32_t get_offset_of_triggeredByKey_7() { return static_cast(offsetof(OVRCubemapCapture_t63B77675ADB7134519879ADFD41612BC680D8BB6, ___triggeredByKey_7)); } inline int32_t get_triggeredByKey_7() const { return ___triggeredByKey_7; } inline int32_t* get_address_of_triggeredByKey_7() { return &___triggeredByKey_7; } inline void set_triggeredByKey_7(int32_t value) { ___triggeredByKey_7 = value; } inline static int32_t get_offset_of_pathName_8() { return static_cast(offsetof(OVRCubemapCapture_t63B77675ADB7134519879ADFD41612BC680D8BB6, ___pathName_8)); } inline String_t* get_pathName_8() const { return ___pathName_8; } inline String_t** get_address_of_pathName_8() { return &___pathName_8; } inline void set_pathName_8(String_t* value) { ___pathName_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___pathName_8), (void*)value); } inline static int32_t get_offset_of_cubemapSize_9() { return static_cast(offsetof(OVRCubemapCapture_t63B77675ADB7134519879ADFD41612BC680D8BB6, ___cubemapSize_9)); } inline int32_t get_cubemapSize_9() const { return ___cubemapSize_9; } inline int32_t* get_address_of_cubemapSize_9() { return &___cubemapSize_9; } inline void set_cubemapSize_9(int32_t value) { ___cubemapSize_9 = value; } }; // OVRCursor struct OVRCursor_t2773859B8D1061E80DBA9CD35C00835EBC7F15ED : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // OVRDebugHeadController struct OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean OVRDebugHeadController::AllowPitchLook bool ___AllowPitchLook_4; // System.Boolean OVRDebugHeadController::AllowYawLook bool ___AllowYawLook_5; // System.Boolean OVRDebugHeadController::InvertPitch bool ___InvertPitch_6; // System.Single OVRDebugHeadController::GamePad_PitchDegreesPerSec float ___GamePad_PitchDegreesPerSec_7; // System.Single OVRDebugHeadController::GamePad_YawDegreesPerSec float ___GamePad_YawDegreesPerSec_8; // System.Boolean OVRDebugHeadController::AllowMovement bool ___AllowMovement_9; // System.Single OVRDebugHeadController::ForwardSpeed float ___ForwardSpeed_10; // System.Single OVRDebugHeadController::StrafeSpeed float ___StrafeSpeed_11; // OVRCameraRig OVRDebugHeadController::CameraRig OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * ___CameraRig_12; public: inline static int32_t get_offset_of_AllowPitchLook_4() { return static_cast(offsetof(OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB, ___AllowPitchLook_4)); } inline bool get_AllowPitchLook_4() const { return ___AllowPitchLook_4; } inline bool* get_address_of_AllowPitchLook_4() { return &___AllowPitchLook_4; } inline void set_AllowPitchLook_4(bool value) { ___AllowPitchLook_4 = value; } inline static int32_t get_offset_of_AllowYawLook_5() { return static_cast(offsetof(OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB, ___AllowYawLook_5)); } inline bool get_AllowYawLook_5() const { return ___AllowYawLook_5; } inline bool* get_address_of_AllowYawLook_5() { return &___AllowYawLook_5; } inline void set_AllowYawLook_5(bool value) { ___AllowYawLook_5 = value; } inline static int32_t get_offset_of_InvertPitch_6() { return static_cast(offsetof(OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB, ___InvertPitch_6)); } inline bool get_InvertPitch_6() const { return ___InvertPitch_6; } inline bool* get_address_of_InvertPitch_6() { return &___InvertPitch_6; } inline void set_InvertPitch_6(bool value) { ___InvertPitch_6 = value; } inline static int32_t get_offset_of_GamePad_PitchDegreesPerSec_7() { return static_cast(offsetof(OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB, ___GamePad_PitchDegreesPerSec_7)); } inline float get_GamePad_PitchDegreesPerSec_7() const { return ___GamePad_PitchDegreesPerSec_7; } inline float* get_address_of_GamePad_PitchDegreesPerSec_7() { return &___GamePad_PitchDegreesPerSec_7; } inline void set_GamePad_PitchDegreesPerSec_7(float value) { ___GamePad_PitchDegreesPerSec_7 = value; } inline static int32_t get_offset_of_GamePad_YawDegreesPerSec_8() { return static_cast(offsetof(OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB, ___GamePad_YawDegreesPerSec_8)); } inline float get_GamePad_YawDegreesPerSec_8() const { return ___GamePad_YawDegreesPerSec_8; } inline float* get_address_of_GamePad_YawDegreesPerSec_8() { return &___GamePad_YawDegreesPerSec_8; } inline void set_GamePad_YawDegreesPerSec_8(float value) { ___GamePad_YawDegreesPerSec_8 = value; } inline static int32_t get_offset_of_AllowMovement_9() { return static_cast(offsetof(OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB, ___AllowMovement_9)); } inline bool get_AllowMovement_9() const { return ___AllowMovement_9; } inline bool* get_address_of_AllowMovement_9() { return &___AllowMovement_9; } inline void set_AllowMovement_9(bool value) { ___AllowMovement_9 = value; } inline static int32_t get_offset_of_ForwardSpeed_10() { return static_cast(offsetof(OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB, ___ForwardSpeed_10)); } inline float get_ForwardSpeed_10() const { return ___ForwardSpeed_10; } inline float* get_address_of_ForwardSpeed_10() { return &___ForwardSpeed_10; } inline void set_ForwardSpeed_10(float value) { ___ForwardSpeed_10 = value; } inline static int32_t get_offset_of_StrafeSpeed_11() { return static_cast(offsetof(OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB, ___StrafeSpeed_11)); } inline float get_StrafeSpeed_11() const { return ___StrafeSpeed_11; } inline float* get_address_of_StrafeSpeed_11() { return &___StrafeSpeed_11; } inline void set_StrafeSpeed_11(float value) { ___StrafeSpeed_11 = value; } inline static int32_t get_offset_of_CameraRig_12() { return static_cast(offsetof(OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB, ___CameraRig_12)); } inline OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * get_CameraRig_12() const { return ___CameraRig_12; } inline OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 ** get_address_of_CameraRig_12() { return &___CameraRig_12; } inline void set_CameraRig_12(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * value) { ___CameraRig_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___CameraRig_12), (void*)value); } }; // OVRDebugInfo struct OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject OVRDebugInfo::debugUIManager GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___debugUIManager_4; // UnityEngine.GameObject OVRDebugInfo::debugUIObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___debugUIObject_5; // UnityEngine.GameObject OVRDebugInfo::riftPresent GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___riftPresent_6; // UnityEngine.GameObject OVRDebugInfo::fps GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___fps_7; // UnityEngine.GameObject OVRDebugInfo::ipd GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___ipd_8; // UnityEngine.GameObject OVRDebugInfo::fov GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___fov_9; // UnityEngine.GameObject OVRDebugInfo::height GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___height_10; // UnityEngine.GameObject OVRDebugInfo::depth GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___depth_11; // UnityEngine.GameObject OVRDebugInfo::resolutionEyeTexture GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___resolutionEyeTexture_12; // UnityEngine.GameObject OVRDebugInfo::latencies GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___latencies_13; // UnityEngine.GameObject OVRDebugInfo::texts GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___texts_14; // System.String OVRDebugInfo::strRiftPresent String_t* ___strRiftPresent_15; // System.String OVRDebugInfo::strFPS String_t* ___strFPS_16; // System.String OVRDebugInfo::strIPD String_t* ___strIPD_17; // System.String OVRDebugInfo::strFOV String_t* ___strFOV_18; // System.String OVRDebugInfo::strHeight String_t* ___strHeight_19; // System.String OVRDebugInfo::strDepth String_t* ___strDepth_20; // System.String OVRDebugInfo::strResolutionEyeTexture String_t* ___strResolutionEyeTexture_21; // System.String OVRDebugInfo::strLatencies String_t* ___strLatencies_22; // System.Single OVRDebugInfo::updateInterval float ___updateInterval_23; // System.Single OVRDebugInfo::accum float ___accum_24; // System.Int32 OVRDebugInfo::frames int32_t ___frames_25; // System.Single OVRDebugInfo::timeLeft float ___timeLeft_26; // System.Boolean OVRDebugInfo::initUIComponent bool ___initUIComponent_27; // System.Boolean OVRDebugInfo::isInited bool ___isInited_28; // System.Single OVRDebugInfo::offsetY float ___offsetY_29; // System.Single OVRDebugInfo::riftPresentTimeout float ___riftPresentTimeout_30; // System.Boolean OVRDebugInfo::showVRVars bool ___showVRVars_31; public: inline static int32_t get_offset_of_debugUIManager_4() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___debugUIManager_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_debugUIManager_4() const { return ___debugUIManager_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_debugUIManager_4() { return &___debugUIManager_4; } inline void set_debugUIManager_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___debugUIManager_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___debugUIManager_4), (void*)value); } inline static int32_t get_offset_of_debugUIObject_5() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___debugUIObject_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_debugUIObject_5() const { return ___debugUIObject_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_debugUIObject_5() { return &___debugUIObject_5; } inline void set_debugUIObject_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___debugUIObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___debugUIObject_5), (void*)value); } inline static int32_t get_offset_of_riftPresent_6() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___riftPresent_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_riftPresent_6() const { return ___riftPresent_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_riftPresent_6() { return &___riftPresent_6; } inline void set_riftPresent_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___riftPresent_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___riftPresent_6), (void*)value); } inline static int32_t get_offset_of_fps_7() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___fps_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_fps_7() const { return ___fps_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_fps_7() { return &___fps_7; } inline void set_fps_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___fps_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___fps_7), (void*)value); } inline static int32_t get_offset_of_ipd_8() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___ipd_8)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_ipd_8() const { return ___ipd_8; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_ipd_8() { return &___ipd_8; } inline void set_ipd_8(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___ipd_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ipd_8), (void*)value); } inline static int32_t get_offset_of_fov_9() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___fov_9)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_fov_9() const { return ___fov_9; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_fov_9() { return &___fov_9; } inline void set_fov_9(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___fov_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___fov_9), (void*)value); } inline static int32_t get_offset_of_height_10() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___height_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_height_10() const { return ___height_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_height_10() { return &___height_10; } inline void set_height_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___height_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___height_10), (void*)value); } inline static int32_t get_offset_of_depth_11() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___depth_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_depth_11() const { return ___depth_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_depth_11() { return &___depth_11; } inline void set_depth_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___depth_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___depth_11), (void*)value); } inline static int32_t get_offset_of_resolutionEyeTexture_12() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___resolutionEyeTexture_12)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_resolutionEyeTexture_12() const { return ___resolutionEyeTexture_12; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_resolutionEyeTexture_12() { return &___resolutionEyeTexture_12; } inline void set_resolutionEyeTexture_12(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___resolutionEyeTexture_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolutionEyeTexture_12), (void*)value); } inline static int32_t get_offset_of_latencies_13() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___latencies_13)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_latencies_13() const { return ___latencies_13; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_latencies_13() { return &___latencies_13; } inline void set_latencies_13(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___latencies_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___latencies_13), (void*)value); } inline static int32_t get_offset_of_texts_14() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___texts_14)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_texts_14() const { return ___texts_14; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_texts_14() { return &___texts_14; } inline void set_texts_14(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___texts_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___texts_14), (void*)value); } inline static int32_t get_offset_of_strRiftPresent_15() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___strRiftPresent_15)); } inline String_t* get_strRiftPresent_15() const { return ___strRiftPresent_15; } inline String_t** get_address_of_strRiftPresent_15() { return &___strRiftPresent_15; } inline void set_strRiftPresent_15(String_t* value) { ___strRiftPresent_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___strRiftPresent_15), (void*)value); } inline static int32_t get_offset_of_strFPS_16() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___strFPS_16)); } inline String_t* get_strFPS_16() const { return ___strFPS_16; } inline String_t** get_address_of_strFPS_16() { return &___strFPS_16; } inline void set_strFPS_16(String_t* value) { ___strFPS_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___strFPS_16), (void*)value); } inline static int32_t get_offset_of_strIPD_17() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___strIPD_17)); } inline String_t* get_strIPD_17() const { return ___strIPD_17; } inline String_t** get_address_of_strIPD_17() { return &___strIPD_17; } inline void set_strIPD_17(String_t* value) { ___strIPD_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___strIPD_17), (void*)value); } inline static int32_t get_offset_of_strFOV_18() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___strFOV_18)); } inline String_t* get_strFOV_18() const { return ___strFOV_18; } inline String_t** get_address_of_strFOV_18() { return &___strFOV_18; } inline void set_strFOV_18(String_t* value) { ___strFOV_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___strFOV_18), (void*)value); } inline static int32_t get_offset_of_strHeight_19() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___strHeight_19)); } inline String_t* get_strHeight_19() const { return ___strHeight_19; } inline String_t** get_address_of_strHeight_19() { return &___strHeight_19; } inline void set_strHeight_19(String_t* value) { ___strHeight_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___strHeight_19), (void*)value); } inline static int32_t get_offset_of_strDepth_20() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___strDepth_20)); } inline String_t* get_strDepth_20() const { return ___strDepth_20; } inline String_t** get_address_of_strDepth_20() { return &___strDepth_20; } inline void set_strDepth_20(String_t* value) { ___strDepth_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDepth_20), (void*)value); } inline static int32_t get_offset_of_strResolutionEyeTexture_21() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___strResolutionEyeTexture_21)); } inline String_t* get_strResolutionEyeTexture_21() const { return ___strResolutionEyeTexture_21; } inline String_t** get_address_of_strResolutionEyeTexture_21() { return &___strResolutionEyeTexture_21; } inline void set_strResolutionEyeTexture_21(String_t* value) { ___strResolutionEyeTexture_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___strResolutionEyeTexture_21), (void*)value); } inline static int32_t get_offset_of_strLatencies_22() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___strLatencies_22)); } inline String_t* get_strLatencies_22() const { return ___strLatencies_22; } inline String_t** get_address_of_strLatencies_22() { return &___strLatencies_22; } inline void set_strLatencies_22(String_t* value) { ___strLatencies_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___strLatencies_22), (void*)value); } inline static int32_t get_offset_of_updateInterval_23() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___updateInterval_23)); } inline float get_updateInterval_23() const { return ___updateInterval_23; } inline float* get_address_of_updateInterval_23() { return &___updateInterval_23; } inline void set_updateInterval_23(float value) { ___updateInterval_23 = value; } inline static int32_t get_offset_of_accum_24() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___accum_24)); } inline float get_accum_24() const { return ___accum_24; } inline float* get_address_of_accum_24() { return &___accum_24; } inline void set_accum_24(float value) { ___accum_24 = value; } inline static int32_t get_offset_of_frames_25() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___frames_25)); } inline int32_t get_frames_25() const { return ___frames_25; } inline int32_t* get_address_of_frames_25() { return &___frames_25; } inline void set_frames_25(int32_t value) { ___frames_25 = value; } inline static int32_t get_offset_of_timeLeft_26() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___timeLeft_26)); } inline float get_timeLeft_26() const { return ___timeLeft_26; } inline float* get_address_of_timeLeft_26() { return &___timeLeft_26; } inline void set_timeLeft_26(float value) { ___timeLeft_26 = value; } inline static int32_t get_offset_of_initUIComponent_27() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___initUIComponent_27)); } inline bool get_initUIComponent_27() const { return ___initUIComponent_27; } inline bool* get_address_of_initUIComponent_27() { return &___initUIComponent_27; } inline void set_initUIComponent_27(bool value) { ___initUIComponent_27 = value; } inline static int32_t get_offset_of_isInited_28() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___isInited_28)); } inline bool get_isInited_28() const { return ___isInited_28; } inline bool* get_address_of_isInited_28() { return &___isInited_28; } inline void set_isInited_28(bool value) { ___isInited_28 = value; } inline static int32_t get_offset_of_offsetY_29() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___offsetY_29)); } inline float get_offsetY_29() const { return ___offsetY_29; } inline float* get_address_of_offsetY_29() { return &___offsetY_29; } inline void set_offsetY_29(float value) { ___offsetY_29 = value; } inline static int32_t get_offset_of_riftPresentTimeout_30() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___riftPresentTimeout_30)); } inline float get_riftPresentTimeout_30() const { return ___riftPresentTimeout_30; } inline float* get_address_of_riftPresentTimeout_30() { return &___riftPresentTimeout_30; } inline void set_riftPresentTimeout_30(float value) { ___riftPresentTimeout_30 = value; } inline static int32_t get_offset_of_showVRVars_31() { return static_cast(offsetof(OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1, ___showVRVars_31)); } inline bool get_showVRVars_31() const { return ___showVRVars_31; } inline bool* get_address_of_showVRVars_31() { return &___showVRVars_31; } inline void set_showVRVars_31(bool value) { ___showVRVars_31 = value; } }; // OVRGearVrControllerTest struct OVRGearVrControllerTest_t5BBD4EB09A509FE8E9467E75AC1A976368590B35 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // OVRGrabbable struct OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean OVRGrabbable::m_allowOffhandGrab bool ___m_allowOffhandGrab_4; // System.Boolean OVRGrabbable::m_snapPosition bool ___m_snapPosition_5; // System.Boolean OVRGrabbable::m_snapOrientation bool ___m_snapOrientation_6; // UnityEngine.Transform OVRGrabbable::m_snapOffset Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_snapOffset_7; // UnityEngine.Collider[] OVRGrabbable::m_grabPoints ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* ___m_grabPoints_8; // System.Boolean OVRGrabbable::m_grabbedKinematic bool ___m_grabbedKinematic_9; // UnityEngine.Collider OVRGrabbable::m_grabbedCollider Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_grabbedCollider_10; // OVRGrabber OVRGrabbable::m_grabbedBy OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * ___m_grabbedBy_11; public: inline static int32_t get_offset_of_m_allowOffhandGrab_4() { return static_cast(offsetof(OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4, ___m_allowOffhandGrab_4)); } inline bool get_m_allowOffhandGrab_4() const { return ___m_allowOffhandGrab_4; } inline bool* get_address_of_m_allowOffhandGrab_4() { return &___m_allowOffhandGrab_4; } inline void set_m_allowOffhandGrab_4(bool value) { ___m_allowOffhandGrab_4 = value; } inline static int32_t get_offset_of_m_snapPosition_5() { return static_cast(offsetof(OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4, ___m_snapPosition_5)); } inline bool get_m_snapPosition_5() const { return ___m_snapPosition_5; } inline bool* get_address_of_m_snapPosition_5() { return &___m_snapPosition_5; } inline void set_m_snapPosition_5(bool value) { ___m_snapPosition_5 = value; } inline static int32_t get_offset_of_m_snapOrientation_6() { return static_cast(offsetof(OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4, ___m_snapOrientation_6)); } inline bool get_m_snapOrientation_6() const { return ___m_snapOrientation_6; } inline bool* get_address_of_m_snapOrientation_6() { return &___m_snapOrientation_6; } inline void set_m_snapOrientation_6(bool value) { ___m_snapOrientation_6 = value; } inline static int32_t get_offset_of_m_snapOffset_7() { return static_cast(offsetof(OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4, ___m_snapOffset_7)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_snapOffset_7() const { return ___m_snapOffset_7; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_snapOffset_7() { return &___m_snapOffset_7; } inline void set_m_snapOffset_7(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_snapOffset_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_snapOffset_7), (void*)value); } inline static int32_t get_offset_of_m_grabPoints_8() { return static_cast(offsetof(OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4, ___m_grabPoints_8)); } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* get_m_grabPoints_8() const { return ___m_grabPoints_8; } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486** get_address_of_m_grabPoints_8() { return &___m_grabPoints_8; } inline void set_m_grabPoints_8(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* value) { ___m_grabPoints_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_grabPoints_8), (void*)value); } inline static int32_t get_offset_of_m_grabbedKinematic_9() { return static_cast(offsetof(OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4, ___m_grabbedKinematic_9)); } inline bool get_m_grabbedKinematic_9() const { return ___m_grabbedKinematic_9; } inline bool* get_address_of_m_grabbedKinematic_9() { return &___m_grabbedKinematic_9; } inline void set_m_grabbedKinematic_9(bool value) { ___m_grabbedKinematic_9 = value; } inline static int32_t get_offset_of_m_grabbedCollider_10() { return static_cast(offsetof(OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4, ___m_grabbedCollider_10)); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * get_m_grabbedCollider_10() const { return ___m_grabbedCollider_10; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** get_address_of_m_grabbedCollider_10() { return &___m_grabbedCollider_10; } inline void set_m_grabbedCollider_10(Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { ___m_grabbedCollider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_grabbedCollider_10), (void*)value); } inline static int32_t get_offset_of_m_grabbedBy_11() { return static_cast(offsetof(OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4, ___m_grabbedBy_11)); } inline OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * get_m_grabbedBy_11() const { return ___m_grabbedBy_11; } inline OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 ** get_address_of_m_grabbedBy_11() { return &___m_grabbedBy_11; } inline void set_m_grabbedBy_11(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * value) { ___m_grabbedBy_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_grabbedBy_11), (void*)value); } }; // OVRGrabber struct OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single OVRGrabber::grabBegin float ___grabBegin_4; // System.Single OVRGrabber::grabEnd float ___grabEnd_5; // System.Boolean OVRGrabber::m_parentHeldObject bool ___m_parentHeldObject_6; // System.Boolean OVRGrabber::m_moveHandPosition bool ___m_moveHandPosition_7; // UnityEngine.Transform OVRGrabber::m_gripTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_gripTransform_8; // UnityEngine.Collider[] OVRGrabber::m_grabVolumes ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* ___m_grabVolumes_9; // OVRInput/Controller OVRGrabber::m_controller int32_t ___m_controller_10; // UnityEngine.Transform OVRGrabber::m_parentTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_parentTransform_11; // UnityEngine.GameObject OVRGrabber::m_player GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_player_12; // System.Boolean OVRGrabber::m_grabVolumeEnabled bool ___m_grabVolumeEnabled_13; // UnityEngine.Vector3 OVRGrabber::m_lastPos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_lastPos_14; // UnityEngine.Quaternion OVRGrabber::m_lastRot Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_lastRot_15; // UnityEngine.Quaternion OVRGrabber::m_anchorOffsetRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_anchorOffsetRotation_16; // UnityEngine.Vector3 OVRGrabber::m_anchorOffsetPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_anchorOffsetPosition_17; // System.Single OVRGrabber::m_prevFlex float ___m_prevFlex_18; // OVRGrabbable OVRGrabber::m_grabbedObj OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * ___m_grabbedObj_19; // UnityEngine.Vector3 OVRGrabber::m_grabbedObjectPosOff Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_grabbedObjectPosOff_20; // UnityEngine.Quaternion OVRGrabber::m_grabbedObjectRotOff Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_grabbedObjectRotOff_21; // System.Collections.Generic.Dictionary`2 OVRGrabber::m_grabCandidates Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * ___m_grabCandidates_22; // System.Boolean OVRGrabber::m_operatingWithoutOVRCameraRig bool ___m_operatingWithoutOVRCameraRig_23; public: inline static int32_t get_offset_of_grabBegin_4() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___grabBegin_4)); } inline float get_grabBegin_4() const { return ___grabBegin_4; } inline float* get_address_of_grabBegin_4() { return &___grabBegin_4; } inline void set_grabBegin_4(float value) { ___grabBegin_4 = value; } inline static int32_t get_offset_of_grabEnd_5() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___grabEnd_5)); } inline float get_grabEnd_5() const { return ___grabEnd_5; } inline float* get_address_of_grabEnd_5() { return &___grabEnd_5; } inline void set_grabEnd_5(float value) { ___grabEnd_5 = value; } inline static int32_t get_offset_of_m_parentHeldObject_6() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_parentHeldObject_6)); } inline bool get_m_parentHeldObject_6() const { return ___m_parentHeldObject_6; } inline bool* get_address_of_m_parentHeldObject_6() { return &___m_parentHeldObject_6; } inline void set_m_parentHeldObject_6(bool value) { ___m_parentHeldObject_6 = value; } inline static int32_t get_offset_of_m_moveHandPosition_7() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_moveHandPosition_7)); } inline bool get_m_moveHandPosition_7() const { return ___m_moveHandPosition_7; } inline bool* get_address_of_m_moveHandPosition_7() { return &___m_moveHandPosition_7; } inline void set_m_moveHandPosition_7(bool value) { ___m_moveHandPosition_7 = value; } inline static int32_t get_offset_of_m_gripTransform_8() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_gripTransform_8)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_gripTransform_8() const { return ___m_gripTransform_8; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_gripTransform_8() { return &___m_gripTransform_8; } inline void set_m_gripTransform_8(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_gripTransform_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_gripTransform_8), (void*)value); } inline static int32_t get_offset_of_m_grabVolumes_9() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_grabVolumes_9)); } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* get_m_grabVolumes_9() const { return ___m_grabVolumes_9; } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486** get_address_of_m_grabVolumes_9() { return &___m_grabVolumes_9; } inline void set_m_grabVolumes_9(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* value) { ___m_grabVolumes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_grabVolumes_9), (void*)value); } inline static int32_t get_offset_of_m_controller_10() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___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_parentTransform_11() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_parentTransform_11)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_parentTransform_11() const { return ___m_parentTransform_11; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_parentTransform_11() { return &___m_parentTransform_11; } inline void set_m_parentTransform_11(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_parentTransform_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parentTransform_11), (void*)value); } inline static int32_t get_offset_of_m_player_12() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_player_12)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_player_12() const { return ___m_player_12; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_player_12() { return &___m_player_12; } inline void set_m_player_12(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_player_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_player_12), (void*)value); } inline static int32_t get_offset_of_m_grabVolumeEnabled_13() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_grabVolumeEnabled_13)); } inline bool get_m_grabVolumeEnabled_13() const { return ___m_grabVolumeEnabled_13; } inline bool* get_address_of_m_grabVolumeEnabled_13() { return &___m_grabVolumeEnabled_13; } inline void set_m_grabVolumeEnabled_13(bool value) { ___m_grabVolumeEnabled_13 = value; } inline static int32_t get_offset_of_m_lastPos_14() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_lastPos_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_lastPos_14() const { return ___m_lastPos_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_lastPos_14() { return &___m_lastPos_14; } inline void set_m_lastPos_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_lastPos_14 = value; } inline static int32_t get_offset_of_m_lastRot_15() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_lastRot_15)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_m_lastRot_15() const { return ___m_lastRot_15; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_m_lastRot_15() { return &___m_lastRot_15; } inline void set_m_lastRot_15(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___m_lastRot_15 = value; } inline static int32_t get_offset_of_m_anchorOffsetRotation_16() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_anchorOffsetRotation_16)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_m_anchorOffsetRotation_16() const { return ___m_anchorOffsetRotation_16; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_m_anchorOffsetRotation_16() { return &___m_anchorOffsetRotation_16; } inline void set_m_anchorOffsetRotation_16(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___m_anchorOffsetRotation_16 = value; } inline static int32_t get_offset_of_m_anchorOffsetPosition_17() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_anchorOffsetPosition_17)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_anchorOffsetPosition_17() const { return ___m_anchorOffsetPosition_17; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_anchorOffsetPosition_17() { return &___m_anchorOffsetPosition_17; } inline void set_m_anchorOffsetPosition_17(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_anchorOffsetPosition_17 = value; } inline static int32_t get_offset_of_m_prevFlex_18() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_prevFlex_18)); } inline float get_m_prevFlex_18() const { return ___m_prevFlex_18; } inline float* get_address_of_m_prevFlex_18() { return &___m_prevFlex_18; } inline void set_m_prevFlex_18(float value) { ___m_prevFlex_18 = value; } inline static int32_t get_offset_of_m_grabbedObj_19() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_grabbedObj_19)); } inline OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * get_m_grabbedObj_19() const { return ___m_grabbedObj_19; } inline OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 ** get_address_of_m_grabbedObj_19() { return &___m_grabbedObj_19; } inline void set_m_grabbedObj_19(OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * value) { ___m_grabbedObj_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_grabbedObj_19), (void*)value); } inline static int32_t get_offset_of_m_grabbedObjectPosOff_20() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_grabbedObjectPosOff_20)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_grabbedObjectPosOff_20() const { return ___m_grabbedObjectPosOff_20; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_grabbedObjectPosOff_20() { return &___m_grabbedObjectPosOff_20; } inline void set_m_grabbedObjectPosOff_20(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_grabbedObjectPosOff_20 = value; } inline static int32_t get_offset_of_m_grabbedObjectRotOff_21() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_grabbedObjectRotOff_21)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_m_grabbedObjectRotOff_21() const { return ___m_grabbedObjectRotOff_21; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_m_grabbedObjectRotOff_21() { return &___m_grabbedObjectRotOff_21; } inline void set_m_grabbedObjectRotOff_21(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___m_grabbedObjectRotOff_21 = value; } inline static int32_t get_offset_of_m_grabCandidates_22() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_grabCandidates_22)); } inline Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * get_m_grabCandidates_22() const { return ___m_grabCandidates_22; } inline Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 ** get_address_of_m_grabCandidates_22() { return &___m_grabCandidates_22; } inline void set_m_grabCandidates_22(Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * value) { ___m_grabCandidates_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_grabCandidates_22), (void*)value); } inline static int32_t get_offset_of_m_operatingWithoutOVRCameraRig_23() { return static_cast(offsetof(OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1, ___m_operatingWithoutOVRCameraRig_23)); } inline bool get_m_operatingWithoutOVRCameraRig_23() const { return ___m_operatingWithoutOVRCameraRig_23; } inline bool* get_address_of_m_operatingWithoutOVRCameraRig_23() { return &___m_operatingWithoutOVRCameraRig_23; } inline void set_m_operatingWithoutOVRCameraRig_23(bool value) { ___m_operatingWithoutOVRCameraRig_23 = value; } }; // OVRGridCube struct OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.KeyCode OVRGridCube::GridKey int32_t ___GridKey_4; // UnityEngine.GameObject OVRGridCube::CubeGrid GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___CubeGrid_5; // System.Boolean OVRGridCube::CubeGridOn bool ___CubeGridOn_6; // System.Boolean OVRGridCube::CubeSwitchColorOld bool ___CubeSwitchColorOld_7; // System.Boolean OVRGridCube::CubeSwitchColor bool ___CubeSwitchColor_8; // System.Int32 OVRGridCube::gridSizeX int32_t ___gridSizeX_9; // System.Int32 OVRGridCube::gridSizeY int32_t ___gridSizeY_10; // System.Int32 OVRGridCube::gridSizeZ int32_t ___gridSizeZ_11; // System.Single OVRGridCube::gridScale float ___gridScale_12; // System.Single OVRGridCube::cubeScale float ___cubeScale_13; // OVRCameraRig OVRGridCube::CameraController OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * ___CameraController_14; public: inline static int32_t get_offset_of_GridKey_4() { return static_cast(offsetof(OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E, ___GridKey_4)); } inline int32_t get_GridKey_4() const { return ___GridKey_4; } inline int32_t* get_address_of_GridKey_4() { return &___GridKey_4; } inline void set_GridKey_4(int32_t value) { ___GridKey_4 = value; } inline static int32_t get_offset_of_CubeGrid_5() { return static_cast(offsetof(OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E, ___CubeGrid_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_CubeGrid_5() const { return ___CubeGrid_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_CubeGrid_5() { return &___CubeGrid_5; } inline void set_CubeGrid_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___CubeGrid_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___CubeGrid_5), (void*)value); } inline static int32_t get_offset_of_CubeGridOn_6() { return static_cast(offsetof(OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E, ___CubeGridOn_6)); } inline bool get_CubeGridOn_6() const { return ___CubeGridOn_6; } inline bool* get_address_of_CubeGridOn_6() { return &___CubeGridOn_6; } inline void set_CubeGridOn_6(bool value) { ___CubeGridOn_6 = value; } inline static int32_t get_offset_of_CubeSwitchColorOld_7() { return static_cast(offsetof(OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E, ___CubeSwitchColorOld_7)); } inline bool get_CubeSwitchColorOld_7() const { return ___CubeSwitchColorOld_7; } inline bool* get_address_of_CubeSwitchColorOld_7() { return &___CubeSwitchColorOld_7; } inline void set_CubeSwitchColorOld_7(bool value) { ___CubeSwitchColorOld_7 = value; } inline static int32_t get_offset_of_CubeSwitchColor_8() { return static_cast(offsetof(OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E, ___CubeSwitchColor_8)); } inline bool get_CubeSwitchColor_8() const { return ___CubeSwitchColor_8; } inline bool* get_address_of_CubeSwitchColor_8() { return &___CubeSwitchColor_8; } inline void set_CubeSwitchColor_8(bool value) { ___CubeSwitchColor_8 = value; } inline static int32_t get_offset_of_gridSizeX_9() { return static_cast(offsetof(OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E, ___gridSizeX_9)); } inline int32_t get_gridSizeX_9() const { return ___gridSizeX_9; } inline int32_t* get_address_of_gridSizeX_9() { return &___gridSizeX_9; } inline void set_gridSizeX_9(int32_t value) { ___gridSizeX_9 = value; } inline static int32_t get_offset_of_gridSizeY_10() { return static_cast(offsetof(OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E, ___gridSizeY_10)); } inline int32_t get_gridSizeY_10() const { return ___gridSizeY_10; } inline int32_t* get_address_of_gridSizeY_10() { return &___gridSizeY_10; } inline void set_gridSizeY_10(int32_t value) { ___gridSizeY_10 = value; } inline static int32_t get_offset_of_gridSizeZ_11() { return static_cast(offsetof(OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E, ___gridSizeZ_11)); } inline int32_t get_gridSizeZ_11() const { return ___gridSizeZ_11; } inline int32_t* get_address_of_gridSizeZ_11() { return &___gridSizeZ_11; } inline void set_gridSizeZ_11(int32_t value) { ___gridSizeZ_11 = value; } inline static int32_t get_offset_of_gridScale_12() { return static_cast(offsetof(OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E, ___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_cubeScale_13() { return static_cast(offsetof(OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E, ___cubeScale_13)); } inline float get_cubeScale_13() const { return ___cubeScale_13; } inline float* get_address_of_cubeScale_13() { return &___cubeScale_13; } inline void set_cubeScale_13(float value) { ___cubeScale_13 = value; } inline static int32_t get_offset_of_CameraController_14() { return static_cast(offsetof(OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E, ___CameraController_14)); } inline OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * get_CameraController_14() const { return ___CameraController_14; } inline OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 ** get_address_of_CameraController_14() { return &___CameraController_14; } inline void set_CameraController_14(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * value) { ___CameraController_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___CameraController_14), (void*)value); } }; // OVRHand struct OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // OVRHand/Hand OVRHand::HandType int32_t ___HandType_4; // UnityEngine.Transform OVRHand::_pointerPoseRoot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ____pointerPoseRoot_5; // UnityEngine.GameObject OVRHand::_pointerPoseGO GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ____pointerPoseGO_6; // OVRPlugin/HandState OVRHand::_handState HandState_t5377A12318B95003B2BB256777077FE3D05D0090 ____handState_7; // System.Boolean OVRHand::k__BackingField bool ___U3CIsDataValidU3Ek__BackingField_8; // System.Boolean OVRHand::k__BackingField bool ___U3CIsDataHighConfidenceU3Ek__BackingField_9; // System.Boolean OVRHand::k__BackingField bool ___U3CIsTrackedU3Ek__BackingField_10; // System.Boolean OVRHand::k__BackingField bool ___U3CIsSystemGestureInProgressU3Ek__BackingField_11; // System.Boolean OVRHand::k__BackingField bool ___U3CIsPointerPoseValidU3Ek__BackingField_12; // UnityEngine.Transform OVRHand::k__BackingField Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___U3CPointerPoseU3Ek__BackingField_13; // System.Single OVRHand::k__BackingField float ___U3CHandScaleU3Ek__BackingField_14; // OVRHand/TrackingConfidence OVRHand::k__BackingField int32_t ___U3CHandConfidenceU3Ek__BackingField_15; // System.Boolean OVRHand::k__BackingField bool ___U3CIsDominantHandU3Ek__BackingField_16; public: inline static int32_t get_offset_of_HandType_4() { return static_cast(offsetof(OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A, ___HandType_4)); } inline int32_t get_HandType_4() const { return ___HandType_4; } inline int32_t* get_address_of_HandType_4() { return &___HandType_4; } inline void set_HandType_4(int32_t value) { ___HandType_4 = value; } inline static int32_t get_offset_of__pointerPoseRoot_5() { return static_cast(offsetof(OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A, ____pointerPoseRoot_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get__pointerPoseRoot_5() const { return ____pointerPoseRoot_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of__pointerPoseRoot_5() { return &____pointerPoseRoot_5; } inline void set__pointerPoseRoot_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ____pointerPoseRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____pointerPoseRoot_5), (void*)value); } inline static int32_t get_offset_of__pointerPoseGO_6() { return static_cast(offsetof(OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A, ____pointerPoseGO_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get__pointerPoseGO_6() const { return ____pointerPoseGO_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of__pointerPoseGO_6() { return &____pointerPoseGO_6; } inline void set__pointerPoseGO_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ____pointerPoseGO_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____pointerPoseGO_6), (void*)value); } inline static int32_t get_offset_of__handState_7() { return static_cast(offsetof(OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A, ____handState_7)); } inline HandState_t5377A12318B95003B2BB256777077FE3D05D0090 get__handState_7() const { return ____handState_7; } inline HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * get_address_of__handState_7() { return &____handState_7; } inline void set__handState_7(HandState_t5377A12318B95003B2BB256777077FE3D05D0090 value) { ____handState_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____handState_7))->___BoneRotations_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&____handState_7))->___PinchStrength_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&____handState_7))->___FingerConfidences_8), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CIsDataValidU3Ek__BackingField_8() { return static_cast(offsetof(OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A, ___U3CIsDataValidU3Ek__BackingField_8)); } inline bool get_U3CIsDataValidU3Ek__BackingField_8() const { return ___U3CIsDataValidU3Ek__BackingField_8; } inline bool* get_address_of_U3CIsDataValidU3Ek__BackingField_8() { return &___U3CIsDataValidU3Ek__BackingField_8; } inline void set_U3CIsDataValidU3Ek__BackingField_8(bool value) { ___U3CIsDataValidU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CIsDataHighConfidenceU3Ek__BackingField_9() { return static_cast(offsetof(OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A, ___U3CIsDataHighConfidenceU3Ek__BackingField_9)); } inline bool get_U3CIsDataHighConfidenceU3Ek__BackingField_9() const { return ___U3CIsDataHighConfidenceU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsDataHighConfidenceU3Ek__BackingField_9() { return &___U3CIsDataHighConfidenceU3Ek__BackingField_9; } inline void set_U3CIsDataHighConfidenceU3Ek__BackingField_9(bool value) { ___U3CIsDataHighConfidenceU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CIsTrackedU3Ek__BackingField_10() { return static_cast(offsetof(OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A, ___U3CIsTrackedU3Ek__BackingField_10)); } inline bool get_U3CIsTrackedU3Ek__BackingField_10() const { return ___U3CIsTrackedU3Ek__BackingField_10; } inline bool* get_address_of_U3CIsTrackedU3Ek__BackingField_10() { return &___U3CIsTrackedU3Ek__BackingField_10; } inline void set_U3CIsTrackedU3Ek__BackingField_10(bool value) { ___U3CIsTrackedU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CIsSystemGestureInProgressU3Ek__BackingField_11() { return static_cast(offsetof(OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A, ___U3CIsSystemGestureInProgressU3Ek__BackingField_11)); } inline bool get_U3CIsSystemGestureInProgressU3Ek__BackingField_11() const { return ___U3CIsSystemGestureInProgressU3Ek__BackingField_11; } inline bool* get_address_of_U3CIsSystemGestureInProgressU3Ek__BackingField_11() { return &___U3CIsSystemGestureInProgressU3Ek__BackingField_11; } inline void set_U3CIsSystemGestureInProgressU3Ek__BackingField_11(bool value) { ___U3CIsSystemGestureInProgressU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CIsPointerPoseValidU3Ek__BackingField_12() { return static_cast(offsetof(OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A, ___U3CIsPointerPoseValidU3Ek__BackingField_12)); } inline bool get_U3CIsPointerPoseValidU3Ek__BackingField_12() const { return ___U3CIsPointerPoseValidU3Ek__BackingField_12; } inline bool* get_address_of_U3CIsPointerPoseValidU3Ek__BackingField_12() { return &___U3CIsPointerPoseValidU3Ek__BackingField_12; } inline void set_U3CIsPointerPoseValidU3Ek__BackingField_12(bool value) { ___U3CIsPointerPoseValidU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3CPointerPoseU3Ek__BackingField_13() { return static_cast(offsetof(OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A, ___U3CPointerPoseU3Ek__BackingField_13)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_U3CPointerPoseU3Ek__BackingField_13() const { return ___U3CPointerPoseU3Ek__BackingField_13; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_U3CPointerPoseU3Ek__BackingField_13() { return &___U3CPointerPoseU3Ek__BackingField_13; } inline void set_U3CPointerPoseU3Ek__BackingField_13(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___U3CPointerPoseU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPointerPoseU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CHandScaleU3Ek__BackingField_14() { return static_cast(offsetof(OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A, ___U3CHandScaleU3Ek__BackingField_14)); } inline float get_U3CHandScaleU3Ek__BackingField_14() const { return ___U3CHandScaleU3Ek__BackingField_14; } inline float* get_address_of_U3CHandScaleU3Ek__BackingField_14() { return &___U3CHandScaleU3Ek__BackingField_14; } inline void set_U3CHandScaleU3Ek__BackingField_14(float value) { ___U3CHandScaleU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CHandConfidenceU3Ek__BackingField_15() { return static_cast(offsetof(OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A, ___U3CHandConfidenceU3Ek__BackingField_15)); } inline int32_t get_U3CHandConfidenceU3Ek__BackingField_15() const { return ___U3CHandConfidenceU3Ek__BackingField_15; } inline int32_t* get_address_of_U3CHandConfidenceU3Ek__BackingField_15() { return &___U3CHandConfidenceU3Ek__BackingField_15; } inline void set_U3CHandConfidenceU3Ek__BackingField_15(int32_t value) { ___U3CHandConfidenceU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CIsDominantHandU3Ek__BackingField_16() { return static_cast(offsetof(OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A, ___U3CIsDominantHandU3Ek__BackingField_16)); } inline bool get_U3CIsDominantHandU3Ek__BackingField_16() const { return ___U3CIsDominantHandU3Ek__BackingField_16; } inline bool* get_address_of_U3CIsDominantHandU3Ek__BackingField_16() { return &___U3CIsDominantHandU3Ek__BackingField_16; } inline void set_U3CIsDominantHandU3Ek__BackingField_16(bool value) { ___U3CIsDominantHandU3Ek__BackingField_16 = value; } }; // OVRHandTest struct OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text OVRHandTest::uiText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___uiText_4; // System.Collections.Generic.List`1 OVRHandTest::monitors List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * ___monitors_5; // System.Text.StringBuilder OVRHandTest::data StringBuilder_t * ___data_6; // OVRPlugin/HandState OVRHandTest::hs_LH HandState_t5377A12318B95003B2BB256777077FE3D05D0090 ___hs_LH_7; // OVRPlugin/HandState OVRHandTest::hs_RH HandState_t5377A12318B95003B2BB256777077FE3D05D0090 ___hs_RH_8; // OVRPlugin/Skeleton OVRHandTest::skel_LH Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 ___skel_LH_9; // OVRPlugin/Skeleton OVRHandTest::skel_RH Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 ___skel_RH_10; // OVRPlugin/Mesh OVRHandTest::mesh_LH Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E * ___mesh_LH_11; // OVRPlugin/Mesh OVRHandTest::mesh_RH Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E * ___mesh_RH_12; // System.Boolean OVRHandTest::result_skel_LH bool ___result_skel_LH_13; // System.Boolean OVRHandTest::result_skel_RH bool ___result_skel_RH_14; // System.Boolean OVRHandTest::result_mesh_LH bool ___result_mesh_LH_15; // System.Boolean OVRHandTest::result_mesh_RH bool ___result_mesh_RH_16; public: inline static int32_t get_offset_of_uiText_4() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF, ___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(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF, ___monitors_5)); } inline List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * get_monitors_5() const { return ___monitors_5; } inline List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B ** get_address_of_monitors_5() { return &___monitors_5; } inline void set_monitors_5(List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * value) { ___monitors_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___monitors_5), (void*)value); } inline static int32_t get_offset_of_data_6() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF, ___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); } inline static int32_t get_offset_of_hs_LH_7() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF, ___hs_LH_7)); } inline HandState_t5377A12318B95003B2BB256777077FE3D05D0090 get_hs_LH_7() const { return ___hs_LH_7; } inline HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * get_address_of_hs_LH_7() { return &___hs_LH_7; } inline void set_hs_LH_7(HandState_t5377A12318B95003B2BB256777077FE3D05D0090 value) { ___hs_LH_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___hs_LH_7))->___BoneRotations_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___hs_LH_7))->___PinchStrength_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___hs_LH_7))->___FingerConfidences_8), (void*)NULL); #endif } inline static int32_t get_offset_of_hs_RH_8() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF, ___hs_RH_8)); } inline HandState_t5377A12318B95003B2BB256777077FE3D05D0090 get_hs_RH_8() const { return ___hs_RH_8; } inline HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * get_address_of_hs_RH_8() { return &___hs_RH_8; } inline void set_hs_RH_8(HandState_t5377A12318B95003B2BB256777077FE3D05D0090 value) { ___hs_RH_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___hs_RH_8))->___BoneRotations_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___hs_RH_8))->___PinchStrength_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___hs_RH_8))->___FingerConfidences_8), (void*)NULL); #endif } inline static int32_t get_offset_of_skel_LH_9() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF, ___skel_LH_9)); } inline Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 get_skel_LH_9() const { return ___skel_LH_9; } inline Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 * get_address_of_skel_LH_9() { return &___skel_LH_9; } inline void set_skel_LH_9(Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 value) { ___skel_LH_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___skel_LH_9))->___Bones_3), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___skel_LH_9))->___BoneCapsules_4), (void*)NULL); #endif } inline static int32_t get_offset_of_skel_RH_10() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF, ___skel_RH_10)); } inline Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 get_skel_RH_10() const { return ___skel_RH_10; } inline Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 * get_address_of_skel_RH_10() { return &___skel_RH_10; } inline void set_skel_RH_10(Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 value) { ___skel_RH_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___skel_RH_10))->___Bones_3), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___skel_RH_10))->___BoneCapsules_4), (void*)NULL); #endif } inline static int32_t get_offset_of_mesh_LH_11() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF, ___mesh_LH_11)); } inline Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E * get_mesh_LH_11() const { return ___mesh_LH_11; } inline Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E ** get_address_of_mesh_LH_11() { return &___mesh_LH_11; } inline void set_mesh_LH_11(Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E * value) { ___mesh_LH_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___mesh_LH_11), (void*)value); } inline static int32_t get_offset_of_mesh_RH_12() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF, ___mesh_RH_12)); } inline Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E * get_mesh_RH_12() const { return ___mesh_RH_12; } inline Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E ** get_address_of_mesh_RH_12() { return &___mesh_RH_12; } inline void set_mesh_RH_12(Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E * value) { ___mesh_RH_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mesh_RH_12), (void*)value); } inline static int32_t get_offset_of_result_skel_LH_13() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF, ___result_skel_LH_13)); } inline bool get_result_skel_LH_13() const { return ___result_skel_LH_13; } inline bool* get_address_of_result_skel_LH_13() { return &___result_skel_LH_13; } inline void set_result_skel_LH_13(bool value) { ___result_skel_LH_13 = value; } inline static int32_t get_offset_of_result_skel_RH_14() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF, ___result_skel_RH_14)); } inline bool get_result_skel_RH_14() const { return ___result_skel_RH_14; } inline bool* get_address_of_result_skel_RH_14() { return &___result_skel_RH_14; } inline void set_result_skel_RH_14(bool value) { ___result_skel_RH_14 = value; } inline static int32_t get_offset_of_result_mesh_LH_15() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF, ___result_mesh_LH_15)); } inline bool get_result_mesh_LH_15() const { return ___result_mesh_LH_15; } inline bool* get_address_of_result_mesh_LH_15() { return &___result_mesh_LH_15; } inline void set_result_mesh_LH_15(bool value) { ___result_mesh_LH_15 = value; } inline static int32_t get_offset_of_result_mesh_RH_16() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF, ___result_mesh_RH_16)); } inline bool get_result_mesh_RH_16() const { return ___result_mesh_RH_16; } inline bool* get_address_of_result_mesh_RH_16() { return &___result_mesh_RH_16; } inline void set_result_mesh_RH_16(bool value) { ___result_mesh_RH_16 = 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; } }; // OVRProgressIndicator struct OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.MeshRenderer OVRProgressIndicator::progressImage MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * ___progressImage_4; // System.Single OVRProgressIndicator::currentProgress float ___currentProgress_5; public: inline static int32_t get_offset_of_progressImage_4() { return static_cast(offsetof(OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0, ___progressImage_4)); } inline MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * get_progressImage_4() const { return ___progressImage_4; } inline MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B ** get_address_of_progressImage_4() { return &___progressImage_4; } inline void set_progressImage_4(MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * value) { ___progressImage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___progressImage_4), (void*)value); } inline static int32_t get_offset_of_currentProgress_5() { return static_cast(offsetof(OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0, ___currentProgress_5)); } inline float get_currentProgress_5() const { return ___currentProgress_5; } inline float* get_address_of_currentProgress_5() { return &___currentProgress_5; } inline void set_currentProgress_5(float value) { ___currentProgress_5 = value; } }; // OVRSkeleton struct OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // OVRSkeleton/SkeletonType OVRSkeleton::_skeletonType int32_t ____skeletonType_4; // OVRSkeleton/IOVRSkeletonDataProvider OVRSkeleton::_dataProvider RuntimeObject* ____dataProvider_5; // System.Boolean OVRSkeleton::_updateRootPose bool ____updateRootPose_6; // System.Boolean OVRSkeleton::_updateRootScale bool ____updateRootScale_7; // System.Boolean OVRSkeleton::_enablePhysicsCapsules bool ____enablePhysicsCapsules_8; // UnityEngine.GameObject OVRSkeleton::_bonesGO GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ____bonesGO_9; // UnityEngine.GameObject OVRSkeleton::_bindPosesGO GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ____bindPosesGO_10; // UnityEngine.GameObject OVRSkeleton::_capsulesGO GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ____capsulesGO_11; // System.Collections.Generic.List`1 OVRSkeleton::_bones List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * ____bones_12; // System.Collections.Generic.List`1 OVRSkeleton::_bindPoses List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * ____bindPoses_13; // System.Collections.Generic.List`1 OVRSkeleton::_capsules List_1_t2757DE18D8F3AB63917B2846D8F68D853749967C * ____capsules_14; // OVRPlugin/Skeleton2 OVRSkeleton::_skeleton Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13 ____skeleton_15; // UnityEngine.Quaternion OVRSkeleton::wristFixupRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___wristFixupRotation_16; // System.Boolean OVRSkeleton::k__BackingField bool ___U3CIsInitializedU3Ek__BackingField_17; // System.Boolean OVRSkeleton::k__BackingField bool ___U3CIsDataValidU3Ek__BackingField_18; // System.Boolean OVRSkeleton::k__BackingField bool ___U3CIsDataHighConfidenceU3Ek__BackingField_19; // System.Collections.Generic.IList`1 OVRSkeleton::k__BackingField RuntimeObject* ___U3CBonesU3Ek__BackingField_20; // System.Collections.Generic.IList`1 OVRSkeleton::k__BackingField RuntimeObject* ___U3CBindPosesU3Ek__BackingField_21; // System.Collections.Generic.IList`1 OVRSkeleton::k__BackingField RuntimeObject* ___U3CCapsulesU3Ek__BackingField_22; // System.Int32 OVRSkeleton::k__BackingField int32_t ___U3CSkeletonChangedCountU3Ek__BackingField_23; public: inline static int32_t get_offset_of__skeletonType_4() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ____skeletonType_4)); } inline int32_t get__skeletonType_4() const { return ____skeletonType_4; } inline int32_t* get_address_of__skeletonType_4() { return &____skeletonType_4; } inline void set__skeletonType_4(int32_t value) { ____skeletonType_4 = value; } inline static int32_t get_offset_of__dataProvider_5() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ____dataProvider_5)); } inline RuntimeObject* get__dataProvider_5() const { return ____dataProvider_5; } inline RuntimeObject** get_address_of__dataProvider_5() { return &____dataProvider_5; } inline void set__dataProvider_5(RuntimeObject* value) { ____dataProvider_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____dataProvider_5), (void*)value); } inline static int32_t get_offset_of__updateRootPose_6() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ____updateRootPose_6)); } inline bool get__updateRootPose_6() const { return ____updateRootPose_6; } inline bool* get_address_of__updateRootPose_6() { return &____updateRootPose_6; } inline void set__updateRootPose_6(bool value) { ____updateRootPose_6 = value; } inline static int32_t get_offset_of__updateRootScale_7() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ____updateRootScale_7)); } inline bool get__updateRootScale_7() const { return ____updateRootScale_7; } inline bool* get_address_of__updateRootScale_7() { return &____updateRootScale_7; } inline void set__updateRootScale_7(bool value) { ____updateRootScale_7 = value; } inline static int32_t get_offset_of__enablePhysicsCapsules_8() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ____enablePhysicsCapsules_8)); } inline bool get__enablePhysicsCapsules_8() const { return ____enablePhysicsCapsules_8; } inline bool* get_address_of__enablePhysicsCapsules_8() { return &____enablePhysicsCapsules_8; } inline void set__enablePhysicsCapsules_8(bool value) { ____enablePhysicsCapsules_8 = value; } inline static int32_t get_offset_of__bonesGO_9() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ____bonesGO_9)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get__bonesGO_9() const { return ____bonesGO_9; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of__bonesGO_9() { return &____bonesGO_9; } inline void set__bonesGO_9(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ____bonesGO_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____bonesGO_9), (void*)value); } inline static int32_t get_offset_of__bindPosesGO_10() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ____bindPosesGO_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get__bindPosesGO_10() const { return ____bindPosesGO_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of__bindPosesGO_10() { return &____bindPosesGO_10; } inline void set__bindPosesGO_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ____bindPosesGO_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____bindPosesGO_10), (void*)value); } inline static int32_t get_offset_of__capsulesGO_11() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ____capsulesGO_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get__capsulesGO_11() const { return ____capsulesGO_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of__capsulesGO_11() { return &____capsulesGO_11; } inline void set__capsulesGO_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ____capsulesGO_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____capsulesGO_11), (void*)value); } inline static int32_t get_offset_of__bones_12() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ____bones_12)); } inline List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * get__bones_12() const { return ____bones_12; } inline List_1_t8958585D92650E004D74521A8D0B3CE051FA276F ** get_address_of__bones_12() { return &____bones_12; } inline void set__bones_12(List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * value) { ____bones_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____bones_12), (void*)value); } inline static int32_t get_offset_of__bindPoses_13() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ____bindPoses_13)); } inline List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * get__bindPoses_13() const { return ____bindPoses_13; } inline List_1_t8958585D92650E004D74521A8D0B3CE051FA276F ** get_address_of__bindPoses_13() { return &____bindPoses_13; } inline void set__bindPoses_13(List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * value) { ____bindPoses_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____bindPoses_13), (void*)value); } inline static int32_t get_offset_of__capsules_14() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ____capsules_14)); } inline List_1_t2757DE18D8F3AB63917B2846D8F68D853749967C * get__capsules_14() const { return ____capsules_14; } inline List_1_t2757DE18D8F3AB63917B2846D8F68D853749967C ** get_address_of__capsules_14() { return &____capsules_14; } inline void set__capsules_14(List_1_t2757DE18D8F3AB63917B2846D8F68D853749967C * value) { ____capsules_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____capsules_14), (void*)value); } inline static int32_t get_offset_of__skeleton_15() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ____skeleton_15)); } inline Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13 get__skeleton_15() const { return ____skeleton_15; } inline Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13 * get_address_of__skeleton_15() { return &____skeleton_15; } inline void set__skeleton_15(Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13 value) { ____skeleton_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____skeleton_15))->___Bones_3), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&____skeleton_15))->___BoneCapsules_4), (void*)NULL); #endif } inline static int32_t get_offset_of_wristFixupRotation_16() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ___wristFixupRotation_16)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_wristFixupRotation_16() const { return ___wristFixupRotation_16; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_wristFixupRotation_16() { return &___wristFixupRotation_16; } inline void set_wristFixupRotation_16(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___wristFixupRotation_16 = value; } inline static int32_t get_offset_of_U3CIsInitializedU3Ek__BackingField_17() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ___U3CIsInitializedU3Ek__BackingField_17)); } inline bool get_U3CIsInitializedU3Ek__BackingField_17() const { return ___U3CIsInitializedU3Ek__BackingField_17; } inline bool* get_address_of_U3CIsInitializedU3Ek__BackingField_17() { return &___U3CIsInitializedU3Ek__BackingField_17; } inline void set_U3CIsInitializedU3Ek__BackingField_17(bool value) { ___U3CIsInitializedU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3CIsDataValidU3Ek__BackingField_18() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ___U3CIsDataValidU3Ek__BackingField_18)); } inline bool get_U3CIsDataValidU3Ek__BackingField_18() const { return ___U3CIsDataValidU3Ek__BackingField_18; } inline bool* get_address_of_U3CIsDataValidU3Ek__BackingField_18() { return &___U3CIsDataValidU3Ek__BackingField_18; } inline void set_U3CIsDataValidU3Ek__BackingField_18(bool value) { ___U3CIsDataValidU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_U3CIsDataHighConfidenceU3Ek__BackingField_19() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ___U3CIsDataHighConfidenceU3Ek__BackingField_19)); } inline bool get_U3CIsDataHighConfidenceU3Ek__BackingField_19() const { return ___U3CIsDataHighConfidenceU3Ek__BackingField_19; } inline bool* get_address_of_U3CIsDataHighConfidenceU3Ek__BackingField_19() { return &___U3CIsDataHighConfidenceU3Ek__BackingField_19; } inline void set_U3CIsDataHighConfidenceU3Ek__BackingField_19(bool value) { ___U3CIsDataHighConfidenceU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_U3CBonesU3Ek__BackingField_20() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ___U3CBonesU3Ek__BackingField_20)); } inline RuntimeObject* get_U3CBonesU3Ek__BackingField_20() const { return ___U3CBonesU3Ek__BackingField_20; } inline RuntimeObject** get_address_of_U3CBonesU3Ek__BackingField_20() { return &___U3CBonesU3Ek__BackingField_20; } inline void set_U3CBonesU3Ek__BackingField_20(RuntimeObject* value) { ___U3CBonesU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBonesU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CBindPosesU3Ek__BackingField_21() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ___U3CBindPosesU3Ek__BackingField_21)); } inline RuntimeObject* get_U3CBindPosesU3Ek__BackingField_21() const { return ___U3CBindPosesU3Ek__BackingField_21; } inline RuntimeObject** get_address_of_U3CBindPosesU3Ek__BackingField_21() { return &___U3CBindPosesU3Ek__BackingField_21; } inline void set_U3CBindPosesU3Ek__BackingField_21(RuntimeObject* value) { ___U3CBindPosesU3Ek__BackingField_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBindPosesU3Ek__BackingField_21), (void*)value); } inline static int32_t get_offset_of_U3CCapsulesU3Ek__BackingField_22() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ___U3CCapsulesU3Ek__BackingField_22)); } inline RuntimeObject* get_U3CCapsulesU3Ek__BackingField_22() const { return ___U3CCapsulesU3Ek__BackingField_22; } inline RuntimeObject** get_address_of_U3CCapsulesU3Ek__BackingField_22() { return &___U3CCapsulesU3Ek__BackingField_22; } inline void set_U3CCapsulesU3Ek__BackingField_22(RuntimeObject* value) { ___U3CCapsulesU3Ek__BackingField_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCapsulesU3Ek__BackingField_22), (void*)value); } inline static int32_t get_offset_of_U3CSkeletonChangedCountU3Ek__BackingField_23() { return static_cast(offsetof(OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC, ___U3CSkeletonChangedCountU3Ek__BackingField_23)); } inline int32_t get_U3CSkeletonChangedCountU3Ek__BackingField_23() const { return ___U3CSkeletonChangedCountU3Ek__BackingField_23; } inline int32_t* get_address_of_U3CSkeletonChangedCountU3Ek__BackingField_23() { return &___U3CSkeletonChangedCountU3Ek__BackingField_23; } inline void set_U3CSkeletonChangedCountU3Ek__BackingField_23(int32_t value) { ___U3CSkeletonChangedCountU3Ek__BackingField_23 = value; } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityEngine.Rendering.Universal.UniversalAdditionalCameraData struct UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_RenderShadows bool ___m_RenderShadows_4; // UnityEngine.Rendering.Universal.CameraOverrideOption UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_RequiresDepthTextureOption int32_t ___m_RequiresDepthTextureOption_5; // UnityEngine.Rendering.Universal.CameraOverrideOption UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_RequiresOpaqueTextureOption int32_t ___m_RequiresOpaqueTextureOption_6; // UnityEngine.Rendering.Universal.CameraRenderType UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_CameraType int32_t ___m_CameraType_7; // System.Collections.Generic.List`1 UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_Cameras List_1_t653022B4EDCE73F282430E1A396635798D309409 * ___m_Cameras_8; // System.Int32 UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_RendererIndex int32_t ___m_RendererIndex_9; // UnityEngine.LayerMask UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_VolumeLayerMask LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___m_VolumeLayerMask_10; // UnityEngine.Transform UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_VolumeTrigger Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_VolumeTrigger_11; // UnityEngine.Rendering.Universal.VolumeFrameworkUpdateMode UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_VolumeFrameworkUpdateModeOption int32_t ___m_VolumeFrameworkUpdateModeOption_12; // System.Boolean UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_RenderPostProcessing bool ___m_RenderPostProcessing_13; // UnityEngine.Rendering.Universal.AntialiasingMode UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_Antialiasing int32_t ___m_Antialiasing_14; // UnityEngine.Rendering.Universal.AntialiasingQuality UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_AntialiasingQuality int32_t ___m_AntialiasingQuality_15; // System.Boolean UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_StopNaN bool ___m_StopNaN_16; // System.Boolean UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_Dithering bool ___m_Dithering_17; // System.Boolean UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_ClearDepth bool ___m_ClearDepth_18; // System.Boolean UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_AllowXRRendering bool ___m_AllowXRRendering_19; // UnityEngine.Camera UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_Camera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___m_Camera_20; // System.Boolean UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_RequiresDepthTexture bool ___m_RequiresDepthTexture_21; // System.Boolean UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_RequiresColorTexture bool ___m_RequiresColorTexture_22; // System.Single UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_Version float ___m_Version_23; // UnityEngine.Rendering.VolumeStack UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::m_VolumeStack VolumeStack_t5AFBD6C1F03199FB3426F72E31C494556A16EBAC * ___m_VolumeStack_25; public: inline static int32_t get_offset_of_m_RenderShadows_4() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_RenderShadows_4)); } inline bool get_m_RenderShadows_4() const { return ___m_RenderShadows_4; } inline bool* get_address_of_m_RenderShadows_4() { return &___m_RenderShadows_4; } inline void set_m_RenderShadows_4(bool value) { ___m_RenderShadows_4 = value; } inline static int32_t get_offset_of_m_RequiresDepthTextureOption_5() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_RequiresDepthTextureOption_5)); } inline int32_t get_m_RequiresDepthTextureOption_5() const { return ___m_RequiresDepthTextureOption_5; } inline int32_t* get_address_of_m_RequiresDepthTextureOption_5() { return &___m_RequiresDepthTextureOption_5; } inline void set_m_RequiresDepthTextureOption_5(int32_t value) { ___m_RequiresDepthTextureOption_5 = value; } inline static int32_t get_offset_of_m_RequiresOpaqueTextureOption_6() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_RequiresOpaqueTextureOption_6)); } inline int32_t get_m_RequiresOpaqueTextureOption_6() const { return ___m_RequiresOpaqueTextureOption_6; } inline int32_t* get_address_of_m_RequiresOpaqueTextureOption_6() { return &___m_RequiresOpaqueTextureOption_6; } inline void set_m_RequiresOpaqueTextureOption_6(int32_t value) { ___m_RequiresOpaqueTextureOption_6 = value; } inline static int32_t get_offset_of_m_CameraType_7() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_CameraType_7)); } inline int32_t get_m_CameraType_7() const { return ___m_CameraType_7; } inline int32_t* get_address_of_m_CameraType_7() { return &___m_CameraType_7; } inline void set_m_CameraType_7(int32_t value) { ___m_CameraType_7 = value; } inline static int32_t get_offset_of_m_Cameras_8() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_Cameras_8)); } inline List_1_t653022B4EDCE73F282430E1A396635798D309409 * get_m_Cameras_8() const { return ___m_Cameras_8; } inline List_1_t653022B4EDCE73F282430E1A396635798D309409 ** get_address_of_m_Cameras_8() { return &___m_Cameras_8; } inline void set_m_Cameras_8(List_1_t653022B4EDCE73F282430E1A396635798D309409 * value) { ___m_Cameras_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Cameras_8), (void*)value); } inline static int32_t get_offset_of_m_RendererIndex_9() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_RendererIndex_9)); } inline int32_t get_m_RendererIndex_9() const { return ___m_RendererIndex_9; } inline int32_t* get_address_of_m_RendererIndex_9() { return &___m_RendererIndex_9; } inline void set_m_RendererIndex_9(int32_t value) { ___m_RendererIndex_9 = value; } inline static int32_t get_offset_of_m_VolumeLayerMask_10() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_VolumeLayerMask_10)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_m_VolumeLayerMask_10() const { return ___m_VolumeLayerMask_10; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_m_VolumeLayerMask_10() { return &___m_VolumeLayerMask_10; } inline void set_m_VolumeLayerMask_10(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___m_VolumeLayerMask_10 = value; } inline static int32_t get_offset_of_m_VolumeTrigger_11() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_VolumeTrigger_11)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_VolumeTrigger_11() const { return ___m_VolumeTrigger_11; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_VolumeTrigger_11() { return &___m_VolumeTrigger_11; } inline void set_m_VolumeTrigger_11(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_VolumeTrigger_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_VolumeTrigger_11), (void*)value); } inline static int32_t get_offset_of_m_VolumeFrameworkUpdateModeOption_12() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_VolumeFrameworkUpdateModeOption_12)); } inline int32_t get_m_VolumeFrameworkUpdateModeOption_12() const { return ___m_VolumeFrameworkUpdateModeOption_12; } inline int32_t* get_address_of_m_VolumeFrameworkUpdateModeOption_12() { return &___m_VolumeFrameworkUpdateModeOption_12; } inline void set_m_VolumeFrameworkUpdateModeOption_12(int32_t value) { ___m_VolumeFrameworkUpdateModeOption_12 = value; } inline static int32_t get_offset_of_m_RenderPostProcessing_13() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_RenderPostProcessing_13)); } inline bool get_m_RenderPostProcessing_13() const { return ___m_RenderPostProcessing_13; } inline bool* get_address_of_m_RenderPostProcessing_13() { return &___m_RenderPostProcessing_13; } inline void set_m_RenderPostProcessing_13(bool value) { ___m_RenderPostProcessing_13 = value; } inline static int32_t get_offset_of_m_Antialiasing_14() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_Antialiasing_14)); } inline int32_t get_m_Antialiasing_14() const { return ___m_Antialiasing_14; } inline int32_t* get_address_of_m_Antialiasing_14() { return &___m_Antialiasing_14; } inline void set_m_Antialiasing_14(int32_t value) { ___m_Antialiasing_14 = value; } inline static int32_t get_offset_of_m_AntialiasingQuality_15() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_AntialiasingQuality_15)); } inline int32_t get_m_AntialiasingQuality_15() const { return ___m_AntialiasingQuality_15; } inline int32_t* get_address_of_m_AntialiasingQuality_15() { return &___m_AntialiasingQuality_15; } inline void set_m_AntialiasingQuality_15(int32_t value) { ___m_AntialiasingQuality_15 = value; } inline static int32_t get_offset_of_m_StopNaN_16() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_StopNaN_16)); } inline bool get_m_StopNaN_16() const { return ___m_StopNaN_16; } inline bool* get_address_of_m_StopNaN_16() { return &___m_StopNaN_16; } inline void set_m_StopNaN_16(bool value) { ___m_StopNaN_16 = value; } inline static int32_t get_offset_of_m_Dithering_17() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_Dithering_17)); } inline bool get_m_Dithering_17() const { return ___m_Dithering_17; } inline bool* get_address_of_m_Dithering_17() { return &___m_Dithering_17; } inline void set_m_Dithering_17(bool value) { ___m_Dithering_17 = value; } inline static int32_t get_offset_of_m_ClearDepth_18() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_ClearDepth_18)); } inline bool get_m_ClearDepth_18() const { return ___m_ClearDepth_18; } inline bool* get_address_of_m_ClearDepth_18() { return &___m_ClearDepth_18; } inline void set_m_ClearDepth_18(bool value) { ___m_ClearDepth_18 = value; } inline static int32_t get_offset_of_m_AllowXRRendering_19() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_AllowXRRendering_19)); } inline bool get_m_AllowXRRendering_19() const { return ___m_AllowXRRendering_19; } inline bool* get_address_of_m_AllowXRRendering_19() { return &___m_AllowXRRendering_19; } inline void set_m_AllowXRRendering_19(bool value) { ___m_AllowXRRendering_19 = value; } inline static int32_t get_offset_of_m_Camera_20() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_Camera_20)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_m_Camera_20() const { return ___m_Camera_20; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_m_Camera_20() { return &___m_Camera_20; } inline void set_m_Camera_20(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___m_Camera_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Camera_20), (void*)value); } inline static int32_t get_offset_of_m_RequiresDepthTexture_21() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_RequiresDepthTexture_21)); } inline bool get_m_RequiresDepthTexture_21() const { return ___m_RequiresDepthTexture_21; } inline bool* get_address_of_m_RequiresDepthTexture_21() { return &___m_RequiresDepthTexture_21; } inline void set_m_RequiresDepthTexture_21(bool value) { ___m_RequiresDepthTexture_21 = value; } inline static int32_t get_offset_of_m_RequiresColorTexture_22() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_RequiresColorTexture_22)); } inline bool get_m_RequiresColorTexture_22() const { return ___m_RequiresColorTexture_22; } inline bool* get_address_of_m_RequiresColorTexture_22() { return &___m_RequiresColorTexture_22; } inline void set_m_RequiresColorTexture_22(bool value) { ___m_RequiresColorTexture_22 = value; } inline static int32_t get_offset_of_m_Version_23() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_Version_23)); } inline float get_m_Version_23() const { return ___m_Version_23; } inline float* get_address_of_m_Version_23() { return &___m_Version_23; } inline void set_m_Version_23(float value) { ___m_Version_23 = value; } inline static int32_t get_offset_of_m_VolumeStack_25() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E, ___m_VolumeStack_25)); } inline VolumeStack_t5AFBD6C1F03199FB3426F72E31C494556A16EBAC * get_m_VolumeStack_25() const { return ___m_VolumeStack_25; } inline VolumeStack_t5AFBD6C1F03199FB3426F72E31C494556A16EBAC ** get_address_of_m_VolumeStack_25() { return &___m_VolumeStack_25; } inline void set_m_VolumeStack_25(VolumeStack_t5AFBD6C1F03199FB3426F72E31C494556A16EBAC * value) { ___m_VolumeStack_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_VolumeStack_25), (void*)value); } }; // 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; } }; // OVRCustomSkeleton struct OVRCustomSkeleton_tE3D36B497A2EF981EA149D9A4C2358A0762CC48D : public OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC { public: // System.Boolean OVRCustomSkeleton::_applyBoneTranslations bool ____applyBoneTranslations_24; // System.Collections.Generic.List`1 OVRCustomSkeleton::_customBones_V2 List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ____customBones_V2_25; public: inline static int32_t get_offset_of__applyBoneTranslations_24() { return static_cast(offsetof(OVRCustomSkeleton_tE3D36B497A2EF981EA149D9A4C2358A0762CC48D, ____applyBoneTranslations_24)); } inline bool get__applyBoneTranslations_24() const { return ____applyBoneTranslations_24; } inline bool* get_address_of__applyBoneTranslations_24() { return &____applyBoneTranslations_24; } inline void set__applyBoneTranslations_24(bool value) { ____applyBoneTranslations_24 = value; } inline static int32_t get_offset_of__customBones_V2_25() { return static_cast(offsetof(OVRCustomSkeleton_tE3D36B497A2EF981EA149D9A4C2358A0762CC48D, ____customBones_V2_25)); } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * get__customBones_V2_25() const { return ____customBones_V2_25; } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 ** get_address_of__customBones_V2_25() { return &____customBones_V2_25; } inline void set__customBones_V2_25(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * value) { ____customBones_V2_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____customBones_V2_25), (void*)value); } }; // OVRGazePointer struct OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 : public OVRCursor_t2773859B8D1061E80DBA9CD35C00835EBC7F15ED { public: // UnityEngine.Transform OVRGazePointer::gazeIcon Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___gazeIcon_4; // System.Boolean OVRGazePointer::hideByDefault bool ___hideByDefault_5; // System.Single OVRGazePointer::showTimeoutPeriod float ___showTimeoutPeriod_6; // System.Single OVRGazePointer::hideTimeoutPeriod float ___hideTimeoutPeriod_7; // System.Boolean OVRGazePointer::dimOnHideRequest bool ___dimOnHideRequest_8; // System.Single OVRGazePointer::depthScaleMultiplier float ___depthScaleMultiplier_9; // System.Boolean OVRGazePointer::matchNormalOnPhysicsColliders bool ___matchNormalOnPhysicsColliders_10; // UnityEngine.Transform OVRGazePointer::rayTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___rayTransform_11; // System.Boolean OVRGazePointer::k__BackingField bool ___U3ChiddenU3Ek__BackingField_12; // System.Single OVRGazePointer::k__BackingField float ___U3CcurrentScaleU3Ek__BackingField_13; // System.Single OVRGazePointer::depth float ___depth_14; // System.Single OVRGazePointer::hideUntilTime float ___hideUntilTime_15; // System.Int32 OVRGazePointer::positionSetsThisFrame int32_t ___positionSetsThisFrame_16; // System.Single OVRGazePointer::lastShowRequestTime float ___lastShowRequestTime_17; // System.Single OVRGazePointer::lastHideRequestTime float ___lastHideRequestTime_18; // OVRProgressIndicator OVRGazePointer::progressIndicator OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0 * ___progressIndicator_19; public: inline static int32_t get_offset_of_gazeIcon_4() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___gazeIcon_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_gazeIcon_4() const { return ___gazeIcon_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_gazeIcon_4() { return &___gazeIcon_4; } inline void set_gazeIcon_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___gazeIcon_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___gazeIcon_4), (void*)value); } inline static int32_t get_offset_of_hideByDefault_5() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___hideByDefault_5)); } inline bool get_hideByDefault_5() const { return ___hideByDefault_5; } inline bool* get_address_of_hideByDefault_5() { return &___hideByDefault_5; } inline void set_hideByDefault_5(bool value) { ___hideByDefault_5 = value; } inline static int32_t get_offset_of_showTimeoutPeriod_6() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___showTimeoutPeriod_6)); } inline float get_showTimeoutPeriod_6() const { return ___showTimeoutPeriod_6; } inline float* get_address_of_showTimeoutPeriod_6() { return &___showTimeoutPeriod_6; } inline void set_showTimeoutPeriod_6(float value) { ___showTimeoutPeriod_6 = value; } inline static int32_t get_offset_of_hideTimeoutPeriod_7() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___hideTimeoutPeriod_7)); } inline float get_hideTimeoutPeriod_7() const { return ___hideTimeoutPeriod_7; } inline float* get_address_of_hideTimeoutPeriod_7() { return &___hideTimeoutPeriod_7; } inline void set_hideTimeoutPeriod_7(float value) { ___hideTimeoutPeriod_7 = value; } inline static int32_t get_offset_of_dimOnHideRequest_8() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___dimOnHideRequest_8)); } inline bool get_dimOnHideRequest_8() const { return ___dimOnHideRequest_8; } inline bool* get_address_of_dimOnHideRequest_8() { return &___dimOnHideRequest_8; } inline void set_dimOnHideRequest_8(bool value) { ___dimOnHideRequest_8 = value; } inline static int32_t get_offset_of_depthScaleMultiplier_9() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___depthScaleMultiplier_9)); } inline float get_depthScaleMultiplier_9() const { return ___depthScaleMultiplier_9; } inline float* get_address_of_depthScaleMultiplier_9() { return &___depthScaleMultiplier_9; } inline void set_depthScaleMultiplier_9(float value) { ___depthScaleMultiplier_9 = value; } inline static int32_t get_offset_of_matchNormalOnPhysicsColliders_10() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___matchNormalOnPhysicsColliders_10)); } inline bool get_matchNormalOnPhysicsColliders_10() const { return ___matchNormalOnPhysicsColliders_10; } inline bool* get_address_of_matchNormalOnPhysicsColliders_10() { return &___matchNormalOnPhysicsColliders_10; } inline void set_matchNormalOnPhysicsColliders_10(bool value) { ___matchNormalOnPhysicsColliders_10 = value; } inline static int32_t get_offset_of_rayTransform_11() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___rayTransform_11)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_rayTransform_11() const { return ___rayTransform_11; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_rayTransform_11() { return &___rayTransform_11; } inline void set_rayTransform_11(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___rayTransform_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___rayTransform_11), (void*)value); } inline static int32_t get_offset_of_U3ChiddenU3Ek__BackingField_12() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___U3ChiddenU3Ek__BackingField_12)); } inline bool get_U3ChiddenU3Ek__BackingField_12() const { return ___U3ChiddenU3Ek__BackingField_12; } inline bool* get_address_of_U3ChiddenU3Ek__BackingField_12() { return &___U3ChiddenU3Ek__BackingField_12; } inline void set_U3ChiddenU3Ek__BackingField_12(bool value) { ___U3ChiddenU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3CcurrentScaleU3Ek__BackingField_13() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___U3CcurrentScaleU3Ek__BackingField_13)); } inline float get_U3CcurrentScaleU3Ek__BackingField_13() const { return ___U3CcurrentScaleU3Ek__BackingField_13; } inline float* get_address_of_U3CcurrentScaleU3Ek__BackingField_13() { return &___U3CcurrentScaleU3Ek__BackingField_13; } inline void set_U3CcurrentScaleU3Ek__BackingField_13(float value) { ___U3CcurrentScaleU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_depth_14() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___depth_14)); } inline float get_depth_14() const { return ___depth_14; } inline float* get_address_of_depth_14() { return &___depth_14; } inline void set_depth_14(float value) { ___depth_14 = value; } inline static int32_t get_offset_of_hideUntilTime_15() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___hideUntilTime_15)); } inline float get_hideUntilTime_15() const { return ___hideUntilTime_15; } inline float* get_address_of_hideUntilTime_15() { return &___hideUntilTime_15; } inline void set_hideUntilTime_15(float value) { ___hideUntilTime_15 = value; } inline static int32_t get_offset_of_positionSetsThisFrame_16() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___positionSetsThisFrame_16)); } inline int32_t get_positionSetsThisFrame_16() const { return ___positionSetsThisFrame_16; } inline int32_t* get_address_of_positionSetsThisFrame_16() { return &___positionSetsThisFrame_16; } inline void set_positionSetsThisFrame_16(int32_t value) { ___positionSetsThisFrame_16 = value; } inline static int32_t get_offset_of_lastShowRequestTime_17() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___lastShowRequestTime_17)); } inline float get_lastShowRequestTime_17() const { return ___lastShowRequestTime_17; } inline float* get_address_of_lastShowRequestTime_17() { return &___lastShowRequestTime_17; } inline void set_lastShowRequestTime_17(float value) { ___lastShowRequestTime_17 = value; } inline static int32_t get_offset_of_lastHideRequestTime_18() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___lastHideRequestTime_18)); } inline float get_lastHideRequestTime_18() const { return ___lastHideRequestTime_18; } inline float* get_address_of_lastHideRequestTime_18() { return &___lastHideRequestTime_18; } inline void set_lastHideRequestTime_18(float value) { ___lastHideRequestTime_18 = value; } inline static int32_t get_offset_of_progressIndicator_19() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885, ___progressIndicator_19)); } inline OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0 * get_progressIndicator_19() const { return ___progressIndicator_19; } inline OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0 ** get_address_of_progressIndicator_19() { return &___progressIndicator_19; } inline void set_progressIndicator_19(OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0 * value) { ___progressIndicator_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___progressIndicator_19), (void*)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.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.Sprite UnityEngine.UI.Image::m_Sprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_Sprite_38; // UnityEngine.Sprite UnityEngine.UI.Image::m_OverrideSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_OverrideSprite_39; // UnityEngine.UI.Image/Type UnityEngine.UI.Image::m_Type int32_t ___m_Type_40; // System.Boolean UnityEngine.UI.Image::m_PreserveAspect bool ___m_PreserveAspect_41; // System.Boolean UnityEngine.UI.Image::m_FillCenter bool ___m_FillCenter_42; // UnityEngine.UI.Image/FillMethod UnityEngine.UI.Image::m_FillMethod int32_t ___m_FillMethod_43; // System.Single UnityEngine.UI.Image::m_FillAmount float ___m_FillAmount_44; // System.Boolean UnityEngine.UI.Image::m_FillClockwise bool ___m_FillClockwise_45; // System.Int32 UnityEngine.UI.Image::m_FillOrigin int32_t ___m_FillOrigin_46; // System.Single UnityEngine.UI.Image::m_AlphaHitTestMinimumThreshold float ___m_AlphaHitTestMinimumThreshold_47; // System.Boolean UnityEngine.UI.Image::m_Tracked bool ___m_Tracked_48; // System.Boolean UnityEngine.UI.Image::m_UseSpriteMesh bool ___m_UseSpriteMesh_49; // System.Single UnityEngine.UI.Image::m_PixelsPerUnitMultiplier float ___m_PixelsPerUnitMultiplier_50; // System.Single UnityEngine.UI.Image::m_CachedReferencePixelsPerUnit float ___m_CachedReferencePixelsPerUnit_51; public: inline static int32_t get_offset_of_m_Sprite_38() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Sprite_38)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_Sprite_38() const { return ___m_Sprite_38; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_Sprite_38() { return &___m_Sprite_38; } inline void set_m_Sprite_38(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_Sprite_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Sprite_38), (void*)value); } inline static int32_t get_offset_of_m_OverrideSprite_39() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_OverrideSprite_39)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_OverrideSprite_39() const { return ___m_OverrideSprite_39; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_OverrideSprite_39() { return &___m_OverrideSprite_39; } inline void set_m_OverrideSprite_39(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_OverrideSprite_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideSprite_39), (void*)value); } inline static int32_t get_offset_of_m_Type_40() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Type_40)); } inline int32_t get_m_Type_40() const { return ___m_Type_40; } inline int32_t* get_address_of_m_Type_40() { return &___m_Type_40; } inline void set_m_Type_40(int32_t value) { ___m_Type_40 = value; } inline static int32_t get_offset_of_m_PreserveAspect_41() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PreserveAspect_41)); } inline bool get_m_PreserveAspect_41() const { return ___m_PreserveAspect_41; } inline bool* get_address_of_m_PreserveAspect_41() { return &___m_PreserveAspect_41; } inline void set_m_PreserveAspect_41(bool value) { ___m_PreserveAspect_41 = value; } inline static int32_t get_offset_of_m_FillCenter_42() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillCenter_42)); } inline bool get_m_FillCenter_42() const { return ___m_FillCenter_42; } inline bool* get_address_of_m_FillCenter_42() { return &___m_FillCenter_42; } inline void set_m_FillCenter_42(bool value) { ___m_FillCenter_42 = value; } inline static int32_t get_offset_of_m_FillMethod_43() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillMethod_43)); } inline int32_t get_m_FillMethod_43() const { return ___m_FillMethod_43; } inline int32_t* get_address_of_m_FillMethod_43() { return &___m_FillMethod_43; } inline void set_m_FillMethod_43(int32_t value) { ___m_FillMethod_43 = value; } inline static int32_t get_offset_of_m_FillAmount_44() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillAmount_44)); } inline float get_m_FillAmount_44() const { return ___m_FillAmount_44; } inline float* get_address_of_m_FillAmount_44() { return &___m_FillAmount_44; } inline void set_m_FillAmount_44(float value) { ___m_FillAmount_44 = value; } inline static int32_t get_offset_of_m_FillClockwise_45() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillClockwise_45)); } inline bool get_m_FillClockwise_45() const { return ___m_FillClockwise_45; } inline bool* get_address_of_m_FillClockwise_45() { return &___m_FillClockwise_45; } inline void set_m_FillClockwise_45(bool value) { ___m_FillClockwise_45 = value; } inline static int32_t get_offset_of_m_FillOrigin_46() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillOrigin_46)); } inline int32_t get_m_FillOrigin_46() const { return ___m_FillOrigin_46; } inline int32_t* get_address_of_m_FillOrigin_46() { return &___m_FillOrigin_46; } inline void set_m_FillOrigin_46(int32_t value) { ___m_FillOrigin_46 = value; } inline static int32_t get_offset_of_m_AlphaHitTestMinimumThreshold_47() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_AlphaHitTestMinimumThreshold_47)); } inline float get_m_AlphaHitTestMinimumThreshold_47() const { return ___m_AlphaHitTestMinimumThreshold_47; } inline float* get_address_of_m_AlphaHitTestMinimumThreshold_47() { return &___m_AlphaHitTestMinimumThreshold_47; } inline void set_m_AlphaHitTestMinimumThreshold_47(float value) { ___m_AlphaHitTestMinimumThreshold_47 = value; } inline static int32_t get_offset_of_m_Tracked_48() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Tracked_48)); } inline bool get_m_Tracked_48() const { return ___m_Tracked_48; } inline bool* get_address_of_m_Tracked_48() { return &___m_Tracked_48; } inline void set_m_Tracked_48(bool value) { ___m_Tracked_48 = value; } inline static int32_t get_offset_of_m_UseSpriteMesh_49() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_UseSpriteMesh_49)); } inline bool get_m_UseSpriteMesh_49() const { return ___m_UseSpriteMesh_49; } inline bool* get_address_of_m_UseSpriteMesh_49() { return &___m_UseSpriteMesh_49; } inline void set_m_UseSpriteMesh_49(bool value) { ___m_UseSpriteMesh_49 = value; } inline static int32_t get_offset_of_m_PixelsPerUnitMultiplier_50() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PixelsPerUnitMultiplier_50)); } inline float get_m_PixelsPerUnitMultiplier_50() const { return ___m_PixelsPerUnitMultiplier_50; } inline float* get_address_of_m_PixelsPerUnitMultiplier_50() { return &___m_PixelsPerUnitMultiplier_50; } inline void set_m_PixelsPerUnitMultiplier_50(float value) { ___m_PixelsPerUnitMultiplier_50 = value; } inline static int32_t get_offset_of_m_CachedReferencePixelsPerUnit_51() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_CachedReferencePixelsPerUnit_51)); } inline float get_m_CachedReferencePixelsPerUnit_51() const { return ___m_CachedReferencePixelsPerUnit_51; } inline float* get_address_of_m_CachedReferencePixelsPerUnit_51() { return &___m_CachedReferencePixelsPerUnit_51; } inline void set_m_CachedReferencePixelsPerUnit_51(float value) { ___m_CachedReferencePixelsPerUnit_51 = 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.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1 // System.Collections.Generic.Dictionary`2/KeyCollection // System.Collections.Generic.Dictionary`2/KeyCollection // System.Collections.Generic.List`1 struct List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5_StaticFields, ____emptyArray_5)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get__emptyArray_5() const { return ____emptyArray_5; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t8958585D92650E004D74521A8D0B3CE051FA276F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t8958585D92650E004D74521A8D0B3CE051FA276F_StaticFields, ____emptyArray_5)); } inline OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB* get__emptyArray_5() const { return ____emptyArray_5; } inline OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB* 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_t6726F9309570A0BDC5D42E10777F3E2931C487AA_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA_StaticFields, ____emptyArray_5)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get__emptyArray_5() const { return ____emptyArray_5; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_StaticFields, ____emptyArray_5)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get__emptyArray_5() const { return ____emptyArray_5; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray BoolMonitorU5BU5D_t1861F9AA0E27C617A8CB38D74F53A76B7ECCE842* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B_StaticFields, ____emptyArray_5)); } inline BoolMonitorU5BU5D_t1861F9AA0E27C617A8CB38D74F53A76B7ECCE842* get__emptyArray_5() const { return ____emptyArray_5; } inline BoolMonitorU5BU5D_t1861F9AA0E27C617A8CB38D74F53A76B7ECCE842** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(BoolMonitorU5BU5D_t1861F9AA0E27C617A8CB38D74F53A76B7ECCE842* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.ObjectModel.ReadOnlyCollection`1 // System.Collections.ObjectModel.ReadOnlyCollection`1 struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // System.Text.RegularExpressions.Capture // System.Text.RegularExpressions.Capture // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_15; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_15)); } inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; } inline void set_s_InternalSyncObject_15(RuntimeObject * value) { ___s_InternalSyncObject_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value); } }; // System.Text.Encoding // System.Text.RegularExpressions.GroupCollection // System.Text.RegularExpressions.GroupCollection // System.MarshalByRefObject // System.MarshalByRefObject // System.Reflection.MemberInfo // System.Reflection.MemberInfo // OVRDisplay // OVRDisplay // OVRExtensions // OVRExtensions // OVRHaptics struct OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_StaticFields { public: // OVRHaptics/OVRHapticsChannel[] OVRHaptics::Channels OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059* ___Channels_0; // OVRHaptics/OVRHapticsChannel OVRHaptics::LeftChannel OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * ___LeftChannel_1; // OVRHaptics/OVRHapticsChannel OVRHaptics::RightChannel OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * ___RightChannel_2; // OVRHaptics/OVRHapticsOutput[] OVRHaptics::m_outputs OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D* ___m_outputs_3; public: inline static int32_t get_offset_of_Channels_0() { return static_cast(offsetof(OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_StaticFields, ___Channels_0)); } inline OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059* get_Channels_0() const { return ___Channels_0; } inline OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059** get_address_of_Channels_0() { return &___Channels_0; } inline void set_Channels_0(OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059* value) { ___Channels_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Channels_0), (void*)value); } inline static int32_t get_offset_of_LeftChannel_1() { return static_cast(offsetof(OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_StaticFields, ___LeftChannel_1)); } inline OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * get_LeftChannel_1() const { return ___LeftChannel_1; } inline OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 ** get_address_of_LeftChannel_1() { return &___LeftChannel_1; } inline void set_LeftChannel_1(OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * value) { ___LeftChannel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___LeftChannel_1), (void*)value); } inline static int32_t get_offset_of_RightChannel_2() { return static_cast(offsetof(OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_StaticFields, ___RightChannel_2)); } inline OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * get_RightChannel_2() const { return ___RightChannel_2; } inline OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 ** get_address_of_RightChannel_2() { return &___RightChannel_2; } inline void set_RightChannel_2(OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * value) { ___RightChannel_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RightChannel_2), (void*)value); } inline static int32_t get_offset_of_m_outputs_3() { return static_cast(offsetof(OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_StaticFields, ___m_outputs_3)); } inline OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D* get_m_outputs_3() const { return ___m_outputs_3; } inline OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D** get_address_of_m_outputs_3() { return &___m_outputs_3; } inline void set_m_outputs_3(OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D* value) { ___m_outputs_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outputs_3), (void*)value); } }; // OVRHaptics // OVRHapticsClip // OVRHapticsClip // OVRTracker // OVRTracker // 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 // OVRHandTest/<>c struct U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_StaticFields { public: // OVRHandTest/<>c OVRHandTest/<>c::<>9 U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F * ___U3CU3E9_0; // OVRHandTest/BoolMonitor/BoolGenerator OVRHandTest/<>c::<>9__14_0 BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * ___U3CU3E9__14_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__14_0_1() { return static_cast(offsetof(U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_StaticFields, ___U3CU3E9__14_0_1)); } inline BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * get_U3CU3E9__14_0_1() const { return ___U3CU3E9__14_0_1; } inline BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A ** get_address_of_U3CU3E9__14_0_1() { return &___U3CU3E9__14_0_1; } inline void set_U3CU3E9__14_0_1(BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * value) { ___U3CU3E9__14_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__14_0_1), (void*)value); } }; // OVRHandTest/<>c // OVRHandTest/BoolMonitor // OVRHandTest/BoolMonitor // OVRHaptics/Config struct Config_t9013183A0F27B3C6B9D150A51347092354F928EA_StaticFields { public: // System.Int32 OVRHaptics/Config::k__BackingField int32_t ___U3CSampleRateHzU3Ek__BackingField_0; // System.Int32 OVRHaptics/Config::k__BackingField int32_t ___U3CSampleSizeInBytesU3Ek__BackingField_1; // System.Int32 OVRHaptics/Config::k__BackingField int32_t ___U3CMinimumSafeSamplesQueuedU3Ek__BackingField_2; // System.Int32 OVRHaptics/Config::k__BackingField int32_t ___U3CMinimumBufferSamplesCountU3Ek__BackingField_3; // System.Int32 OVRHaptics/Config::k__BackingField int32_t ___U3COptimalBufferSamplesCountU3Ek__BackingField_4; // System.Int32 OVRHaptics/Config::k__BackingField int32_t ___U3CMaximumBufferSamplesCountU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CSampleRateHzU3Ek__BackingField_0() { return static_cast(offsetof(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_StaticFields, ___U3CSampleRateHzU3Ek__BackingField_0)); } inline int32_t get_U3CSampleRateHzU3Ek__BackingField_0() const { return ___U3CSampleRateHzU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CSampleRateHzU3Ek__BackingField_0() { return &___U3CSampleRateHzU3Ek__BackingField_0; } inline void set_U3CSampleRateHzU3Ek__BackingField_0(int32_t value) { ___U3CSampleRateHzU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CSampleSizeInBytesU3Ek__BackingField_1() { return static_cast(offsetof(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_StaticFields, ___U3CSampleSizeInBytesU3Ek__BackingField_1)); } inline int32_t get_U3CSampleSizeInBytesU3Ek__BackingField_1() const { return ___U3CSampleSizeInBytesU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CSampleSizeInBytesU3Ek__BackingField_1() { return &___U3CSampleSizeInBytesU3Ek__BackingField_1; } inline void set_U3CSampleSizeInBytesU3Ek__BackingField_1(int32_t value) { ___U3CSampleSizeInBytesU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CMinimumSafeSamplesQueuedU3Ek__BackingField_2() { return static_cast(offsetof(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_StaticFields, ___U3CMinimumSafeSamplesQueuedU3Ek__BackingField_2)); } inline int32_t get_U3CMinimumSafeSamplesQueuedU3Ek__BackingField_2() const { return ___U3CMinimumSafeSamplesQueuedU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CMinimumSafeSamplesQueuedU3Ek__BackingField_2() { return &___U3CMinimumSafeSamplesQueuedU3Ek__BackingField_2; } inline void set_U3CMinimumSafeSamplesQueuedU3Ek__BackingField_2(int32_t value) { ___U3CMinimumSafeSamplesQueuedU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CMinimumBufferSamplesCountU3Ek__BackingField_3() { return static_cast(offsetof(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_StaticFields, ___U3CMinimumBufferSamplesCountU3Ek__BackingField_3)); } inline int32_t get_U3CMinimumBufferSamplesCountU3Ek__BackingField_3() const { return ___U3CMinimumBufferSamplesCountU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CMinimumBufferSamplesCountU3Ek__BackingField_3() { return &___U3CMinimumBufferSamplesCountU3Ek__BackingField_3; } inline void set_U3CMinimumBufferSamplesCountU3Ek__BackingField_3(int32_t value) { ___U3CMinimumBufferSamplesCountU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COptimalBufferSamplesCountU3Ek__BackingField_4() { return static_cast(offsetof(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_StaticFields, ___U3COptimalBufferSamplesCountU3Ek__BackingField_4)); } inline int32_t get_U3COptimalBufferSamplesCountU3Ek__BackingField_4() const { return ___U3COptimalBufferSamplesCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3COptimalBufferSamplesCountU3Ek__BackingField_4() { return &___U3COptimalBufferSamplesCountU3Ek__BackingField_4; } inline void set_U3COptimalBufferSamplesCountU3Ek__BackingField_4(int32_t value) { ___U3COptimalBufferSamplesCountU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CMaximumBufferSamplesCountU3Ek__BackingField_5() { return static_cast(offsetof(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_StaticFields, ___U3CMaximumBufferSamplesCountU3Ek__BackingField_5)); } inline int32_t get_U3CMaximumBufferSamplesCountU3Ek__BackingField_5() const { return ___U3CMaximumBufferSamplesCountU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CMaximumBufferSamplesCountU3Ek__BackingField_5() { return &___U3CMaximumBufferSamplesCountU3Ek__BackingField_5; } inline void set_U3CMaximumBufferSamplesCountU3Ek__BackingField_5(int32_t value) { ___U3CMaximumBufferSamplesCountU3Ek__BackingField_5 = value; } }; // OVRHaptics/Config // OVRHaptics/OVRHapticsChannel // OVRHaptics/OVRHapticsChannel // OVRHaptics/OVRHapticsOutput // OVRHaptics/OVRHapticsOutput // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator // UnityEngine.BoneWeight // UnityEngine.BoneWeight // 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 // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.DateTime // 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 // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // System.Enum // UnityEngine.GradientAlphaKey // UnityEngine.GradientAlphaKey // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * ____emptygroup_3; public: inline static int32_t get_offset_of__emptygroup_3() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields, ____emptygroup_3)); } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * get__emptygroup_3() const { return ____emptygroup_3; } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 ** get_address_of__emptygroup_3() { return &____emptygroup_3; } inline void set__emptygroup_3(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * value) { ____emptygroup_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptygroup_3), (void*)value); } }; // System.Text.RegularExpressions.Group // OVR.OpenVR.HmdMatrix34_t // OVR.OpenVR.HmdMatrix34_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 // 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 // OVRGLTFScene // OVRGLTFScene // OVRMeshData // OVRMeshData // 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 // 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 // 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 // OVRDisplay/EyeFov // OVRDisplay/EyeFov // OVRDisplay/LatencyData // OVRDisplay/LatencyData // OVRMeshRenderer/MeshRendererData // OVRMeshRenderer/MeshRendererData // OVRPlugin/Colorf // OVRPlugin/Colorf // OVRPlugin/Fovf // OVRPlugin/Fovf // OVRPlugin/Frustumf // OVRPlugin/Frustumf // 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/Vector2f // OVRPlugin/Vector2f // 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 // OVRPlugin/Vector4f struct Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE_StaticFields { public: // OVRPlugin/Vector4f OVRPlugin/Vector4f::zero Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE ___zero_4; public: inline static int32_t get_offset_of_zero_4() { return static_cast(offsetof(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE_StaticFields, ___zero_4)); } inline Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE get_zero_4() const { return ___zero_4; } inline Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE * get_address_of_zero_4() { return &___zero_4; } inline void set_zero_4(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE value) { ___zero_4 = value; } }; // OVRPlugin/Vector4f // OVRPlugin/Vector4s struct Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1_StaticFields { public: // OVRPlugin/Vector4s OVRPlugin/Vector4s::zero Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 ___zero_4; public: inline static int32_t get_offset_of_zero_4() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1_StaticFields, ___zero_4)); } inline Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 get_zero_4() const { return ___zero_4; } inline Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 * get_address_of_zero_4() { return &___zero_4; } inline void set_zero_4(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 value) { ___zero_4 = value; } }; // OVRPlugin/Vector4s // OVRSkeletonRenderer/SkeletonRendererData // OVRSkeletonRenderer/SkeletonRendererData // 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; } }; // // UnityEngine.Rendering.Universal.AntialiasingMode // UnityEngine.Rendering.Universal.AntialiasingMode // UnityEngine.Rendering.Universal.AntialiasingQuality // UnityEngine.Rendering.Universal.AntialiasingQuality // System.Reflection.BindingFlags // System.Reflection.BindingFlags // UnityEngine.CameraClearFlags // UnityEngine.CameraClearFlags // UnityEngine.Rendering.Universal.CameraOverrideOption // UnityEngine.Rendering.Universal.CameraOverrideOption // UnityEngine.Rendering.Universal.CameraRenderType // UnityEngine.Rendering.Universal.CameraRenderType // UnityEngine.CubemapFace // UnityEngine.CubemapFace // System.Delegate // System.Delegate // UnityEngine.DepthTextureMode // UnityEngine.DepthTextureMode // System.Exception struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // System.Exception // System.IO.FileAccess // System.IO.FileAccess // System.IO.FileAttributes // System.IO.FileAttributes // System.IO.FileMode // System.IO.FileMode // UnityEngine.Gradient // UnityEngine.Gradient // UnityEngine.GradientColorKey // UnityEngine.GradientColorKey // UnityEngine.HideFlags // UnityEngine.HideFlags // UnityEngine.IntegratedSubsystem // UnityEngine.IntegratedSubsystem // OVRSimpleJSON.JSONContainerType // OVRSimpleJSON.JSONContainerType // UnityEngine.KeyCode // UnityEngine.KeyCode // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____empty_7; public: inline static int32_t get_offset_of__empty_7() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields, ____empty_7)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__empty_7() const { return ____empty_7; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__empty_7() { return &____empty_7; } inline void set__empty_7(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____empty_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____empty_7), (void*)value); } }; // System.Text.RegularExpressions.Match // System.IO.MemoryStream // System.IO.MemoryStream // UnityEngine.MeshTopology // UnityEngine.MeshTopology // NodeStatePropertyType // NodeStatePropertyType // OVRChunkType // OVRChunkType // OVRGLTFComponentType // OVRGLTFComponentType // OVRGLTFLoader struct OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields { public: // UnityEngine.Vector3 OVRGLTFLoader::GLTFToUnitySpace Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___GLTFToUnitySpace_4; // UnityEngine.Vector3 OVRGLTFLoader::GLTFToUnityTangent Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___GLTFToUnityTangent_5; public: inline static int32_t get_offset_of_GLTFToUnitySpace_4() { return static_cast(offsetof(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields, ___GLTFToUnitySpace_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_GLTFToUnitySpace_4() const { return ___GLTFToUnitySpace_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_GLTFToUnitySpace_4() { return &___GLTFToUnitySpace_4; } inline void set_GLTFToUnitySpace_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___GLTFToUnitySpace_4 = value; } inline static int32_t get_offset_of_GLTFToUnityTangent_5() { return static_cast(offsetof(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields, ___GLTFToUnityTangent_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_GLTFToUnityTangent_5() const { return ___GLTFToUnityTangent_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_GLTFToUnityTangent_5() { return &___GLTFToUnityTangent_5; } inline void set_GLTFToUnityTangent_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___GLTFToUnityTangent_5 = value; } }; // OVRGLTFLoader // OVRGLTFType // OVRGLTFType // OVRMixedReality struct OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields { public: // System.Boolean OVRMixedReality::useFakeExternalCamera bool ___useFakeExternalCamera_0; // UnityEngine.Vector3 OVRMixedReality::fakeCameraFloorLevelPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___fakeCameraFloorLevelPosition_1; // UnityEngine.Vector3 OVRMixedReality::fakeCameraEyeLevelPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___fakeCameraEyeLevelPosition_2; // UnityEngine.Quaternion OVRMixedReality::fakeCameraRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___fakeCameraRotation_3; // System.Single OVRMixedReality::fakeCameraFov float ___fakeCameraFov_4; // System.Single OVRMixedReality::fakeCameraAspect float ___fakeCameraAspect_5; // OVRComposition OVRMixedReality::currentComposition OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * ___currentComposition_6; public: inline static int32_t get_offset_of_useFakeExternalCamera_0() { return static_cast(offsetof(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields, ___useFakeExternalCamera_0)); } inline bool get_useFakeExternalCamera_0() const { return ___useFakeExternalCamera_0; } inline bool* get_address_of_useFakeExternalCamera_0() { return &___useFakeExternalCamera_0; } inline void set_useFakeExternalCamera_0(bool value) { ___useFakeExternalCamera_0 = value; } inline static int32_t get_offset_of_fakeCameraFloorLevelPosition_1() { return static_cast(offsetof(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields, ___fakeCameraFloorLevelPosition_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_fakeCameraFloorLevelPosition_1() const { return ___fakeCameraFloorLevelPosition_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_fakeCameraFloorLevelPosition_1() { return &___fakeCameraFloorLevelPosition_1; } inline void set_fakeCameraFloorLevelPosition_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___fakeCameraFloorLevelPosition_1 = value; } inline static int32_t get_offset_of_fakeCameraEyeLevelPosition_2() { return static_cast(offsetof(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields, ___fakeCameraEyeLevelPosition_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_fakeCameraEyeLevelPosition_2() const { return ___fakeCameraEyeLevelPosition_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_fakeCameraEyeLevelPosition_2() { return &___fakeCameraEyeLevelPosition_2; } inline void set_fakeCameraEyeLevelPosition_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___fakeCameraEyeLevelPosition_2 = value; } inline static int32_t get_offset_of_fakeCameraRotation_3() { return static_cast(offsetof(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields, ___fakeCameraRotation_3)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_fakeCameraRotation_3() const { return ___fakeCameraRotation_3; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_fakeCameraRotation_3() { return &___fakeCameraRotation_3; } inline void set_fakeCameraRotation_3(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___fakeCameraRotation_3 = value; } inline static int32_t get_offset_of_fakeCameraFov_4() { return static_cast(offsetof(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields, ___fakeCameraFov_4)); } inline float get_fakeCameraFov_4() const { return ___fakeCameraFov_4; } inline float* get_address_of_fakeCameraFov_4() { return &___fakeCameraFov_4; } inline void set_fakeCameraFov_4(float value) { ___fakeCameraFov_4 = value; } inline static int32_t get_offset_of_fakeCameraAspect_5() { return static_cast(offsetof(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields, ___fakeCameraAspect_5)); } inline float get_fakeCameraAspect_5() const { return ___fakeCameraAspect_5; } inline float* get_address_of_fakeCameraAspect_5() { return &___fakeCameraAspect_5; } inline void set_fakeCameraAspect_5(float value) { ___fakeCameraAspect_5 = value; } inline static int32_t get_offset_of_currentComposition_6() { return static_cast(offsetof(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields, ___currentComposition_6)); } inline OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * get_currentComposition_6() const { return ___currentComposition_6; } inline OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 ** get_address_of_currentComposition_6() { return &___currentComposition_6; } inline void set_currentComposition_6(OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * value) { ___currentComposition_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentComposition_6), (void*)value); } }; // OVRMixedReality // OVRPose // OVRPose // OVRTextureFormat // OVRTextureFormat // 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 // UnityEngine.PrimitiveType // UnityEngine.PrimitiveType // System.Text.RegularExpressions.RegexOptions // System.Text.RegularExpressions.RegexOptions // UnityEngine.RenderMode // UnityEngine.RenderMode // UnityEngine.RenderTextureFormat // UnityEngine.RenderTextureFormat // System.RuntimeFieldHandle // System.RuntimeFieldHandle // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.IO.SeekOrigin // System.IO.SeekOrigin // UnityEngine.Rendering.ShadowCastingMode // UnityEngine.Rendering.ShadowCastingMode // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // UnityEngine.TextAnchor // UnityEngine.TextAnchor // UnityEngine.Rendering.TextureDimension // UnityEngine.Rendering.TextureDimension // UnityEngine.TextureFormat // UnityEngine.TextureFormat // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_1)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_4)); } inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; } inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; } inline void set__legacyConfigChecked_4(bool value) { ____legacyConfigChecked_4 = value; } inline static int32_t get_offset_of__legacyMode_5() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_5)); } inline bool get__legacyMode_5() const { return ____legacyMode_5; } inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; } inline void set__legacyMode_5(bool value) { ____legacyMode_5 = value; } }; // System.TimeSpan // UnityEngine.Rendering.Universal.VolumeFrameworkUpdateMode // UnityEngine.Rendering.Universal.VolumeFrameworkUpdateMode // UnityEngine.XR.XRNode // UnityEngine.XR.XRNode // UnityEngine.UI.Image/FillMethod // UnityEngine.UI.Image/FillMethod // UnityEngine.UI.Image/Type // UnityEngine.UI.Image/Type // OVRDisplay/EyeRenderDesc // OVRDisplay/EyeRenderDesc // OVRHand/Hand // OVRHand/Hand // OVRHand/HandFinger // OVRHand/HandFinger // OVRHand/TrackingConfidence // OVRHand/TrackingConfidence // OVRInput/Axis1D // OVRInput/Axis1D // OVRInput/Controller // OVRInput/Controller // OVRInput/RawAxis2D // OVRInput/RawAxis2D // OVRManager/CameraDevice // OVRManager/CameraDevice // OVRManager/ColorSpace // OVRManager/ColorSpace // OVRManager/CompositionMethod // OVRManager/CompositionMethod // OVRManager/DepthQuality // OVRManager/DepthQuality // OVRManager/MrcActivationMode // OVRManager/MrcActivationMode // OVRManager/MrcCameraType // OVRManager/MrcCameraType // OVRManager/PassthroughInitializationState // OVRManager/PassthroughInitializationState // OVRManager/TrackingOrigin // OVRManager/TrackingOrigin // OVRManager/VirtualGreenScreenType // OVRManager/VirtualGreenScreenType // OVRManager/XRDevice // OVRManager/XRDevice // OVRMesh/MeshType // OVRMesh/MeshType // OVRPlugin/BoneCapsule // OVRPlugin/BoneCapsule // OVRPlugin/BoneId // OVRPlugin/BoneId // OVRPlugin/Bool // OVRPlugin/Bool // OVRPlugin/CameraDevice // OVRPlugin/CameraDevice // OVRPlugin/CameraStatus // OVRPlugin/CameraStatus // OVRPlugin/EventType // OVRPlugin/EventType // OVRPlugin/Eye // OVRPlugin/Eye // OVRPlugin/Frustumf2 // OVRPlugin/Frustumf2 // OVRPlugin/Hand // OVRPlugin/Hand // OVRPlugin/HandFingerPinch // OVRPlugin/HandFingerPinch // OVRPlugin/HandStatus // OVRPlugin/HandStatus // OVRPlugin/MeshType // OVRPlugin/MeshType // 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/SkeletonType // OVRPlugin/SkeletonType // OVRPlugin/Step // OVRPlugin/Step // OVRPlugin/SystemHeadset // OVRPlugin/SystemHeadset // OVRPlugin/TrackingConfidence // OVRPlugin/TrackingConfidence // OVRPlugin/TrackingOrigin // OVRPlugin/TrackingOrigin // OVRPlugin/XrApi // OVRPlugin/XrApi // OVRSkeleton/BoneId // OVRSkeleton/BoneId // OVRSkeleton/SkeletonType // OVRSkeleton/SkeletonType // OVRTracker/Frustum // OVRTracker/Frustum // UnityEngine.IntegratedSubsystem`1 // UnityEngine.IntegratedSubsystem`1 // UnityEngine.IntegratedSubsystem`1 // UnityEngine.IntegratedSubsystem`1 // UnityEngine.AudioClip // UnityEngine.AudioClip // UnityEngine.Component // UnityEngine.Component // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_recycle_5; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_6; public: inline static int32_t get_offset_of_buf_recycle_5() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_recycle_5() const { return ___buf_recycle_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_recycle_5() { return &___buf_recycle_5; } inline void set_buf_recycle_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_recycle_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_5), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_6() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_lock_6)); } inline RuntimeObject * get_buf_recycle_lock_6() const { return ___buf_recycle_lock_6; } inline RuntimeObject ** get_address_of_buf_recycle_lock_6() { return &___buf_recycle_lock_6; } inline void set_buf_recycle_lock_6(RuntimeObject * value) { ___buf_recycle_lock_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_6), (void*)value); } }; // System.IO.FileStream // UnityEngine.Font struct Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9_StaticFields { public: // System.Action`1 UnityEngine.Font::textureRebuilt Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7 * ___textureRebuilt_4; public: inline static int32_t get_offset_of_textureRebuilt_4() { return static_cast(offsetof(Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9_StaticFields, ___textureRebuilt_4)); } inline Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7 * get_textureRebuilt_4() const { return ___textureRebuilt_4; } inline Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7 ** get_address_of_textureRebuilt_4() { return &___textureRebuilt_4; } inline void set_textureRebuilt_4(Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7 * value) { ___textureRebuilt_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___textureRebuilt_4), (void*)value); } }; // UnityEngine.Font // 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.IO.MonoIOStat // System.IO.MonoIOStat // System.MulticastDelegate // System.MulticastDelegate // OVRBone // OVRBone // OVRComposition // OVRComposition // OVRGLTFAccessor // OVRGLTFAccessor // 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 // OVRProfile // OVRProfile // OVRTextureData // OVRTextureData // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields { public: // System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaximumMatchTimeout_3; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___InfiniteMatchTimeout_4; // System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___FallbackDefaultMatchTimeout_6; // System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___DefaultMatchTimeout_7; // System.Collections.Generic.LinkedList`1 System.Text.RegularExpressions.Regex::livecode LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___livecode_16; // System.Int32 System.Text.RegularExpressions.Regex::cacheSize int32_t ___cacheSize_17; public: inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___MaximumMatchTimeout_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; } inline void set_MaximumMatchTimeout_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaximumMatchTimeout_3 = value; } inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___InfiniteMatchTimeout_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; } inline void set_InfiniteMatchTimeout_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___InfiniteMatchTimeout_4 = value; } inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_6() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___FallbackDefaultMatchTimeout_6)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_FallbackDefaultMatchTimeout_6() const { return ___FallbackDefaultMatchTimeout_6; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_FallbackDefaultMatchTimeout_6() { return &___FallbackDefaultMatchTimeout_6; } inline void set_FallbackDefaultMatchTimeout_6(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___FallbackDefaultMatchTimeout_6 = value; } inline static int32_t get_offset_of_DefaultMatchTimeout_7() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___DefaultMatchTimeout_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_DefaultMatchTimeout_7() const { return ___DefaultMatchTimeout_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_DefaultMatchTimeout_7() { return &___DefaultMatchTimeout_7; } inline void set_DefaultMatchTimeout_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___DefaultMatchTimeout_7 = value; } inline static int32_t get_offset_of_livecode_16() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___livecode_16)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_livecode_16() const { return ___livecode_16; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_livecode_16() { return &___livecode_16; } inline void set_livecode_16(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___livecode_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___livecode_16), (void*)value); } inline static int32_t get_offset_of_cacheSize_17() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___cacheSize_17)); } inline int32_t get_cacheSize_17() const { return ___cacheSize_17; } inline int32_t* get_address_of_cacheSize_17() { return &___cacheSize_17; } inline void set_cacheSize_17(int32_t value) { ___cacheSize_17 = value; } }; // System.Text.RegularExpressions.Regex // UnityEngine.Shader // UnityEngine.Shader // System.SystemException // System.SystemException // 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 // 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 // OVRPlugin/Bone // OVRPlugin/Bone // OVRPlugin/CameraExtrinsics // OVRPlugin/CameraExtrinsics // OVRPlugin/CameraIntrinsics // OVRPlugin/CameraIntrinsics // OVRPlugin/EventDataBuffer // OVRPlugin/EventDataBuffer // OVRPlugin/HandState // OVRPlugin/HandState // OVRPlugin/Mesh // OVRPlugin/Mesh // OVRPlugin/Skeleton2 // OVRPlugin/Skeleton2 // OVRSkeleton/SkeletonPoseData // OVRSkeleton/SkeletonPoseData // System.Action`1 // System.Action`1 // System.Action // System.Action // System.ArgumentException // System.ArgumentException // UnityEngine.Behaviour // UnityEngine.Behaviour // UnityEngine.CanvasRenderer // UnityEngine.CanvasRenderer // UnityEngine.Collider // UnityEngine.Collider // UnityEngine.Cubemap // UnityEngine.Cubemap // System.IO.FileSystemInfo // System.IO.FileSystemInfo // OVRSimpleJSON.JSONArray // OVRSimpleJSON.JSONArray // UnityEngine.MeshFilter // UnityEngine.MeshFilter // OVRCameraComposition // OVRCameraComposition // OVRExternalComposition // OVRExternalComposition // OVRMaterialData // OVRMaterialData // UnityEngine.RenderTexture // UnityEngine.RenderTexture // UnityEngine.Renderer // UnityEngine.Renderer // UnityEngine.Rigidbody // UnityEngine.Rigidbody // UnityEngine.Texture2D // UnityEngine.Texture2D // UnityEngine.Transform // UnityEngine.Transform // UnityEngine.XR.XRDisplaySubsystem // UnityEngine.XR.XRDisplaySubsystem // UnityEngine.XR.XRInputSubsystem // UnityEngine.XR.XRInputSubsystem // OVRManager/InstantiateMrcCameraDelegate // OVRManager/InstantiateMrcCameraDelegate // OVRPlugin/Skeleton // OVRPlugin/Skeleton // OVRHandTest/BoolMonitor/BoolGenerator // OVRHandTest/BoolMonitor/BoolGenerator // UnityEngine.AudioBehaviour // UnityEngine.AudioBehaviour // UnityEngine.BoxCollider // UnityEngine.BoxCollider // 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.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields { public: // UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::preWillRenderCanvases WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * ___preWillRenderCanvases_4; // UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::willRenderCanvases WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * ___willRenderCanvases_5; public: inline static int32_t get_offset_of_preWillRenderCanvases_4() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___preWillRenderCanvases_4)); } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * get_preWillRenderCanvases_4() const { return ___preWillRenderCanvases_4; } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 ** get_address_of_preWillRenderCanvases_4() { return &___preWillRenderCanvases_4; } inline void set_preWillRenderCanvases_4(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * value) { ___preWillRenderCanvases_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___preWillRenderCanvases_4), (void*)value); } inline static int32_t get_offset_of_willRenderCanvases_5() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___willRenderCanvases_5)); } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * get_willRenderCanvases_5() const { return ___willRenderCanvases_5; } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 ** get_address_of_willRenderCanvases_5() { return &___willRenderCanvases_5; } inline void set_willRenderCanvases_5(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * value) { ___willRenderCanvases_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___willRenderCanvases_5), (void*)value); } }; // UnityEngine.Canvas // System.IO.DirectoryInfo // System.IO.DirectoryInfo // UnityEngine.MeshRenderer // UnityEngine.MeshRenderer // UnityEngine.MonoBehaviour // UnityEngine.MonoBehaviour // OVRDirectComposition // OVRDirectComposition // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields { public: // UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * ___reapplyDrivenProperties_4; public: inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast(offsetof(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields, ___reapplyDrivenProperties_4)); } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; } inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * value) { ___reapplyDrivenProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reapplyDrivenProperties_4), (void*)value); } }; // UnityEngine.RectTransform // UnityEngine.SkinnedMeshRenderer // UnityEngine.SkinnedMeshRenderer // OVRGLTFLoader/<>c__DisplayClass16_0 // OVRGLTFLoader/<>c__DisplayClass16_0 // UnityEngine.AudioListener // UnityEngine.AudioListener // OVRCameraRig // OVRCameraRig // OVRCubemapCapture // OVRCubemapCapture // OVRCursor // OVRCursor // OVRDebugHeadController // OVRDebugHeadController // OVRDebugInfo // OVRDebugInfo // OVRGearVrControllerTest // OVRGearVrControllerTest // OVRGrabbable // OVRGrabbable // OVRGrabber // OVRGrabber // OVRGridCube // OVRGridCube // OVRHand // OVRHand // OVRHandTest struct OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_StaticFields { public: // System.String OVRHandTest::prevConnected String_t* ___prevConnected_17; // OVRHandTest/BoolMonitor OVRHandTest::controllers BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * ___controllers_18; public: inline static int32_t get_offset_of_prevConnected_17() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_StaticFields, ___prevConnected_17)); } inline String_t* get_prevConnected_17() const { return ___prevConnected_17; } inline String_t** get_address_of_prevConnected_17() { return &___prevConnected_17; } inline void set_prevConnected_17(String_t* value) { ___prevConnected_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___prevConnected_17), (void*)value); } inline static int32_t get_offset_of_controllers_18() { return static_cast(offsetof(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_StaticFields, ___controllers_18)); } inline BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * get_controllers_18() const { return ___controllers_18; } inline BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 ** get_address_of_controllers_18() { return &___controllers_18; } inline void set_controllers_18(BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * value) { ___controllers_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___controllers_18), (void*)value); } }; // OVRHandTest // 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 // OVRProgressIndicator // OVRProgressIndicator // OVRSkeleton // OVRSkeleton // UnityEngine.EventSystems.UIBehaviour // UnityEngine.EventSystems.UIBehaviour // UnityEngine.Rendering.Universal.UniversalAdditionalCameraData struct UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E_StaticFields { public: // UnityEngine.Rendering.Universal.UniversalAdditionalCameraData UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::s_DefaultAdditionalCameraData UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * ___s_DefaultAdditionalCameraData_24; public: inline static int32_t get_offset_of_s_DefaultAdditionalCameraData_24() { return static_cast(offsetof(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E_StaticFields, ___s_DefaultAdditionalCameraData_24)); } inline UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * get_s_DefaultAdditionalCameraData_24() const { return ___s_DefaultAdditionalCameraData_24; } inline UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E ** get_address_of_s_DefaultAdditionalCameraData_24() { return &___s_DefaultAdditionalCameraData_24; } inline void set_s_DefaultAdditionalCameraData_24(UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * value) { ___s_DefaultAdditionalCameraData_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultAdditionalCameraData_24), (void*)value); } }; // UnityEngine.Rendering.Universal.UniversalAdditionalCameraData // 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 // OVRCustomSkeleton // OVRCustomSkeleton // OVRGazePointer struct OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_StaticFields { public: // OVRGazePointer OVRGazePointer::_instance OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * ____instance_20; public: inline static int32_t get_offset_of__instance_20() { return static_cast(offsetof(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_StaticFields, ____instance_20)); } inline OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * get__instance_20() const { return ____instance_20; } inline OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 ** get_address_of__instance_20() { return &____instance_20; } inline void set__instance_20(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * value) { ____instance_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____instance_20), (void*)value); } }; // OVRGazePointer // UnityEngine.UI.MaskableGraphic // UnityEngine.UI.MaskableGraphic // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Image::s_ETC1DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_ETC1DefaultUI_37; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_VertScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_VertScratch_52; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_UVScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_UVScratch_53; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Xy Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Xy_54; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Uv Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Uv_55; // System.Collections.Generic.List`1 UnityEngine.UI.Image::m_TrackedTexturelessImages List_1_t815A476B0A21E183042059E705F9E505478CD8AE * ___m_TrackedTexturelessImages_56; // System.Boolean UnityEngine.UI.Image::s_Initialized bool ___s_Initialized_57; public: inline static int32_t get_offset_of_s_ETC1DefaultUI_37() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_ETC1DefaultUI_37)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_ETC1DefaultUI_37() const { return ___s_ETC1DefaultUI_37; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_ETC1DefaultUI_37() { return &___s_ETC1DefaultUI_37; } inline void set_s_ETC1DefaultUI_37(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_ETC1DefaultUI_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ETC1DefaultUI_37), (void*)value); } inline static int32_t get_offset_of_s_VertScratch_52() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_VertScratch_52)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_VertScratch_52() const { return ___s_VertScratch_52; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_VertScratch_52() { return &___s_VertScratch_52; } inline void set_s_VertScratch_52(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_VertScratch_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertScratch_52), (void*)value); } inline static int32_t get_offset_of_s_UVScratch_53() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_UVScratch_53)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_UVScratch_53() const { return ___s_UVScratch_53; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_UVScratch_53() { return &___s_UVScratch_53; } inline void set_s_UVScratch_53(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_UVScratch_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_UVScratch_53), (void*)value); } inline static int32_t get_offset_of_s_Xy_54() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Xy_54)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Xy_54() const { return ___s_Xy_54; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Xy_54() { return &___s_Xy_54; } inline void set_s_Xy_54(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Xy_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Xy_54), (void*)value); } inline static int32_t get_offset_of_s_Uv_55() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Uv_55)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Uv_55() const { return ___s_Uv_55; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Uv_55() { return &___s_Uv_55; } inline void set_s_Uv_55(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Uv_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Uv_55), (void*)value); } inline static int32_t get_offset_of_m_TrackedTexturelessImages_56() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___m_TrackedTexturelessImages_56)); } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE * get_m_TrackedTexturelessImages_56() const { return ___m_TrackedTexturelessImages_56; } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE ** get_address_of_m_TrackedTexturelessImages_56() { return &___m_TrackedTexturelessImages_56; } inline void set_m_TrackedTexturelessImages_56(List_1_t815A476B0A21E183042059E705F9E505478CD8AE * value) { ___m_TrackedTexturelessImages_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TrackedTexturelessImages_56), (void*)value); } inline static int32_t get_offset_of_s_Initialized_57() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Initialized_57)); } inline bool get_s_Initialized_57() const { return ___s_Initialized_57; } inline bool* get_address_of_s_Initialized_57() { return &___s_Initialized_57; } inline void set_s_Initialized_57(bool value) { ___s_Initialized_57 = value; } }; // UnityEngine.UI.Image // 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 // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.CubemapFace[] struct CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E m_Items[1]; public: inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { m_Items[index] = value; } }; // UnityEngine.Color[] struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834 : public RuntimeArray { public: ALIGN_FIELD (8) Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 m_Items[1]; public: inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { m_Items[index] = value; } }; // System.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; } }; // OVRBone[] struct OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB : public RuntimeArray { public: ALIGN_FIELD (8) OVRBone_tF9C031559703607035E455CE642549C722BBF081 * m_Items[1]; public: inline OVRBone_tF9C031559703607035E455CE642549C722BBF081 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline OVRBone_tF9C031559703607035E455CE642549C722BBF081 ** 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, OVRBone_tF9C031559703607035E455CE642549C722BBF081 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline OVRBone_tF9C031559703607035E455CE642549C722BBF081 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline OVRBone_tF9C031559703607035E455CE642549C722BBF081 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, OVRBone_tF9C031559703607035E455CE642549C722BBF081 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // OVRPlugin/Bone[] struct BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981 : public RuntimeArray { public: ALIGN_FIELD (8) Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 m_Items[1]; public: inline Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 * 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, Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 value) { m_Items[index] = value; } }; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D : public RuntimeArray { public: ALIGN_FIELD (8) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * m_Items[1]; public: inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** 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, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // OVRCameraRig[] struct OVRCameraRigU5BU5D_t5F0CF6CD037F55130D604C570CDAE49C76DD7A69 : public RuntimeArray { public: ALIGN_FIELD (8) OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * m_Items[1]; public: inline OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 ** 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, OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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); } }; // OVRDisplay/EyeRenderDesc[] struct EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF : public RuntimeArray { public: ALIGN_FIELD (8) EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 m_Items[1]; public: inline EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 * 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, EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 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; } }; // UnityEngine.GradientColorKey[] struct GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A : public RuntimeArray { public: ALIGN_FIELD (8) GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E m_Items[1]; public: inline GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E * 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, GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E value) { m_Items[index] = value; } }; // UnityEngine.GradientAlphaKey[] struct GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748 : public RuntimeArray { public: ALIGN_FIELD (8) GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D m_Items[1]; public: inline GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D * 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, GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 m_Items[1]; public: inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { m_Items[index] = value; } }; // UnityEngine.Vector4[] struct Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871 : public RuntimeArray { public: ALIGN_FIELD (8) Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 m_Items[1]; public: inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { m_Items[index] = value; } }; // UnityEngine.Matrix4x4[] struct Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82 : public RuntimeArray { public: ALIGN_FIELD (8) Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 m_Items[1]; public: inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * 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, Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { m_Items[index] = value; } }; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF : public RuntimeArray { public: ALIGN_FIELD (8) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* m_Items[1]; public: inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** 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, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.BoneWeight[] struct BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2 : public RuntimeArray { public: ALIGN_FIELD (8) BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 m_Items[1]; public: inline BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 * 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, BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 value) { m_Items[index] = value; } }; // UnityEngine.Collider[] struct ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486 : public RuntimeArray { public: ALIGN_FIELD (8) Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * m_Items[1]; public: inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** 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, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // OVRPlugin/TrackingConfidence[] struct TrackingConfidenceU5BU5D_t568C8F700A41BD4F365DD5A0155BEB20A3289322 : 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; } }; // OVRPlugin/Quatf[] struct QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5 : public RuntimeArray { public: ALIGN_FIELD (8) Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D m_Items[1]; public: inline Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D * 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, Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D value) { m_Items[index] = value; } }; // OVRHaptics/OVRHapticsOutput[] struct OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D : public RuntimeArray { public: ALIGN_FIELD (8) OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D * m_Items[1]; public: inline OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D ** 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, OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // OVRHaptics/OVRHapticsChannel[] struct OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059 : public RuntimeArray { public: ALIGN_FIELD (8) OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * m_Items[1]; public: inline OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 ** 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, OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m1D864B65CCD0498EC4BFFBDA8F8D04AE5333195A_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Collections.Generic.List`1::AsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * List_1_AsReadOnly_m2A562BCF70602A773C266FE3B151E1A56D884F71_gshared (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::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); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* GameObject_GetComponentsInChildren_TisRuntimeObject_m6662AE3C936281A25097CCBD9098A9F85C69279A_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); // !!0 UnityEngine.GameObject::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponentInChildren_TisRuntimeObject_mC8FC6687C66150FA89090C2A7733B2EE2E1315FD_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_mC23BA23E80BF8D9009F8E9D84CFFB76DAFB652CC_gshared_inline (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); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mF499319887E8087CB8A6FD90E91CDB8DA82288E4_gshared (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m30CC5EC96F262C98EE9BFCFC9CF8D09F67E0A23D_gshared (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m5725F6B0F7195B9051B820CF5E2240A302A3C3A6_gshared (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __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_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_gshared_inline (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_get_Capacity_m95530FE99274763701C3EF528C9FF9A29AF1C92D_gshared (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::CopyTo(!0[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_CopyTo_mAAFBF252792E5EB0337435E203C1ECE7DFB0C6D0_gshared (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___array0, 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); // 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); // !!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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD30FE5F3EA63CD6831E4AA9E6901323436D6F9A4_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, int32_t* ___value1, 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_m9BDED5248054C2E86ECBA732FE7BCDAA32D0A118_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1E56E91A9BB341EE54712AF20BAF2ADC09D267A0_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_t0C2A6470B0D42D7A87AADBEADCF3DD1DDDD08956 * Dictionary_2_get_Keys_mED78E715F472BE3A6BBF005B8C738B3D450110C1_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tC65CCC1226A8ADC61C1D0B645D6B48EDC74C7713 KeyCollection_GetEnumerator_mAA2321DDED8CE07F1E0A2C538BB8E8F82222D7D8_gshared (KeyCollection_t0C2A6470B0D42D7A87AADBEADCF3DD1DDDD08956 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m2CCCCA8F2AC3C52BBFDE257E16189AC172B18AEF_gshared_inline (Enumerator_tC65CCC1226A8ADC61C1D0B645D6B48EDC74C7713 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mB380BB4BFD80C5A3080F2980B3BD52FB255FEC7A_gshared (Enumerator_tC65CCC1226A8ADC61C1D0B645D6B48EDC74C7713 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mBF906D5B94336A92FED1A69E0EF666BBEAFF84AA_gshared (Enumerator_tC65CCC1226A8ADC61C1D0B645D6B48EDC74C7713 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m47F7020D1EF3574E018D180B2C8750653513C62C_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mC9E7381F0B0B82E0320B2523835DAFC9CB3D1C8D_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1 (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.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void OVRCubemapCapture::TriggerCubemapCapture(UnityEngine.Vector3,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCubemapCapture_TriggerCubemapCapture_m241C6BF2A20EE13B04AEF2F1252A77F9DAD23654 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___capturePos0, int32_t ___cubemapSize1, String_t* ___pathName2, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetKeyDown(UnityEngine.KeyCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetKeyDown_m806A477EAE0AE49AA9C5E518A0800A3D80D873DC (int32_t ___key0, 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.Void UnityEngine.GameObject::.ctor(System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m9829583AE3BF1285861C580895202F760F3A82E8 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, String_t* ___name0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___components1, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, int32_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); // 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.Quaternion::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D (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); // !!0 UnityEngine.GameObject::GetComponent() inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Void UnityEngine.Camera::set_farClipPlane(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_farClipPlane_m63F1302068433A72A5103281327C68CD8F67AD41 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, float ___value0, 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.Void UnityEngine.Cubemap::.ctor(System.Int32,UnityEngine.TextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap__ctor_m3F121EC86FF615007F0BB6FD8162779EE7D19037 (Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * __this, int32_t ___width0, int32_t ___textureFormat1, bool ___mipChain2, const RuntimeMethod* method); // System.Void OVRCubemapCapture::RenderIntoCubemap(UnityEngine.Camera,UnityEngine.Cubemap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCubemapCapture_RenderIntoCubemap_mA648987B4099FEE7EE0E913021F275F52DFEA108 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___ownerCamera0, Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * ___outCubemap1, const RuntimeMethod* method); // System.Boolean OVRCubemapCapture::SaveCubemapCapture(UnityEngine.Cubemap,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRCubemapCapture_SaveCubemapCapture_m6B962DC564A7938A62AFB1B232E415FBA0908AD5 (Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * ___cubemap0, String_t* ___pathName1, 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 System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m37345890E8136134556D27E57315B584AC51D53F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, 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.RenderTexture UnityEngine.RenderTexture::get_active() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * RenderTexture_get_active_m0DF52E4F5B60DDEEA9387E51C2F463774EEF455C (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); // 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.RenderTexture::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture__ctor_m5D8D36B284951F95A048C6B9ACA24FC7509564FF (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * __this, int32_t ___width0, int32_t ___height1, int32_t ___depth2, const RuntimeMethod* method); // System.Void UnityEngine.RenderTexture::set_antiAliasing(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_antiAliasing_m4D37900B7E23CA0D33F109DB8DF21265DB70C38F (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_mF138386223A07CBD4CE94672757E39D0EF718092 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, int32_t ___width0, int32_t ___height1, int32_t ___textureFormat2, bool ___mipChain3, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_targetTexture(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_targetTexture_m200B05665D1F5C62D9016C2DD20955755BAB4596 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_fieldOfView(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_aspect(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_aspect_mF0D72E1250A4408B6A7C32700EE3D80C75C3879C (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_eulerAngles(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_eulerAngles_mFDCBC6282E4B1196AA26BF01008B2AAA2DD2969E (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::Render() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_Render_m2D9749799AAC91A3725044A6CF5594E1F5D68D61 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.RenderTexture::set_active(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_active_mD8A1E34F5284EAA3BD907001AB63CB0735C16BC1 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___value0, 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); // System.Void UnityEngine.Texture2D::ReadPixels(UnityEngine.Rect,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_ReadPixels_m4C6FE8C2798C39C20A14DAFC963C720D17F4F987 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___source0, int32_t ___destX1, int32_t ___destY2, const RuntimeMethod* method); // UnityEngine.Color[] UnityEngine.Texture2D::GetPixels() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* Texture2D_GetPixels_m702E1E59DE60A5A11197DA3F6474F9E6716D9699 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, const RuntimeMethod* method); // System.Void UnityEngine.Cubemap::SetPixels(UnityEngine.Color[],UnityEngine.CubemapFace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap_SetPixels_mA6ECC11A2820D31FBC18D3052B6559A73BF19B24 (Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * __this, ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* ___colors0, int32_t ___face1, const RuntimeMethod* method); // System.Void UnityEngine.Cubemap::SmoothEdges() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap_SmoothEdges_m1D0DD399A7590029BB8BD63A4A301DD4E207B072 (Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * __this, 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.String UnityEngine.Application::get_persistentDataPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_persistentDataPath_mF7308BDB3197651AEC5A0896DAAC385389321F77 (const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.String System.IO.Path::GetDirectoryName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_mDDE1B8605FCC159BD2EF2E05A87F03EA2B64FC22 (String_t* ___path0, const RuntimeMethod* method); // System.String System.IO.Path::GetFileName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFileName_m8EA4A2E6489DF4A4ED45D24117CF023E5F150667 (String_t* ___path0, 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.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.DateTime System.DateTime::get_Now() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_Now_mDC71803EA6776DD66EA7477CDCCD62191726B478 (const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m19ECEFF7BA22ED4425F7562A82A1C2308E934204 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.String System.IO.Path::GetExtension(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetExtension_m0C2EC5BB5B37DF142039AE5B53C45B4262B82188 (String_t* ___path0, 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); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * Directory_CreateDirectory_mD4AF617271FC2134CDC13A8D41D492BE477028E5 (String_t* ___path0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // UnityEngine.Color[] UnityEngine.Cubemap::GetPixels(UnityEngine.CubemapFace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* Cubemap_GetPixels_mDBF935C657F581F1EA96B73F4496D18861214B31 (Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * __this, int32_t ___face0, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::SetPixels(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_SetPixels_m802BA835119C0F93478BBA752BA23192013EA4F7 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, int32_t ___x0, int32_t ___y1, int32_t ___blockWidth2, int32_t ___blockHeight3, ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* ___colors4, const RuntimeMethod* method); // System.Byte[] UnityEngine.ImageConversion::EncodeToJPG(UnityEngine.Texture2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ImageConversion_EncodeToJPG_mDE9A991A80442770719DD798B503A63F1D099758 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___tex0, const RuntimeMethod* method); // System.Byte[] UnityEngine.ImageConversion::EncodeToPNG(UnityEngine.Texture2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ImageConversion_EncodeToPNG_m016F2AE8469302E2AC6F8D1BECA39F2298E1F6C0 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___tex0, const RuntimeMethod* method); // System.Void System.IO.File::WriteAllBytes(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllBytes_m33B986FB56E21EEEB232B6FA7A024AA5B085F9A1 (String_t* ___path0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m07895DFC7A39B20CE5033BB568FE251195B2DB6F_inline (List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t8958585D92650E004D74521A8D0B3CE051FA276F *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m4D789252BDD53967782D3C6EE00B95D834D04ADE (List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t8958585D92650E004D74521A8D0B3CE051FA276F *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m1D864B65CCD0498EC4BFFBDA8F8D04AE5333195A_gshared)(__this, ___collection0, method); } // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Collections.Generic.List`1::AsReadOnly() inline ReadOnlyCollection_1_t9F98A647FFF2F54702565AD0DFCE870437259C5D * List_1_AsReadOnly_mA2C5F20703339C1E6C0D2C4684DA7D13ED8C47B9 (List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * __this, const RuntimeMethod* method) { return (( ReadOnlyCollection_1_t9F98A647FFF2F54702565AD0DFCE870437259C5D * (*) (List_1_t8958585D92650E004D74521A8D0B3CE051FA276F *, const RuntimeMethod*))List_1_AsReadOnly_m2A562BCF70602A773C266FE3B151E1A56D884F71_gshared)(__this, method); } // System.Void OVRSkeleton::set_Bones(System.Collections.Generic.IList`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRSkeleton_set_Bones_mAC3ACECEBF53F36CBC2D9D672AFDB4ADFCD7BDEF_inline (OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline OVRBone_tF9C031559703607035E455CE642549C722BBF081 * List_1_get_Item_m78EE3DE4DA757886422276C541B49977A6AD50F3_inline (List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * __this, int32_t ___index0, const RuntimeMethod* method) { return (( OVRBone_tF9C031559703607035E455CE642549C722BBF081 * (*) (List_1_t8958585D92650E004D74521A8D0B3CE051FA276F *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Void OVRBone::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRBone__ctor_mD92B4134E69E1BFC35E3C5AA06E9EF7CDABE5ADE (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_m83A622255EC159DC2B5CF14EFC838532EA8F9F8C (List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * __this, int32_t ___index0, OVRBone_tF9C031559703607035E455CE642549C722BBF081 * ___value1, const RuntimeMethod* method) { (( void (*) (List_1_t8958585D92650E004D74521A8D0B3CE051FA276F *, int32_t, OVRBone_tF9C031559703607035E455CE642549C722BBF081 *, const RuntimeMethod*))List_1_set_Item_m73674D291C1D6030C21A39003E4743D110ACC6A2_gshared)(__this, ___index0, ___value1, 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); // OVRSkeleton/BoneId OVRBone::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRBone_get_Id_m60B032C7EB5D597C9F5D3D7911A241F31EE8E12E_inline (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_inline (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // 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); // UnityEngine.Transform OVRBone::get_Transform() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRBone_get_Transform_m0E8C60FF2CF31336D654B3319EFFB04BDC964FCB_inline (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, 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); // UnityEngine.Vector3 OVRExtensions::FromFlippedXVector3f(OVRPlugin/Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRExtensions_FromFlippedXVector3f_m64AAF4A41133AD4575EFF5406FD3B229C2546A5C (Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___v0, 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); // UnityEngine.Quaternion OVRExtensions::FromFlippedZQuatf(OVRPlugin/Quatf) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 OVRExtensions_FromFlippedZQuatf_m10C08DA64206B4DA402A640739995BADC601058F (Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D ___q0, const RuntimeMethod* method); // UnityEngine.Quaternion OVRExtensions::FromFlippedXQuatf(OVRPlugin/Quatf) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 OVRExtensions_FromFlippedXQuatf_mE7B4AED3255B50CA91B74201AA61747A919C95DB (Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D ___q0, 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); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_mF2F1E226B2E0D02F4E6C37B8FB51B6F4182AE33C (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m1D864B65CCD0498EC4BFFBDA8F8D04AE5333195A_gshared)(__this, ___collection0, method); } // System.Void OVRSkeleton::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRSkeleton__ctor_mEED29CD7178C07B75EECCC32E0685FB1FC10BB89 (OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC * __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); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() inline OVRCameraRigU5BU5D_t5F0CF6CD037F55130D604C570CDAE49C76DD7A69* GameObject_GetComponentsInChildren_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m6DA74FD704E6F6374CBCF86D86B89361F799E66A (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( OVRCameraRigU5BU5D_t5F0CF6CD037F55130D604C570CDAE49C76DD7A69* (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m6662AE3C936281A25097CCBD9098A9F85C69279A_gshared)(__this, method); } // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0 (RuntimeObject * ___message0, const RuntimeMethod* method); // UnityEngine.Vector2 OVRInput::Get(OVRInput/RawAxis2D,OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 OVRInput_Get_m81B0011C8D61CDD2FE1CEDE104B370CAA79B3154 (int32_t ___rawMask0, int32_t ___controllerMask1, 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); // UnityEngine.Vector3 UnityEngine.Vector3::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_forward_mA6722B0932DA770D5C34C9E28D0E40220F099D50 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Quaternion_op_Multiply_mDEAB1A882C07A9520D77EB35473F71AAE74452BC (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point1, 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::get_right() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_right_m60959C1C1EF0F694D71E1569160D40B1DA768931 (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); // UnityEngine.XR.XRDisplaySubsystem OVRManager::GetCurrentDisplaySubsystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 * OVRManager_GetCurrentDisplaySubsystem_mBCB8D697AD6DE426518012F5E341A87E0B86513C (const RuntimeMethod* method); // System.Boolean UnityEngine.IntegratedSubsystem::get_running() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntegratedSubsystem_get_running_m3C6870588AA0F9816A3947F045BCB8F5662A9EC2 (IntegratedSubsystem_t8FB3A371F812CF9521903AC016C64E95C7412002 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_mD84FDFCD32FC48C865A89FD4251232E2A9D7015A (const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::AngleAxis(System.Single,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_AngleAxis_m87085D3F05DA826A9F91AEE1D56481A770A96609 (float ___angle0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___axis1, 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); // UnityEngine.Vector3 UnityEngine.Vector3::get_left() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_left_mB8CFA03BACFE164B70F7895972737A3956D41B48 (const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mACDBD7A1F25B33D006A60F67EF901B33DD3D52E9 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, 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.GameObject UnityEngine.GameObject::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GameObject_Find_m59E8F1E50866B94ABDD65B229D8B1B3A58FA7879 (String_t* ___name0, 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::AddComponent() inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m94EBF80FF41FB35F8B90B9F1732F6B052B6254E2 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, 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); // System.Void UnityEngine.RectTransform::set_sizeDelta(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_sizeDelta_m61943618442E31C6FF0556CDFC70940AE7AD04D0 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, 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); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6 (const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localEulerAngles(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * GameObject_AddComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mD7BF125583B13806BB804A2EF0A69334F12C7660 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // System.Void UnityEngine.Canvas::set_renderMode(UnityEngine.RenderMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_renderMode_mE19EA5E3E4758704CCA6A6A2E4EB84DB75096088 (Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Canvas::set_pixelPerfect(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_pixelPerfect_mD477DD1867E742FF7EB7689C6DBAE243E533ED69 (Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * __this, bool ___value0, const RuntimeMethod* method); // System.Void OVRDebugInfo::InitUIComponents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_InitUIComponents_m82E7035D994FE3869F02CF141ABBB0B242C24F10 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method); // System.Void OVRDebugInfo::UpdateDeviceDetection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateDeviceDetection_m6BEE3BC925902DE1B991372F1ED0E284C6AD2ABD (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, 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); // System.Void OVRDebugInfo::UpdateVariable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateVariable_mD7BD9C0C23F1EF384C1F0B04CCE5E94616D5B285 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method); // System.Void OVRDebugInfo::UpdateStrings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateStrings_m82696A2A8AA36759A6804C932CF9EEBD74104F20 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method); // UnityEngine.GameObject OVRDebugInfo::VariableObjectManager(UnityEngine.GameObject,System.String,System.Single,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * OVRDebugInfo_VariableObjectManager_mF20CBA2146E178D3C32E90B86254578FF672A440 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject0, String_t* ___name1, float ___posY2, String_t* ___str3, int32_t ___fontSize4, const RuntimeMethod* method); // System.Void OVRDebugInfo::UpdateIPD() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateIPD_mBA3DDE36BCDE307E936CA84A5480C7FC303E34B6 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method); // System.Void OVRDebugInfo::UpdateEyeHeightOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateEyeHeightOffset_m779A08DEE51C86114CB3F1725494DF36F633E8AC (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method); // System.Void OVRDebugInfo::UpdateEyeDepthOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateEyeDepthOffset_m8B49EC6FB555BB0B34F04D83EE28E78EC97CE506 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method); // System.Void OVRDebugInfo::UpdateFOV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateFOV_m8F77B2E1D90E8E399FFB118F1AF6B7B490446CE6 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method); // System.Void OVRDebugInfo::UpdateResolutionEyeTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateResolutionEyeTexture_m4CFFA212A21359A29BF963D3FDB9485BC58F4EB6 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method); // System.Void OVRDebugInfo::UpdateLatencyValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateLatencyValues_mBCB22E4520EAE2B7C8DB231C9782EE0F2D886998 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method); // System.Void OVRDebugInfo::UpdateFPS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateFPS_mCC112B87CC8B83E127A5F6FE046BC446F07BCDC1 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInChildren() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentInChildren_TisRuntimeObject_mC8FC6687C66150FA89090C2A7733B2EE2E1315FD_gshared)(__this, method); } // System.Void UnityEngine.UI.Text::set_fontSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_set_fontSize_m0D32489043916BCE64E51E0BDFCC12AC1B829411 (Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.GameObject OVRDebugInfo::ComponentComposition(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * OVRDebugInfo_ComponentComposition_m7DD1CC0EBA74CEEF30A57ABCA518AE65BD31BC97 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___GO0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_m24E34EBEF76528C99AFA017F157EE8B3E3116B1E (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // !!0 UnityEngine.GameObject::AddComponent() inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * GameObject_AddComponent_TisCanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E_mC80CBED5C8EBC89309B3AABCE0BB86DA7FDA1306 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // !!0 UnityEngine.GameObject::AddComponent() inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * GameObject_AddComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m0FC030794383A6796E69E556941837417DA8ADC0 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * GameObject_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m16ABC1D7B4E804984517841F8D26E9C769FAE710 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * GameObject_AddComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mDBAC221DDAC650C8C4914CFD57BC90435ADE2740 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mD98876EFC776CB8D02A1394AE6A72DC47F271C65 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // UnityEngine.Object UnityEngine.Resources::GetBuiltinResource(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * Resources_GetBuiltinResource_m95D827B8DEB3131E45472851620B052D046E26DF (Type_t * ___type0, String_t* ___path1, const RuntimeMethod* method); // System.Void UnityEngine.UI.Text::set_font(UnityEngine.Font) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_set_font_m10F529719C942343F7B963D28480A20940CD0B52 (Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * __this, Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.UI.Text::set_alignment(UnityEngine.TextAnchor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_set_alignment_mBA9424D5CCC6FB11861B67A40E0C0F6DDBFDAB2C (Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * __this, int32_t ___value0, const RuntimeMethod* method); // OVRProfile OVRManager::get_profile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76 * OVRManager_get_profile_m8D450E98CFF2DFBF2974DBCDD35DE072C5057428 (const RuntimeMethod* method); // System.Single OVRProfile::get_ipd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRProfile_get_ipd_mC71442040CFFD437C227F2C2F2EA5BD56E06F4F5 (OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Single OVRProfile::get_eyeHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRProfile_get_eyeHeight_m79225E10A8BEC9F4BC8E42AD90F00028E5A7872F (OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76 * __this, const RuntimeMethod* method); // System.Single OVRProfile::get_eyeDepth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRProfile_get_eyeDepth_m5B8F95576A1AA6F323ACD5E03CD115D2EB436036 (OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76 * __this, const RuntimeMethod* method); // OVRDisplay OVRManager::get_display() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * OVRManager_get_display_mA9F9565DF2499A1FE054C733F774959F49D143AA_inline (const RuntimeMethod* method); // OVRDisplay/EyeRenderDesc OVRDisplay::GetEyeRenderDesc(UnityEngine.XR.XRNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 OVRDisplay_GetEyeRenderDesc_m3E0C93B936BF78D11F5B21C3EFDB234A97C3756B (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, int32_t ___eye0, const RuntimeMethod* method); // System.Single UnityEngine.XR.XRSettings::get_renderViewportScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XRSettings_get_renderViewportScale_mE9D69964D237C95A40BB6D265EF7701219C13A55 (const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Max(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_m5C96B726079E95BB1A1DC60532553CB723D24C79 (float ___a0, float ___b1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // OVRDisplay/LatencyData OVRDisplay::get_latency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 OVRDisplay_get_latency_m357ECDF00971E0115FC995C2818280BCC5A652FF (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_mC23BA23E80BF8D9009F8E9D84CFFB76DAFB652CC_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mC23BA23E80BF8D9009F8E9D84CFFB76DAFB652CC_gshared_inline)(method); } // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_unscaledDeltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_mAC1F2C20477335AD7D36AB7E6BE420C10C2B6419 (const RuntimeMethod* method); // 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); // System.Void OVRDirectComposition::RefreshCameraObjects(UnityEngine.GameObject,UnityEngine.Camera,OVRMixedRealityCaptureConfiguration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDirectComposition_RefreshCameraObjects_m65F6848ECEB4CDCC1EB258548649F545A6033B37 (OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___parentObject0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mainCamera1, RuntimeObject* ___configuration2, 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.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.Void 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.Void OVRCompositionUtil::SafeDestroy(UnityEngine.GameObject&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCompositionUtil_SafeDestroy_m0625B410961C6F85AB5B61F3825E2A1662B9BB61 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** ___obj0, 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); // UnityEngine.GameObject OVRManager/InstantiateMrcCameraDelegate::Invoke(UnityEngine.GameObject,OVRManager/MrcCameraType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * InstantiateMrcCameraDelegate_Invoke_m9DCA80E7ED3DE50D580D986EFF2287C2A815B082 (InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___mainCameraGameObject0, int32_t ___cameraType1, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mE8DB64A28C8709FB890A9770C8F35CD32CD04C75 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___original0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m565E2A2E28EE3B4621B2F5C662D569D56A3AE99F_gshared)(___original0, 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); // !!0 UnityEngine.GameObject::GetComponent() inline AudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3 * GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( AudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, 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); // !!0 UnityEngine.GameObject::GetComponent() inline OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // UnityEngine.Rendering.Universal.UniversalAdditionalCameraData UnityEngine.Rendering.Universal.CameraExtensions::GetUniversalAdditionalCameraData(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * CameraExtensions_GetUniversalAdditionalCameraData_m323D93E85589D1ADE18C74E865C9B2DF7793FB17 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, const RuntimeMethod* method); // System.Void UnityEngine.Rendering.Universal.UniversalAdditionalCameraData::set_allowXRRendering(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_allowXRRendering_mAC7E0511ED9E19F8A91244D1D9A184DA99E43603_inline (UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_depth(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depth_m33DBE382C6A293EDFF50FF459CBAB2FD3B7F469C (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_rect(UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_rect_m556222CD5D4975EF672DC33D979611405A173F79 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.Camera::get_cullingMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_cullingMask_m63492ED3AFA8F571FBED0B1729264A2E3BB64236 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.LayerMask::op_Implicit(UnityEngine.LayerMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F (LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___mask0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_cullingMask(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_cullingMask_mB4B1EE4C6CC355625EDE08EAF17E99DAB242E0CC (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, int32_t ___value0, const RuntimeMethod* method); // 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); // System.Boolean OVRPlugin::SetHandNodePoseStateLatency(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_SetHandNodePoseStateLatency_m58C7223A87B6E5387A338D341DA440F7593D3EF2 (double ___latencyInSeconds0, const RuntimeMethod* method); // System.String System.Single::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010 (float* __this, const RuntimeMethod* method); // UnityEngine.CameraClearFlags UnityEngine.Camera::get_clearFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_clearFlags_m7D0E7A0DBAB6A84B680EC09835AA2F081A17E0D7 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_clearFlags(UnityEngine.CameraClearFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_clearFlags_mE79A756CD7C9C84C86B6676F5C6342A45AE5F373 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Camera::get_backgroundColor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Camera_get_backgroundColor_m556B0BCFA01DC59AA6A3A4B27C9408C72C144FB5 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_backgroundColor(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_backgroundColor_m7083574094F4031F3289444E1AF4CBC4FEDACFCF (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_nearClipPlane() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_nearClipPlane(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_nearClipPlane_m4EA1D92F6E1D17E423EC036561E115F434DC2263 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, float ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_farClipPlane() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_farClipPlane_m0FA1B9E2E815BECE2EA40023302EB942B52D9596 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Int32 OVRPlugin::GetExternalCameraCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRPlugin_GetExternalCameraCount_m5294E8BBFF2E4C319894BC17A29C4DE8E07FB3E8 (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); // OVRPose OVRExtensions::ToWorldSpacePose(OVRPose) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRExtensions_ToWorldSpacePose_mEA20346C01E7B8EC9E0FAFC6CB0E926F9AE73284 (OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 ___trackingSpacePose0, 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); // 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 OVRComposition::ComputeCameraWorldSpacePose(OVRPlugin/CameraExtrinsics) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRComposition_ComputeCameraWorldSpacePose_m9E8EEEF1CEEC4CEF602F58A0B7F441C10CFA1F55 (OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 * __this, CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF ___extrinsics0, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m44AD823DE1C2962E3B9CE69F680C6602034DC778 (const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m71F7E12C4F33639042D80425D3169E288368C67A (const RuntimeMethod* method); // System.Void UnityEngine.RenderTexture::.ctor(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture__ctor_m8E4220FDA652BA3CACE60FBA59D868B921C0F533 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * __this, int32_t ___width0, int32_t ___height1, int32_t ___depth2, int32_t ___format3, const RuntimeMethod* method); // System.Boolean UnityEngine.RenderTexture::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTexture_Create_m723CBB7B7543E9FAFEBC04E8FDCDF629DA31F411 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * __this, const RuntimeMethod* method); // 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); // !!0 UnityEngine.Component::GetComponent() inline OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A * Component_GetComponent_TisOVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A_m4A7ED50E557F20FDD3712D17D520426FDAC22317 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // System.Void OVRCameraComposition::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCameraComposition_Cleanup_m3395DA37B93CDA76FE41CB28F8DE77849023BF14 (OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void OVRDisplay::UpdateTextures() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDisplay_UpdateTextures_m1E07033F347AE46B79C6C6D2C0444B65342B6DB0 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Time::get_frameCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m9CEBDC44BB970B7F8DA5C7AA695F9652B459C139 (const RuntimeMethod* method); // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, const RuntimeMethod* method); // OVRPlugin/SystemHeadset OVRPlugin::GetSystemHeadsetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRPlugin_GetSystemHeadsetType_mB06BA273CB7939F2A53EC83DD4F84629E1494A9B (const RuntimeMethod* method); // System.Int32 OVRPlugin::GetLocalTrackingSpaceRecenterCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRPlugin_GetLocalTrackingSpaceRecenterCount_m39273BCC0747742DE9661AFA50763C9BBD677B1D (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); // UnityEngine.XR.XRInputSubsystem OVRManager::GetCurrentInputSubsystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRInputSubsystem_t74B79E3971C396F02CD32F74AE73A5DFB2A0EC09 * OVRManager_GetCurrentInputSubsystem_mF2A34F0836ECC4CCFF923503CBE53B95A13CCC4A (const RuntimeMethod* method); // System.Boolean UnityEngine.XR.XRInputSubsystem::TryRecenter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRInputSubsystem_TryRecenter_m40231564A0E1FB14CAC17F7A88B206FA2121EF5C (XRInputSubsystem_t74B79E3971C396F02CD32F74AE73A5DFB2A0EC09 * __this, const RuntimeMethod* method); // System.Void OVRMixedReality::RecenterPose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRMixedReality_RecenterPose_mBEF22A6470E754F3C1C4A35730BC09AF7DCA08DB (const RuntimeMethod* method); // System.Boolean OVRManager::get_isHmdPresent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRManager_get_isHmdPresent_m699FC3FF9C92C755F3D7DBA6A4BF754A77B1D905 (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.String OVRPlugin::get_latency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OVRPlugin_get_latency_m299B03F83D74D2D0D04300D7BF35DB4C7C4E5E55 (const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Group::get_Success() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B (Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Group System.Text.RegularExpressions.GroupCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * GroupCollection_get_Item_mC96099D0350BD4846B66097F31D6B4DDDFE1CA97 (GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * __this, int32_t ___groupnum0, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Capture::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_mA844BB3A1054899B47D07F3F3632F3C4F4ACA695 (String_t* ___s0, const RuntimeMethod* method); // System.Single OVRPlugin::GetAppFramerate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRPlugin_GetAppFramerate_m23C2054E7D41F84C8919E62CAAF4C33EF353F2C0 (const RuntimeMethod* method); // System.Int32 OVRPlugin::get_recommendedMSAALevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRPlugin_get_recommendedMSAALevel_mB3D10C897A9D104BFC674F9DF9E9C9D89547F87C (const RuntimeMethod* method); // System.Single[] OVRPlugin::get_systemDisplayFrequenciesAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* OVRPlugin_get_systemDisplayFrequenciesAvailable_mF8F5520887B7C00258AE6172E1B2EE0D13DA82C5 (const RuntimeMethod* method); // System.Single OVRPlugin::get_systemDisplayFrequency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRPlugin_get_systemDisplayFrequency_m823B5390B360AEF291DB4FDABA0BCC3642E7D66A (const RuntimeMethod* method); // System.Void OVRPlugin::set_systemDisplayFrequency(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRPlugin_set_systemDisplayFrequency_m31B30EBEB073F525D929F1E6EC7312AFF1CC4DA8 (float ___value0, const RuntimeMethod* method); // System.Void OVRDisplay::ConfigureEyeDesc(UnityEngine.XR.XRNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDisplay_ConfigureEyeDesc_m34EC6F8EFBD5D81EBDC155273A44A34C9797EE21 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, int32_t ___eye0, const RuntimeMethod* method); // System.Int32 UnityEngine.XR.XRSettings::get_eyeTextureWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRSettings_get_eyeTextureWidth_m58A1989DD2F55FCB2C92A712AEA493B6EEA3C55E (const RuntimeMethod* method); // System.Int32 UnityEngine.XR.XRSettings::get_eyeTextureHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRSettings_get_eyeTextureHeight_mD4F91CDDB07756E9BF313DEFD3D74DFC6737E1A2 (const RuntimeMethod* method); // System.Boolean OVRPlugin::GetNodeFrustum2(OVRPlugin/Node,OVRPlugin/Frustumf2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_GetNodeFrustum2_m50BA8D6E09A38926DA65C54A8CF0F1D47EC4481C (int32_t ___nodeId0, Frustumf2_tC9BC49D38B65DCF27D06B910BB4FF3AF31CB38EA * ___frustum1, const RuntimeMethod* method); // OVRPlugin/Frustumf OVRPlugin::GetEyeFrustum(OVRPlugin/Eye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F OVRPlugin_GetEyeFrustum_mC94CFD16A6C99ABDC089CD1045E5C01C707DF0D5 (int32_t ___eyeId0, const RuntimeMethod* method); // System.Boolean OVRPlugin::get_AsymmetricFovEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_get_AsymmetricFovEnabled_m9C45F67131CF233FD80A7071DFEE277929AAC175 (const RuntimeMethod* method); // OVRPose OVRPose::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRPose_get_identity_m83D5FF8BECB3B2D548DC37255C0B3CF7EE0CEB10 (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); // OVRPose OVRExtensions::ToHeadSpacePose(UnityEngine.Transform,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRExtensions_ToHeadSpacePose_mFD62BDDADDFD76DBBFAC9B8DDD2093545653302E (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera1, 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); // OVRPose OVRPose::Inverse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRPose_Inverse_m8299B5582AA88F24919D2FAFE89AEB79833C556A (OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * __this, const RuntimeMethod* method); // UnityEngine.Camera UnityEngine.Camera::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Camera_get_main_m4E3DB1CD03E916476426AB3F78B26F21690EE26B (const RuntimeMethod* method); // OVRPose OVRExtensions::ToOVRPose(UnityEngine.Transform,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRExtensions_ToOVRPose_m66470140D8487FEF5E79185388F44FC6A2486417 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___t0, bool ___isLocal1, 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.Vector3 UnityEngine.Transform::get_localPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, 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); // System.Single UnityEngine.Matrix4x4::get_Item(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Matrix4x4_get_Item_mCE077E076AEE65232C5602DBBB5CC0D236184D0F (Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * __this, int32_t ___row0, int32_t ___column1, const RuntimeMethod* method); // System.Collections.IEnumerator UnityEngine.Transform::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Transform_GetEnumerator_mBA0E884A69F0AA05FCB69F4EE5F700177F75DD7E (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Boolean System.String::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // UnityEngine.Transform OVRExtensions::FindChildRecursive(UnityEngine.Transform,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRExtensions_FindChildRecursive_m078BE95F1499A72F19EE098F0B38461392DF768C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent0, String_t* ___name1, const RuntimeMethod* method); // UnityEngine.GradientColorKey[] UnityEngine.Gradient::get_colorKeys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* Gradient_get_colorKeys_m3FE1E0174CD2D059F4F6E8BEDE53A9F55120BBC2 (Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * __this, const RuntimeMethod* method); // UnityEngine.GradientAlphaKey[] UnityEngine.Gradient::get_alphaKeys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* Gradient_get_alphaKeys_mB7E1713FF72805AF810DD25D225761119C4550E0 (Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Color::op_Inequality(UnityEngine.Color,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_op_Inequality_m46DFB6C179BB4E0B3E2776240C804A10D79A5B08 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___lhs0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___rhs1, const RuntimeMethod* method); // System.Void UnityEngine.Gradient::SetKeys(UnityEngine.GradientColorKey[],UnityEngine.GradientAlphaKey[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gradient_SetKeys_mFA90BD1B1B00C045CA5C068A1C251929A1A6720E (Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * __this, GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* ___colorKeys0, GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* ___alphaKeys1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mF499319887E8087CB8A6FD90E91CDB8DA82288E4 (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *, int32_t, const RuntimeMethod*))List_1__ctor_mF499319887E8087CB8A6FD90E91CDB8DA82288E4_gshared)(__this, ___capacity0, 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); // System.Void OVRExternalComposition::RefreshCameraObjects(UnityEngine.GameObject,UnityEngine.Camera,OVRMixedRealityCaptureConfiguration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRExternalComposition_RefreshCameraObjects_mCE1668DECBA6C15C55C2EE6C071DB432BF4CBCD1 (OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___parentObject0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mainCamera1, RuntimeObject* ___configuration2, const RuntimeMethod* 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.Single UnityEngine.Camera::get_depth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_depth_m063B48665DB9226949AC3A615362EA20193B823D (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // OVRPlugin/Posef OVRPlugin::GetTrackingTransformRelativePose(OVRPlugin/TrackingOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 OVRPlugin_GetTrackingTransformRelativePose_m5F24301F9E894E56D0D36A145A7CA56CD5C4F790 (int32_t ___trackingOrigin0, 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); // 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); // OVRPlugin/Posef OVRPose::ToPosef() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 OVRPose_ToPosef_mBEC72327C2AAD7628F406422AC519D551748E9FA (OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * __this, const RuntimeMethod* method); // System.Boolean OVRPlugin/Media::SetMrcHeadsetControllerPose(OVRPlugin/Posef,OVRPlugin/Posef,OVRPlugin/Posef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Media_SetMrcHeadsetControllerPose_mFA3F5A152D7EE448C08386E6119BBD60D3F747CA (Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___headsetPose0, Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___leftControllerPose1, Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___rightControllerPose2, 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); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m30CC5EC96F262C98EE9BFCFC9CF8D09F67E0A23D (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *, const RuntimeMethod*))List_1_Clear_m30CC5EC96F262C98EE9BFCFC9CF8D09F67E0A23D_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_m5725F6B0F7195B9051B820CF5E2240A302A3C3A6 (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m5725F6B0F7195B9051B820CF5E2240A302A3C3A6_gshared)(__this, ___collection0, method); } // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_inline (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *, const RuntimeMethod*))List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_gshared_inline)(__this, method); } // System.Int32 System.Collections.Generic.List`1::get_Capacity() inline int32_t List_1_get_Capacity_m95530FE99274763701C3EF528C9FF9A29AF1C92D (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *, const RuntimeMethod*))List_1_get_Capacity_m95530FE99274763701C3EF528C9FF9A29AF1C92D_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::CopyTo(!0[]) inline void List_1_CopyTo_mAAFBF252792E5EB0337435E203C1ECE7DFB0C6D0 (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___array0, const RuntimeMethod* method) { (( void (*) (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*, const RuntimeMethod*))List_1_CopyTo_mAAFBF252792E5EB0337435E203C1ECE7DFB0C6D0_gshared)(__this, ___array0, method); } // OVRGLTFType OVRGLTFAccessor::ToOVRType(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRGLTFAccessor_ToOVRType_m99130522159F09E38F38089E48E05EB51285AAD5 (String_t* ___type0, const RuntimeMethod* method); // System.Int32 OVRGLTFAccessor::GetStrideForType(OVRGLTFComponentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRGLTFAccessor_GetStrideForType_m167390747AA31D848081A3AFD41DBA90187A266A (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, int32_t ___type0, const RuntimeMethod* method); // System.UInt32 OVRGLTFAccessor::ReadElementAsUint(System.Byte[],System.Int32,OVRGLTFComponentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___index1, int32_t ___type2, const RuntimeMethod* method); // System.Single OVRGLTFAccessor::ReadElementAsFloat(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___index1, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::Scale(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3_Scale_m52F0C3F26DBEE84B5E292F2E084DA2F7329B6EFF_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___scale0, const RuntimeMethod* method); // System.Void UnityEngine.Vector4::Scale(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4_Scale_m93355D1A3A7563584E5495CE2A825A10F108B2CE (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * __this, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___scale0, const RuntimeMethod* method); // System.Single OVRGLTFAccessor::GetMaxValueForType(OVRGLTFComponentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRGLTFAccessor_GetMaxValueForType_mB91B4CAF50E3A81AAB914C542B2904B52569653A (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, int32_t ___type0, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::Scale(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 Matrix4x4_Scale_mD1D518C8433EA54D0D8D51424C80846999FEF62A (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___vector0, 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); // 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.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Mathf_Approximately_mFEB0CB3531393F6CBE07C6E0FCB473B3311F799A (float ___a0, float ___b1, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Vector4::op_Division(UnityEngine.Vector4,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_op_Division_mEE0FBCB81F75118640AF0311F325C47688385964_inline (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___a0, float ___d1, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_mF0A6309993663CC5772387C172C9A7A8A661C39E (uint8_t ___value0, const RuntimeMethod* method); // System.Int16 System.BitConverter::ToInt16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t BitConverter_ToInt16_m87D6CFC8A4B35DB7B4092BBC9266D8574340961B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.UInt16 System.BitConverter::ToUInt16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t BitConverter_ToUInt16_m85FCA553FCFB8EEA87C368C7F784C1AD4E067EC9 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.UInt32 System.BitConverter::ToUInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BitConverter_ToUInt32_m1A6A32E9A8717239CAA2400C0E367005845E8A6C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Single System.BitConverter::ToSingle(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BitConverter_ToSingle_mBF4B5469DEE140E388EAFDB65BF83DF55387A398 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::Open(System.String,System.IO.FileMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * File_Open_mDCC1D72FFA8F33F33FE0C02C66CD53A4AA1DB19C (String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Byte[],System.Int32,System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mC0F6928842D889103FA331DB65DC1DC4F4A3F686 (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, bool ___writable3, bool ___publiclyVisible4, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m859B0EE8491FDDEB1A3F7115D334B863E025BBC8 (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Boolean OVRGLTFLoader::ValidateGLB(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRGLTFLoader_ValidateGLB_mAD2E44C5F47577850F55A2055D85E3F61258F029 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___glbStream0, const RuntimeMethod* method); // System.Byte[] OVRGLTFLoader::ReadChunk(System.IO.Stream,OVRChunkType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* OVRGLTFLoader_ReadChunk_m0401A74633A1EF0DBB4C07665475AFFAB35C7811 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___glbStream0, int32_t ___type1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_ASCII() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_ASCII_mFA250EFF131288B0C4572FC27C7393FD469DC1C0 (const RuntimeMethod* method); // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSON::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * JSON_Parse_mA07DDF4611CB8C64F5AB72F9573601D860FC6EBD (String_t* ___aJSON0, const RuntimeMethod* method); // System.Boolean OVRGLTFLoader::ValidateChunk(System.IO.Stream,OVRChunkType,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRGLTFLoader_ValidateChunk_m6482BCDB68D8D369BAF402150B1F72004FD4CDD7 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___glbStream0, int32_t ___type1, uint32_t* ___chunkLength2, const RuntimeMethod* 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); // 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 OVRGLTFLoader::LoadGLTF(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFLoader_LoadGLTF_m785B95A6BC80A1ED8E452811594F74D1579E5EC9 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, bool ___loadMips0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Void UnityEngine.Transform::Rotate(UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_m2AA745C4A796363462642A13251E8971D5C7F4DC (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___axis0, float ___angle1, const RuntimeMethod* 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); // 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); // 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); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m3DD76DE838FA83DF972E0486A296345EB3A7DDF3 (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 *, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void OVRGLTFLoader::ProcessNode(OVRSimpleJSON.JSONNode,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFLoader_ProcessNode_m4039B72AA59C349895A6EB6A790EF442FBA1C971 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___node0, int32_t ___nodeId1, bool ___loadMips2, const RuntimeMethod* method); // OVRMeshData OVRGLTFLoader::ProcessMesh(OVRSimpleJSON.JSONNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A OVRGLTFLoader_ProcessMesh_m342A96A95A70ED60B866133A6B473CD1C5D2A707 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___meshNode0, bool ___loadMips1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * GameObject_AddComponent_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m3FC22F60B107EABCD94FBFEBA0C2FF9C5AF4ECDF (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // System.Void UnityEngine.SkinnedMeshRenderer::set_sharedMesh(UnityEngine.Mesh) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkinnedMeshRenderer_set_sharedMesh_m5271F927EA9AB0893ECF7D3FA24EAF175B466D07 (SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * __this, Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_sharedMaterial(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_sharedMaterial_m1E66766F93E95F692C3C9C2C09AFD795B156678B (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___value0, const RuntimeMethod* method); // System.Void OVRGLTFLoader::ProcessSkin(OVRSimpleJSON.JSONNode,UnityEngine.SkinnedMeshRenderer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFLoader_ProcessSkin_mD5490A9C4CEE6224ED9877B3BBC989E0626EAB8A (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___skinNode0, SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * ___renderer1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mA5802EF007058E65CCD414C3EB2518474D17A2F2 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // System.Void UnityEngine.MeshFilter::set_sharedMesh(UnityEngine.Mesh) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshFilter_set_sharedMesh_mC96D5F9AE4BC1D186221F568A4C3CE23572EC958 (MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * __this, Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___value0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * GameObject_AddComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_mD5BD4B507E470AFA16BAD4B418DC15AE59A9FC47 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // 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); // System.Void OVRGLTFLoader/<>c__DisplayClass16_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0__ctor_mF75182BB32B6154C9D22B96450A2F76767FAD2F1 (U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E * __this, const RuntimeMethod* method); // 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); // OVRMaterialData OVRGLTFLoader::ProcessMaterial(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 OVRGLTFLoader_ProcessMaterial_mD8786243206F51396AA2D1B06CBAF9A8D9A9737A (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, int32_t ___matId0, const RuntimeMethod* method); // OVRTextureData OVRGLTFLoader::ProcessTexture(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 OVRGLTFLoader_ProcessTexture_m2DDF1BE02D5F1A3F339056738C8277E4AF8EA942 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, int32_t ___textureId0, 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.Threading.Tasks.Task System.Threading.Tasks.Task::Run(System.Action) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Task_Run_m974E047E515FDC1ACF9E6A5C63872D587397F716 (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action0, const RuntimeMethod* method); // System.Void OVRGLTFAccessor::.ctor(OVRSimpleJSON.JSONNode,OVRSimpleJSON.JSONNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor__ctor_mCF1C2DD487F2E3C254BAB9F1896399CE9B8BCBB3 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___node0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___root1, bool ___bufferViewOnly2, const RuntimeMethod* method); // System.Int32 OVRGLTFAccessor::GetDataCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRGLTFAccessor_GetDataCount_m3055954DED439FAAC136BEF369E7F4AF708813BD_inline (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, const RuntimeMethod* method); // System.Void OVRGLTFAccessor::ReadAsInt(OVRBinaryChunk,System.Int32[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsInt_mD1707D6B9CD08608235F0E16A42B302156EF7751 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** ___data1, int32_t ___offset2, const RuntimeMethod* method); // System.Void OVRGLTFLoader::FlipTraingleIndices(System.Int32[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFLoader_FlipTraingleIndices_m6C5F267B08EA02DA46D118EFDB7A83C597C9AC05 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** ___indices0, const RuntimeMethod* method); // System.Void OVRGLTFAccessor::ReadAsVector3(OVRBinaryChunk,UnityEngine.Vector3[]&,System.Int32,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsVector3_mAF67521E4B66D80CE68E95AB2CA0A573801DE472 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** ___data1, int32_t ___offset2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___conversionScale3, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Vector4::op_Implicit(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_op_Implicit_mA9B2E82825C2543A2B3F6207EDAC76614A77EA1E (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method); // System.Void OVRGLTFAccessor::ReadAsVector4(OVRBinaryChunk,UnityEngine.Vector4[]&,System.Int32,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsVector4_m79117281FC05F5C5C491F04E0CCD2F274B933CC9 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** ___data1, int32_t ___offset2, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___conversionScale3, const RuntimeMethod* method); // System.Void OVRGLTFAccessor::ReadAsVector2(OVRBinaryChunk,UnityEngine.Vector2[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsVector2_mD9E3999433ACE5D155027345BBAC421A63AFD6F7 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** ___data1, int32_t ___offset2, const RuntimeMethod* method); // System.Void OVRGLTFAccessor::ReadAsColor(OVRBinaryChunk,UnityEngine.Color[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsColor_mC37F6ADE2C4B46D5EB22B13D219F60D362692560 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834** ___data1, int32_t ___offset2, const RuntimeMethod* method); // System.Void OVRGLTFAccessor::ReadAsBoneWeights(OVRBinaryChunk,UnityEngine.Vector4[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsBoneWeights_m9C685AFA4084B522DB6C72EB03D9BD8937990A0A (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** ___data1, int32_t ___offset2, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Vector4::get_one() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_get_one_m997EBA1C338FC3ED9B14FF233A854AD3E149C042 (const RuntimeMethod* method); // System.Void UnityEngine.BoneWeight::set_boneIndex0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneWeight_set_boneIndex0_m4E7DD308AB60E055DC2615AD987F7B8B3D3E670F (BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.BoneWeight::set_boneIndex1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneWeight_set_boneIndex1_m8F0D3D177C4F2F2823121BE0EB05D5382CA9956B (BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.BoneWeight::set_boneIndex2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneWeight_set_boneIndex2_mAE7E3B45865CF3EC73AEE7B23F1016659C944E1D (BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.BoneWeight::set_boneIndex3(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneWeight_set_boneIndex3_mB1563EDE4874D60B1A6F09AD7B829278453AB085 (BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.BoneWeight::set_weight0(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneWeight_set_weight0_mD4573EFDFC06AD034F8A2ADB6FB6D04B2100D9DB (BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.BoneWeight::set_weight1(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneWeight_set_weight1_mEF77178BB92D426200A2BBD5126191D82C57911A (BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.BoneWeight::set_weight2(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneWeight_set_weight2_m0F9F3F69A4FBE6D6CDA9F9BFFC0787548CE82C26 (BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.BoneWeight::set_weight3(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoneWeight_set_weight3_mC509264581F498257B0904E211AF55DDCE5F38B8 (BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 * __this, float ___value0, const RuntimeMethod* 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_normals(UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_normals_m3D06E214B63B49788710672B71C99F2365A83130 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_tangents(UnityEngine.Vector4[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_tangents_mFA4E0A26B52C1FCF80FA5DA642B28716249ACF67 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_colors(UnityEngine.Color[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_colors_m676FFD24FC594C87CE6D23287C2FCBDA363E69B0 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* ___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_boneWeights(UnityEngine.BoneWeight[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_boneWeights_m4729491FE14583F78B2E53AD2B0F35A590C40208 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_subMeshCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_subMeshCount_mF6F2199AE4FA096C1AE0CAD02E13B6FEA38C6283 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::SetIndices(System.Int32[],UnityEngine.MeshTopology,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetIndices_m6269D5A9E751E7DFA21248CAD177270989224770 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___indices0, int32_t ___topology1, int32_t ___submesh2, bool ___calculateBounds3, int32_t ___baseVertex4, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::RecalculateBounds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_RecalculateBounds_mC39556595CFE3E4D8EFA777476ECD22B97FC2737 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::Wait() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Wait_m794A821EEA0F3071EDA168A8CEED6CA60C8D0E40 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // UnityEngine.Material OVRGLTFLoader::CreateUnityMaterial(OVRMaterialData,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * OVRGLTFLoader_CreateUnityMaterial_m289A7F7755C413B8BD958076ED589A0249A2857F (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 ___matData0, bool ___loadMips1, const RuntimeMethod* method); // System.Void OVRGLTFAccessor::ReadAsMatrix4x4(OVRBinaryChunk,UnityEngine.Matrix4x4[]&,System.Int32,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsMatrix4x4_m7626CAB1D33AACA8DDCC0A71846F789B96697F24 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82** ___data1, int32_t ___offset2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___conversionScale3, const RuntimeMethod* method); // System.Void UnityEngine.SkinnedMeshRenderer::set_rootBone(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkinnedMeshRenderer_set_rootBone_m4079EB11D0BC7797AC44FA9AD83E14B1ECF69393 (SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // UnityEngine.Mesh UnityEngine.SkinnedMeshRenderer::get_sharedMesh() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * SkinnedMeshRenderer_get_sharedMesh_mFD55E307943C1C4B2E2E8632F15B41CCBD8D91F2 (SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_bindposes(UnityEngine.Matrix4x4[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_bindposes_m2BB8973DCE07547DCFF05A8BEAFCFA82A01C13BD (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.SkinnedMeshRenderer::set_bones(UnityEngine.Transform[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkinnedMeshRenderer_set_bones_m0485DE3CCA5559E03BAC57B4D4773F0015CAF0A0 (SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * __this, TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ___value0, const RuntimeMethod* method); // System.Byte[] OVRGLTFAccessor::ReadAsKtxTexture(OVRBinaryChunk) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* OVRGLTFAccessor_ReadAsKtxTexture_mAE2B378EA1A731ED8F3D8EA06423EA2C2EC9BFC7 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, const RuntimeMethod* method); // System.Boolean OVRKtxTexture::Load(System.Byte[],OVRTextureData&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRKtxTexture_Load_m1E6A819E21A58589496839D60780D2E5E910AE05 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 * ___ktxData1, 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); // System.Void UnityEngine.Texture2D::LoadRawTextureData(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_LoadRawTextureData_m93A620CC97332F351305E3A93AD11CB2E0EFDAF4 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::Apply(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_Apply_m83460E7B5610A6D85DD3CCA71CC5D4523390D660 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, bool ___updateMipmaps0, bool ___makeNoLongerReadable1, 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.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.Vector3 UnityEngine.Vector4::op_Implicit(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector4_op_Implicit_mFAF4066991B0091223DB22E35C4290C43E5913AB (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___v0, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Resources::Load(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * Resources_Load_m00F1411C22E0A261A469A552582F8484B091E11F (String_t* ___path0, Type_t * ___systemTypeInstance1, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) inline OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * Object_Instantiate_TisOVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_m2018A49C94EC6A46DB681596A59F52E7E2E3CEF4 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * ___original0, const RuntimeMethod* method) { return (( OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * (*) (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m565E2A2E28EE3B4621B2F5C662D569D56A3AE99F_gshared)(___original0, method); } // System.Single UnityEngine.Time::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m52C9390086344FA8787001ED5911550D850CE515 (const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp01(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp01_m831CBA1D198C3CDE660E8172A67A4E41BD0D0171 (float ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Min(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Min_m2685AF38FD5B92F51F6A07F4B770DF34F4A53FE6 (float ___a0, float ___b1, const RuntimeMethod* method); // System.Void OVRGazePointer::set_currentScale(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRGazePointer_set_currentScale_mE3201C85EE9B950A62C4A7014DA259B928587D61_inline (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, float ___value0, 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); // !!0 UnityEngine.Component::GetComponent() inline OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0 * Component_GetComponent_TisOVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0_m5BC1BBE8992896DF6FF24CAAB4E19B1A8BE73DB5 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // System.Single OVRGazePointer::get_visibilityStrength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRGazePointer_get_visibilityStrength_mE5B13365417A863A3BB0633180ADC7B7BB580A75 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method); // System.Boolean OVRGazePointer::get_hidden() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRGazePointer_get_hidden_m19334F06096B6117B7E1B34ABB9E10DA9B05D143_inline (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method); // System.Void OVRGazePointer::Hide() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_Hide_m96A107B3451DB89B3339E598D6D519643A4813E6 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method); // System.Void OVRGazePointer::Show() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_Show_m96F1B55093D4EED164DB8F947708AC24F7BE7AC1 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Quaternion::SetLookRotation(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quaternion_SetLookRotation_m14A93BD876B6A49D060EC075494E0431A8369C36 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___view0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___up1, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_magnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Single OVRGazePointer::get_currentScale() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float OVRGazePointer_get_currentScale_m905EC2ADA49910F326447062C59C83E380877E90_inline (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method); // System.Void OVRGazePointer::RequestShow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_RequestShow_m578CC2D7455A5E2D08655750CE05BFA3C6748158 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Quaternion::SetLookRotation(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quaternion_SetLookRotation_m51FB0FD3F6EB54C4674C0B3690D3825D954EABE5 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___view0, 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); } // System.Void UnityEngine.Renderer::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, bool ___value0, const RuntimeMethod* method); // System.Void OVRGazePointer::set_hidden(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRGazePointer_set_hidden_m03529551FCDAE18277C12272572348334D84755A_inline (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, bool ___value0, const RuntimeMethod* method); // System.Void OVRCursor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCursor__ctor_mB020DDB4D9F85CBAE86A337E0B53CF2F05BB3F32 (OVRCursor_t2773859B8D1061E80DBA9CD35C00835EBC7F15ED * __this, const RuntimeMethod* method); // UnityEngine.Rigidbody UnityEngine.Collider::get_attachedRigidbody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Void UnityEngine.Rigidbody::set_isKinematic(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_isKinematic_mCF74D680205544826F2DE2CAB929C9F25409A311 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_velocity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_angularVelocity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_angularVelocity_m3A40B7F195E9E217AE29A0964D7E7540E2E23080 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * Component_GetComponent_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_mCE49E8783A1794715E6D539C8BB8C78CC589AB60 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // System.Boolean UnityEngine.Rigidbody::get_isKinematic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rigidbody_get_isKinematic_m597B48C45021313B6C6C4B126E405EF566C5C80C (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // System.Void OVRGrabber::ForceRelease(OVRGrabbable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_ForceRelease_m169AC70BB1F6711C2DD6B70321CED7F6A386AD46 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * ___grabbable0, const RuntimeMethod* method); // System.Void OVRGrabber::GrabEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_GrabEnd_mD8847C31A55DCAEE082BE6ED70C795ED71473D29 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, 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); } // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m92C0253B3F4D517EAB3AEC0088402DFC4FF406F1 (Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // 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); // System.Void OVRGrabber::SetPlayerIgnoreCollision(UnityEngine.GameObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_SetPlayerIgnoreCollision_mF7ED3789CE60843EEF94895F132DA76402C4F2FB (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___grabbable0, bool ___ignore1, const RuntimeMethod* method); // System.Void OVRGrabber::OnUpdatedAnchors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_OnUpdatedAnchors_mBAD4E60A8722B1070A1776D4F5E8AD2B8DF35B0F (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::MovePosition(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_MovePosition_mB3CBBF21FD0ABB88BC6C004B993DED25673001C7 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::MoveRotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_MoveRotation_m08A1449DC0D514A70065CD80D067597765BDA5B2 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rot0, 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 OVRGrabber::CheckForGrabOrRelease(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_CheckForGrabOrRelease_m4A786FD5B9ACA3D521D01AA3A5228FD0CD31139E (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, float ___prevFlex0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * Component_GetComponent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m473ED9D339A7995D3B15F060514F20F9201BA6BE (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponentInParent() inline OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * Component_GetComponentInParent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m62CEF85D0AE3AF30E7BE5F7748E868F99040EFC7 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInParent_TisRuntimeObject_mADA186D1675BEA6779C469918206294354385EC3_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m95F3636D9C1C3C142E9407385DFA39A56705EA99 (Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * __this, OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * ___key0, int32_t* ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 *, OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 *, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_mD30FE5F3EA63CD6831E4AA9E6901323436D6F9A4_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_mD4E26216D4FEC86F7CD96CBF29C09885B9ADF845 (Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * __this, OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 *, OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 *, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m9BDED5248054C2E86ECBA732FE7BCDAA32D0A118_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_mD664D93B70FCCFEA43B040253D04951A6843965D (Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * __this, OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 *, OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 *, const RuntimeMethod*))Dictionary_2_Remove_m1E56E91A9BB341EE54712AF20BAF2ADC09D267A0_gshared)(__this, ___key0, method); } // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() inline KeyCollection_tC873531686FD4A9E5CDD7E7A45837DC3BFDD48A8 * Dictionary_2_get_Keys_m1BE3020A1DEFC6F498F57353AA1482110FC608E6 (Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * __this, const RuntimeMethod* method) { return (( KeyCollection_tC873531686FD4A9E5CDD7E7A45837DC3BFDD48A8 * (*) (Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 *, const RuntimeMethod*))Dictionary_2_get_Keys_mED78E715F472BE3A6BBF005B8C738B3D450110C1_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() inline Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F KeyCollection_GetEnumerator_mF6B3F8D298151DDA58DA67F0AC8EDB1947B671F9 (KeyCollection_tC873531686FD4A9E5CDD7E7A45837DC3BFDD48A8 * __this, const RuntimeMethod* method) { return (( Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F (*) (KeyCollection_tC873531686FD4A9E5CDD7E7A45837DC3BFDD48A8 *, const RuntimeMethod*))KeyCollection_GetEnumerator_mAA2321DDED8CE07F1E0A2C538BB8E8F82222D7D8_gshared)(__this, method); } // !0 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::get_Current() inline OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * Enumerator_get_Current_mDB8A787A500FD9BCCBCCEA0D0372E3EF4796FC83_inline (Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F * __this, const RuntimeMethod* method) { return (( OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * (*) (Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F *, const RuntimeMethod*))Enumerator_get_Current_m2CCCCA8F2AC3C52BBFDE257E16189AC172B18AEF_gshared_inline)(__this, method); } // System.Boolean OVRGrabbable::get_isGrabbed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRGrabbable_get_isGrabbed_mB3601AA90A933A4FC1FA595B1E360F7D707BF76F (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method); // System.Boolean OVRGrabbable::get_allowOffhandGrab() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRGrabbable_get_allowOffhandGrab_mA898D7CDD73E8680615048FA2BC04F74FC7A4B5C_inline (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method); // UnityEngine.Collider[] OVRGrabbable::get_grabPoints() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* OVRGrabbable_get_grabPoints_m805A33BE37EA7F64A7D27AB54159C935F338E46D_inline (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Collider::ClosestPointOnBounds(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Collider_ClosestPointOnBounds_m3AF12FC44A9FA016DE1AF04B5C281D48F9CC2FE1 (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_sqrMagnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m0C764543C918518446B952C56FED00FCCB39E790 (Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F *, const RuntimeMethod*))Enumerator_MoveNext_mB380BB4BFD80C5A3080F2980B3BD52FB255FEC7A_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::Dispose() inline void Enumerator_Dispose_m7675643C51930430E7544ADE1497D377F6F1A9DB (Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F *, const RuntimeMethod*))Enumerator_Dispose_mBF906D5B94336A92FED1A69E0EF666BBEAFF84AA_gshared)(__this, method); } // OVRGrabber OVRGrabbable::get_grabbedBy() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * OVRGrabbable_get_grabbedBy_mE58C37AC403FECAE17271C8E724EDF9C4A51BB9A_inline (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method); // System.Boolean OVRGrabbable::get_snapPosition() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRGrabbable_get_snapPosition_m1D088A3F6147B7C3DDFA46A3EED801535C3123CE_inline (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method); // UnityEngine.Transform OVRGrabbable::get_snapOffset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRGrabbable_get_snapOffset_m891B2B7E524DF074C9D8F400EEAB5E4A1A65A599_inline (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __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); // System.Boolean OVRGrabbable::get_snapOrientation() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRGrabbable_get_snapOrientation_mBDF771F38600DAB7E1930689324B71A29196C210_inline (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method); // UnityEngine.Rigidbody OVRGrabbable::get_grabbedRigidbody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * OVRGrabbable_get_grabbedRigidbody_mBCE0BC7D9060D2B79ADD65B86F996A8FB72CCA45 (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __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); // 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::GetLocalControllerAngularVelocity(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRInput_GetLocalControllerAngularVelocity_m0989A5DF3FC348BB9E405A39A0AB16F5C6A9EA9B (int32_t ___controllerType0, const RuntimeMethod* method); // System.Void OVRGrabber::GrabbableRelease(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_GrabbableRelease_m9D68D56261F4DA6824BB359CB4134CC98FD57571 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___linearVelocity0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___angularVelocity1, const RuntimeMethod* 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); // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_mC78EF98809D2CFB2B01B8061E830E5CCD8B26E8A (Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 *, const RuntimeMethod*))Dictionary_2_Clear_m47F7020D1EF3574E018D180B2C8750653513C62C_gshared)(__this, method); } // !!0[] UnityEngine.GameObject::GetComponentsInChildren() inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* GameObject_GetComponentsInChildren_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_m1D005D78E6CA915E06E4B1A7D21B9EF6580CAC0B (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m6662AE3C936281A25097CCBD9098A9F85C69279A_gshared)(__this, method); } // System.Boolean UnityEngine.Collider::get_isTrigger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collider_get_isTrigger_m3A9C990365C94B7125DB5993D782D3D0FE876A60 (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Physics::IgnoreCollision(UnityEngine.Collider,UnityEngine.Collider,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Physics_IgnoreCollision_m7B4B87FA8DAE966DB15A6825652452ADAB43BEB8 (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___collider10, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___collider21, bool ___ignore2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mB24B2E6D38C8A8596C1D973895D553DD0D2C3C8D (Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 *, const RuntimeMethod*))Dictionary_2__ctor_mC9E7381F0B0B82E0320B2523835DAFC9CB3D1C8D_gshared)(__this, method); } // System.Void OVRGridCube::UpdateCubeGrid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGridCube_UpdateCubeGrid_m8AB0382222B57ACDD4A8465DC1F535A146CCFC2A (OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E * __this, const RuntimeMethod* method); // System.Void OVRGridCube::CreateCubeGrid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGridCube_CreateCubeGrid_m055D4CF449A371250456C5881323EE7DA9B6A673 (OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E * __this, const RuntimeMethod* method); // OVRTracker OVRManager::get_tracker() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A * OVRManager_get_tracker_mF7CFCC84A8F1BF5EA00A47C484DDFAE7470497D5_inline (const RuntimeMethod* method); // System.Boolean OVRTracker::get_isPositionTracked() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRTracker_get_isPositionTracked_m9D71888A3F4ABCFE34F054522F0FE915F8830333 (OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A * __this, const RuntimeMethod* method); // System.Void OVRGridCube::CubeGridSwitchColor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGridCube_CubeGridSwitchColor_m3EE0DFF1F25933FD532DCCE82A9EA2B40B5896F0 (OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E * __this, bool ___CubeSwitchColor0, const RuntimeMethod* method); // System.Int32 UnityEngine.GameObject::get_layer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameObject_get_layer_m9D4C23A2FD105AF9964445BF18A77E8A49012F9F (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::set_layer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_set_layer_m2F946916ACB41A59C46346F5243F2BAC235A36A6 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, int32_t ___value0, 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); // !!0 UnityEngine.GameObject::GetComponent() inline BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5 * GameObject_GetComponent_TisBoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5_m106D19D2AB9862E4B35BBBCF1A510C4A16C928FF (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mD787758BED3337F182C18CC67C516C2A11B55466 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * (*) (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); // System.Void UnityEngine.Renderer::set_receiveShadows(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_receiveShadows_mA7D75C6A0E4C9F3BEB8F9BB27829A5B749AAD875 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, bool ___value0, const RuntimeMethod* 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); // UnityEngine.Color UnityEngine.Color::get_red() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_red_m6364CCD309A4A64D49115167E97154D40CF8F140 (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); // UnityEngine.Color UnityEngine.Color::get_white() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_white_m2F4F3E4DD95471924015E9CB5AF20E59C650EE37 (const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_yellow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_yellow_mF722D7BC5AEA4A29F875AE36F952E474E159181E (const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_blue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_blue_mB28F18C2D039DB69593A38902B30A3CCE6B1AAC1 (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); // System.Void OVRHand::set_PointerPose(UnityEngine.Transform) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_PointerPose_m34DD737648C1C4108EFD3DFAE8466E43B6B8137A_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // UnityEngine.Transform OVRHand::get_PointerPose() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRHand_get_PointerPose_m5FD5EE4BC344C1F3D2F85B1F8C6E3D0E518DF7A2_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_mA6A651EDE81F139E1D6C7BA894834AD71D07227A (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent0, bool ___worldPositionStays1, const RuntimeMethod* method); // System.Void OVRHand::GetHandState(OVRPlugin/Step) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_GetHandState_m63220D893F8A59650096CF068B96EA9113D7D05E (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, int32_t ___step0, const RuntimeMethod* method); // OVRPlugin/XrApi OVRPlugin::get_nativeXrApi() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRPlugin_get_nativeXrApi_m66F68B6CF24200B64ABDBBD21B0273DEC11F8218 (const RuntimeMethod* method); // System.Boolean OVRPlugin::GetHandState(OVRPlugin/Step,OVRPlugin/Hand,OVRPlugin/HandState&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_GetHandState_mDC41746DC42DDCB55CEFDB8692BC3A71E25B3C0D (int32_t ___stepId0, int32_t ___hand1, HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * ___handState2, const RuntimeMethod* method); // System.Void OVRHand::set_IsTracked(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_IsTracked_mAA3E3A2201DE33D054E1DFBECD8BA0DCFBE52C55_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method); // System.Void OVRHand::set_IsSystemGestureInProgress(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_IsSystemGestureInProgress_mA98300B7DDD232FB19F03DEBEC57281EE23CBB40_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method); // System.Void OVRHand::set_IsPointerPoseValid(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_IsPointerPoseValid_mAF125CC99D8D8B3206A25FE5F410BEE41772B657_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method); // System.Void OVRHand::set_IsDominantHand(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_IsDominantHand_m5A5FAAD098BDECEF3F8003833FBDE5E812DF61E5_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method); // System.Void OVRHand::set_HandScale(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_HandScale_m61A9F68BDE48BA8409D326037AE214A039E20DAE_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, float ___value0, const RuntimeMethod* method); // System.Void OVRHand::set_HandConfidence(OVRHand/TrackingConfidence) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_HandConfidence_m37DFDEE3D33A871276B0A834131CD38D1D3DC764_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void OVRHand::set_IsDataValid(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_IsDataValid_m8424866786FEFB3AC0017815606BA3494C3A7BDB_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean OVRHand::get_IsTracked() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRHand_get_IsTracked_m1B1B95C54623252AD41089F461ACC3669CE2AE7C_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method); // OVRHand/TrackingConfidence OVRHand::get_HandConfidence() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRHand_get_HandConfidence_mE06ACA8BA1C4D00BA5F196AC3CA3DCD46C9801FE_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method); // System.Void OVRHand::set_IsDataHighConfidence(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_IsDataHighConfidence_m85DCD3D305A3F0ED8DFA8FD519C70AA90656D1F5_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean OVRHand::get_IsDataValid() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRHand_get_IsDataValid_m73BABA756C47728B7C74CA056E4CB34ED6F08131_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method); // System.Void OVRSkeleton/SkeletonPoseData::set_IsDataValid(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonPoseData_set_IsDataValid_m0DDB1E4DB75026F96B6470E4678302C6DC47968A_inline (SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E * __this, bool ___value0, const RuntimeMethod* method); // System.Void OVRSkeleton/SkeletonPoseData::set_RootPose(OVRPlugin/Posef) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonPoseData_set_RootPose_mA62FF0D3757B42B1A1E72E9CDB16B951492657D2_inline (SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E * __this, Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___value0, const RuntimeMethod* method); // System.Void OVRSkeleton/SkeletonPoseData::set_RootScale(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonPoseData_set_RootScale_mA7B8162C2BD89864FFFBD836D0F8FDDBD58A2031_inline (SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E * __this, float ___value0, const RuntimeMethod* method); // System.Void OVRSkeleton/SkeletonPoseData::set_BoneRotations(OVRPlugin/Quatf[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonPoseData_set_BoneRotations_m50EE7D6F0085AC6A67A071DD0F1CE76470E08A9E_inline (SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E * __this, QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5* ___value0, const RuntimeMethod* method); // System.Void OVRSkeleton/SkeletonPoseData::set_IsDataHighConfidence(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonPoseData_set_IsDataHighConfidence_m14C298CB21B846A17493988BA23A5F12D3EE3E4B_inline (SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E * __this, bool ___value0, const RuntimeMethod* method); // System.Void OVRSkeletonRenderer/SkeletonRendererData::set_IsDataValid(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonRendererData_set_IsDataValid_mC96D90E90D94CA29CDC482B4D4F47320D1D08B9A_inline (SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE * __this, bool ___value0, const RuntimeMethod* method); // System.Void OVRSkeletonRenderer/SkeletonRendererData::set_RootScale(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonRendererData_set_RootScale_m390D0F58A1D46D4DC90F61E0FD029D81B276041B_inline (SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE * __this, float ___value0, const RuntimeMethod* method); // System.Void OVRSkeletonRenderer/SkeletonRendererData::set_IsDataHighConfidence(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonRendererData_set_IsDataHighConfidence_m345B5BFFF74B0F9B55D9A35BCA05C81ED8086842_inline (SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean OVRHand::get_IsSystemGestureInProgress() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRHand_get_IsSystemGestureInProgress_m452ED3E62CB2DBF72B327580C14C932DE95421E4_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method); // System.Void OVRSkeletonRenderer/SkeletonRendererData::set_ShouldUseSystemGestureMaterial(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonRendererData_set_ShouldUseSystemGestureMaterial_m55ED4E183CE0EDFB4A6366C2F5C9B63A74C5AC00_inline (SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE * __this, bool ___value0, const RuntimeMethod* method); // System.Void OVRMeshRenderer/MeshRendererData::set_IsDataValid(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshRendererData_set_IsDataValid_m6D88886E007DBD80C8C6CF14AAF49E7B78443F3B_inline (MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D * __this, bool ___value0, const RuntimeMethod* method); // System.Void OVRMeshRenderer/MeshRendererData::set_IsDataHighConfidence(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshRendererData_set_IsDataHighConfidence_m9A91DF4184CEBD074F03BECD3363998803393F8B_inline (MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D * __this, bool ___value0, const RuntimeMethod* method); // System.Void OVRMeshRenderer/MeshRendererData::set_ShouldUseSystemGestureMaterial(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshRendererData_set_ShouldUseSystemGestureMaterial_m339E2B712F05A1503A8CBB40A63232D74019B4B2_inline (MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D * __this, bool ___value0, 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.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.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m3DE8DD88F2ECC3A8FA4F020B322AB933A598A197 (List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * __this, const RuntimeMethod* method) { (( void (*) (List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void OVRHandTest/BoolMonitor/BoolGenerator::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoolGenerator__ctor_m667FD63CD77F959A64AED08ABA0832EDC5E6C2FB (BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void OVRHandTest/BoolMonitor::.ctor(System.String,OVRHandTest/BoolMonitor/BoolGenerator,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoolMonitor__ctor_m7C3BA815F28705760ADE1CEAD9DAF1762C92665E (BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * __this, String_t* ___name0, BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * ___generator1, float ___displayTimeout2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mE03D8D04F294D6D11B72FDECA9664FD533702FEA (List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * __this, BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B *, BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Boolean OVRPlugin::GetSkeleton(OVRPlugin/SkeletonType,OVRPlugin/Skeleton&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_GetSkeleton_mFA37912777CC7A0BBA2A3FDB100F9B5797DB2B75 (int32_t ___skeletonType0, Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 * ___skeleton1, const RuntimeMethod* method); // System.Boolean OVRPlugin::GetMesh(OVRPlugin/MeshType,OVRPlugin/Mesh&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_GetMesh_mD3661A9571F70B44DE30927812FE60B073F43950 (int32_t ___meshType0, Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E ** ___mesh1, 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); // OVRInput/Controller OVRInput::GetActiveController() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRInput_GetActiveController_mB03C3BDC6933688B3F8C26B2DECF2CFF20795824_inline (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); // OVRInput/Controller OVRInput::GetConnectedControllers() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRInput_GetConnectedControllers_mE69D0392FF67E9784E5116130E895E57E8C81FD1_inline (const RuntimeMethod* method); // System.Void OVRHandTest/BoolMonitor::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoolMonitor_Update_mF6F2D9B0541FF10B6A86B95ABD8157874826C9A1 (BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * __this, const RuntimeMethod* method); // System.Void OVRHandTest/BoolMonitor::AppendToStringBuilder(System.Text.StringBuilder&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoolMonitor_AppendToStringBuilder_m3FB33BA374A8FA29E741D44036463DEBA83D65F9 (BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * __this, StringBuilder_t ** ___sb0, 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); // 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); // System.Boolean OVRPlugin::GetHandTrackingEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRPlugin_GetHandTrackingEnabled_mB11CCFDF6E6CF13C20B9ACA0C9899F16FEFB8AE9 (const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * List_1_get_Item_m8140A688994147CE411FEA4AD6410BF4042BFED1_inline (List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * __this, int32_t ___index0, const RuntimeMethod* method) { return (( BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * (*) (List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B *, 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_m5D0D8906DFE3E0F010C3A9E363A7AAD75B9C73EB_inline (List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void OVRPlugin/Mesh::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh__ctor_mC55AC9EC6278881FECC7418D19868FC7BDD9EC70 (Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E * __this, const RuntimeMethod* method); // System.Void OVRHaptics/Config::Load() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Config_Load_mA326CFD0A599CBBAB58D50CDFC38BB08DCD8A903 (const RuntimeMethod* method); // System.Void OVRHaptics/OVRHapticsOutput::.ctor(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsOutput__ctor_mC9320993425C8F1CA7FAAFFDFEF819744641CB33 (OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D * __this, uint32_t ___controller0, const RuntimeMethod* method); // System.Void OVRHaptics/OVRHapticsChannel::.ctor(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsChannel__ctor_m04A22A48E1B4D080A608B735A8062DEBAB4BFCF1 (OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * __this, uint32_t ___outputIndex0, const RuntimeMethod* method); // System.Void OVRHaptics/OVRHapticsOutput::Process() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsOutput_Process_mE773255784899CDA1268947E709AF10438358F81 (OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D * __this, const RuntimeMethod* method); // System.Int32 OVRHaptics/Config::get_MaximumBufferSamplesCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Config_get_MaximumBufferSamplesCount_mCF860AA8971C6A238861BB6BC29C4F7B75E106D7_inline (const RuntimeMethod* method); // System.Void OVRHapticsClip::set_Capacity(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHapticsClip_set_Capacity_m04B32233A16B57A32E243112BD33098F3B279199_inline (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 OVRHapticsClip::get_Capacity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRHapticsClip_get_Capacity_mB78EFE8E98CE34A08E20E1D2F7FDC5DBEC58BAE7_inline (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, const RuntimeMethod* method); // System.Int32 OVRHaptics/Config::get_SampleSizeInBytes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Config_get_SampleSizeInBytes_m5F636BF2166898CD564FA372B1573CCA966405F5_inline (const RuntimeMethod* method); // System.Void OVRHapticsClip::set_Samples(System.Byte[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHapticsClip_set_Samples_mE241BE760C18DD25355AD7907C3325EA6B4B8DF8_inline (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Byte[] OVRHapticsClip::get_Samples() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* OVRHapticsClip_get_Samples_mDB261524D217F8DF99540C6BA720E462F2A0C0A6_inline (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, const RuntimeMethod* method); // System.Void OVRHapticsClip::set_Count(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHapticsClip_set_Count_m5C2DA3467D6B57CF536926EAA78BAEE6742ED6BA_inline (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 OVRHapticsClip::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_m3899EEB9D73D22E0C4524189E89D36A647581CBF (int32_t ___value0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method); // System.Void OVRHapticsClip::WriteSample(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsClip_WriteSample_m300FC0B99105F3C5523D70CA034EFB113EFBCC5C (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, uint8_t ___sample0, const RuntimeMethod* method); // System.Int32 UnityEngine.AudioClip::get_samples() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AudioClip_get_samples_m741BFBA562FBFDBE67AFE98A38B1B4A871D2D567 (AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.AudioClip::get_channels() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AudioClip_get_channels_m7592B378317BFA41DF2228636124E4DD5B86D3B8 (AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.AudioClip::GetData(System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AudioClip_GetData_m2D7410645789EBED93CAA8146D271C79156E2CB0 (AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___data0, int32_t ___offsetSamples1, const RuntimeMethod* method); // System.Int32 UnityEngine.AudioClip::get_frequency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AudioClip_get_frequency_m5346F253EE3761A2535B20E0E27B6AB0B875BFCD (AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * __this, const RuntimeMethod* method); // System.Void OVRHapticsClip::InitializeFromAudioFloatTrack(System.Single[],System.Double,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsClip_InitializeFromAudioFloatTrack_m9CAED9E9EDCE660FA6480E6E74FD88601B45DAC7 (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___sourceData0, double ___sourceFrequency1, int32_t ___sourceChannelCount2, int32_t ___sourceChannel3, const RuntimeMethod* method); // System.Int32 OVRHaptics/Config::get_SampleRateHz() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Config_get_SampleRateHz_m45E819F80B37F4AC7C331CD39034A8D7D4C5EAD7_inline (const RuntimeMethod* 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 // System.Void OVRCubemapCapture::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCubemapCapture_Update_m6847181B3631856EC823020149603601FDA76C7C (OVRCubemapCapture_t63B77675ADB7134519879ADFD41612BC680D8BB6 * __this, const RuntimeMethod* method) { { // if (autoTriggerAfterLaunch) bool L_0 = __this->get_autoTriggerAfterLaunch_4(); if (!L_0) { goto IL_004b; } } { // autoTriggerElapse += Time.deltaTime; float L_1 = __this->get_autoTriggerElapse_6(); float L_2; L_2 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); __this->set_autoTriggerElapse_6(((float)il2cpp_codegen_add((float)L_1, (float)L_2))); // if (autoTriggerElapse >= autoTriggerDelay) float L_3 = __this->get_autoTriggerElapse_6(); float L_4 = __this->get_autoTriggerDelay_5(); if ((!(((float)L_3) >= ((float)L_4)))) { goto IL_004b; } } { // autoTriggerAfterLaunch = false; __this->set_autoTriggerAfterLaunch_4((bool)0); // TriggerCubemapCapture(transform.position, cubemapSize, pathName); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_cubemapSize_9(); String_t* L_8 = __this->get_pathName_8(); OVRCubemapCapture_TriggerCubemapCapture_m241C6BF2A20EE13B04AEF2F1252A77F9DAD23654(L_6, L_7, L_8, /*hidden argument*/NULL); } IL_004b: { // if ( Input.GetKeyDown( triggeredByKey ) ) int32_t L_9 = __this->get_triggeredByKey_7(); bool L_10; L_10 = Input_GetKeyDown_m806A477EAE0AE49AA9C5E518A0800A3D80D873DC(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0074; } } { // TriggerCubemapCapture(transform.position, cubemapSize, pathName); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_11, /*hidden argument*/NULL); int32_t L_13 = __this->get_cubemapSize_9(); String_t* L_14 = __this->get_pathName_8(); OVRCubemapCapture_TriggerCubemapCapture_m241C6BF2A20EE13B04AEF2F1252A77F9DAD23654(L_12, L_13, L_14, /*hidden argument*/NULL); } IL_0074: { // } return; } } // System.Void OVRCubemapCapture::TriggerCubemapCapture(UnityEngine.Vector3,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCubemapCapture_TriggerCubemapCapture_m241C6BF2A20EE13B04AEF2F1252A77F9DAD23654 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___capturePos0, int32_t ___cubemapSize1, String_t* ___pathName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE67D5D94C2EB8FEEA701317EE63559AF5DE74B2F); s_Il2CppMethodInitialized = true; } Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * V_0 = NULL; { // GameObject ownerObj = new GameObject("CubemapCamera", typeof(Camera)); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_1 = L_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (Type_t *)L_3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_m9829583AE3BF1285861C580895202F760F3A82E8(L_4, _stringLiteralE67D5D94C2EB8FEEA701317EE63559AF5DE74B2F, L_1, /*hidden argument*/NULL); // ownerObj.hideFlags = HideFlags.HideAndDontSave; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = L_4; NullCheck(L_5); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_5, ((int32_t)61), /*hidden argument*/NULL); // ownerObj.transform.position = capturePos; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = L_5; NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_6, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___capturePos0; NullCheck(L_7); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_7, L_8, /*hidden argument*/NULL); // ownerObj.transform.rotation = Quaternion.identity; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9 = L_6; NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_9, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_11; L_11 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); NullCheck(L_10); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_10, L_11, /*hidden argument*/NULL); // Camera camComponent = ownerObj.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12 = L_9; NullCheck(L_12); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_13; L_13 = GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49(L_12, /*hidden argument*/GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49_RuntimeMethod_var); // camComponent.farClipPlane = 10000.0f; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_14 = L_13; NullCheck(L_14); Camera_set_farClipPlane_m63F1302068433A72A5103281327C68CD8F67AD41(L_14, (10000.0f), /*hidden argument*/NULL); // camComponent.enabled = false; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_15 = L_14; NullCheck(L_15); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_15, (bool)0, /*hidden argument*/NULL); // Cubemap cubemap = new Cubemap(cubemapSize, TextureFormat.RGB24, false); int32_t L_16 = ___cubemapSize1; Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * L_17 = (Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 *)il2cpp_codegen_object_new(Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938_il2cpp_TypeInfo_var); Cubemap__ctor_m3F121EC86FF615007F0BB6FD8162779EE7D19037(L_17, L_16, 3, (bool)0, /*hidden argument*/NULL); V_0 = L_17; // RenderIntoCubemap(camComponent, cubemap); Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * L_18 = V_0; OVRCubemapCapture_RenderIntoCubemap_mA648987B4099FEE7EE0E913021F275F52DFEA108(L_15, L_18, /*hidden argument*/NULL); // SaveCubemapCapture(cubemap, pathName); Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * L_19 = V_0; String_t* L_20 = ___pathName2; bool L_21; L_21 = OVRCubemapCapture_SaveCubemapCapture_m6B962DC564A7938A62AFB1B232E415FBA0908AD5(L_19, L_20, /*hidden argument*/NULL); // DestroyImmediate(cubemap); Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_m7E408D4287F169F714A91F4D823A0BEF6090C11F(L_22, /*hidden argument*/NULL); // DestroyImmediate(ownerObj); Object_DestroyImmediate_m7E408D4287F169F714A91F4D823A0BEF6090C11F(L_12, /*hidden argument*/NULL); // } return; } } // System.Void OVRCubemapCapture::RenderIntoCubemap(UnityEngine.Camera,UnityEngine.Cubemap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCubemapCapture_RenderIntoCubemap_mA648987B4099FEE7EE0E913021F275F52DFEA108 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___ownerCamera0, Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * ___outCubemap1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t4D6325C768AF0C9BE49B578F0B7E43147C9D1364____CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE* V_2 = NULL; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* V_3 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_4 = NULL; float V_5 = 0.0f; float V_6 = 0.0f; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_7; memset((&V_7), 0, sizeof(V_7)); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_8 = NULL; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * V_9 = NULL; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* V_10 = NULL; int32_t V_11 = 0; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; { // int width = (int)outCubemap.width; Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * L_0 = ___outCubemap1; NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_0); V_0 = L_1; // int height = (int)outCubemap.height; Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * L_2 = ___outCubemap1; NullCheck(L_2); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_2); V_1 = L_3; // CubemapFace[] faces = new CubemapFace[] { CubemapFace.PositiveX, CubemapFace.NegativeX, CubemapFace.PositiveY, CubemapFace.NegativeY, CubemapFace.PositiveZ, CubemapFace.NegativeZ }; CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE* L_4 = (CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE*)(CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE*)SZArrayNew(CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE_il2cpp_TypeInfo_var, (uint32_t)6); CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE* L_5 = L_4; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t4D6325C768AF0C9BE49B578F0B7E43147C9D1364____CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m37345890E8136134556D27E57315B584AC51D53F((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); V_2 = L_5; // Vector3[] faceAngles = new Vector3[] { new Vector3(0.0f, 90.0f, 0.0f), new Vector3(0.0f, -90.0f, 0.0f), new Vector3(-90.0f, 0.0f, 0.0f), new Vector3(90.0f, 0.0f, 0.0f), new Vector3(0.0f, 0.0f, 0.0f), new Vector3(0.0f, 180.0f, 0.0f) }; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_7 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)6); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_8 = L_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), (0.0f), (90.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_8); (L_8)->SetAt(static_cast(0), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_9); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_10 = L_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; memset((&L_11), 0, sizeof(L_11)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_11), (0.0f), (-90.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_10); (L_10)->SetAt(static_cast(1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_11); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_12 = L_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; memset((&L_13), 0, sizeof(L_13)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_13), (-90.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_12); (L_12)->SetAt(static_cast(2), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_13); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_14 = L_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; memset((&L_15), 0, sizeof(L_15)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_15), (90.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_14); (L_14)->SetAt(static_cast(3), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_15); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_16 = L_14; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; memset((&L_17), 0, sizeof(L_17)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_17), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_16); (L_16)->SetAt(static_cast(4), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_17); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_18 = L_16; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; memset((&L_19), 0, sizeof(L_19)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_19), (0.0f), (180.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_18); (L_18)->SetAt(static_cast(5), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_19); V_3 = L_18; // RenderTexture backupRenderTex = RenderTexture.active; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_20; L_20 = RenderTexture_get_active_m0DF52E4F5B60DDEEA9387E51C2F463774EEF455C(/*hidden argument*/NULL); V_4 = L_20; // float backupFieldOfView = ownerCamera.fieldOfView; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_21 = ___ownerCamera0; NullCheck(L_21); float L_22; L_22 = Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920(L_21, /*hidden argument*/NULL); V_5 = L_22; // float backupAspect = ownerCamera.aspect; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_23 = ___ownerCamera0; NullCheck(L_23); float L_24; L_24 = Camera_get_aspect_mD0A1FC8F998473DA08866FF9CD61C02E6D5F4987(L_23, /*hidden argument*/NULL); V_6 = L_24; // Quaternion backupRot = ownerCamera.transform.rotation; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_25 = ___ownerCamera0; NullCheck(L_25); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_26; L_26 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_25, /*hidden argument*/NULL); NullCheck(L_26); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_27; L_27 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_26, /*hidden argument*/NULL); V_7 = L_27; // RenderTexture faceTexture = new RenderTexture(width, height, 24); int32_t L_28 = V_0; int32_t L_29 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_30 = (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 *)il2cpp_codegen_object_new(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849_il2cpp_TypeInfo_var); RenderTexture__ctor_m5D8D36B284951F95A048C6B9ACA24FC7509564FF(L_30, L_28, L_29, ((int32_t)24), /*hidden argument*/NULL); V_8 = L_30; // faceTexture.antiAliasing = 8; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_31 = V_8; NullCheck(L_31); RenderTexture_set_antiAliasing_m4D37900B7E23CA0D33F109DB8DF21265DB70C38F(L_31, 8, /*hidden argument*/NULL); // faceTexture.dimension = UnityEngine.Rendering.TextureDimension.Tex2D; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_32 = V_8; NullCheck(L_32); VirtActionInvoker1< int32_t >::Invoke(10 /* System.Void UnityEngine.Texture::set_dimension(UnityEngine.Rendering.TextureDimension) */, L_32, 2); // faceTexture.hideFlags = HideFlags.HideAndDontSave; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_33 = V_8; NullCheck(L_33); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_33, ((int32_t)61), /*hidden argument*/NULL); // Texture2D swapTex = new Texture2D(width, height, TextureFormat.RGB24, false); int32_t L_34 = V_0; int32_t L_35 = V_1; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_36 = (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)il2cpp_codegen_object_new(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); Texture2D__ctor_mF138386223A07CBD4CE94672757E39D0EF718092(L_36, L_34, L_35, 3, (bool)0, /*hidden argument*/NULL); V_9 = L_36; // swapTex.hideFlags = HideFlags.HideAndDontSave; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_37 = V_9; NullCheck(L_37); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_37, ((int32_t)61), /*hidden argument*/NULL); // ownerCamera.targetTexture = faceTexture; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_38 = ___ownerCamera0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_39 = V_8; NullCheck(L_38); Camera_set_targetTexture_m200B05665D1F5C62D9016C2DD20955755BAB4596(L_38, L_39, /*hidden argument*/NULL); // ownerCamera.fieldOfView = 90; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_40 = ___ownerCamera0; NullCheck(L_40); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_40, (90.0f), /*hidden argument*/NULL); // ownerCamera.aspect = 1.0f; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_41 = ___ownerCamera0; NullCheck(L_41); Camera_set_aspect_mF0D72E1250A4408B6A7C32700EE3D80C75C3879C(L_41, (1.0f), /*hidden argument*/NULL); // Color[] mirroredPixels = new Color[swapTex.height * swapTex.width]; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_42 = V_9; NullCheck(L_42); int32_t L_43; L_43 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_42); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_44 = V_9; NullCheck(L_44); int32_t L_45; L_45 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_44); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_46 = (ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)SZArrayNew(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_43, (int32_t)L_45))); V_10 = L_46; // for (int i = 0; i < faces.Length; i++) V_11 = 0; goto IL_01f8; } IL_0161: { // ownerCamera.transform.eulerAngles = faceAngles[i]; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_47 = ___ownerCamera0; NullCheck(L_47); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_48; L_48 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_47, /*hidden argument*/NULL); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_49 = V_3; int32_t L_50 = V_11; NullCheck(L_49); int32_t L_51 = L_50; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52 = (L_49)->GetAt(static_cast(L_51)); NullCheck(L_48); Transform_set_eulerAngles_mFDCBC6282E4B1196AA26BF01008B2AAA2DD2969E(L_48, L_52, /*hidden argument*/NULL); // ownerCamera.Render(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_53 = ___ownerCamera0; NullCheck(L_53); Camera_Render_m2D9749799AAC91A3725044A6CF5594E1F5D68D61(L_53, /*hidden argument*/NULL); // RenderTexture.active = faceTexture; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_54 = V_8; RenderTexture_set_active_mD8A1E34F5284EAA3BD907001AB63CB0735C16BC1(L_54, /*hidden argument*/NULL); // swapTex.ReadPixels(new Rect(0, 0, width, height), 0, 0); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_55 = V_9; int32_t L_56 = V_0; int32_t L_57 = V_1; Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_58; memset((&L_58), 0, sizeof(L_58)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_58), (0.0f), (0.0f), ((float)((float)L_56)), ((float)((float)L_57)), /*hidden argument*/NULL); NullCheck(L_55); Texture2D_ReadPixels_m4C6FE8C2798C39C20A14DAFC963C720D17F4F987(L_55, L_58, 0, 0, /*hidden argument*/NULL); // Color[] OrignalPixels = swapTex.GetPixels(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_59 = V_9; NullCheck(L_59); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_60; L_60 = Texture2D_GetPixels_m702E1E59DE60A5A11197DA3F6474F9E6716D9699(L_59, /*hidden argument*/NULL); V_12 = L_60; // for (int y1 = 0; y1 < height; y1++) V_13 = 0; goto IL_01e1; } IL_01ab: { // for (int x1 = 0; x1 < width; x1++) V_14 = 0; goto IL_01d6; } IL_01b0: { // mirroredPixels[y1 * width + x1] = OrignalPixels[((height - 1 - y1) * width) + x1]; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_61 = V_10; int32_t L_62 = V_13; int32_t L_63 = V_0; int32_t L_64 = V_14; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_65 = V_12; int32_t L_66 = V_1; int32_t L_67 = V_13; int32_t L_68 = V_0; int32_t L_69 = V_14; NullCheck(L_65); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)), (int32_t)L_67)), (int32_t)L_68)), (int32_t)L_69)); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_71 = (L_65)->GetAt(static_cast(L_70)); 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)L_63)), (int32_t)L_64))), (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_71); // for (int x1 = 0; x1 < width; x1++) int32_t L_72 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_01d6: { // for (int x1 = 0; x1 < width; x1++) int32_t L_73 = V_14; int32_t L_74 = V_0; if ((((int32_t)L_73) < ((int32_t)L_74))) { goto IL_01b0; } } { // for (int y1 = 0; y1 < height; y1++) int32_t L_75 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_01e1: { // for (int y1 = 0; y1 < height; y1++) int32_t L_76 = V_13; int32_t L_77 = V_1; if ((((int32_t)L_76) < ((int32_t)L_77))) { goto IL_01ab; } } { // outCubemap.SetPixels(mirroredPixels, faces[i]); Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * L_78 = ___outCubemap1; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_79 = V_10; CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE* L_80 = V_2; int32_t L_81 = V_11; NullCheck(L_80); int32_t L_82 = L_81; int32_t L_83 = (int32_t)(L_80)->GetAt(static_cast(L_82)); NullCheck(L_78); Cubemap_SetPixels_mA6ECC11A2820D31FBC18D3052B6559A73BF19B24(L_78, L_79, L_83, /*hidden argument*/NULL); // for (int i = 0; i < faces.Length; i++) int32_t L_84 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); } IL_01f8: { // for (int i = 0; i < faces.Length; i++) int32_t L_85 = V_11; CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE* L_86 = V_2; NullCheck(L_86); if ((((int32_t)L_85) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_86)->max_length)))))) { goto IL_0161; } } { // outCubemap.SmoothEdges(); Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * L_87 = ___outCubemap1; NullCheck(L_87); Cubemap_SmoothEdges_m1D0DD399A7590029BB8BD63A4A301DD4E207B072(L_87, /*hidden argument*/NULL); // RenderTexture.active = backupRenderTex; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_88 = V_4; RenderTexture_set_active_mD8A1E34F5284EAA3BD907001AB63CB0735C16BC1(L_88, /*hidden argument*/NULL); // ownerCamera.fieldOfView = backupFieldOfView; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_89 = ___ownerCamera0; float L_90 = V_5; NullCheck(L_89); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_89, L_90, /*hidden argument*/NULL); // ownerCamera.aspect = backupAspect; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_91 = ___ownerCamera0; float L_92 = V_6; NullCheck(L_91); Camera_set_aspect_mF0D72E1250A4408B6A7C32700EE3D80C75C3879C(L_91, L_92, /*hidden argument*/NULL); // ownerCamera.transform.rotation = backupRot; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_93 = ___ownerCamera0; NullCheck(L_93); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_94; L_94 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_93, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_95 = V_7; NullCheck(L_94); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_94, L_95, /*hidden argument*/NULL); // ownerCamera.targetTexture = backupRenderTex; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_96 = ___ownerCamera0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_97 = V_4; NullCheck(L_96); Camera_set_targetTexture_m200B05665D1F5C62D9016C2DD20955755BAB4596(L_96, L_97, /*hidden argument*/NULL); // DestroyImmediate(swapTex); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_98 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_m7E408D4287F169F714A91F4D823A0BEF6090C11F(L_98, /*hidden argument*/NULL); // DestroyImmediate(faceTexture); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_99 = V_8; Object_DestroyImmediate_m7E408D4287F169F714A91F4D823A0BEF6090C11F(L_99, /*hidden argument*/NULL); // } return; } } // System.Boolean OVRCubemapCapture::SaveCubemapCapture(UnityEngine.Cubemap,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRCubemapCapture_SaveCubemapCapture_m6B962DC564A7938A62AFB1B232E415FBA0908AD5 (Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * ___cubemap0, String_t* ___pathName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_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*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t4D6325C768AF0C9BE49B578F0B7E43147C9D1364____CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0226DD165B872B0FEB8C29F793D3BFD408E21278); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23DF9991B71463C240582D176E347E7E47AEFF5A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FBAB2EF3A05513A7FC7960D97DC6AD48DAA44D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA15C898F015A9B0BC3268E8883CD03008A56DE26); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB255C98C087D72752B6100BEF859404005A26339); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD49FB70BBCB12B4EA3CA992A5F9431151E705122); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF144705F6E64D65182D7630F0E5E6D7813D3E473); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCC25A881C0621540EAE6C7D2C05D56C3D022226); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; bool V_6 = false; String_t* V_7 = NULL; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * V_8 = NULL; CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE* V_9 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_10; memset((&V_10), 0, sizeof(V_10)); Exception_t * V_11 = NULL; bool V_12 = false; int32_t V_13 = 0; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* V_14 = NULL; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* V_15 = NULL; int32_t V_16 = 0; int32_t V_17 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_18 = NULL; Exception_t * V_19 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B30_0 = NULL; { // int width = cubemap.width; Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * L_0 = ___cubemap0; NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_0); V_2 = L_1; // int height = cubemap.height; Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * L_2 = ___cubemap0; NullCheck(L_2); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_2); V_3 = L_3; // int x = 0; V_4 = 0; // int y = 0; V_5 = 0; // bool saveToPNG = true; V_6 = (bool)1; // if (string.IsNullOrEmpty(pathName)) String_t* L_4 = ___pathName1; bool L_5; L_5 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0033; } } { // dirName = Application.persistentDataPath + "/OVR_ScreenShot360/"; String_t* L_6; L_6 = Application_get_persistentDataPath_mF7308BDB3197651AEC5A0896DAAC385389321F77(/*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_6, _stringLiteralF144705F6E64D65182D7630F0E5E6D7813D3E473, /*hidden argument*/NULL); V_1 = L_7; // fileName = null; V_0 = (String_t*)NULL; // } goto IL_0071; } IL_0033: { // dirName = Path.GetDirectoryName(pathName); String_t* L_8 = ___pathName1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_9; L_9 = Path_GetDirectoryName_mDDE1B8605FCC159BD2EF2E05A87F03EA2B64FC22(L_8, /*hidden argument*/NULL); V_1 = L_9; // fileName = Path.GetFileName(pathName); String_t* L_10 = ___pathName1; String_t* L_11; L_11 = Path_GetFileName_m8EA4A2E6489DF4A4ED45D24117CF023E5F150667(L_10, /*hidden argument*/NULL); V_0 = L_11; // if (dirName[dirName.Length - 1] != '/' || dirName[dirName.Length - 1] != '\\') String_t* L_12 = V_1; String_t* L_13 = V_1; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); Il2CppChar L_15; L_15 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)47))))) { goto IL_0065; } } { String_t* L_16 = V_1; String_t* L_17 = V_1; NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_17, /*hidden argument*/NULL); NullCheck(L_16); Il2CppChar L_19; L_19 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_19) == ((int32_t)((int32_t)92)))) { goto IL_0071; } } IL_0065: { // dirName += "/"; String_t* L_20 = V_1; String_t* L_21; L_21 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_20, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); V_1 = L_21; } IL_0071: { // if (string.IsNullOrEmpty(fileName)) String_t* L_22 = V_0; bool L_23; L_23 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_009c; } } { // fileName = "OVR_" + System.DateTime.Now.ToString("hh_mm_ss") + ".png"; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_24; L_24 = DateTime_get_Now_mDC71803EA6776DD66EA7477CDCCD62191726B478(/*hidden argument*/NULL); V_10 = L_24; String_t* L_25; L_25 = DateTime_ToString_m19ECEFF7BA22ED4425F7562A82A1C2308E934204((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_10), _stringLiteral6FBAB2EF3A05513A7FC7960D97DC6AD48DAA44D5, /*hidden argument*/NULL); String_t* L_26; L_26 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(_stringLiteral0226DD165B872B0FEB8C29F793D3BFD408E21278, L_25, _stringLiteralA15C898F015A9B0BC3268E8883CD03008A56DE26, /*hidden argument*/NULL); V_0 = L_26; } IL_009c: { // string extName = Path.GetExtension(fileName); String_t* L_27 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_28; L_28 = Path_GetExtension_m0C2EC5BB5B37DF142039AE5B53C45B4262B82188(L_27, /*hidden argument*/NULL); V_7 = L_28; // if (extName == ".png") String_t* L_29 = V_7; bool L_30; L_30 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_29, _stringLiteralA15C898F015A9B0BC3268E8883CD03008A56DE26, /*hidden argument*/NULL); if (!L_30) { goto IL_00b7; } } { // saveToPNG = true; V_6 = (bool)1; // } goto IL_00dd; } IL_00b7: { // else if (extName == ".jpg") String_t* L_31 = V_7; bool L_32; L_32 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_31, _stringLiteral23DF9991B71463C240582D176E347E7E47AEFF5A, /*hidden argument*/NULL); if (!L_32) { goto IL_00ca; } } { // saveToPNG = false; V_6 = (bool)0; // } goto IL_00dd; } IL_00ca: { // Debug.LogError("Unsupported file format" + extName); String_t* L_33 = V_7; String_t* L_34; L_34 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralB255C98C087D72752B6100BEF859404005A26339, L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_34, /*hidden argument*/NULL); // return false; return (bool)0; } IL_00dd: { } IL_00de: try { // begin try (depth: 1) // System.IO.Directory.CreateDirectory(dirName); String_t* L_35 = V_1; DirectoryInfo_t4EF3610F45F0D234800D01ADA8F3F476AE0CF5CD * L_36; L_36 = Directory_CreateDirectory_mD4AF617271FC2134CDC13A8D41D492BE477028E5(L_35, /*hidden argument*/NULL); // } goto IL_010d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e7; } throw e; } CATCH_00e7: { // begin catch(System.Exception) // catch (System.Exception e) V_11 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Debug.LogError("Failed to create path " + dirName + " since " + e.ToString()); String_t* L_37 = V_1; Exception_t * L_38 = V_11; NullCheck(L_38); String_t* L_39; L_39 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_38); String_t* L_40; L_40 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral394309F0A1F4EDA71A1B16E8053734408140E0AA)), L_37, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52CA60B49F64F7D8B8AA56D0FF4025550995AFCF)), L_39, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_40, /*hidden argument*/NULL); // return false; V_12 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0224; } // end catch (depth: 1) IL_010d: { // Texture2D tex = new Texture2D(width * 6, height, TextureFormat.RGB24, false); int32_t L_41 = V_2; int32_t L_42 = V_3; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_43 = (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)il2cpp_codegen_object_new(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); Texture2D__ctor_mF138386223A07CBD4CE94672757E39D0EF718092(L_43, ((int32_t)il2cpp_codegen_multiply((int32_t)L_41, (int32_t)6)), L_42, 3, (bool)0, /*hidden argument*/NULL); V_8 = L_43; // if (tex == null) Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_44 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_45; L_45 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_44, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_45) { goto IL_0130; } } { // Debug.LogError("[OVRScreenshotWizard] Failed creating the texture!"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralD49FB70BBCB12B4EA3CA992A5F9431151E705122, /*hidden argument*/NULL); // return false; return (bool)0; } IL_0130: { // CubemapFace[] faces = new CubemapFace[] { CubemapFace.PositiveX, CubemapFace.NegativeX, CubemapFace.PositiveY, CubemapFace.NegativeY, CubemapFace.PositiveZ, CubemapFace.NegativeZ }; CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE* L_46 = (CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE*)(CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE*)SZArrayNew(CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE_il2cpp_TypeInfo_var, (uint32_t)6); CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE* L_47 = L_46; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_48 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t4D6325C768AF0C9BE49B578F0B7E43147C9D1364____CD9A54ED1F18BF97DB08914E280EA7349E11CA2C4885A4D8052552CEBA84208D_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m37345890E8136134556D27E57315B584AC51D53F((RuntimeArray *)(RuntimeArray *)L_47, L_48, /*hidden argument*/NULL); V_9 = L_47; // for (int i = 0; i < faces.Length; i++) V_13 = 0; goto IL_01be; } IL_0148: { // Color[] srcPixels = null; V_14 = (ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)NULL; // Color[] pixels = cubemap.GetPixels(faces[i]); Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * L_49 = ___cubemap0; CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE* L_50 = V_9; int32_t L_51 = V_13; NullCheck(L_50); int32_t L_52 = L_51; int32_t L_53 = (int32_t)(L_50)->GetAt(static_cast(L_52)); NullCheck(L_49); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_54; L_54 = Cubemap_GetPixels_mDBF935C657F581F1EA96B73F4496D18861214B31(L_49, L_53, /*hidden argument*/NULL); V_15 = L_54; // srcPixels = new Color[pixels.Length]; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_55 = V_15; NullCheck(L_55); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_56 = (ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)SZArrayNew(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length)))); V_14 = L_56; // for (int y1 = 0; y1 < height; y1++) V_16 = 0; goto IL_019e; } IL_0168: { // for (int x1 = 0; x1 < width; x1++) V_17 = 0; goto IL_0193; } IL_016d: { // srcPixels[y1 * width + x1] = pixels[((height - 1 - y1) * width) + x1]; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_57 = V_14; int32_t L_58 = V_16; int32_t L_59 = V_2; int32_t L_60 = V_17; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_61 = V_15; int32_t L_62 = V_3; int32_t L_63 = V_16; int32_t L_64 = V_2; int32_t L_65 = V_17; NullCheck(L_61); int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)1)), (int32_t)L_63)), (int32_t)L_64)), (int32_t)L_65)); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_67 = (L_61)->GetAt(static_cast(L_66)); 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)L_59)), (int32_t)L_60))), (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_67); // for (int x1 = 0; x1 < width; x1++) int32_t L_68 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_0193: { // for (int x1 = 0; x1 < width; x1++) int32_t L_69 = V_17; int32_t L_70 = V_2; if ((((int32_t)L_69) < ((int32_t)L_70))) { goto IL_016d; } } { // for (int y1 = 0; y1 < height; y1++) int32_t L_71 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); } IL_019e: { // for (int y1 = 0; y1 < height; y1++) int32_t L_72 = V_16; int32_t L_73 = V_3; if ((((int32_t)L_72) < ((int32_t)L_73))) { goto IL_0168; } } { // tex.SetPixels(x, y, width, height, srcPixels); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_74 = V_8; int32_t L_75 = V_4; int32_t L_76 = V_5; int32_t L_77 = V_2; int32_t L_78 = V_3; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_79 = V_14; NullCheck(L_74); Texture2D_SetPixels_m802BA835119C0F93478BBA752BA23192013EA4F7(L_74, L_75, L_76, L_77, L_78, L_79, /*hidden argument*/NULL); // x += width; int32_t L_80 = V_4; int32_t L_81 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)L_81)); // for (int i = 0; i < faces.Length; i++) int32_t L_82 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); } IL_01be: { // for (int i = 0; i < faces.Length; i++) int32_t L_83 = V_13; CubemapFaceU5BU5D_tF95DF17B8792EB4BFE703DE97EC63B635DFED1BE* L_84 = V_9; NullCheck(L_84); if ((((int32_t)L_83) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_84)->max_length)))))) { goto IL_0148; } } { } IL_01c7: try { // begin try (depth: 1) { // byte[] bytes = saveToPNG ? tex.EncodeToPNG() : tex.EncodeToJPG(); bool L_85 = V_6; if (L_85) { goto IL_01d4; } } IL_01cb: { Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_86 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_87; L_87 = ImageConversion_EncodeToJPG_mDE9A991A80442770719DD798B503A63F1D099758(L_86, /*hidden argument*/NULL); G_B30_0 = L_87; goto IL_01db; } IL_01d4: { Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_88 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89; L_89 = ImageConversion_EncodeToPNG_m016F2AE8469302E2AC6F8D1BECA39F2298E1F6C0(L_88, /*hidden argument*/NULL); G_B30_0 = L_89; } IL_01db: { V_18 = G_B30_0; // System.IO.File.WriteAllBytes(dirName + fileName, bytes); String_t* L_90 = V_1; String_t* L_91 = V_0; String_t* L_92; L_92 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_90, L_91, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_93 = V_18; File_WriteAllBytes_m33B986FB56E21EEEB232B6FA7A024AA5B085F9A1(L_92, L_93, /*hidden argument*/NULL); // Debug.Log("Cubemap file created " + dirName + fileName); String_t* L_94 = V_1; String_t* L_95 = V_0; String_t* L_96; L_96 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(_stringLiteralFCC25A881C0621540EAE6C7D2C05D56C3D022226, L_94, L_95, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(L_96, /*hidden argument*/NULL); // } goto IL_021b; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_01fe; } throw e; } CATCH_01fe: { // begin catch(System.Exception) // catch (System.Exception e) V_19 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Debug.LogError("Failed to save cubemap file since " + e.ToString()); Exception_t * L_97 = V_19; NullCheck(L_97); String_t* L_98; L_98 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_97); String_t* L_99; L_99 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral536746ECA1FDAAAA29DB7764FC9CD0B10DC25170)), L_98, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_99, /*hidden argument*/NULL); // return false; V_12 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0224; } // end catch (depth: 1) IL_021b: { // DestroyImmediate(tex); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_100 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_m7E408D4287F169F714A91F4D823A0BEF6090C11F(L_100, /*hidden argument*/NULL); // return true; return (bool)1; } IL_0224: { // } bool L_101 = V_12; return L_101; } } // System.Void OVRCubemapCapture::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCubemapCapture__ctor_m9FC3B0BBE04D930297204D3DAA6A589FEA3B5047 (OVRCubemapCapture_t63B77675ADB7134519879ADFD41612BC680D8BB6 * __this, const RuntimeMethod* method) { { // public bool autoTriggerAfterLaunch = true; __this->set_autoTriggerAfterLaunch_4((bool)1); // public float autoTriggerDelay = 1.0f; __this->set_autoTriggerDelay_5((1.0f)); // public KeyCode triggeredByKey = KeyCode.F8; __this->set_triggeredByKey_7(((int32_t)289)); // public int cubemapSize = 2048; __this->set_cubemapSize_9(((int32_t)2048)); 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 OVRCursor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCursor__ctor_mB020DDB4D9F85CBAE86A337E0B53CF2F05BB3F32 (OVRCursor_t2773859B8D1061E80DBA9CD35C00835EBC7F15ED * __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 // System.Collections.Generic.List`1 OVRCustomSkeleton::get_CustomBones() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * OVRCustomSkeleton_get_CustomBones_mE5067E4696C6EFEE187FD6D873855145DA23FFF0 (OVRCustomSkeleton_tE3D36B497A2EF981EA149D9A4C2358A0762CC48D * __this, const RuntimeMethod* method) { { // public List CustomBones { get { return _customBones_V2; } } List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_0 = __this->get__customBones_V2_25(); return L_0; } } // System.Void OVRCustomSkeleton::InitializeBones() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCustomSkeleton_InitializeBones_m591B781D6422F46130E91B99F22C737AD828D868 (OVRCustomSkeleton_tE3D36B497A2EF981EA149D9A4C2358A0762CC48D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AsReadOnly_mA2C5F20703339C1E6C0D2C4684DA7D13ED8C47B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4D789252BDD53967782D3C6EE00B95D834D04ADE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m07895DFC7A39B20CE5033BB568FE251195B2DB6F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m78EE3DE4DA757886422276C541B49977A6AD50F3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m83A622255EC159DC2B5CF14EFC838532EA8F9F8C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t8958585D92650E004D74521A8D0B3CE051FA276F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRBone_tF9C031559703607035E455CE642549C722BBF081_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; OVRBone_tF9C031559703607035E455CE642549C722BBF081 * V_2 = NULL; OVRBone_tF9C031559703607035E455CE642549C722BBF081 * V_3 = NULL; int32_t G_B3_0 = 0; OVRBone_tF9C031559703607035E455CE642549C722BBF081 * G_B9_0 = NULL; OVRBone_tF9C031559703607035E455CE642549C722BBF081 * G_B8_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B12_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B11_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B13_0; memset((&G_B13_0), 0, sizeof(G_B13_0)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B13_1 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B16_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B15_0 = NULL; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 G_B17_0; memset((&G_B17_0), 0, sizeof(G_B17_0)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B17_1 = NULL; { // bool flipX = (_skeletonType == SkeletonType.HandLeft || _skeletonType == SkeletonType.HandRight); int32_t L_0 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get__skeletonType_4(); if (!L_0) { goto IL_0013; } } { int32_t L_1 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get__skeletonType_4(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)1))? 1 : 0); goto IL_0014; } IL_0013: { G_B3_0 = 1; } IL_0014: { V_0 = (bool)G_B3_0; // if (_bones == null || _bones.Count != _skeleton.NumBones) List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * L_2 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get__bones_12(); if (!L_2) { goto IL_0037; } } { List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * L_3 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get__bones_12(); NullCheck(L_3); int32_t L_4; L_4 = List_1_get_Count_m07895DFC7A39B20CE5033BB568FE251195B2DB6F_inline(L_3, /*hidden argument*/List_1_get_Count_m07895DFC7A39B20CE5033BB568FE251195B2DB6F_RuntimeMethod_var); Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13 * L_5 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get_address_of__skeleton_15(); uint32_t L_6 = L_5->get_NumBones_1(); if ((((int64_t)((int64_t)((int64_t)L_4))) == ((int64_t)((int64_t)((uint64_t)L_6))))) { goto IL_0063; } } IL_0037: { // _bones = new List(new OVRBone[_skeleton.NumBones]); Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13 * L_7 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get_address_of__skeleton_15(); uint32_t L_8 = L_7->get_NumBones_1(); OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB* L_9 = (OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB*)(OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB*)SZArrayNew(OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB_il2cpp_TypeInfo_var, (uint32_t)L_8); List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * L_10 = (List_1_t8958585D92650E004D74521A8D0B3CE051FA276F *)il2cpp_codegen_object_new(List_1_t8958585D92650E004D74521A8D0B3CE051FA276F_il2cpp_TypeInfo_var); List_1__ctor_m4D789252BDD53967782D3C6EE00B95D834D04ADE(L_10, (RuntimeObject*)(RuntimeObject*)L_9, /*hidden argument*/List_1__ctor_m4D789252BDD53967782D3C6EE00B95D834D04ADE_RuntimeMethod_var); ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->set__bones_12(L_10); // Bones = _bones.AsReadOnly(); List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * L_11 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get__bones_12(); NullCheck(L_11); ReadOnlyCollection_1_t9F98A647FFF2F54702565AD0DFCE870437259C5D * L_12; L_12 = List_1_AsReadOnly_mA2C5F20703339C1E6C0D2C4684DA7D13ED8C47B9(L_11, /*hidden argument*/List_1_AsReadOnly_mA2C5F20703339C1E6C0D2C4684DA7D13ED8C47B9_RuntimeMethod_var); OVRSkeleton_set_Bones_mAC3ACECEBF53F36CBC2D9D672AFDB4ADFCD7BDEF_inline(__this, L_12, /*hidden argument*/NULL); } IL_0063: { // for (int i = 0; i < _bones.Count; ++i) V_1 = 0; goto IL_018a; } IL_006a: { // OVRBone bone = _bones[i] ?? (_bones[i] = new OVRBone()); List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * L_13 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get__bones_12(); int32_t L_14 = V_1; NullCheck(L_13); OVRBone_tF9C031559703607035E455CE642549C722BBF081 * L_15; L_15 = List_1_get_Item_m78EE3DE4DA757886422276C541B49977A6AD50F3_inline(L_13, L_14, /*hidden argument*/List_1_get_Item_m78EE3DE4DA757886422276C541B49977A6AD50F3_RuntimeMethod_var); OVRBone_tF9C031559703607035E455CE642549C722BBF081 * L_16 = L_15; G_B8_0 = L_16; if (L_16) { G_B9_0 = L_16; goto IL_008e; } } { List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * L_17 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get__bones_12(); int32_t L_18 = V_1; OVRBone_tF9C031559703607035E455CE642549C722BBF081 * L_19 = (OVRBone_tF9C031559703607035E455CE642549C722BBF081 *)il2cpp_codegen_object_new(OVRBone_tF9C031559703607035E455CE642549C722BBF081_il2cpp_TypeInfo_var); OVRBone__ctor_mD92B4134E69E1BFC35E3C5AA06E9EF7CDABE5ADE(L_19, /*hidden argument*/NULL); OVRBone_tF9C031559703607035E455CE642549C722BBF081 * L_20 = L_19; V_3 = L_20; NullCheck(L_17); List_1_set_Item_m83A622255EC159DC2B5CF14EFC838532EA8F9F8C(L_17, L_18, L_20, /*hidden argument*/List_1_set_Item_m83A622255EC159DC2B5CF14EFC838532EA8F9F8C_RuntimeMethod_var); OVRBone_tF9C031559703607035E455CE642549C722BBF081 * L_21 = V_3; G_B9_0 = L_21; } IL_008e: { V_2 = G_B9_0; // bone.Id = (OVRSkeleton.BoneId)_skeleton.Bones[i].Id; OVRBone_tF9C031559703607035E455CE642549C722BBF081 * L_22 = V_2; Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13 * L_23 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get_address_of__skeleton_15(); BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981* L_24 = L_23->get_Bones_3(); int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = ((L_24)->GetAddressAt(static_cast(L_25)))->get_Id_0(); NullCheck(L_22); OVRBone_set_Id_mDF7106563A397395DA66A6999F74C11F9A1675F6_inline(L_22, L_26, /*hidden argument*/NULL); // bone.ParentBoneIndex = _skeleton.Bones[i].ParentBoneIndex; OVRBone_tF9C031559703607035E455CE642549C722BBF081 * L_27 = V_2; Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13 * L_28 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get_address_of__skeleton_15(); BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981* L_29 = L_28->get_Bones_3(); int32_t L_30 = V_1; NullCheck(L_29); int16_t L_31 = ((L_29)->GetAddressAt(static_cast(L_30)))->get_ParentBoneIndex_1(); NullCheck(L_27); OVRBone_set_ParentBoneIndex_mA60581D469A01033001D70B5B0D736897E18078F_inline(L_27, L_31, /*hidden argument*/NULL); // bone.Transform = _customBones_V2[(int)bone.Id]; OVRBone_tF9C031559703607035E455CE642549C722BBF081 * L_32 = V_2; List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_33 = __this->get__customBones_V2_25(); OVRBone_tF9C031559703607035E455CE642549C722BBF081 * L_34 = V_2; NullCheck(L_34); int32_t L_35; L_35 = OVRBone_get_Id_m60B032C7EB5D597C9F5D3D7911A241F31EE8E12E_inline(L_34, /*hidden argument*/NULL); NullCheck(L_33); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_36; L_36 = List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_inline(L_33, L_35, /*hidden argument*/List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_RuntimeMethod_var); NullCheck(L_32); OVRBone_set_Transform_mBCFFB3F705FC03D0875BDAECE690EAD4C93696F0_inline(L_32, L_36, /*hidden argument*/NULL); // if (_applyBoneTranslations) bool L_37 = __this->get__applyBoneTranslations_24(); if (!L_37) { goto IL_0136; } } { // bone.Transform.localPosition = flipX ? _skeleton.Bones[i].Pose.Position.FromFlippedXVector3f() : _skeleton.Bones[i].Pose.Position.FromFlippedZVector3f(); OVRBone_tF9C031559703607035E455CE642549C722BBF081 * L_38 = V_2; NullCheck(L_38); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_39; L_39 = OVRBone_get_Transform_m0E8C60FF2CF31336D654B3319EFFB04BDC964FCB_inline(L_38, /*hidden argument*/NULL); bool L_40 = V_0; G_B11_0 = L_39; if (L_40) { G_B12_0 = L_39; goto IL_0111; } } { Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13 * L_41 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get_address_of__skeleton_15(); BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981* L_42 = L_41->get_Bones_3(); int32_t L_43 = V_1; NullCheck(L_42); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * L_44 = ((L_42)->GetAddressAt(static_cast(L_43)))->get_address_of_Pose_2(); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_45 = L_44->get_Position_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46; L_46 = OVRExtensions_FromFlippedZVector3f_mB3C47CCA4ECAF1BC04479D820D142B42C0BF8B75(L_45, /*hidden argument*/NULL); G_B13_0 = L_46; G_B13_1 = G_B11_0; goto IL_0131; } IL_0111: { Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13 * L_47 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get_address_of__skeleton_15(); BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981* L_48 = L_47->get_Bones_3(); int32_t L_49 = V_1; NullCheck(L_48); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * L_50 = ((L_48)->GetAddressAt(static_cast(L_49)))->get_address_of_Pose_2(); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_51 = L_50->get_Position_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52; L_52 = OVRExtensions_FromFlippedXVector3f_m64AAF4A41133AD4575EFF5406FD3B229C2546A5C(L_51, /*hidden argument*/NULL); G_B13_0 = L_52; G_B13_1 = G_B12_0; } IL_0131: { NullCheck(G_B13_1); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(G_B13_1, G_B13_0, /*hidden argument*/NULL); } IL_0136: { // bone.Transform.localRotation = flipX ? _skeleton.Bones[i].Pose.Orientation.FromFlippedXQuatf() : _skeleton.Bones[i].Pose.Orientation.FromFlippedZQuatf(); OVRBone_tF9C031559703607035E455CE642549C722BBF081 * L_53 = V_2; NullCheck(L_53); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_54; L_54 = OVRBone_get_Transform_m0E8C60FF2CF31336D654B3319EFFB04BDC964FCB_inline(L_53, /*hidden argument*/NULL); bool L_55 = V_0; G_B15_0 = L_54; if (L_55) { G_B16_0 = L_54; goto IL_0161; } } { Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13 * L_56 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get_address_of__skeleton_15(); BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981* L_57 = L_56->get_Bones_3(); int32_t L_58 = V_1; NullCheck(L_57); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * L_59 = ((L_57)->GetAddressAt(static_cast(L_58)))->get_address_of_Pose_2(); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_60 = L_59->get_Orientation_0(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_61; L_61 = OVRExtensions_FromFlippedZQuatf_m10C08DA64206B4DA402A640739995BADC601058F(L_60, /*hidden argument*/NULL); G_B17_0 = L_61; G_B17_1 = G_B15_0; goto IL_0181; } IL_0161: { Skeleton2_tBCE168B418608021C1551D640F39DF88F1282E13 * L_62 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get_address_of__skeleton_15(); BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981* L_63 = L_62->get_Bones_3(); int32_t L_64 = V_1; NullCheck(L_63); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * L_65 = ((L_63)->GetAddressAt(static_cast(L_64)))->get_address_of_Pose_2(); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_66 = L_65->get_Orientation_0(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_67; L_67 = OVRExtensions_FromFlippedXQuatf_mE7B4AED3255B50CA91B74201AA61747A919C95DB(L_66, /*hidden argument*/NULL); G_B17_0 = L_67; G_B17_1 = G_B16_0; } IL_0181: { NullCheck(G_B17_1); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(G_B17_1, G_B17_0, /*hidden argument*/NULL); // for (int i = 0; i < _bones.Count; ++i) int32_t L_68 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_018a: { // for (int i = 0; i < _bones.Count; ++i) int32_t L_69 = V_1; List_1_t8958585D92650E004D74521A8D0B3CE051FA276F * L_70 = ((OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC *)__this)->get__bones_12(); NullCheck(L_70); int32_t L_71; L_71 = List_1_get_Count_m07895DFC7A39B20CE5033BB568FE251195B2DB6F_inline(L_70, /*hidden argument*/List_1_get_Count_m07895DFC7A39B20CE5033BB568FE251195B2DB6F_RuntimeMethod_var); if ((((int32_t)L_69) < ((int32_t)L_71))) { goto IL_006a; } } { // } return; } } // System.Void OVRCustomSkeleton::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRCustomSkeleton__ctor_mEC4CB7D09A73A244CB35F1A050134875C1BE53AC (OVRCustomSkeleton_tE3D36B497A2EF981EA149D9A4C2358A0762CC48D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF2F1E226B2E0D02F4E6C37B8FB51B6F4182AE33C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private bool _applyBoneTranslations = true; __this->set__applyBoneTranslations_24((bool)1); // private List _customBones_V2 = new List(new Transform[(int)BoneId.Max]); TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_0 = (TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D*)(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D*)SZArrayNew(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)50)); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_1 = (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *)il2cpp_codegen_object_new(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_il2cpp_TypeInfo_var); List_1__ctor_mF2F1E226B2E0D02F4E6C37B8FB51B6F4182AE33C(L_1, (RuntimeObject*)(RuntimeObject*)L_0, /*hidden argument*/List_1__ctor_mF2F1E226B2E0D02F4E6C37B8FB51B6F4182AE33C_RuntimeMethod_var); __this->set__customBones_V2_25(L_1); OVRSkeleton__ctor_mEED29CD7178C07B75EECCC32E0685FB1FC10BB89(__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 OVRDebugHeadController::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugHeadController_Awake_mF192FA2872B81A42289D182E1F17BFFECAC69A65 (OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB * __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*)&GameObject_GetComponentsInChildren_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m6DA74FD704E6F6374CBCF86D86B89361F799E66A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2751D78D880B6592A799610CE63B1913B4385532); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3924B51F0B83A2DB2D1879D54702A2ABEEC43BD7); s_Il2CppMethodInitialized = true; } OVRCameraRigU5BU5D_t5F0CF6CD037F55130D604C570CDAE49C76DD7A69* V_0 = NULL; { // OVRCameraRig[] CameraRigs = gameObject.GetComponentsInChildren(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_0); OVRCameraRigU5BU5D_t5F0CF6CD037F55130D604C570CDAE49C76DD7A69* L_1; L_1 = GameObject_GetComponentsInChildren_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m6DA74FD704E6F6374CBCF86D86B89361F799E66A(L_0, /*hidden argument*/GameObject_GetComponentsInChildren_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m6DA74FD704E6F6374CBCF86D86B89361F799E66A_RuntimeMethod_var); V_0 = L_1; // if( CameraRigs.Length == 0 ) OVRCameraRigU5BU5D_t5F0CF6CD037F55130D604C570CDAE49C76DD7A69* L_2 = V_0; NullCheck(L_2); if ((((RuntimeArray*)L_2)->max_length)) { goto IL_001b; } } { // Debug.LogWarning("OVRCamParent: No OVRCameraRig attached."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteral3924B51F0B83A2DB2D1879D54702A2ABEEC43BD7, /*hidden argument*/NULL); return; } IL_001b: { // else if (CameraRigs.Length > 1) OVRCameraRigU5BU5D_t5F0CF6CD037F55130D604C570CDAE49C76DD7A69* L_3 = V_0; NullCheck(L_3); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))) <= ((int32_t)1))) { goto IL_002c; } } { // Debug.LogWarning("OVRCamParent: More then 1 OVRCameraRig attached."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteral2751D78D880B6592A799610CE63B1913B4385532, /*hidden argument*/NULL); return; } IL_002c: { // CameraRig = CameraRigs[0]; OVRCameraRigU5BU5D_t5F0CF6CD037F55130D604C570CDAE49C76DD7A69* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_6 = (L_4)->GetAt(static_cast(L_5)); __this->set_CameraRig_12(L_6); // } return; } } // System.Void OVRDebugHeadController::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugHeadController_Start_mC6743C795CCF534F5FEB72C8E9D12C5B367AD2E5 (OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB * __this, const RuntimeMethod* method) { { // } return; } } // System.Void OVRDebugHeadController::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugHeadController_Update_m233EF8B1CD82F8C00933EF132110F0458B7ACFC2 (OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB * __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; } bool V_0 = false; XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 * V_1 = NULL; float V_2 = 0.0f; float V_3 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_5; memset((&V_5), 0, sizeof(V_5)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_6; memset((&V_6), 0, sizeof(V_6)); float V_7 = 0.0f; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_8; memset((&V_8), 0, sizeof(V_8)); { // if ( AllowMovement ) bool L_0 = __this->get_AllowMovement_9(); if (!L_0) { goto IL_00ba; } } { // float gamePad_FwdAxis = OVRInput.Get(OVRInput.RawAxis2D.LThumbstick).y; IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = OVRInput_Get_m81B0011C8D61CDD2FE1CEDE104B370CAA79B3154(1, ((int32_t)-2147483648LL), /*hidden argument*/NULL); float L_2 = L_1.get_y_1(); V_2 = L_2; // float gamePad_StrafeAxis = OVRInput.Get(OVRInput.RawAxis2D.LThumbstick).x; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3; L_3 = OVRInput_Get_m81B0011C8D61CDD2FE1CEDE104B370CAA79B3154(1, ((int32_t)-2147483648LL), /*hidden argument*/NULL); float L_4 = L_3.get_x_0(); V_3 = L_4; // Vector3 fwdMove = ( CameraRig.centerEyeAnchor.rotation * Vector3.forward ) * gamePad_FwdAxis * Time.deltaTime * ForwardSpeed; OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_5 = __this->get_CameraRig_12(); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_7; L_7 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_6, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Vector3_get_forward_mA6722B0932DA770D5C34C9E28D0E40220F099D50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Quaternion_op_Multiply_mDEAB1A882C07A9520D77EB35473F71AAE74452BC(L_7, L_8, /*hidden argument*/NULL); float L_10 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_9, L_10, /*hidden argument*/NULL); float L_12; L_12 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_11, L_12, /*hidden argument*/NULL); float L_14 = __this->get_ForwardSpeed_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_13, L_14, /*hidden argument*/NULL); V_4 = L_15; // Vector3 strafeMove = ( CameraRig.centerEyeAnchor.rotation * Vector3.right ) * gamePad_StrafeAxis * Time.deltaTime * StrafeSpeed; OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_16 = __this->get_CameraRig_12(); NullCheck(L_16); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = OVRCameraRig_get_centerEyeAnchor_mC0875856CE4EBA9D0867E69A1A05DE40A443E1FF_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18; L_18 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_17, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; L_19 = Vector3_get_right_m60959C1C1EF0F694D71E1569160D40B1DA768931(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Quaternion_op_Multiply_mDEAB1A882C07A9520D77EB35473F71AAE74452BC(L_18, L_19, /*hidden argument*/NULL); float L_21 = V_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_20, L_21, /*hidden argument*/NULL); float L_23; L_23 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_22, L_23, /*hidden argument*/NULL); float L_25 = __this->get_StrafeSpeed_11(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_24, L_25, /*hidden argument*/NULL); V_5 = L_26; // transform.position += fwdMove + strafeMove; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27; L_27 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28 = L_27; NullCheck(L_28); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_28, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_30, L_31, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33; L_33 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_29, L_32, /*hidden argument*/NULL); NullCheck(L_28); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_28, L_33, /*hidden argument*/NULL); } IL_00ba: { // bool hasDevice = false; V_0 = (bool)0; // XRDisplaySubsystem currentDisplaySubsystem = OVRManager.GetCurrentDisplaySubsystem(); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 * L_34; L_34 = OVRManager_GetCurrentDisplaySubsystem_mBCB8D697AD6DE426518012F5E341A87E0B86513C(/*hidden argument*/NULL); V_1 = L_34; // if (currentDisplaySubsystem != null) XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 * L_35 = V_1; if (!L_35) { goto IL_00cc; } } { // hasDevice = currentDisplaySubsystem.running; XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93 * L_36 = V_1; NullCheck(L_36); bool L_37; L_37 = IntegratedSubsystem_get_running_m3C6870588AA0F9816A3947F045BCB8F5662A9EC2(L_36, /*hidden argument*/NULL); V_0 = L_37; } IL_00cc: { // if ( !hasDevice && ( AllowYawLook || AllowPitchLook ) ) bool L_38 = V_0; if (L_38) { goto IL_0197; } } { bool L_39 = __this->get_AllowYawLook_5(); if (L_39) { goto IL_00e5; } } { bool L_40 = __this->get_AllowPitchLook_4(); if (!L_40) { goto IL_0197; } } IL_00e5: { // Quaternion r = transform.rotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_41; L_41 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_41); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_42; L_42 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_41, /*hidden argument*/NULL); V_6 = L_42; // if ( AllowYawLook ) bool L_43 = __this->get_AllowYawLook_5(); if (!L_43) { goto IL_012a; } } { // float gamePadYaw = OVRInput.Get(OVRInput.RawAxis2D.RThumbstick).x; IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_44; L_44 = OVRInput_Get_m81B0011C8D61CDD2FE1CEDE104B370CAA79B3154(2, ((int32_t)-2147483648LL), /*hidden argument*/NULL); float L_45 = L_44.get_x_0(); // float yawAmount = gamePadYaw * Time.deltaTime * GamePad_YawDegreesPerSec; float L_46; L_46 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); float L_47 = __this->get_GamePad_YawDegreesPerSec_8(); // Quaternion yawRot = Quaternion.AngleAxis( yawAmount, Vector3.up ); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_48; L_48 = Vector3_get_up_mD84FDFCD32FC48C865A89FD4251232E2A9D7015A(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_49; L_49 = Quaternion_AngleAxis_m87085D3F05DA826A9F91AEE1D56481A770A96609(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_45, (float)L_46)), (float)L_47)), L_48, /*hidden argument*/NULL); // r = yawRot * r; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_50 = V_6; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_51; L_51 = Quaternion_op_Multiply_mA5FD288B815D9C1B59C7B26AA1942A85ACE94153(L_49, L_50, /*hidden argument*/NULL); V_6 = L_51; } IL_012a: { // if ( AllowPitchLook ) bool L_52 = __this->get_AllowPitchLook_4(); if (!L_52) { goto IL_018a; } } { // float gamePadPitch = OVRInput.Get(OVRInput.RawAxis2D.RThumbstick).y; IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_53; L_53 = OVRInput_Get_m81B0011C8D61CDD2FE1CEDE104B370CAA79B3154(2, ((int32_t)-2147483648LL), /*hidden argument*/NULL); float L_54 = L_53.get_y_1(); V_7 = L_54; // if ( Mathf.Abs( gamePadPitch ) > 0.0001f ) float L_55 = V_7; float L_56; L_56 = fabsf(L_55); if ((!(((float)L_56) > ((float)(9.99999975E-05f))))) { goto IL_018a; } } { // if ( InvertPitch ) bool L_57 = __this->get_InvertPitch_6(); if (!L_57) { goto IL_0164; } } { // gamePadPitch *= -1.0f; float L_58 = V_7; V_7 = ((float)il2cpp_codegen_multiply((float)L_58, (float)(-1.0f))); } IL_0164: { // float pitchAmount = gamePadPitch * Time.deltaTime * GamePad_PitchDegreesPerSec; float L_59 = V_7; float L_60; L_60 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); float L_61 = __this->get_GamePad_PitchDegreesPerSec_7(); // Quaternion pitchRot = Quaternion.AngleAxis( pitchAmount, Vector3.left ); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_62; L_62 = Vector3_get_left_mB8CFA03BACFE164B70F7895972737A3956D41B48(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_63; L_63 = Quaternion_AngleAxis_m87085D3F05DA826A9F91AEE1D56481A770A96609(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_59, (float)L_60)), (float)L_61)), L_62, /*hidden argument*/NULL); V_8 = L_63; // r = r * pitchRot; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_64 = V_6; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_65 = V_8; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_66; L_66 = Quaternion_op_Multiply_mA5FD288B815D9C1B59C7B26AA1942A85ACE94153(L_64, L_65, /*hidden argument*/NULL); V_6 = L_66; } IL_018a: { // transform.rotation = r; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_67; L_67 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_68 = V_6; NullCheck(L_67); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_67, L_68, /*hidden argument*/NULL); } IL_0197: { // } return; } } // System.Void OVRDebugHeadController::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugHeadController__ctor_mB680EEF11D0A2EF75E07B7DDBE9A20CDBB58C356 (OVRDebugHeadController_t1E3EF9F31F4367765BD65407B6400E9E46D296AB * __this, const RuntimeMethod* method) { { // public bool AllowYawLook = true; __this->set_AllowYawLook_5((bool)1); // public float GamePad_PitchDegreesPerSec = 90.0f; __this->set_GamePad_PitchDegreesPerSec_7((90.0f)); // public float GamePad_YawDegreesPerSec = 90.0f; __this->set_GamePad_YawDegreesPerSec_8((90.0f)); // public float ForwardSpeed = 2.0f; __this->set_ForwardSpeed_10((2.0f)); // public float StrafeSpeed = 2.0f; __this->set_StrafeSpeed_11((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 OVRDebugInfo::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_Awake_m1251FEA56C331442F0D72CA370F564BF3A63391A (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mD7BF125583B13806BB804A2EF0A69334F12C7660_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m94EBF80FF41FB35F8B90B9F1732F6B052B6254E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0122954DBADC77CB8B663DFD25965A494E198D3A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72B84F7DD949F6770F8F20E652FD4EC86CE08563); s_Il2CppMethodInitialized = true; } { // debugUIManager = new GameObject(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mACDBD7A1F25B33D006A60F67EF901B33DD3D52E9(L_0, /*hidden argument*/NULL); __this->set_debugUIManager_4(L_0); // debugUIManager.name = "DebugUIManager"; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = __this->get_debugUIManager_4(); NullCheck(L_1); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_1, _stringLiteral72B84F7DD949F6770F8F20E652FD4EC86CE08563, /*hidden argument*/NULL); // debugUIManager.transform.parent = GameObject.Find("LeftEyeAnchor").transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_debugUIManager_4(); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_2, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = GameObject_Find_m59E8F1E50866B94ABDD65B229D8B1B3A58FA7879(_stringLiteral0122954DBADC77CB8B663DFD25965A494E198D3A, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_4, /*hidden argument*/NULL); NullCheck(L_3); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_3, L_5, /*hidden argument*/NULL); // RectTransform rectTransform = debugUIManager.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = __this->get_debugUIManager_4(); NullCheck(L_6); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_7; L_7 = GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m94EBF80FF41FB35F8B90B9F1732F6B052B6254E2(L_6, /*hidden argument*/GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m94EBF80FF41FB35F8B90B9F1732F6B052B6254E2_RuntimeMethod_var); // rectTransform.sizeDelta = new Vector2(100f, 100f); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_8 = L_7; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9; memset((&L_9), 0, sizeof(L_9)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_9), (100.0f), (100.0f), /*hidden argument*/NULL); NullCheck(L_8); RectTransform_set_sizeDelta_m61943618442E31C6FF0556CDFC70940AE7AD04D0(L_8, L_9, /*hidden argument*/NULL); // rectTransform.localScale = new Vector3(0.001f, 0.001f, 0.001f); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_10 = L_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; memset((&L_11), 0, sizeof(L_11)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_11), (0.00100000005f), (0.00100000005f), (0.00100000005f), /*hidden argument*/NULL); NullCheck(L_10); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_10, L_11, /*hidden argument*/NULL); // rectTransform.localPosition = new Vector3(0.01f, 0.17f, 0.53f); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_12 = L_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; memset((&L_13), 0, sizeof(L_13)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_13), (0.00999999978f), (0.170000002f), (0.529999971f), /*hidden argument*/NULL); NullCheck(L_12); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_12, L_13, /*hidden argument*/NULL); // rectTransform.localEulerAngles = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); NullCheck(L_12); Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B(L_12, L_14, /*hidden argument*/NULL); // Canvas canvas = debugUIManager.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_15 = __this->get_debugUIManager_4(); NullCheck(L_15); Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * L_16; L_16 = GameObject_AddComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mD7BF125583B13806BB804A2EF0A69334F12C7660(L_15, /*hidden argument*/GameObject_AddComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mD7BF125583B13806BB804A2EF0A69334F12C7660_RuntimeMethod_var); // canvas.renderMode = RenderMode.WorldSpace; Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * L_17 = L_16; NullCheck(L_17); Canvas_set_renderMode_mE19EA5E3E4758704CCA6A6A2E4EB84DB75096088(L_17, 2, /*hidden argument*/NULL); // canvas.pixelPerfect = false; NullCheck(L_17); Canvas_set_pixelPerfect_mD477DD1867E742FF7EB7689C6DBAE243E533ED69(L_17, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void OVRDebugInfo::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_Update_mB3830E7F8342599E8F24F73AA958D1DBFA27A024 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method) { { // if (initUIComponent && !isInited) bool L_0 = __this->get_initUIComponent_27(); if (!L_0) { goto IL_0016; } } { bool L_1 = __this->get_isInited_28(); if (L_1) { goto IL_0016; } } { // InitUIComponents(); OVRDebugInfo_InitUIComponents_m82E7035D994FE3869F02CF141ABBB0B242C24F10(__this, /*hidden argument*/NULL); } IL_0016: { // if (Input.GetKeyDown(KeyCode.Space) && riftPresentTimeout < 0.0f) bool L_2; L_2 = Input_GetKeyDown_m806A477EAE0AE49AA9C5E518A0800A3D80D873DC(((int32_t)32), /*hidden argument*/NULL); if (!L_2) { goto IL_0042; } } { float L_3 = __this->get_riftPresentTimeout_30(); if ((!(((float)L_3) < ((float)(0.0f))))) { goto IL_0042; } } { // initUIComponent = true; __this->set_initUIComponent_27((bool)1); // showVRVars ^= true; bool L_4 = __this->get_showVRVars_31(); __this->set_showVRVars_31((bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0)); } IL_0042: { // UpdateDeviceDetection(); OVRDebugInfo_UpdateDeviceDetection_m6BEE3BC925902DE1B991372F1ED0E284C6AD2ABD(__this, /*hidden argument*/NULL); // if (showVRVars) bool L_5 = __this->get_showVRVars_31(); if (!L_5) { goto IL_0069; } } { // debugUIManager.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = __this->get_debugUIManager_4(); NullCheck(L_6); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_6, (bool)1, /*hidden argument*/NULL); // UpdateVariable(); OVRDebugInfo_UpdateVariable_mD7BD9C0C23F1EF384C1F0B04CCE5E94616D5B285(__this, /*hidden argument*/NULL); // UpdateStrings(); OVRDebugInfo_UpdateStrings_m82696A2A8AA36759A6804C932CF9EEBD74104F20(__this, /*hidden argument*/NULL); // } return; } IL_0069: { // debugUIManager.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7 = __this->get_debugUIManager_4(); NullCheck(L_7); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_7, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void OVRDebugInfo::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_OnDestroy_m907A6FB440F9CEB84DD5E6F66757526DB1D74BCD (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method) { { // isInited = false; __this->set_isInited_28((bool)0); // } return; } } // System.Void OVRDebugInfo::InitUIComponents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_InitUIComponents_m82E7035D994FE3869F02CF141ABBB0B242C24F10 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, 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*)&_stringLiteral240AFFE43BC1EE9FC8CF357AF853518207D1539D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D5AE35F9D6B65C24EF57F766406601BC6EB29AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72B84F7DD949F6770F8F20E652FD4EC86CE08563); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95DAD4257816ED9B3D6718A6CBD69EFFCF321CAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC31BE67DE54ED70BBB096458052A6EF9B5FC341D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE28E4817F495865E6545EAC6751A33046DB2584C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF26E8522898B82E2F8BD9C8B7BD51DBB423A6478); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF88D019D310EFCC979975957D01E97BE7C0390BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBA5ADEA08A8958332ED2BC70EC48D3A8987BAED); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; { // float posY = 0.0f; V_0 = (0.0f); // int fontSize = 20; V_1 = ((int32_t)20); // debugUIObject = new GameObject(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mACDBD7A1F25B33D006A60F67EF901B33DD3D52E9(L_0, /*hidden argument*/NULL); __this->set_debugUIObject_5(L_0); // debugUIObject.name = "DebugInfo"; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = __this->get_debugUIObject_5(); NullCheck(L_1); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_1, _stringLiteralE28E4817F495865E6545EAC6751A33046DB2584C, /*hidden argument*/NULL); // debugUIObject.transform.parent = GameObject.Find("DebugUIManager").transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_debugUIObject_5(); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_2, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = GameObject_Find_m59E8F1E50866B94ABDD65B229D8B1B3A58FA7879(_stringLiteral72B84F7DD949F6770F8F20E652FD4EC86CE08563, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_4, /*hidden argument*/NULL); NullCheck(L_3); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_3, L_5, /*hidden argument*/NULL); // debugUIObject.transform.localPosition = new Vector3(0.0f, 100.0f, 0.0f); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = __this->get_debugUIObject_5(); NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_6, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; memset((&L_8), 0, sizeof(L_8)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_8), (0.0f), (100.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_7); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_7, L_8, /*hidden argument*/NULL); // debugUIObject.transform.localEulerAngles = Vector3.zero; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9 = __this->get_debugUIObject_5(); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_9, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); NullCheck(L_10); Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B(L_10, L_11, /*hidden argument*/NULL); // debugUIObject.transform.localScale = new Vector3(1.0f, 1.0f, 1.0f); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12 = __this->get_debugUIObject_5(); NullCheck(L_12); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_12, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; memset((&L_14), 0, sizeof(L_14)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_14), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_13); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_13, L_14, /*hidden argument*/NULL); // if (!string.IsNullOrEmpty(strFPS)) String_t* L_15 = __this->get_strFPS_16(); bool L_16; L_16 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_00d5; } } { // fps = VariableObjectManager(fps, "FPS", posY -= offsetY, strFPS, fontSize); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17 = __this->get_fps_7(); float L_18 = V_0; float L_19 = __this->get_offsetY_29(); float L_20 = ((float)il2cpp_codegen_subtract((float)L_18, (float)L_19)); V_0 = L_20; String_t* L_21 = __this->get_strFPS_16(); int32_t L_22 = V_1; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_23; L_23 = OVRDebugInfo_VariableObjectManager_mF20CBA2146E178D3C32E90B86254578FF672A440(__this, L_17, _stringLiteral95DAD4257816ED9B3D6718A6CBD69EFFCF321CAD, L_20, L_21, L_22, /*hidden argument*/NULL); __this->set_fps_7(L_23); } IL_00d5: { // if (!string.IsNullOrEmpty(strIPD)) String_t* L_24 = __this->get_strIPD_17(); bool L_25; L_25 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_010a; } } { // ipd = VariableObjectManager(ipd, "IPD", posY -= offsetY, strIPD, fontSize); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_26 = __this->get_ipd_8(); float L_27 = V_0; float L_28 = __this->get_offsetY_29(); float L_29 = ((float)il2cpp_codegen_subtract((float)L_27, (float)L_28)); V_0 = L_29; String_t* L_30 = __this->get_strIPD_17(); int32_t L_31 = V_1; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_32; L_32 = OVRDebugInfo_VariableObjectManager_mF20CBA2146E178D3C32E90B86254578FF672A440(__this, L_26, _stringLiteralF26E8522898B82E2F8BD9C8B7BD51DBB423A6478, L_29, L_30, L_31, /*hidden argument*/NULL); __this->set_ipd_8(L_32); } IL_010a: { // if (!string.IsNullOrEmpty(strFOV)) String_t* L_33 = __this->get_strFOV_18(); bool L_34; L_34 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_33, /*hidden argument*/NULL); if (L_34) { goto IL_013f; } } { // fov = VariableObjectManager(fov, "FOV", posY -= offsetY, strFOV, fontSize); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_35 = __this->get_fov_9(); float L_36 = V_0; float L_37 = __this->get_offsetY_29(); float L_38 = ((float)il2cpp_codegen_subtract((float)L_36, (float)L_37)); V_0 = L_38; String_t* L_39 = __this->get_strFOV_18(); int32_t L_40 = V_1; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_41; L_41 = OVRDebugInfo_VariableObjectManager_mF20CBA2146E178D3C32E90B86254578FF672A440(__this, L_35, _stringLiteralC31BE67DE54ED70BBB096458052A6EF9B5FC341D, L_38, L_39, L_40, /*hidden argument*/NULL); __this->set_fov_9(L_41); } IL_013f: { // if (!string.IsNullOrEmpty(strHeight)) String_t* L_42 = __this->get_strHeight_19(); bool L_43; L_43 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_42, /*hidden argument*/NULL); if (L_43) { goto IL_0174; } } { // height = VariableObjectManager(height, "Height", posY -= offsetY, strHeight, fontSize); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_44 = __this->get_height_10(); float L_45 = V_0; float L_46 = __this->get_offsetY_29(); float L_47 = ((float)il2cpp_codegen_subtract((float)L_45, (float)L_46)); V_0 = L_47; String_t* L_48 = __this->get_strHeight_19(); int32_t L_49 = V_1; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_50; L_50 = OVRDebugInfo_VariableObjectManager_mF20CBA2146E178D3C32E90B86254578FF672A440(__this, L_44, _stringLiteralFBA5ADEA08A8958332ED2BC70EC48D3A8987BAED, L_47, L_48, L_49, /*hidden argument*/NULL); __this->set_height_10(L_50); } IL_0174: { // if (!string.IsNullOrEmpty(strDepth)) String_t* L_51 = __this->get_strDepth_20(); bool L_52; L_52 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_51, /*hidden argument*/NULL); if (L_52) { goto IL_01a9; } } { // depth = VariableObjectManager(depth, "Depth", posY -= offsetY, strDepth, fontSize); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_53 = __this->get_depth_11(); float L_54 = V_0; float L_55 = __this->get_offsetY_29(); float L_56 = ((float)il2cpp_codegen_subtract((float)L_54, (float)L_55)); V_0 = L_56; String_t* L_57 = __this->get_strDepth_20(); int32_t L_58 = V_1; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_59; L_59 = OVRDebugInfo_VariableObjectManager_mF20CBA2146E178D3C32E90B86254578FF672A440(__this, L_53, _stringLiteralF88D019D310EFCC979975957D01E97BE7C0390BC, L_56, L_57, L_58, /*hidden argument*/NULL); __this->set_depth_11(L_59); } IL_01a9: { // if (!string.IsNullOrEmpty(strResolutionEyeTexture)) String_t* L_60 = __this->get_strResolutionEyeTexture_21(); bool L_61; L_61 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_60, /*hidden argument*/NULL); if (L_61) { goto IL_01de; } } { // resolutionEyeTexture = VariableObjectManager(resolutionEyeTexture, "Resolution", posY -= offsetY, strResolutionEyeTexture, fontSize); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_62 = __this->get_resolutionEyeTexture_12(); float L_63 = V_0; float L_64 = __this->get_offsetY_29(); float L_65 = ((float)il2cpp_codegen_subtract((float)L_63, (float)L_64)); V_0 = L_65; String_t* L_66 = __this->get_strResolutionEyeTexture_21(); int32_t L_67 = V_1; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_68; L_68 = OVRDebugInfo_VariableObjectManager_mF20CBA2146E178D3C32E90B86254578FF672A440(__this, L_62, _stringLiteral4D5AE35F9D6B65C24EF57F766406601BC6EB29AB, L_65, L_66, L_67, /*hidden argument*/NULL); __this->set_resolutionEyeTexture_12(L_68); } IL_01de: { // if (!string.IsNullOrEmpty(strLatencies)) String_t* L_69 = __this->get_strLatencies_22(); bool L_70; L_70 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_69, /*hidden argument*/NULL); if (L_70) { goto IL_021a; } } { // latencies = VariableObjectManager(latencies, "Latency", posY -= offsetY, strLatencies, 17); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_71 = __this->get_latencies_13(); float L_72 = V_0; float L_73 = __this->get_offsetY_29(); float L_74 = ((float)il2cpp_codegen_subtract((float)L_72, (float)L_73)); V_0 = L_74; String_t* L_75 = __this->get_strLatencies_22(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_76; L_76 = OVRDebugInfo_VariableObjectManager_mF20CBA2146E178D3C32E90B86254578FF672A440(__this, L_71, _stringLiteral240AFFE43BC1EE9FC8CF357AF853518207D1539D, L_74, L_75, ((int32_t)17), /*hidden argument*/NULL); __this->set_latencies_13(L_76); // posY = 0.0f; V_0 = (0.0f); } IL_021a: { // initUIComponent = false; __this->set_initUIComponent_27((bool)0); // isInited = true; __this->set_isInited_28((bool)1); // } return; } } // System.Void OVRDebugInfo::UpdateVariable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateVariable_mD7BD9C0C23F1EF384C1F0B04CCE5E94616D5B285 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method) { { // UpdateIPD(); OVRDebugInfo_UpdateIPD_mBA3DDE36BCDE307E936CA84A5480C7FC303E34B6(__this, /*hidden argument*/NULL); // UpdateEyeHeightOffset(); OVRDebugInfo_UpdateEyeHeightOffset_m779A08DEE51C86114CB3F1725494DF36F633E8AC(__this, /*hidden argument*/NULL); // UpdateEyeDepthOffset(); OVRDebugInfo_UpdateEyeDepthOffset_m8B49EC6FB555BB0B34F04D83EE28E78EC97CE506(__this, /*hidden argument*/NULL); // UpdateFOV(); OVRDebugInfo_UpdateFOV_m8F77B2E1D90E8E399FFB118F1AF6B7B490446CE6(__this, /*hidden argument*/NULL); // UpdateResolutionEyeTexture(); OVRDebugInfo_UpdateResolutionEyeTexture_m4CFFA212A21359A29BF963D3FDB9485BC58F4EB6(__this, /*hidden argument*/NULL); // UpdateLatencyValues(); OVRDebugInfo_UpdateLatencyValues_mBCB22E4520EAE2B7C8DB231C9782EE0F2D886998(__this, /*hidden argument*/NULL); // UpdateFPS(); OVRDebugInfo_UpdateFPS_mCC112B87CC8B83E127A5F6FE046BC446F07BCDC1(__this, /*hidden argument*/NULL); // } return; } } // System.Void OVRDebugInfo::UpdateStrings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateStrings_m82696A2A8AA36759A6804C932CF9EEBD74104F20 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (debugUIObject == null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_debugUIObject_5(); 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_000f; } } { // return; return; } IL_000f: { // if (!string.IsNullOrEmpty(strFPS)) String_t* L_2 = __this->get_strFPS_16(); bool L_3; L_3 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0032; } } { // fps.GetComponentInChildren().text = strFPS; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = __this->get_fps_7(); NullCheck(L_4); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_5; L_5 = GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881(L_4, /*hidden argument*/GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var); String_t* L_6 = __this->get_strFPS_16(); NullCheck(L_5); VirtActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_5, L_6); } IL_0032: { // if (!string.IsNullOrEmpty(strIPD)) String_t* L_7 = __this->get_strIPD_17(); bool L_8; L_8 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0055; } } { // ipd.GetComponentInChildren().text = strIPD; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9 = __this->get_ipd_8(); NullCheck(L_9); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_10; L_10 = GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881(L_9, /*hidden argument*/GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var); String_t* L_11 = __this->get_strIPD_17(); NullCheck(L_10); VirtActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_10, L_11); } IL_0055: { // if (!string.IsNullOrEmpty(strFOV)) String_t* L_12 = __this->get_strFOV_18(); bool L_13; L_13 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0078; } } { // fov.GetComponentInChildren().text = strFOV; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = __this->get_fov_9(); NullCheck(L_14); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_15; L_15 = GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881(L_14, /*hidden argument*/GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var); String_t* L_16 = __this->get_strFOV_18(); NullCheck(L_15); VirtActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_15, L_16); } IL_0078: { // if (!string.IsNullOrEmpty(strResolutionEyeTexture)) String_t* L_17 = __this->get_strResolutionEyeTexture_21(); bool L_18; L_18 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_009b; } } { // resolutionEyeTexture.GetComponentInChildren().text = strResolutionEyeTexture; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_19 = __this->get_resolutionEyeTexture_12(); NullCheck(L_19); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_20; L_20 = GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881(L_19, /*hidden argument*/GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var); String_t* L_21 = __this->get_strResolutionEyeTexture_21(); NullCheck(L_20); VirtActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_20, L_21); } IL_009b: { // if (!string.IsNullOrEmpty(strLatencies)) String_t* L_22 = __this->get_strLatencies_22(); bool L_23; L_23 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_00d0; } } { // latencies.GetComponentInChildren().text = strLatencies; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24 = __this->get_latencies_13(); NullCheck(L_24); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_25; L_25 = GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881(L_24, /*hidden argument*/GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var); String_t* L_26 = __this->get_strLatencies_22(); NullCheck(L_25); VirtActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_25, L_26); // latencies.GetComponentInChildren().fontSize = 14; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_27 = __this->get_latencies_13(); NullCheck(L_27); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_28; L_28 = GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881(L_27, /*hidden argument*/GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var); NullCheck(L_28); Text_set_fontSize_m0D32489043916BCE64E51E0BDFCC12AC1B829411(L_28, ((int32_t)14), /*hidden argument*/NULL); } IL_00d0: { // if (!string.IsNullOrEmpty(strHeight)) String_t* L_29 = __this->get_strHeight_19(); bool L_30; L_30 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00f3; } } { // height.GetComponentInChildren().text = strHeight; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_31 = __this->get_height_10(); NullCheck(L_31); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_32; L_32 = GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881(L_31, /*hidden argument*/GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var); String_t* L_33 = __this->get_strHeight_19(); NullCheck(L_32); VirtActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_32, L_33); } IL_00f3: { // if (!string.IsNullOrEmpty(strDepth)) String_t* L_34 = __this->get_strDepth_20(); bool L_35; L_35 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_34, /*hidden argument*/NULL); if (L_35) { goto IL_0116; } } { // depth.GetComponentInChildren().text = strDepth; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_36 = __this->get_depth_11(); NullCheck(L_36); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_37; L_37 = GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881(L_36, /*hidden argument*/GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var); String_t* L_38 = __this->get_strDepth_20(); NullCheck(L_37); VirtActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_37, L_38); } IL_0116: { // } return; } } // System.Void OVRDebugInfo::RiftPresentGUI(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_RiftPresentGUI_m8FFB7B1B0BB13F5C7D0FD78A5EF55A393595C4B7 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___guiMainOBj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8298EB16B3A776E95978FB08223AF7A48E5E100F); s_Il2CppMethodInitialized = true; } { // riftPresent = ComponentComposition(riftPresent); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_riftPresent_6(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = OVRDebugInfo_ComponentComposition_m7DD1CC0EBA74CEEF30A57ABCA518AE65BD31BC97(__this, L_0, /*hidden argument*/NULL); __this->set_riftPresent_6(L_1); // riftPresent.transform.SetParent(guiMainOBj.transform); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_riftPresent_6(); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_2, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = ___guiMainOBj0; NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_4, /*hidden argument*/NULL); NullCheck(L_3); Transform_SetParent_m24E34EBEF76528C99AFA017F157EE8B3E3116B1E(L_3, L_5, /*hidden argument*/NULL); // riftPresent.name = "RiftPresent"; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = __this->get_riftPresent_6(); NullCheck(L_6); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_6, _stringLiteral8298EB16B3A776E95978FB08223AF7A48E5E100F, /*hidden argument*/NULL); // RectTransform rectTransform = riftPresent.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7 = __this->get_riftPresent_6(); NullCheck(L_7); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_8; L_8 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30(L_7, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30_RuntimeMethod_var); // rectTransform.localPosition = new Vector3(0.0f, 0.0f, 0.0f); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_9 = L_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; memset((&L_10), 0, sizeof(L_10)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_10), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_9); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_9, L_10, /*hidden argument*/NULL); // rectTransform.localScale = new Vector3(1.0f, 1.0f, 1.0f); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_11 = L_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_11); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_11, L_12, /*hidden argument*/NULL); // rectTransform.localEulerAngles = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); NullCheck(L_11); Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B(L_11, L_13, /*hidden argument*/NULL); // Text text = riftPresent.GetComponentInChildren(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = __this->get_riftPresent_6(); NullCheck(L_14); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_15; L_15 = GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881(L_14, /*hidden argument*/GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var); // text.text = strRiftPresent; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_16 = L_15; String_t* L_17 = __this->get_strRiftPresent_15(); NullCheck(L_16); VirtActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_16, L_17); // text.fontSize = 20; NullCheck(L_16); Text_set_fontSize_m0D32489043916BCE64E51E0BDFCC12AC1B829411(L_16, ((int32_t)20), /*hidden argument*/NULL); // } return; } } // System.Void OVRDebugInfo::UpdateDeviceDetection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateDeviceDetection_m6BEE3BC925902DE1B991372F1ED0E284C6AD2ABD (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method) { { // if (riftPresentTimeout >= 0.0f) float L_0 = __this->get_riftPresentTimeout_30(); if ((!(((float)L_0) >= ((float)(0.0f))))) { goto IL_001f; } } { // riftPresentTimeout -= Time.deltaTime; float L_1 = __this->get_riftPresentTimeout_30(); float L_2; L_2 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); __this->set_riftPresentTimeout_30(((float)il2cpp_codegen_subtract((float)L_1, (float)L_2))); } IL_001f: { // } return; } } // UnityEngine.GameObject OVRDebugInfo::VariableObjectManager(UnityEngine.GameObject,System.String,System.Single,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * OVRDebugInfo_VariableObjectManager_mF20CBA2146E178D3C32E90B86254578FF672A440 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject0, String_t* ___name1, float ___posY2, String_t* ___str3, int32_t ___fontSize4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // gameObject = ComponentComposition(gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___gameObject0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = OVRDebugInfo_ComponentComposition_m7DD1CC0EBA74CEEF30A57ABCA518AE65BD31BC97(__this, L_0, /*hidden argument*/NULL); ___gameObject0 = L_1; // gameObject.name = name; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = ___gameObject0; String_t* L_3 = ___name1; NullCheck(L_2); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_2, L_3, /*hidden argument*/NULL); // gameObject.transform.SetParent(debugUIObject.transform); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = ___gameObject0; NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_4, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = __this->get_debugUIObject_5(); NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_6, /*hidden argument*/NULL); NullCheck(L_5); Transform_SetParent_m24E34EBEF76528C99AFA017F157EE8B3E3116B1E(L_5, L_7, /*hidden argument*/NULL); // RectTransform rectTransform = gameObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = ___gameObject0; NullCheck(L_8); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_9; L_9 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30(L_8, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30_RuntimeMethod_var); // rectTransform.localPosition = new Vector3(0.0f, posY -= offsetY, 0.0f); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_10 = L_9; float L_11 = ___posY2; float L_12 = __this->get_offsetY_29(); float L_13 = ((float)il2cpp_codegen_subtract((float)L_11, (float)L_12)); ___posY2 = L_13; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; memset((&L_14), 0, sizeof(L_14)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_14), (0.0f), L_13, (0.0f), /*hidden argument*/NULL); NullCheck(L_10); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_10, L_14, /*hidden argument*/NULL); // Text text = gameObject.GetComponentInChildren(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_15 = ___gameObject0; NullCheck(L_15); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_16; L_16 = GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881(L_15, /*hidden argument*/GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_m7CAECD44A40B4306F85A45E96E9486068B89D881_RuntimeMethod_var); // text.text = str; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_17 = L_16; String_t* L_18 = ___str3; NullCheck(L_17); VirtActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_17, L_18); // text.fontSize = fontSize; int32_t L_19 = ___fontSize4; NullCheck(L_17); Text_set_fontSize_m0D32489043916BCE64E51E0BDFCC12AC1B829411(L_17, L_19, /*hidden argument*/NULL); // gameObject.transform.localEulerAngles = Vector3.zero; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_20 = ___gameObject0; NullCheck(L_20); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21; L_21 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_20, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); NullCheck(L_21); Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B(L_21, L_22, /*hidden argument*/NULL); // rectTransform.localScale = new Vector3(1.0f, 1.0f, 1.0f); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; memset((&L_23), 0, sizeof(L_23)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_23), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_10); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_10, L_23, /*hidden argument*/NULL); // return gameObject; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24 = ___gameObject0; return L_24; } } // UnityEngine.GameObject OVRDebugInfo::ComponentComposition(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * OVRDebugInfo_ComponentComposition_m7DD1CC0EBA74CEEF30A57ABCA518AE65BD31BC97 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___GO0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisCanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E_mC80CBED5C8EBC89309B3AABCE0BB86DA7FDA1306_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m0FC030794383A6796E69E556941837417DA8ADC0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m94EBF80FF41FB35F8B90B9F1732F6B052B6254E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mDBAC221DDAC650C8C4914CFD57BC90435ADE2740_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m16ABC1D7B4E804984517841F8D26E9C769FAE710_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mD98876EFC776CB8D02A1394AE6A72DC47F271C65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C4303CE90A80E03466A934F3A49CF1FBA75C709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DA15BED08BA28361B649897CAE1F4319F0E0240); s_Il2CppMethodInitialized = true; } { // GO = new GameObject(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mACDBD7A1F25B33D006A60F67EF901B33DD3D52E9(L_0, /*hidden argument*/NULL); ___GO0 = L_0; // GO.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = ___GO0; NullCheck(L_1); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2; L_2 = GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m94EBF80FF41FB35F8B90B9F1732F6B052B6254E2(L_1, /*hidden argument*/GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m94EBF80FF41FB35F8B90B9F1732F6B052B6254E2_RuntimeMethod_var); // GO.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = ___GO0; NullCheck(L_3); CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * L_4; L_4 = GameObject_AddComponent_TisCanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E_mC80CBED5C8EBC89309B3AABCE0BB86DA7FDA1306(L_3, /*hidden argument*/GameObject_AddComponent_TisCanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E_mC80CBED5C8EBC89309B3AABCE0BB86DA7FDA1306_RuntimeMethod_var); // GO.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = ___GO0; NullCheck(L_5); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_6; L_6 = GameObject_AddComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m0FC030794383A6796E69E556941837417DA8ADC0(L_5, /*hidden argument*/GameObject_AddComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m0FC030794383A6796E69E556941837417DA8ADC0_RuntimeMethod_var); // GO.GetComponent().sizeDelta = new Vector2(350f, 50f); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7 = ___GO0; NullCheck(L_7); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_8; L_8 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30(L_7, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30_RuntimeMethod_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9; memset((&L_9), 0, sizeof(L_9)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_9), (350.0f), (50.0f), /*hidden argument*/NULL); NullCheck(L_8); RectTransform_set_sizeDelta_m61943618442E31C6FF0556CDFC70940AE7AD04D0(L_8, L_9, /*hidden argument*/NULL); // GO.GetComponent().color = new Color(7f / 255f, 45f / 255f, 71f / 255f, 200f / 255f); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10 = ___GO0; NullCheck(L_10); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_11; L_11 = GameObject_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m16ABC1D7B4E804984517841F8D26E9C769FAE710(L_10, /*hidden argument*/GameObject_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m16ABC1D7B4E804984517841F8D26E9C769FAE710_RuntimeMethod_var); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_12; memset((&L_12), 0, sizeof(L_12)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_12), (0.0274509806f), (0.176470593f), (0.278431386f), (0.784313738f), /*hidden argument*/NULL); NullCheck(L_11); VirtActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_11, L_12); // texts = new GameObject(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mACDBD7A1F25B33D006A60F67EF901B33DD3D52E9(L_13, /*hidden argument*/NULL); __this->set_texts_14(L_13); // texts.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = __this->get_texts_14(); NullCheck(L_14); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_15; L_15 = GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m94EBF80FF41FB35F8B90B9F1732F6B052B6254E2(L_14, /*hidden argument*/GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m94EBF80FF41FB35F8B90B9F1732F6B052B6254E2_RuntimeMethod_var); // texts.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16 = __this->get_texts_14(); NullCheck(L_16); CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * L_17; L_17 = GameObject_AddComponent_TisCanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E_mC80CBED5C8EBC89309B3AABCE0BB86DA7FDA1306(L_16, /*hidden argument*/GameObject_AddComponent_TisCanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E_mC80CBED5C8EBC89309B3AABCE0BB86DA7FDA1306_RuntimeMethod_var); // texts.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_18 = __this->get_texts_14(); NullCheck(L_18); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_19; L_19 = GameObject_AddComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mDBAC221DDAC650C8C4914CFD57BC90435ADE2740(L_18, /*hidden argument*/GameObject_AddComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mDBAC221DDAC650C8C4914CFD57BC90435ADE2740_RuntimeMethod_var); // texts.GetComponent().sizeDelta = new Vector2(350f, 50f); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_20 = __this->get_texts_14(); NullCheck(L_20); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_21; L_21 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30(L_20, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30_RuntimeMethod_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_22; memset((&L_22), 0, sizeof(L_22)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_22), (350.0f), (50.0f), /*hidden argument*/NULL); NullCheck(L_21); RectTransform_set_sizeDelta_m61943618442E31C6FF0556CDFC70940AE7AD04D0(L_21, L_22, /*hidden argument*/NULL); // texts.GetComponent().font = Resources.GetBuiltinResource(typeof(Font), "Arial.ttf") as Font; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_23 = __this->get_texts_14(); NullCheck(L_23); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_24; L_24 = GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mD98876EFC776CB8D02A1394AE6A72DC47F271C65(L_23, /*hidden argument*/GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mD98876EFC776CB8D02A1394AE6A72DC47F271C65_RuntimeMethod_var); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_25 = { reinterpret_cast (Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_26; L_26 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_25, /*hidden argument*/NULL); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_27; L_27 = Resources_GetBuiltinResource_m95D827B8DEB3131E45472851620B052D046E26DF(L_26, _stringLiteral1C4303CE90A80E03466A934F3A49CF1FBA75C709, /*hidden argument*/NULL); NullCheck(L_24); Text_set_font_m10F529719C942343F7B963D28480A20940CD0B52(L_24, ((Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 *)IsInstSealed((RuntimeObject*)L_27, Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // texts.GetComponent().alignment = TextAnchor.MiddleCenter; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_28 = __this->get_texts_14(); NullCheck(L_28); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_29; L_29 = GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mD98876EFC776CB8D02A1394AE6A72DC47F271C65(L_28, /*hidden argument*/GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mD98876EFC776CB8D02A1394AE6A72DC47F271C65_RuntimeMethod_var); NullCheck(L_29); Text_set_alignment_mBA9424D5CCC6FB11861B67A40E0C0F6DDBFDAB2C(L_29, 4, /*hidden argument*/NULL); // texts.transform.SetParent(GO.transform); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_30 = __this->get_texts_14(); NullCheck(L_30); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_31; L_31 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_30, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_32 = ___GO0; NullCheck(L_32); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_33; L_33 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_32, /*hidden argument*/NULL); NullCheck(L_31); Transform_SetParent_m24E34EBEF76528C99AFA017F157EE8B3E3116B1E(L_31, L_33, /*hidden argument*/NULL); // texts.name = "TextBox"; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_34 = __this->get_texts_14(); NullCheck(L_34); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_34, _stringLiteral1DA15BED08BA28361B649897CAE1F4319F0E0240, /*hidden argument*/NULL); // return GO; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_35 = ___GO0; return L_35; } } // System.Void OVRDebugInfo::UpdateIPD() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateIPD_mBA3DDE36BCDE307E936CA84A5480C7FC303E34B6 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD5B45E1A041C87CBF2D974B822A6160A8813A21); s_Il2CppMethodInitialized = true; } { // strIPD = System.String.Format("IPD (mm): {0:F4}", OVRManager.profile.ipd * 1000.0f); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76 * L_0; L_0 = OVRManager_get_profile_m8D450E98CFF2DFBF2974DBCDD35DE072C5057428(/*hidden argument*/NULL); NullCheck(L_0); float L_1; L_1 = OVRProfile_get_ipd_mC71442040CFFD437C227F2C2F2EA5BD56E06F4F5(L_0, /*hidden argument*/NULL); float L_2 = ((float)il2cpp_codegen_multiply((float)L_1, (float)(1000.0f))); RuntimeObject * L_3 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_2); String_t* L_4; L_4 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteralFD5B45E1A041C87CBF2D974B822A6160A8813A21, L_3, /*hidden argument*/NULL); __this->set_strIPD_17(L_4); // } return; } } // System.Void OVRDebugInfo::UpdateEyeHeightOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateEyeHeightOffset_m779A08DEE51C86114CB3F1725494DF36F633E8AC (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA642F58592F8C501A188E16AA6D0CA79031771E5); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { // float eyeHeight = OVRManager.profile.eyeHeight; IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76 * L_0; L_0 = OVRManager_get_profile_m8D450E98CFF2DFBF2974DBCDD35DE072C5057428(/*hidden argument*/NULL); NullCheck(L_0); float L_1; L_1 = OVRProfile_get_eyeHeight_m79225E10A8BEC9F4BC8E42AD90F00028E5A7872F(L_0, /*hidden argument*/NULL); V_0 = L_1; // strHeight = System.String.Format("Eye Height (m): {0:F3}", eyeHeight); float L_2 = V_0; float L_3 = L_2; RuntimeObject * L_4 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_3); String_t* L_5; L_5 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteralA642F58592F8C501A188E16AA6D0CA79031771E5, L_4, /*hidden argument*/NULL); __this->set_strHeight_19(L_5); // } return; } } // System.Void OVRDebugInfo::UpdateEyeDepthOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateEyeDepthOffset_m8B49EC6FB555BB0B34F04D83EE28E78EC97CE506 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB4FC581E0670DBA597F136FCE9B3D0D0818DD46); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { // float eyeDepth = OVRManager.profile.eyeDepth; IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76 * L_0; L_0 = OVRManager_get_profile_m8D450E98CFF2DFBF2974DBCDD35DE072C5057428(/*hidden argument*/NULL); NullCheck(L_0); float L_1; L_1 = OVRProfile_get_eyeDepth_m5B8F95576A1AA6F323ACD5E03CD115D2EB436036(L_0, /*hidden argument*/NULL); V_0 = L_1; // strDepth = System.String.Format("Eye Depth (m): {0:F3}", eyeDepth); float L_2 = V_0; float L_3 = L_2; RuntimeObject * L_4 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_3); String_t* L_5; L_5 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteralAB4FC581E0670DBA597F136FCE9B3D0D0818DD46, L_4, /*hidden argument*/NULL); __this->set_strDepth_20(L_5); // } return; } } // System.Void OVRDebugInfo::UpdateFOV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateFOV_m8F77B2E1D90E8E399FFB118F1AF6B7B490446CE6 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4B05851B11D44532E1BB79A3A581F07DFE0AB85); s_Il2CppMethodInitialized = true; } EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 V_0; memset((&V_0), 0, sizeof(V_0)); { // OVRDisplay.EyeRenderDesc eyeDesc = OVRManager.display.GetEyeRenderDesc(UnityEngine.XR.XRNode.LeftEye); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * L_0; L_0 = OVRManager_get_display_mA9F9565DF2499A1FE054C733F774959F49D143AA_inline(/*hidden argument*/NULL); NullCheck(L_0); EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 L_1; L_1 = OVRDisplay_GetEyeRenderDesc_m3E0C93B936BF78D11F5B21C3EFDB234A97C3756B(L_0, 0, /*hidden argument*/NULL); V_0 = L_1; // strFOV = System.String.Format("FOV (deg): {0:F3}", eyeDesc.fov.y); EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 L_2 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3 = L_2.get_fov_1(); float L_4 = L_3.get_y_1(); float L_5 = L_4; RuntimeObject * L_6 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_5); String_t* L_7; L_7 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteralA4B05851B11D44532E1BB79A3A581F07DFE0AB85, L_6, /*hidden argument*/NULL); __this->set_strFOV_18(L_7); // } return; } } // System.Void OVRDebugInfo::UpdateResolutionEyeTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateResolutionEyeTexture_m4CFFA212A21359A29BF963D3FDB9485BC58F4EB6 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53B8360109DAF5F5D6480F117FFF5EC8537E933F); s_Il2CppMethodInitialized = true; } EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 V_0; memset((&V_0), 0, sizeof(V_0)); EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; float V_3 = 0.0f; { // OVRDisplay.EyeRenderDesc leftEyeDesc = OVRManager.display.GetEyeRenderDesc(UnityEngine.XR.XRNode.LeftEye); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * L_0; L_0 = OVRManager_get_display_mA9F9565DF2499A1FE054C733F774959F49D143AA_inline(/*hidden argument*/NULL); NullCheck(L_0); EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 L_1; L_1 = OVRDisplay_GetEyeRenderDesc_m3E0C93B936BF78D11F5B21C3EFDB234A97C3756B(L_0, 0, /*hidden argument*/NULL); V_0 = L_1; // OVRDisplay.EyeRenderDesc rightEyeDesc = OVRManager.display.GetEyeRenderDesc(UnityEngine.XR.XRNode.RightEye); OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * L_2; L_2 = OVRManager_get_display_mA9F9565DF2499A1FE054C733F774959F49D143AA_inline(/*hidden argument*/NULL); NullCheck(L_2); EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 L_3; L_3 = OVRDisplay_GetEyeRenderDesc_m3E0C93B936BF78D11F5B21C3EFDB234A97C3756B(L_2, 1, /*hidden argument*/NULL); V_1 = L_3; // float scale = UnityEngine.XR.XRSettings.renderViewportScale; float L_4; L_4 = XRSettings_get_renderViewportScale_mE9D69964D237C95A40BB6D265EF7701219C13A55(/*hidden argument*/NULL); // float w = (int)(scale * (float)(leftEyeDesc.resolution.x + rightEyeDesc.resolution.x)); float L_5 = L_4; EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 L_6 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_7 = L_6.get_resolution_0(); float L_8 = L_7.get_x_0(); EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 L_9 = V_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_10 = L_9.get_resolution_0(); float L_11 = L_10.get_x_0(); V_2 = ((float)((float)il2cpp_codegen_cast_double_to_int(((float)il2cpp_codegen_multiply((float)L_5, (float)((float)((float)((float)il2cpp_codegen_add((float)L_8, (float)L_11))))))))); // float h = (int)(scale * (float)Mathf.Max(leftEyeDesc.resolution.y, rightEyeDesc.resolution.y)); EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 L_12 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_13 = L_12.get_resolution_0(); float L_14 = L_13.get_y_1(); EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 L_15 = V_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16 = L_15.get_resolution_0(); float L_17 = L_16.get_y_1(); float L_18; L_18 = Mathf_Max_m5C96B726079E95BB1A1DC60532553CB723D24C79(L_14, L_17, /*hidden argument*/NULL); V_3 = ((float)((float)il2cpp_codegen_cast_double_to_int(((float)il2cpp_codegen_multiply((float)L_5, (float)((float)((float)L_18))))))); // strResolutionEyeTexture = System.String.Format("Resolution : {0} x {1}", w, h); float L_19 = V_2; float L_20 = L_19; RuntimeObject * L_21 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_20); float L_22 = V_3; float L_23 = L_22; RuntimeObject * L_24 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_23); String_t* L_25; L_25 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteral53B8360109DAF5F5D6480F117FFF5EC8537E933F, L_21, L_24, /*hidden argument*/NULL); __this->set_strResolutionEyeTexture_21(L_25); // } return; } } // System.Void OVRDebugInfo::UpdateLatencyValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateLatencyValues_mBCB22E4520EAE2B7C8DB231C9782EE0F2D886998 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_mC23BA23E80BF8D9009F8E9D84CFFB76DAFB652CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral922C711EE4BB6C81E11AA4A7FC49B11F921991EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4A4DE3CBC2AD0105C017AB56F89F5FB08D2A420); s_Il2CppMethodInitialized = true; } LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 V_0; memset((&V_0), 0, sizeof(V_0)); { // OVRDisplay.LatencyData latency = OVRManager.display.latency; IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * L_0; L_0 = OVRManager_get_display_mA9F9565DF2499A1FE054C733F774959F49D143AA_inline(/*hidden argument*/NULL); NullCheck(L_0); LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 L_1; L_1 = OVRDisplay_get_latency_m357ECDF00971E0115FC995C2818280BCC5A652FF(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (latency.render < 0.000001f && latency.timeWarp < 0.000001f && latency.postPresent < 0.000001f) LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 L_2 = V_0; float L_3 = L_2.get_render_0(); if ((!(((float)L_3) < ((float)(9.99999997E-07f))))) { goto IL_0048; } } { LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 L_4 = V_0; float L_5 = L_4.get_timeWarp_1(); if ((!(((float)L_5) < ((float)(9.99999997E-07f))))) { goto IL_0048; } } { LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 L_6 = V_0; float L_7 = L_6.get_postPresent_2(); if ((!(((float)L_7) < ((float)(9.99999997E-07f))))) { goto IL_0048; } } { // strLatencies = System.String.Format("Latency values are not available."); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8; L_8 = Array_Empty_TisRuntimeObject_mC23BA23E80BF8D9009F8E9D84CFFB76DAFB652CC_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_mC23BA23E80BF8D9009F8E9D84CFFB76DAFB652CC_RuntimeMethod_var); String_t* L_9; L_9 = String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3(_stringLiteralB4A4DE3CBC2AD0105C017AB56F89F5FB08D2A420, L_8, /*hidden argument*/NULL); __this->set_strLatencies_22(L_9); return; } IL_0048: { // strLatencies = System.String.Format("Render: {0:F3} TimeWarp: {1:F3} Post-Present: {2:F3}\nRender Error: {3:F3} TimeWarp Error: {4:F3}", // latency.render, // latency.timeWarp, // latency.postPresent, // latency.renderError, // latency.timeWarpError); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 L_12 = V_0; float L_13 = L_12.get_render_0(); float L_14 = L_13; RuntimeObject * L_15 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_14); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_15); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_15); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = L_11; LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 L_17 = V_0; float L_18 = L_17.get_timeWarp_1(); float L_19 = L_18; RuntimeObject * L_20 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_19); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_20); (L_16)->SetAt(static_cast(1), (RuntimeObject *)L_20); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = L_16; LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 L_22 = V_0; float L_23 = L_22.get_postPresent_2(); float L_24 = L_23; RuntimeObject * L_25 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_24); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_25); (L_21)->SetAt(static_cast(2), (RuntimeObject *)L_25); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = L_21; LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 L_27 = V_0; float L_28 = L_27.get_renderError_3(); float L_29 = L_28; RuntimeObject * L_30 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_29); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_30); (L_26)->SetAt(static_cast(3), (RuntimeObject *)L_30); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_31 = L_26; LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 L_32 = V_0; float L_33 = L_32.get_timeWarpError_4(); float L_34 = L_33; RuntimeObject * L_35 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_34); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_35); (L_31)->SetAt(static_cast(4), (RuntimeObject *)L_35); String_t* L_36; L_36 = String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3(_stringLiteral922C711EE4BB6C81E11AA4A7FC49B11F921991EB, L_31, /*hidden argument*/NULL); __this->set_strLatencies_22(L_36); // } return; } } // System.Void OVRDebugInfo::UpdateFPS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo_UpdateFPS_mCC112B87CC8B83E127A5F6FE046BC446F07BCDC1 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05611EFCF7E7B8266EA4498F0A12A7B6F297B6BF); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { // timeLeft -= Time.unscaledDeltaTime; float L_0 = __this->get_timeLeft_26(); float L_1; L_1 = Time_get_unscaledDeltaTime_mAC1F2C20477335AD7D36AB7E6BE420C10C2B6419(/*hidden argument*/NULL); __this->set_timeLeft_26(((float)il2cpp_codegen_subtract((float)L_0, (float)L_1))); // accum += Time.unscaledDeltaTime; float L_2 = __this->get_accum_24(); float L_3; L_3 = Time_get_unscaledDeltaTime_mAC1F2C20477335AD7D36AB7E6BE420C10C2B6419(/*hidden argument*/NULL); __this->set_accum_24(((float)il2cpp_codegen_add((float)L_2, (float)L_3))); // ++frames; int32_t L_4 = __this->get_frames_25(); __this->set_frames_25(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); // if (timeLeft <= 0.0) float L_5 = __this->get_timeLeft_26(); if ((!(((double)((double)((double)L_5))) <= ((double)(0.0))))) { goto IL_008e; } } { // float fps = frames / accum; int32_t L_6 = __this->get_frames_25(); float L_7 = __this->get_accum_24(); V_0 = ((float)((float)((float)((float)L_6))/(float)L_7)); // strFPS = System.String.Format("FPS: {0:F2}", fps); float L_8 = V_0; float L_9 = L_8; RuntimeObject * L_10 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_9); String_t* L_11; L_11 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteral05611EFCF7E7B8266EA4498F0A12A7B6F297B6BF, L_10, /*hidden argument*/NULL); __this->set_strFPS_16(L_11); // timeLeft += updateInterval; float L_12 = __this->get_timeLeft_26(); float L_13 = __this->get_updateInterval_23(); __this->set_timeLeft_26(((float)il2cpp_codegen_add((float)L_12, (float)L_13))); // accum = 0.0f; __this->set_accum_24((0.0f)); // frames = 0; __this->set_frames_25(0); } IL_008e: { // } return; } } // System.Void OVRDebugInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDebugInfo__ctor_m74246258139DBB90DC1EFC80DBE18715AB0FD744 (OVRDebugInfo_t30420D1B1A2C859A6407722D50445DD4E25423D1 * __this, const RuntimeMethod* method) { { // float updateInterval = 0.5f; __this->set_updateInterval_23((0.5f)); // float offsetY = 55.0f; __this->set_offsetY_29((55.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 // OVRManager/CompositionMethod OVRDirectComposition::CompositionMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRDirectComposition_CompositionMethod_m10C3E0566FB0F044CB036CE3E693A567D04B39F6 (OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC * __this, const RuntimeMethod* method) { { // public override OVRManager.CompositionMethod CompositionMethod() { return OVRManager.CompositionMethod.Direct; } return (int32_t)(1); } } // System.Void OVRDirectComposition::.ctor(UnityEngine.GameObject,UnityEngine.Camera,OVRMixedRealityCaptureConfiguration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDirectComposition__ctor_mFCB8335EF4A1C53A5DC6987F00C02B08E98D3324 (OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___parentObject0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mainCamera1, RuntimeObject* ___configuration2, const RuntimeMethod* method) { { // : base(parentObject, mainCamera, configuration) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___parentObject0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = ___mainCamera1; RuntimeObject* L_2 = ___configuration2; OVRCameraComposition__ctor_m0CDD3C8D90E64DC4ABE2FD56478FF29D3FA49B16(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // RefreshCameraObjects(parentObject, mainCamera, configuration); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = ___parentObject0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_4 = ___mainCamera1; RuntimeObject* L_5 = ___configuration2; OVRDirectComposition_RefreshCameraObjects_m65F6848ECEB4CDCC1EB258548649F545A6033B37(__this, L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void OVRDirectComposition::RefreshCameraObjects(UnityEngine.GameObject,UnityEngine.Camera,OVRMixedRealityCaptureConfiguration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDirectComposition_RefreshCameraObjects_m65F6848ECEB4CDCC1EB258548649F545A6033B37 (OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC * __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*)&GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mE8DB64A28C8709FB890A9770C8F35CD32CD04C75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral923B8FF40F14AA278B3BDFF2A9CED1F9677FC215); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC439CE7CED6EFB884DC665B9D84331C1E6706E60); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD32BF4F2A10C9578A0CEB868AEB9FC34FCEE76A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1A8B7ACF9F6A6C8DA34C480CF0726A9E97A6044); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8B77FFA6B004EBE6AD02387BCBFBFA47562B049); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE95FE8844676BDA0875923DE00527C13F13AA80); s_Il2CppMethodInitialized = true; } UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * V_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B8_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B7_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B9_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B9_1 = NULL; String_t* G_B17_0 = NULL; String_t* G_B16_0 = NULL; String_t* G_B18_0 = NULL; String_t* G_B18_1 = NULL; { // if (!hasCameraDeviceOpened) bool L_0 = ((OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 *)__this)->get_hasCameraDeviceOpened_6(); if (L_0) { goto IL_0029; } } { // Debug.LogWarning("[OVRDirectComposition] RefreshCameraObjects(): Unable to open camera device " + cameraDevice); int32_t* L_1 = ((OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 *)__this)->get_address_of_cameraDevice_7(); RuntimeObject * L_2 = Box(CameraDevice_t28640423D5FEBE3270CC459CEFB5146D529D3B1A_il2cpp_TypeInfo_var, L_1); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); *L_1 = *(int32_t*)UnBox(L_2); String_t* L_4; L_4 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralD32BF4F2A10C9578A0CEB868AEB9FC34FCEE76A9, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(L_4, /*hidden argument*/NULL); // return; return; } IL_0029: { // if (mainCamera.gameObject != previousMainCameraObject) Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = ___mainCamera1; NullCheck(L_5); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_5, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7 = __this->get_previousMainCameraObject_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_8; L_8 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_01f6; } } { // Debug.LogFormat("[OVRDirectComposition] Camera refreshed. Rebind camera to {0}", mainCamera.gameObject.name); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_9; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_11 = ___mainCamera1; NullCheck(L_11); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12; L_12 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13; L_13 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_12, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_13); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m72BF100F3CFE21832B462EDDA71CF0FE28C0D093(_stringLiteralEE95FE8844676BDA0875923DE00527C13F13AA80, L_10, /*hidden argument*/NULL); // OVRCompositionUtil.SafeDestroy(ref directCompositionCameraGameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** L_14 = __this->get_address_of_directCompositionCameraGameObject_15(); OVRCompositionUtil_SafeDestroy_m0625B410961C6F85AB5B61F3825E2A1662B9BB61((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 **)L_14, /*hidden argument*/NULL); // directCompositionCamera = null; __this->set_directCompositionCamera_16((Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C *)NULL); // RefreshCameraRig(parentObject, mainCamera); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_15 = ___parentObject0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_16 = ___mainCamera1; OVRComposition_RefreshCameraRig_m95FD99A5F07BEE8C9B864D483D918D1237DA3DBC(__this, L_15, L_16, /*hidden argument*/NULL); // if (configuration.instantiateMixedRealityCameraGameObject != null) RuntimeObject* L_17 = ___configuration2; NullCheck(L_17); InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * L_18; L_18 = InterfaceFuncInvoker0< InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * >::Invoke(54 /* OVRManager/InstantiateMrcCameraDelegate OVRMixedRealityCaptureConfiguration::get_instantiateMixedRealityCameraGameObject() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_17); if (!L_18) { goto IL_0099; } } { // directCompositionCameraGameObject = configuration.instantiateMixedRealityCameraGameObject(mainCamera.gameObject, OVRManager.MrcCameraType.Normal); RuntimeObject* L_19 = ___configuration2; NullCheck(L_19); InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * L_20; L_20 = InterfaceFuncInvoker0< InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * >::Invoke(54 /* OVRManager/InstantiateMrcCameraDelegate OVRMixedRealityCaptureConfiguration::get_instantiateMixedRealityCameraGameObject() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_19); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_21 = ___mainCamera1; NullCheck(L_21); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_22; L_22 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_21, /*hidden argument*/NULL); NullCheck(L_20); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_23; L_23 = InstantiateMrcCameraDelegate_Invoke_m9DCA80E7ED3DE50D580D986EFF2287C2A815B082(L_20, L_22, 0, /*hidden argument*/NULL); __this->set_directCompositionCameraGameObject_15(L_23); // } goto IL_00aa; } IL_0099: { // directCompositionCameraGameObject = Object.Instantiate(mainCamera.gameObject); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_24 = ___mainCamera1; NullCheck(L_24); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_25; L_25 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_26; L_26 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mE8DB64A28C8709FB890A9770C8F35CD32CD04C75(L_25, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mE8DB64A28C8709FB890A9770C8F35CD32CD04C75_RuntimeMethod_var); __this->set_directCompositionCameraGameObject_15(L_26); } IL_00aa: { // directCompositionCameraGameObject.name = "OculusMRC_DirectCompositionCamera"; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_27 = __this->get_directCompositionCameraGameObject_15(); NullCheck(L_27); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_27, _stringLiteralC439CE7CED6EFB884DC665B9D84331C1E6706E60, /*hidden argument*/NULL); // directCompositionCameraGameObject.transform.parent = cameraInTrackingSpace ? cameraRig.trackingSpace : parentObject.transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_28 = __this->get_directCompositionCameraGameObject_15(); NullCheck(L_28); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_29; L_29 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_28, /*hidden argument*/NULL); bool L_30 = ((OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 *)__this)->get_cameraInTrackingSpace_0(); G_B7_0 = L_29; if (L_30) { G_B8_0 = L_29; goto IL_00d5; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_31 = ___parentObject0; NullCheck(L_31); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_32; L_32 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_31, /*hidden argument*/NULL); G_B9_0 = L_32; G_B9_1 = G_B7_0; goto IL_00e0; } IL_00d5: { OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_33 = ((OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 *)__this)->get_cameraRig_1(); NullCheck(L_33); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_34; L_34 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(L_33, /*hidden argument*/NULL); G_B9_0 = L_34; G_B9_1 = G_B8_0; } IL_00e0: { NullCheck(G_B9_1); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(G_B9_1, G_B9_0, /*hidden argument*/NULL); // if (directCompositionCameraGameObject.GetComponent()) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_35 = __this->get_directCompositionCameraGameObject_15(); NullCheck(L_35); AudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3 * L_36; L_36 = GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469(L_35, /*hidden argument*/GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_37; L_37 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_0107; } } { // Object.Destroy(directCompositionCameraGameObject.GetComponent()); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_38 = __this->get_directCompositionCameraGameObject_15(); NullCheck(L_38); AudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3 * L_39; L_39 = GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469(L_38, /*hidden argument*/GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_39, /*hidden argument*/NULL); } IL_0107: { // if (directCompositionCameraGameObject.GetComponent()) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_40 = __this->get_directCompositionCameraGameObject_15(); NullCheck(L_40); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_41; L_41 = GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C(L_40, /*hidden argument*/GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_42; L_42 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0129; } } { // Object.Destroy(directCompositionCameraGameObject.GetComponent()); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_43 = __this->get_directCompositionCameraGameObject_15(); NullCheck(L_43); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_44; L_44 = GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C(L_43, /*hidden argument*/GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_44, /*hidden argument*/NULL); } IL_0129: { // directCompositionCamera = directCompositionCameraGameObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_45 = __this->get_directCompositionCameraGameObject_15(); NullCheck(L_45); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_46; L_46 = GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49(L_45, /*hidden argument*/GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49_RuntimeMethod_var); __this->set_directCompositionCamera_16(L_46); // var directCamData = directCompositionCamera.GetUniversalAdditionalCameraData(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_47 = __this->get_directCompositionCamera_16(); UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * L_48; L_48 = CameraExtensions_GetUniversalAdditionalCameraData_m323D93E85589D1ADE18C74E865C9B2DF7793FB17(L_47, /*hidden argument*/NULL); V_0 = L_48; // if (directCamData != null) UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_50; L_50 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_49, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_50) { goto IL_0156; } } { // directCamData.allowXRRendering = false; UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * L_51 = V_0; NullCheck(L_51); UniversalAdditionalCameraData_set_allowXRRendering_mAC7E0511ED9E19F8A91244D1D9A184DA99E43603_inline(L_51, (bool)0, /*hidden argument*/NULL); } IL_0156: { // directCompositionCamera.depth = float.MaxValue; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_52 = __this->get_directCompositionCamera_16(); NullCheck(L_52); Camera_set_depth_m33DBE382C6A293EDFF50FF459CBAB2FD3B7F469C(L_52, ((std::numeric_limits::max)()), /*hidden argument*/NULL); // directCompositionCamera.rect = new Rect(0.0f, 0.0f, 1.0f, 1.0f); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_53 = __this->get_directCompositionCamera_16(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_54; memset((&L_54), 0, sizeof(L_54)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_54), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_53); Camera_set_rect_m556222CD5D4975EF672DC33D979611405A173F79(L_53, L_54, /*hidden argument*/NULL); // directCompositionCamera.cullingMask = (directCompositionCamera.cullingMask & ~configuration.extraHiddenLayers) | configuration.extraVisibleLayers; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_55 = __this->get_directCompositionCamera_16(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_56 = __this->get_directCompositionCamera_16(); NullCheck(L_56); int32_t L_57; L_57 = Camera_get_cullingMask_m63492ED3AFA8F571FBED0B1729264A2E3BB64236(L_56, /*hidden argument*/NULL); RuntimeObject* L_58 = ___configuration2; NullCheck(L_58); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_59; L_59 = InterfaceFuncInvoker0< LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 >::Invoke(2 /* UnityEngine.LayerMask OVRMixedRealityCaptureConfiguration::get_extraHiddenLayers() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_58); int32_t L_60; L_60 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_59, /*hidden argument*/NULL); RuntimeObject* L_61 = ___configuration2; NullCheck(L_61); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_62; L_62 = InterfaceFuncInvoker0< LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 >::Invoke(4 /* UnityEngine.LayerMask OVRMixedRealityCaptureConfiguration::get_extraVisibleLayers() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_61); int32_t L_63; L_63 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_62, /*hidden argument*/NULL); NullCheck(L_55); Camera_set_cullingMask_mB4B1EE4C6CC355625EDE08EAF17E99DAB242E0CC(L_55, ((int32_t)((int32_t)((int32_t)((int32_t)L_57&(int32_t)((~L_60))))|(int32_t)L_63)), /*hidden argument*/NULL); // Debug.Log("DirectComposition activated : useDynamicLighting " + (configuration.useDynamicLighting ? "ON" : "OFF")); RuntimeObject* L_64 = ___configuration2; NullCheck(L_64); bool L_65; L_65 = InterfaceFuncInvoker0< bool >::Invoke(34 /* System.Boolean OVRMixedRealityCaptureConfiguration::get_useDynamicLighting() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_64); G_B16_0 = _stringLiteral923B8FF40F14AA278B3BDFF2A9CED1F9677FC215; if (L_65) { G_B17_0 = _stringLiteral923B8FF40F14AA278B3BDFF2A9CED1F9677FC215; goto IL_01cd; } } { G_B18_0 = _stringLiteralE8B77FFA6B004EBE6AD02387BCBFBFA47562B049; G_B18_1 = G_B16_0; goto IL_01d2; } IL_01cd: { G_B18_0 = _stringLiteralE1A8B7ACF9F6A6C8DA34C480CF0726A9E97A6044; G_B18_1 = G_B17_0; } IL_01d2: { String_t* L_66; L_66 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(G_B18_1, G_B18_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(L_66, /*hidden argument*/NULL); // RefreshCameraFramePlaneObject(parentObject, directCompositionCamera, configuration); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_67 = ___parentObject0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_68 = __this->get_directCompositionCamera_16(); RuntimeObject* L_69 = ___configuration2; OVRCameraComposition_RefreshCameraFramePlaneObject_m43EAED3A0C94EE1C5497CCC4D74F8FF7CE704F90(__this, L_67, L_68, L_69, /*hidden argument*/NULL); // previousMainCameraObject = mainCamera.gameObject; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_70 = ___mainCamera1; NullCheck(L_70); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_71; L_71 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_70, /*hidden argument*/NULL); __this->set_previousMainCameraObject_14(L_71); } IL_01f6: { // } return; } } // System.Void OVRDirectComposition::Update(UnityEngine.GameObject,UnityEngine.Camera,OVRMixedRealityCaptureConfiguration,OVRManager/TrackingOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDirectComposition_Update_m3656BFDD3ACD6FEFB89F43B61CD30F66F2400906 (OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mainCamera1, RuntimeObject* ___configuration2, int32_t ___trackingOrigin3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisOVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A_m4A7ED50E557F20FDD3712D17D520426FDAC22317_RuntimeMethod_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*)&OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_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*)&RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A2638BD5CE37BAA7375341A7E1F2DA6FF71BA76); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral927AA1E3F7FC77A3829D9E17D6892DE7DAD9501C); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_1; memset((&V_1), 0, sizeof(V_1)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_2; memset((&V_2), 0, sizeof(V_2)); CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF V_3; memset((&V_3), 0, sizeof(V_3)); CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA V_4; memset((&V_4), 0, sizeof(V_4)); float V_5 = 0.0f; float V_6 = 0.0f; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_7; memset((&V_7), 0, sizeof(V_7)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_8; memset((&V_8), 0, sizeof(V_8)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * G_B10_0 = NULL; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * G_B9_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B11_0; memset((&G_B11_0), 0, sizeof(G_B11_0)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * G_B11_1 = NULL; { // if (!hasCameraDeviceOpened) bool L_0 = ((OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 *)__this)->get_hasCameraDeviceOpened_6(); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // RefreshCameraObjects(gameObject, mainCamera, configuration); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = ___gameObject0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = ___mainCamera1; RuntimeObject* L_3 = ___configuration2; OVRDirectComposition_RefreshCameraObjects_m65F6848ECEB4CDCC1EB258548649F545A6033B37(__this, L_1, L_2, L_3, /*hidden argument*/NULL); // if (!OVRPlugin.SetHandNodePoseStateLatency(configuration.handPoseStateLatency)) RuntimeObject* L_4 = ___configuration2; NullCheck(L_4); float L_5; L_5 = InterfaceFuncInvoker0< float >::Invoke(20 /* System.Single OVRMixedRealityCaptureConfiguration::get_handPoseStateLatency() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_4); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_6; L_6 = OVRPlugin_SetHandNodePoseStateLatency_m58C7223A87B6E5387A338D341DA440F7593D3EF2(((double)((double)L_5)), /*hidden argument*/NULL); if (L_6) { goto IL_003d; } } { // Debug.LogWarning("HandPoseStateLatency is invalid. Expect a value between 0.0 to 0.5, get " + configuration.handPoseStateLatency); RuntimeObject* L_7 = ___configuration2; NullCheck(L_7); float L_8; L_8 = InterfaceFuncInvoker0< float >::Invoke(20 /* System.Single OVRMixedRealityCaptureConfiguration::get_handPoseStateLatency() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_7); V_0 = L_8; String_t* L_9; L_9 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)(&V_0), /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral927AA1E3F7FC77A3829D9E17D6892DE7DAD9501C, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(L_10, /*hidden argument*/NULL); } IL_003d: { // directCompositionCamera.clearFlags = mainCamera.clearFlags; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_11 = __this->get_directCompositionCamera_16(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_12 = ___mainCamera1; NullCheck(L_12); int32_t L_13; L_13 = Camera_get_clearFlags_m7D0E7A0DBAB6A84B680EC09835AA2F081A17E0D7(L_12, /*hidden argument*/NULL); NullCheck(L_11); Camera_set_clearFlags_mE79A756CD7C9C84C86B6676F5C6342A45AE5F373(L_11, L_13, /*hidden argument*/NULL); // directCompositionCamera.backgroundColor = mainCamera.backgroundColor; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_14 = __this->get_directCompositionCamera_16(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_15 = ___mainCamera1; NullCheck(L_15); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_16; L_16 = Camera_get_backgroundColor_m556B0BCFA01DC59AA6A3A4B27C9408C72C144FB5(L_15, /*hidden argument*/NULL); NullCheck(L_14); Camera_set_backgroundColor_m7083574094F4031F3289444E1AF4CBC4FEDACFCF(L_14, L_16, /*hidden argument*/NULL); // if (configuration.dynamicCullingMask) RuntimeObject* L_17 = ___configuration2; NullCheck(L_17); bool L_18; L_18 = InterfaceFuncInvoker0< bool >::Invoke(6 /* System.Boolean OVRMixedRealityCaptureConfiguration::get_dynamicCullingMask() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_17); if (!L_18) { goto IL_0091; } } { // directCompositionCamera.cullingMask = (mainCamera.cullingMask & ~configuration.extraHiddenLayers) | configuration.extraVisibleLayers; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_19 = __this->get_directCompositionCamera_16(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_20 = ___mainCamera1; NullCheck(L_20); int32_t L_21; L_21 = Camera_get_cullingMask_m63492ED3AFA8F571FBED0B1729264A2E3BB64236(L_20, /*hidden argument*/NULL); RuntimeObject* L_22 = ___configuration2; NullCheck(L_22); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_23; L_23 = InterfaceFuncInvoker0< LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 >::Invoke(2 /* UnityEngine.LayerMask OVRMixedRealityCaptureConfiguration::get_extraHiddenLayers() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_22); int32_t L_24; L_24 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_23, /*hidden argument*/NULL); RuntimeObject* L_25 = ___configuration2; NullCheck(L_25); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_26; L_26 = InterfaceFuncInvoker0< LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 >::Invoke(4 /* UnityEngine.LayerMask OVRMixedRealityCaptureConfiguration::get_extraVisibleLayers() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_25); int32_t L_27; L_27 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_26, /*hidden argument*/NULL); NullCheck(L_19); Camera_set_cullingMask_mB4B1EE4C6CC355625EDE08EAF17E99DAB242E0CC(L_19, ((int32_t)((int32_t)((int32_t)((int32_t)L_21&(int32_t)((~L_24))))|(int32_t)L_27)), /*hidden argument*/NULL); } IL_0091: { // directCompositionCamera.nearClipPlane = mainCamera.nearClipPlane; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_28 = __this->get_directCompositionCamera_16(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_29 = ___mainCamera1; NullCheck(L_29); float L_30; L_30 = Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC(L_29, /*hidden argument*/NULL); NullCheck(L_28); Camera_set_nearClipPlane_m4EA1D92F6E1D17E423EC036561E115F434DC2263(L_28, L_30, /*hidden argument*/NULL); // directCompositionCamera.farClipPlane = mainCamera.farClipPlane; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_31 = __this->get_directCompositionCamera_16(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_32 = ___mainCamera1; NullCheck(L_32); float L_33; L_33 = Camera_get_farClipPlane_m0FA1B9E2E815BECE2EA40023302EB942B52D9596(L_32, /*hidden argument*/NULL); NullCheck(L_31); Camera_set_farClipPlane_m63F1302068433A72A5103281327C68CD8F67AD41(L_31, L_33, /*hidden argument*/NULL); // if (OVRMixedReality.useFakeExternalCamera || OVRPlugin.GetExternalCameraCount() == 0) IL2CPP_RUNTIME_CLASS_INIT(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var); bool L_34 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_useFakeExternalCamera_0(); if (L_34) { goto IL_00c4; } } { IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); int32_t L_35; L_35 = OVRPlugin_GetExternalCameraCount_m5294E8BBFF2E4C319894BC17A29C4DE8E07FB3E8(/*hidden argument*/NULL); if (L_35) { goto IL_0154; } } IL_00c4: { // OVRPose trackingSpacePose = new OVRPose(); il2cpp_codegen_initobj((&V_1), sizeof(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 )); // trackingSpacePose.position = trackingOrigin == OVRManager.TrackingOrigin.EyeLevel ? // OVRMixedReality.fakeCameraEyeLevelPosition : // OVRMixedReality.fakeCameraFloorLevelPosition; int32_t L_36 = ___trackingOrigin3; G_B9_0 = (&V_1); if (!L_36) { G_B10_0 = (&V_1); goto IL_00d9; } } { IL2CPP_RUNTIME_CLASS_INIT(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_fakeCameraFloorLevelPosition_1(); G_B11_0 = L_37; G_B11_1 = G_B9_0; goto IL_00de; } IL_00d9: { IL2CPP_RUNTIME_CLASS_INIT(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_fakeCameraEyeLevelPosition_2(); G_B11_0 = L_38; G_B11_1 = G_B10_0; } IL_00de: { G_B11_1->set_position_0(G_B11_0); // trackingSpacePose.orientation = OVRMixedReality.fakeCameraRotation; IL2CPP_RUNTIME_CLASS_INIT(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_39 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_fakeCameraRotation_3(); (&V_1)->set_orientation_1(L_39); // directCompositionCamera.fieldOfView = OVRMixedReality.fakeCameraFov; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_40 = __this->get_directCompositionCamera_16(); float L_41 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_fakeCameraFov_4(); NullCheck(L_40); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_40, L_41, /*hidden argument*/NULL); // directCompositionCamera.aspect = OVRMixedReality.fakeCameraAspect; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_42 = __this->get_directCompositionCamera_16(); float L_43 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_fakeCameraAspect_5(); NullCheck(L_42); Camera_set_aspect_mF0D72E1250A4408B6A7C32700EE3D80C75C3879C(L_42, L_43, /*hidden argument*/NULL); // if (cameraInTrackingSpace) bool L_44 = ((OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 *)__this)->get_cameraInTrackingSpace_0(); if (!L_44) { goto IL_012e; } } { // directCompositionCamera.transform.FromOVRPose(trackingSpacePose, true); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_45 = __this->get_directCompositionCamera_16(); NullCheck(L_45); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_46; L_46 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_45, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_47 = V_1; OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_46, L_47, (bool)1, /*hidden argument*/NULL); // } goto IL_0205; } IL_012e: { // OVRPose worldSpacePose = new OVRPose(); il2cpp_codegen_initobj((&V_2), sizeof(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 )); // worldSpacePose = OVRExtensions.ToWorldSpacePose(trackingSpacePose); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_48 = V_1; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_49; L_49 = OVRExtensions_ToWorldSpacePose_mEA20346C01E7B8EC9E0FAFC6CB0E926F9AE73284(L_48, /*hidden argument*/NULL); V_2 = L_49; // directCompositionCamera.transform.FromOVRPose(worldSpacePose); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_50 = __this->get_directCompositionCamera_16(); NullCheck(L_50); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_51; L_51 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_50, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_52 = V_2; OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_51, L_52, (bool)0, /*hidden argument*/NULL); // } goto IL_0205; } IL_0154: { // if (OVRPlugin.GetMixedRealityCameraInfo(0, out extrinsics, out intrinsics)) IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_53; L_53 = OVRPlugin_GetMixedRealityCameraInfo_m79878D2EF0BC14A2D523D8833FAA795FC81FA977(0, (CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF *)(&V_3), (CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA *)(&V_4), /*hidden argument*/NULL); if (!L_53) { goto IL_01fb; } } { // float fovY = Mathf.Atan(intrinsics.FOVPort.UpTan) * Mathf.Rad2Deg * 2; CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA L_54 = V_4; Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_55 = L_54.get_FOVPort_2(); float L_56 = L_55.get_UpTan_0(); float L_57; L_57 = atanf(L_56); V_5 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_57, (float)(57.2957802f))), (float)(2.0f))); // float aspect = intrinsics.FOVPort.LeftTan / intrinsics.FOVPort.UpTan; CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA L_58 = V_4; Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_59 = L_58.get_FOVPort_2(); float L_60 = L_59.get_LeftTan_2(); CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA L_61 = V_4; Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_62 = L_61.get_FOVPort_2(); float L_63 = L_62.get_UpTan_0(); V_6 = ((float)((float)L_60/(float)L_63)); // directCompositionCamera.fieldOfView = fovY; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_64 = __this->get_directCompositionCamera_16(); float L_65 = V_5; NullCheck(L_64); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_64, L_65, /*hidden argument*/NULL); // directCompositionCamera.aspect = aspect; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_66 = __this->get_directCompositionCamera_16(); float L_67 = V_6; NullCheck(L_66); Camera_set_aspect_mF0D72E1250A4408B6A7C32700EE3D80C75C3879C(L_66, L_67, /*hidden argument*/NULL); // if (cameraInTrackingSpace) bool L_68 = ((OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 *)__this)->get_cameraInTrackingSpace_0(); if (!L_68) { goto IL_01dd; } } { // OVRPose trackingSpacePose = ComputeCameraTrackingSpacePose(extrinsics); CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF L_69 = V_3; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_70; L_70 = OVRComposition_ComputeCameraTrackingSpacePose_mFFBFDC037DCBBD463C1AB5EC7584B4C9589E9325(__this, L_69, /*hidden argument*/NULL); V_7 = L_70; // directCompositionCamera.transform.FromOVRPose(trackingSpacePose, true); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_71 = __this->get_directCompositionCamera_16(); NullCheck(L_71); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_72; L_72 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_71, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_73 = V_7; OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_72, L_73, (bool)1, /*hidden argument*/NULL); // } goto IL_0205; } IL_01dd: { // OVRPose worldSpacePose = ComputeCameraWorldSpacePose(extrinsics); CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF L_74 = V_3; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_75; L_75 = OVRComposition_ComputeCameraWorldSpacePose_m9E8EEEF1CEEC4CEF602F58A0B7F441C10CFA1F55(__this, L_74, /*hidden argument*/NULL); V_8 = L_75; // directCompositionCamera.transform.FromOVRPose(worldSpacePose); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_76 = __this->get_directCompositionCamera_16(); NullCheck(L_76); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_77; L_77 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_76, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_78 = V_8; OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_77, L_78, (bool)0, /*hidden argument*/NULL); // } goto IL_0205; } IL_01fb: { // Debug.LogWarning("Failed to get external camera information"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteral4A2638BD5CE37BAA7375341A7E1F2DA6FF71BA76, /*hidden argument*/NULL); } IL_0205: { // if (hasCameraDeviceOpened) bool L_79 = ((OVRCameraComposition_t8E4A5B6DA52CE9B53F1262D22BD1C7DAA15A2049 *)__this)->get_hasCameraDeviceOpened_6(); if (!L_79) { goto IL_0290; } } { // if (boundaryMeshMaskTexture == null || boundaryMeshMaskTexture.width != Screen.width || boundaryMeshMaskTexture.height != Screen.height) RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_80 = __this->get_boundaryMeshMaskTexture_17(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_81; L_81 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_80, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_81) { goto IL_0242; } } { RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_82 = __this->get_boundaryMeshMaskTexture_17(); NullCheck(L_82); int32_t L_83; L_83 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_82); int32_t L_84; L_84 = Screen_get_width_m44AD823DE1C2962E3B9CE69F680C6602034DC778(/*hidden argument*/NULL); if ((!(((uint32_t)L_83) == ((uint32_t)L_84)))) { goto IL_0242; } } { RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_85 = __this->get_boundaryMeshMaskTexture_17(); NullCheck(L_85); int32_t L_86; L_86 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_85); int32_t L_87; L_87 = Screen_get_height_m71F7E12C4F33639042D80425D3169E288368C67A(/*hidden argument*/NULL); if ((((int32_t)L_86) == ((int32_t)L_87))) { goto IL_0266; } } IL_0242: { // boundaryMeshMaskTexture = new RenderTexture(Screen.width, Screen.height, 0, RenderTextureFormat.R8); int32_t L_88; L_88 = Screen_get_width_m44AD823DE1C2962E3B9CE69F680C6602034DC778(/*hidden argument*/NULL); int32_t L_89; L_89 = Screen_get_height_m71F7E12C4F33639042D80425D3169E288368C67A(/*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_90 = (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 *)il2cpp_codegen_object_new(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849_il2cpp_TypeInfo_var); RenderTexture__ctor_m8E4220FDA652BA3CACE60FBA59D868B921C0F533(L_90, L_88, L_89, 0, ((int32_t)16), /*hidden argument*/NULL); __this->set_boundaryMeshMaskTexture_17(L_90); // boundaryMeshMaskTexture.Create(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_91 = __this->get_boundaryMeshMaskTexture_17(); NullCheck(L_91); bool L_92; L_92 = RenderTexture_Create_m723CBB7B7543E9FAFEBC04E8FDCDF629DA31F411(L_91, /*hidden argument*/NULL); } IL_0266: { // UpdateCameraFramePlaneObject(mainCamera, directCompositionCamera, configuration, boundaryMeshMaskTexture); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_93 = ___mainCamera1; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_94 = __this->get_directCompositionCamera_16(); RuntimeObject* L_95 = ___configuration2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_96 = __this->get_boundaryMeshMaskTexture_17(); OVRCameraComposition_UpdateCameraFramePlaneObject_mD2A3E58E88C662362FE5B9FD596C5C0520081F5C(__this, L_93, L_94, L_95, L_96, /*hidden argument*/NULL); // directCompositionCamera.GetComponent().boundaryMeshMaskTexture = boundaryMeshMaskTexture; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_97 = __this->get_directCompositionCamera_16(); NullCheck(L_97); OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A * L_98; L_98 = Component_GetComponent_TisOVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A_m4A7ED50E557F20FDD3712D17D520426FDAC22317(L_97, /*hidden argument*/Component_GetComponent_TisOVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A_m4A7ED50E557F20FDD3712D17D520426FDAC22317_RuntimeMethod_var); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_99 = __this->get_boundaryMeshMaskTexture_17(); NullCheck(L_98); L_98->set_boundaryMeshMaskTexture_7(L_99); } IL_0290: { // } return; } } // System.Void OVRDirectComposition::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDirectComposition_Cleanup_m39E7698177C3C1DFB1D7322E0E4539F0261F466E (OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC * __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*)&_stringLiteral4AC6343B3A37C71D636C9707DA794B6BAEC6B53E); s_Il2CppMethodInitialized = true; } { // base.Cleanup(); OVRCameraComposition_Cleanup_m3395DA37B93CDA76FE41CB28F8DE77849023BF14(__this, /*hidden argument*/NULL); // OVRCompositionUtil.SafeDestroy(ref directCompositionCameraGameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** L_0 = __this->get_address_of_directCompositionCameraGameObject_15(); OVRCompositionUtil_SafeDestroy_m0625B410961C6F85AB5B61F3825E2A1662B9BB61((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 **)L_0, /*hidden argument*/NULL); // directCompositionCamera = null; __this->set_directCompositionCamera_16((Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C *)NULL); // Debug.Log("DirectComposition deactivated"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(_stringLiteral4AC6343B3A37C71D636C9707DA794B6BAEC6B53E, /*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 OVRDisplay::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDisplay__ctor_mF9A37E1FB3DF3184FFB86AD3CDB12527BBB8F093 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private EyeRenderDesc[] eyeDescs = new EyeRenderDesc[2]; EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_0 = (EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF*)(EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF*)SZArrayNew(EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_eyeDescs_1(L_0); // private int recenterRequestedFrameCount = int.MaxValue; __this->set_recenterRequestedFrameCount_3(((int32_t)2147483647LL)); // public OVRDisplay() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // UpdateTextures(); OVRDisplay_UpdateTextures_m1E07033F347AE46B79C6C6D2C0444B65342B6DB0(__this, /*hidden argument*/NULL); // } return; } } // System.Void OVRDisplay::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDisplay_Update_mDECF4E13988A5E1D25DBD8637ADA0BB114326BB2 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __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*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBABD918C68FBCB77B24225D971E940274E6A3570); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // UpdateTextures(); OVRDisplay_UpdateTextures_m1E07033F347AE46B79C6C6D2C0444B65342B6DB0(__this, /*hidden argument*/NULL); // if (recenterRequested && Time.frameCount > recenterRequestedFrameCount) bool L_0 = __this->get_recenterRequested_2(); if (!L_0) { goto IL_004a; } } { int32_t L_1; L_1 = Time_get_frameCount_m9CEBDC44BB970B7F8DA5C7AA695F9652B459C139(/*hidden argument*/NULL); int32_t L_2 = __this->get_recenterRequestedFrameCount_3(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_004a; } } { // Debug.Log("Recenter event detected"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(_stringLiteralBABD918C68FBCB77B24225D971E940274E6A3570, /*hidden argument*/NULL); // if (RecenteredPose != null) Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = __this->get_RecenteredPose_5(); if (!L_3) { goto IL_0038; } } { // RecenteredPose(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_4 = __this->get_RecenteredPose_5(); NullCheck(L_4); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(L_4, /*hidden argument*/NULL); } IL_0038: { // recenterRequested = false; __this->set_recenterRequested_2((bool)0); // recenterRequestedFrameCount = int.MaxValue; __this->set_recenterRequestedFrameCount_3(((int32_t)2147483647LL)); } IL_004a: { // if (OVRPlugin.GetSystemHeadsetType() >= OVRPlugin.SystemHeadset.Oculus_Quest && // OVRPlugin.GetSystemHeadsetType() < OVRPlugin.SystemHeadset.Rift_DK1) // all Oculus Standalone headsets IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); int32_t L_5; L_5 = OVRPlugin_GetSystemHeadsetType_mB06BA273CB7939F2A53EC83DD4F84629E1494A9B(/*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)8))) { goto IL_0091; } } { IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); int32_t L_6; L_6 = OVRPlugin_GetSystemHeadsetType_mB06BA273CB7939F2A53EC83DD4F84629E1494A9B(/*hidden argument*/NULL); if ((((int32_t)L_6) >= ((int32_t)((int32_t)4096)))) { goto IL_0091; } } { // int recenterCount = OVRPlugin.GetLocalTrackingSpaceRecenterCount(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); int32_t L_7; L_7 = OVRPlugin_GetLocalTrackingSpaceRecenterCount_m39273BCC0747742DE9661AFA50763C9BBD677B1D(/*hidden argument*/NULL); V_0 = L_7; // if (localTrackingSpaceRecenterCount != recenterCount) int32_t L_8 = __this->get_localTrackingSpaceRecenterCount_4(); int32_t L_9 = V_0; if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_0091; } } { // Debug.Log("Recenter event detected"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(_stringLiteralBABD918C68FBCB77B24225D971E940274E6A3570, /*hidden argument*/NULL); // if (RecenteredPose != null) Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_10 = __this->get_RecenteredPose_5(); if (!L_10) { goto IL_008a; } } { // RecenteredPose(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_11 = __this->get_RecenteredPose_5(); NullCheck(L_11); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(L_11, /*hidden argument*/NULL); } IL_008a: { // localTrackingSpaceRecenterCount = recenterCount; int32_t L_12 = V_0; __this->set_localTrackingSpaceRecenterCount_4(L_12); } IL_0091: { // } return; } } // System.Void OVRDisplay::add_RecenteredPose(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDisplay_add_RecenteredPose_mAB50427364EE04B4CA61186C198E9080835CA8C2 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_1 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_2 = NULL; { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_0 = __this->get_RecenteredPose_5(); V_0 = L_0; } IL_0007: { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = V_0; V_1 = L_1; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = V_1; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_mD9F4B83868AFAD9BF9F7DC4E3974B8C881092B31(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_4, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var)); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** L_5 = __this->get_address_of_RecenteredPose_5(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_6 = V_2; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_7 = V_1; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_8; L_8 = InterlockedCompareExchangeImpl((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 **)L_5, L_6, L_7); V_0 = L_8; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_9 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_9) == ((RuntimeObject*)(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void OVRDisplay::remove_RecenteredPose(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDisplay_remove_RecenteredPose_mAE80F5F0DF2009F75DD0CEBCDB4F9A78832494AF (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_1 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_2 = NULL; { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_0 = __this->get_RecenteredPose_5(); V_0 = L_0; } IL_0007: { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = V_0; V_1 = L_1; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = V_1; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_mD84132DA8A72A81B1CDC5620B52E0E043D7FF0BF(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_4, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var)); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** L_5 = __this->get_address_of_RecenteredPose_5(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_6 = V_2; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_7 = V_1; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_8; L_8 = InterlockedCompareExchangeImpl((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 **)L_5, L_6, L_7); V_0 = L_8; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_9 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_9) == ((RuntimeObject*)(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void OVRDisplay::RecenterPose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDisplay_RecenterPose_m4625D0FB30F9A55BCA466B2162DC283FF1EC19E9 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __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*)&OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XRInputSubsystem_t74B79E3971C396F02CD32F74AE73A5DFB2A0EC09 * V_0 = NULL; { // XRInputSubsystem currentInputSubsystem = OVRManager.GetCurrentInputSubsystem(); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); XRInputSubsystem_t74B79E3971C396F02CD32F74AE73A5DFB2A0EC09 * L_0; L_0 = OVRManager_GetCurrentInputSubsystem_mF2A34F0836ECC4CCFF923503CBE53B95A13CCC4A(/*hidden argument*/NULL); V_0 = L_0; // if (currentInputSubsystem != null) XRInputSubsystem_t74B79E3971C396F02CD32F74AE73A5DFB2A0EC09 * L_1 = V_0; if (!L_1) { goto IL_0010; } } { // currentInputSubsystem.TryRecenter(); XRInputSubsystem_t74B79E3971C396F02CD32F74AE73A5DFB2A0EC09 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = XRInputSubsystem_TryRecenter_m40231564A0E1FB14CAC17F7A88B206FA2121EF5C(L_2, /*hidden argument*/NULL); } IL_0010: { // recenterRequested = true; __this->set_recenterRequested_2((bool)1); // recenterRequestedFrameCount = Time.frameCount; int32_t L_4; L_4 = Time_get_frameCount_m9CEBDC44BB970B7F8DA5C7AA695F9652B459C139(/*hidden argument*/NULL); __this->set_recenterRequestedFrameCount_3(L_4); // OVRMixedReality.RecenterPose(); IL2CPP_RUNTIME_CLASS_INIT(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var); OVRMixedReality_RecenterPose_mBEF22A6470E754F3C1C4A35730BC09AF7DCA08DB(/*hidden argument*/NULL); // } return; } } // UnityEngine.Vector3 OVRDisplay::get_acceleration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRDisplay_get_acceleration_mF2A4B13EA23BB9CBCE1DA72BD878DDB3D55752DA (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __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*)&OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!OVRManager.isHmdPresent) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); bool L_0; L_0 = OVRManager_get_isHmdPresent_m699FC3FF9C92C755F3D7DBA6A4BF754A77B1D905(/*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { // return Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); return L_1; } IL_000d: { // Vector3 retVec = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); V_0 = L_2; // if (OVRNodeStateProperties.GetNodeStatePropertyVector3(Node.Head, NodeStatePropertyType.Acceleration, OVRPlugin.Node.Head, OVRPlugin.Step.Render, out retVec)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_3; L_3 = OVRNodeStateProperties_GetNodeStatePropertyVector3_m74280B4071738FAD2D376C9E9CB4F9EBE301FB49(3, 0, ((int32_t)9), (-1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); if (!L_3) { goto IL_0023; } } { // return retVec; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = V_0; return L_4; } IL_0023: { // return Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); return L_5; } } // UnityEngine.Vector3 OVRDisplay::get_angularAcceleration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRDisplay_get_angularAcceleration_mF91645FAD33EBA1310DEE2FC6D5B77978F09F844 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __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*)&OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!OVRManager.isHmdPresent) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); bool L_0; L_0 = OVRManager_get_isHmdPresent_m699FC3FF9C92C755F3D7DBA6A4BF754A77B1D905(/*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { // return Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); return L_1; } IL_000d: { // Vector3 retVec = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); V_0 = L_2; // if (OVRNodeStateProperties.GetNodeStatePropertyVector3(Node.Head, NodeStatePropertyType.AngularAcceleration, OVRPlugin.Node.Head, OVRPlugin.Step.Render, out retVec)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_3; L_3 = OVRNodeStateProperties_GetNodeStatePropertyVector3_m74280B4071738FAD2D376C9E9CB4F9EBE301FB49(3, 1, ((int32_t)9), (-1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); if (!L_3) { goto IL_0023; } } { // return retVec; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = V_0; return L_4; } IL_0023: { // return Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); return L_5; } } // UnityEngine.Vector3 OVRDisplay::get_velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRDisplay_get_velocity_m8A7F0A7FF1651F3BE8E23B25521F5FB2328A2F02 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __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*)&OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!OVRManager.isHmdPresent) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); bool L_0; L_0 = OVRManager_get_isHmdPresent_m699FC3FF9C92C755F3D7DBA6A4BF754A77B1D905(/*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { // return Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); return L_1; } IL_000d: { // Vector3 retVec = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); V_0 = L_2; // if (OVRNodeStateProperties.GetNodeStatePropertyVector3(Node.Head, NodeStatePropertyType.Velocity, OVRPlugin.Node.Head, OVRPlugin.Step.Render, out retVec)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_3; L_3 = OVRNodeStateProperties_GetNodeStatePropertyVector3_m74280B4071738FAD2D376C9E9CB4F9EBE301FB49(3, 2, ((int32_t)9), (-1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); if (!L_3) { goto IL_0023; } } { // return retVec; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = V_0; return L_4; } IL_0023: { // return Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); return L_5; } } // UnityEngine.Vector3 OVRDisplay::get_angularVelocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRDisplay_get_angularVelocity_m1C953390BADCE11C6E25AA491A7111CDE35E703F (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __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*)&OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!OVRManager.isHmdPresent) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); bool L_0; L_0 = OVRManager_get_isHmdPresent_m699FC3FF9C92C755F3D7DBA6A4BF754A77B1D905(/*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { // return Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); return L_1; } IL_000d: { // Vector3 retVec = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); V_0 = L_2; // if (OVRNodeStateProperties.GetNodeStatePropertyVector3(Node.Head, NodeStatePropertyType.AngularVelocity, OVRPlugin.Node.Head, OVRPlugin.Step.Render, out retVec)) IL2CPP_RUNTIME_CLASS_INIT(OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); bool L_3; L_3 = OVRNodeStateProperties_GetNodeStatePropertyVector3_m74280B4071738FAD2D376C9E9CB4F9EBE301FB49(3, 3, ((int32_t)9), (-1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); if (!L_3) { goto IL_0023; } } { // return retVec; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = V_0; return L_4; } IL_0023: { // return Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); return L_5; } } // OVRDisplay/EyeRenderDesc OVRDisplay::GetEyeRenderDesc(UnityEngine.XR.XRNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 OVRDisplay_GetEyeRenderDesc_m3E0C93B936BF78D11F5B21C3EFDB234A97C3756B (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, int32_t ___eye0, const RuntimeMethod* method) { { // return eyeDescs[(int)eye]; EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_0 = __this->get_eyeDescs_1(); int32_t L_1 = ___eye0; NullCheck(L_0); int32_t L_2 = L_1; EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // OVRDisplay/LatencyData OVRDisplay::get_latency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 OVRDisplay_get_latency_m357ECDF00971E0115FC995C2818280BCC5A652FF (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral187032A73B2E09949FB7B750EDF3A8421E64DDE2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 V_1; memset((&V_1), 0, sizeof(V_1)); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * V_2 = NULL; LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 V_3; memset((&V_3), 0, sizeof(V_3)); { // if (!OVRManager.isHmdPresent) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); bool L_0; L_0 = OVRManager_get_isHmdPresent_m699FC3FF9C92C755F3D7DBA6A4BF754A77B1D905(/*hidden argument*/NULL); if (L_0) { goto IL_0011; } } { // return new LatencyData(); il2cpp_codegen_initobj((&V_3), sizeof(LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 )); LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 L_1 = V_3; return L_1; } IL_0011: { // string latency = OVRPlugin.latency; IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); String_t* L_2; L_2 = OVRPlugin_get_latency_m299B03F83D74D2D0D04300D7BF35DB4C7C4E5E55(/*hidden argument*/NULL); V_0 = L_2; // var r = new Regex("Render: ([0-9]+[.][0-9]+)ms, TimeWarp: ([0-9]+[.][0-9]+)ms, PostPresent: ([0-9]+[.][0-9]+)ms", RegexOptions.None); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_3 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4(L_3, _stringLiteral187032A73B2E09949FB7B750EDF3A8421E64DDE2, 0, /*hidden argument*/NULL); // var ret = new LatencyData(); il2cpp_codegen_initobj((&V_1), sizeof(LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 )); // Match match = r.Match(latency); String_t* L_4 = V_0; NullCheck(L_3); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_5; L_5 = Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233(L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // if (match.Success) Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_6 = V_2; NullCheck(L_6); bool L_7; L_7 = Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0090; } } { // ret.render = float.Parse(match.Groups[1].Value); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_8 = V_2; NullCheck(L_8); GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_9; L_9 = VirtFuncInvoker0< GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * >::Invoke(5 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_8); NullCheck(L_9); Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * L_10; L_10 = GroupCollection_get_Item_mC96099D0350BD4846B66097F31D6B4DDDFE1CA97(L_9, 1, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11; L_11 = Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A(L_10, /*hidden argument*/NULL); float L_12; L_12 = Single_Parse_mA844BB3A1054899B47D07F3F3632F3C4F4ACA695(L_11, /*hidden argument*/NULL); (&V_1)->set_render_0(L_12); // ret.timeWarp = float.Parse(match.Groups[2].Value); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_13 = V_2; NullCheck(L_13); GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_14; L_14 = VirtFuncInvoker0< GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * >::Invoke(5 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_13); NullCheck(L_14); Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * L_15; L_15 = GroupCollection_get_Item_mC96099D0350BD4846B66097F31D6B4DDDFE1CA97(L_14, 2, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16; L_16 = Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A(L_15, /*hidden argument*/NULL); float L_17; L_17 = Single_Parse_mA844BB3A1054899B47D07F3F3632F3C4F4ACA695(L_16, /*hidden argument*/NULL); (&V_1)->set_timeWarp_1(L_17); // ret.postPresent = float.Parse(match.Groups[3].Value); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_18 = V_2; NullCheck(L_18); GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_19; L_19 = VirtFuncInvoker0< GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * >::Invoke(5 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_18); NullCheck(L_19); Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * L_20; L_20 = GroupCollection_get_Item_mC96099D0350BD4846B66097F31D6B4DDDFE1CA97(L_19, 3, /*hidden argument*/NULL); NullCheck(L_20); String_t* L_21; L_21 = Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A(L_20, /*hidden argument*/NULL); float L_22; L_22 = Single_Parse_mA844BB3A1054899B47D07F3F3632F3C4F4ACA695(L_21, /*hidden argument*/NULL); (&V_1)->set_postPresent_2(L_22); } IL_0090: { // return ret; LatencyData_t2A5D2FF112FAE6601CEEFC8A1327124EBF3EDE23 L_23 = V_1; return L_23; } } // System.Single OVRDisplay::get_appFramerate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRDisplay_get_appFramerate_m32557D095838CFE2E35556104088EDD7E667D0C2 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __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.isHmdPresent) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); bool L_0; L_0 = OVRManager_get_isHmdPresent_m699FC3FF9C92C755F3D7DBA6A4BF754A77B1D905(/*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { // return 0; return (0.0f); } IL_000d: { // return OVRPlugin.GetAppFramerate(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); float L_1; L_1 = OVRPlugin_GetAppFramerate_m23C2054E7D41F84C8919E62CAAF4C33EF353F2C0(/*hidden argument*/NULL); return L_1; } } // System.Int32 OVRDisplay::get_recommendedMSAALevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRDisplay_get_recommendedMSAALevel_m890AF3EF7C27D37B468C4A10FCEF3F4D63535D7A (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, 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; } int32_t V_0 = 0; { // int result = OVRPlugin.recommendedMSAALevel; IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); int32_t L_0; L_0 = OVRPlugin_get_recommendedMSAALevel_mB3D10C897A9D104BFC674F9DF9E9C9D89547F87C(/*hidden argument*/NULL); V_0 = L_0; // if (result == 1) int32_t L_1 = V_0; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_000c; } } { // result = 0; V_0 = 0; } IL_000c: { // return result; int32_t L_2 = V_0; return L_2; } } // System.Single[] OVRDisplay::get_displayFrequenciesAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* OVRDisplay_get_displayFrequenciesAvailable_m020FBE5D4080BB47ACC17B0A4A5764ACF6DAB021 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, 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; } { // get { return OVRPlugin.systemDisplayFrequenciesAvailable; } IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0; L_0 = OVRPlugin_get_systemDisplayFrequenciesAvailable_mF8F5520887B7C00258AE6172E1B2EE0D13DA82C5(/*hidden argument*/NULL); return L_0; } } // System.Single OVRDisplay::get_displayFrequency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRDisplay_get_displayFrequency_mB9BDC8BED0A8C7B89AAF3709C638E2E1925EA648 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, 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; } { // return OVRPlugin.systemDisplayFrequency; IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); float L_0; L_0 = OVRPlugin_get_systemDisplayFrequency_m823B5390B360AEF291DB4FDABA0BCC3642E7D66A(/*hidden argument*/NULL); return L_0; } } // System.Void OVRDisplay::set_displayFrequency(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDisplay_set_displayFrequency_m0601C2468D87D7033EDA58E13887D2BAB411EBD5 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, float ___value0, 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; } { // OVRPlugin.systemDisplayFrequency = value; float L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); OVRPlugin_set_systemDisplayFrequency_m31B30EBEB073F525D929F1E6EC7312AFF1CC4DA8(L_0, /*hidden argument*/NULL); // } return; } } // System.Void OVRDisplay::UpdateTextures() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDisplay_UpdateTextures_m1E07033F347AE46B79C6C6D2C0444B65342B6DB0 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, const RuntimeMethod* method) { { // ConfigureEyeDesc(Node.LeftEye); OVRDisplay_ConfigureEyeDesc_m34EC6F8EFBD5D81EBDC155273A44A34C9797EE21(__this, 0, /*hidden argument*/NULL); // ConfigureEyeDesc(Node.RightEye); OVRDisplay_ConfigureEyeDesc_m34EC6F8EFBD5D81EBDC155273A44A34C9797EE21(__this, 1, /*hidden argument*/NULL); // } return; } } // System.Void OVRDisplay::ConfigureEyeDesc(UnityEngine.XR.XRNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRDisplay_ConfigureEyeDesc_m34EC6F8EFBD5D81EBDC155273A44A34C9797EE21 (OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * __this, int32_t ___eye0, 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; } int32_t V_0 = 0; int32_t V_1 = 0; Frustumf2_tC9BC49D38B65DCF27D06B910BB4FF3AF31CB38EA V_2; memset((&V_2), 0, sizeof(V_2)); float V_3 = 0.0f; float V_4 = 0.0f; Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F V_5; memset((&V_5), 0, sizeof(V_5)); { // if (!OVRManager.isHmdPresent) IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); bool L_0; L_0 = OVRManager_get_isHmdPresent_m699FC3FF9C92C755F3D7DBA6A4BF754A77B1D905(/*hidden argument*/NULL); if (L_0) { goto IL_0008; } } { // return; return; } IL_0008: { // int eyeTextureWidth = Settings.eyeTextureWidth; int32_t L_1; L_1 = XRSettings_get_eyeTextureWidth_m58A1989DD2F55FCB2C92A712AEA493B6EEA3C55E(/*hidden argument*/NULL); V_0 = L_1; // int eyeTextureHeight = Settings.eyeTextureHeight; int32_t L_2; L_2 = XRSettings_get_eyeTextureHeight_mD4F91CDDB07756E9BF313DEFD3D74DFC6737E1A2(/*hidden argument*/NULL); V_1 = L_2; // eyeDescs[(int)eye] = new EyeRenderDesc(); EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_3 = __this->get_eyeDescs_1(); int32_t L_4 = ___eye0; NullCheck(L_3); il2cpp_codegen_initobj(((L_3)->GetAddressAt(static_cast(L_4))), sizeof(EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 )); // eyeDescs[(int)eye].resolution = new Vector2(eyeTextureWidth, eyeTextureHeight); EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_5 = __this->get_eyeDescs_1(); int32_t L_6 = ___eye0; NullCheck(L_5); int32_t L_7 = V_0; int32_t L_8 = V_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9; memset((&L_9), 0, sizeof(L_9)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_9), ((float)((float)L_7)), ((float)((float)L_8)), /*hidden argument*/NULL); ((L_5)->GetAddressAt(static_cast(L_6)))->set_resolution_0(L_9); // if (OVRPlugin.GetNodeFrustum2((OVRPlugin.Node)eye, out frust)) int32_t L_10 = ___eye0; IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_11; L_11 = OVRPlugin_GetNodeFrustum2_m50BA8D6E09A38926DA65C54A8CF0F1D47EC4481C(L_10, (Frustumf2_tC9BC49D38B65DCF27D06B910BB4FF3AF31CB38EA *)(&V_2), /*hidden argument*/NULL); if (!L_11) { goto IL_0102; } } { // eyeDescs[(int)eye].fullFov.LeftFov = Mathf.Rad2Deg * Mathf.Atan(frust.Fov.LeftTan); EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_12 = __this->get_eyeDescs_1(); int32_t L_13 = ___eye0; NullCheck(L_12); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_14 = ((L_12)->GetAddressAt(static_cast(L_13)))->get_address_of_fullFov_2(); Frustumf2_tC9BC49D38B65DCF27D06B910BB4FF3AF31CB38EA L_15 = V_2; Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_16 = L_15.get_Fov_2(); float L_17 = L_16.get_LeftTan_2(); float L_18; L_18 = atanf(L_17); L_14->set_LeftFov_2(((float)il2cpp_codegen_multiply((float)(57.2957802f), (float)L_18))); // eyeDescs[(int)eye].fullFov.RightFov = Mathf.Rad2Deg * Mathf.Atan(frust.Fov.RightTan); EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_19 = __this->get_eyeDescs_1(); int32_t L_20 = ___eye0; NullCheck(L_19); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_21 = ((L_19)->GetAddressAt(static_cast(L_20)))->get_address_of_fullFov_2(); Frustumf2_tC9BC49D38B65DCF27D06B910BB4FF3AF31CB38EA L_22 = V_2; Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_23 = L_22.get_Fov_2(); float L_24 = L_23.get_RightTan_3(); float L_25; L_25 = atanf(L_24); L_21->set_RightFov_3(((float)il2cpp_codegen_multiply((float)(57.2957802f), (float)L_25))); // eyeDescs[(int)eye].fullFov.UpFov = Mathf.Rad2Deg * Mathf.Atan(frust.Fov.UpTan); EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_26 = __this->get_eyeDescs_1(); int32_t L_27 = ___eye0; NullCheck(L_26); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_28 = ((L_26)->GetAddressAt(static_cast(L_27)))->get_address_of_fullFov_2(); Frustumf2_tC9BC49D38B65DCF27D06B910BB4FF3AF31CB38EA L_29 = V_2; Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_30 = L_29.get_Fov_2(); float L_31 = L_30.get_UpTan_0(); float L_32; L_32 = atanf(L_31); L_28->set_UpFov_0(((float)il2cpp_codegen_multiply((float)(57.2957802f), (float)L_32))); // eyeDescs[(int)eye].fullFov.DownFov = Mathf.Rad2Deg * Mathf.Atan(frust.Fov.DownTan); EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_33 = __this->get_eyeDescs_1(); int32_t L_34 = ___eye0; NullCheck(L_33); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_35 = ((L_33)->GetAddressAt(static_cast(L_34)))->get_address_of_fullFov_2(); Frustumf2_tC9BC49D38B65DCF27D06B910BB4FF3AF31CB38EA L_36 = V_2; Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_37 = L_36.get_Fov_2(); float L_38 = L_37.get_DownTan_1(); float L_39; L_39 = atanf(L_38); L_35->set_DownFov_1(((float)il2cpp_codegen_multiply((float)(57.2957802f), (float)L_39))); // } goto IL_01ae; } IL_0102: { // OVRPlugin.Frustumf frustOld = OVRPlugin.GetEyeFrustum((OVRPlugin.Eye)eye); int32_t L_40 = ___eye0; IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F L_41; L_41 = OVRPlugin_GetEyeFrustum_mC94CFD16A6C99ABDC089CD1045E5C01C707DF0D5(L_40, /*hidden argument*/NULL); V_5 = L_41; // eyeDescs[(int)eye].fullFov.LeftFov = Mathf.Rad2Deg * frustOld.fovX * 0.5f; EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_42 = __this->get_eyeDescs_1(); int32_t L_43 = ___eye0; NullCheck(L_42); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_44 = ((L_42)->GetAddressAt(static_cast(L_43)))->get_address_of_fullFov_2(); Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F L_45 = V_5; float L_46 = L_45.get_fovX_2(); L_44->set_LeftFov_2(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(57.2957802f), (float)L_46)), (float)(0.5f)))); // eyeDescs[(int)eye].fullFov.RightFov = Mathf.Rad2Deg * frustOld.fovX * 0.5f; EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_47 = __this->get_eyeDescs_1(); int32_t L_48 = ___eye0; NullCheck(L_47); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_49 = ((L_47)->GetAddressAt(static_cast(L_48)))->get_address_of_fullFov_2(); Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F L_50 = V_5; float L_51 = L_50.get_fovX_2(); L_49->set_RightFov_3(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(57.2957802f), (float)L_51)), (float)(0.5f)))); // eyeDescs[(int)eye].fullFov.UpFov = Mathf.Rad2Deg * frustOld.fovY * 0.5f; EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_52 = __this->get_eyeDescs_1(); int32_t L_53 = ___eye0; NullCheck(L_52); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_54 = ((L_52)->GetAddressAt(static_cast(L_53)))->get_address_of_fullFov_2(); Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F L_55 = V_5; float L_56 = L_55.get_fovY_3(); L_54->set_UpFov_0(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(57.2957802f), (float)L_56)), (float)(0.5f)))); // eyeDescs[(int)eye].fullFov.DownFov = Mathf.Rad2Deg * frustOld.fovY * 0.5f; EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_57 = __this->get_eyeDescs_1(); int32_t L_58 = ___eye0; NullCheck(L_57); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_59 = ((L_57)->GetAddressAt(static_cast(L_58)))->get_address_of_fullFov_2(); Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F L_60 = V_5; float L_61 = L_60.get_fovY_3(); L_59->set_DownFov_1(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(57.2957802f), (float)L_61)), (float)(0.5f)))); } IL_01ae: { // float maxFovX = Mathf.Max(eyeDescs[(int)eye].fullFov.LeftFov, eyeDescs[(int)eye].fullFov.RightFov); EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_62 = __this->get_eyeDescs_1(); int32_t L_63 = ___eye0; NullCheck(L_62); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_64 = ((L_62)->GetAddressAt(static_cast(L_63)))->get_address_of_fullFov_2(); float L_65 = L_64->get_LeftFov_2(); EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_66 = __this->get_eyeDescs_1(); int32_t L_67 = ___eye0; NullCheck(L_66); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_68 = ((L_66)->GetAddressAt(static_cast(L_67)))->get_address_of_fullFov_2(); float L_69 = L_68->get_RightFov_3(); float L_70; L_70 = Mathf_Max_m5C96B726079E95BB1A1DC60532553CB723D24C79(L_65, L_69, /*hidden argument*/NULL); V_3 = L_70; // float maxFovY = Mathf.Max(eyeDescs[(int)eye].fullFov.UpFov, eyeDescs[(int)eye].fullFov.DownFov); EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_71 = __this->get_eyeDescs_1(); int32_t L_72 = ___eye0; NullCheck(L_71); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_73 = ((L_71)->GetAddressAt(static_cast(L_72)))->get_address_of_fullFov_2(); float L_74 = L_73->get_UpFov_0(); EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_75 = __this->get_eyeDescs_1(); int32_t L_76 = ___eye0; NullCheck(L_75); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_77 = ((L_75)->GetAddressAt(static_cast(L_76)))->get_address_of_fullFov_2(); float L_78 = L_77->get_DownFov_1(); float L_79; L_79 = Mathf_Max_m5C96B726079E95BB1A1DC60532553CB723D24C79(L_74, L_78, /*hidden argument*/NULL); V_4 = L_79; // eyeDescs[(int)eye].fov.x = maxFovX * 2.0f; EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_80 = __this->get_eyeDescs_1(); int32_t L_81 = ___eye0; NullCheck(L_80); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_82 = ((L_80)->GetAddressAt(static_cast(L_81)))->get_address_of_fov_1(); float L_83 = V_3; L_82->set_x_0(((float)il2cpp_codegen_multiply((float)L_83, (float)(2.0f)))); // eyeDescs[(int)eye].fov.y = maxFovY * 2.0f; EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_84 = __this->get_eyeDescs_1(); int32_t L_85 = ___eye0; NullCheck(L_84); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_86 = ((L_84)->GetAddressAt(static_cast(L_85)))->get_address_of_fov_1(); float L_87 = V_4; L_86->set_y_1(((float)il2cpp_codegen_multiply((float)L_87, (float)(2.0f)))); // if (!OVRPlugin.AsymmetricFovEnabled) IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_88; L_88 = OVRPlugin_get_AsymmetricFovEnabled_m9C45F67131CF233FD80A7071DFEE277929AAC175(/*hidden argument*/NULL); if (L_88) { goto IL_02b3; } } { // eyeDescs[(int)eye].fullFov.LeftFov = maxFovX; EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_89 = __this->get_eyeDescs_1(); int32_t L_90 = ___eye0; NullCheck(L_89); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_91 = ((L_89)->GetAddressAt(static_cast(L_90)))->get_address_of_fullFov_2(); float L_92 = V_3; L_91->set_LeftFov_2(L_92); // eyeDescs[(int)eye].fullFov.RightFov = maxFovX; EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_93 = __this->get_eyeDescs_1(); int32_t L_94 = ___eye0; NullCheck(L_93); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_95 = ((L_93)->GetAddressAt(static_cast(L_94)))->get_address_of_fullFov_2(); float L_96 = V_3; L_95->set_RightFov_3(L_96); // eyeDescs[(int)eye].fullFov.UpFov = maxFovY; EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_97 = __this->get_eyeDescs_1(); int32_t L_98 = ___eye0; NullCheck(L_97); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_99 = ((L_97)->GetAddressAt(static_cast(L_98)))->get_address_of_fullFov_2(); float L_100 = V_4; L_99->set_UpFov_0(L_100); // eyeDescs[(int)eye].fullFov.DownFov = maxFovY; EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* L_101 = __this->get_eyeDescs_1(); int32_t L_102 = ___eye0; NullCheck(L_101); EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * L_103 = ((L_101)->GetAddressAt(static_cast(L_102)))->get_address_of_fullFov_2(); float L_104 = V_4; L_103->set_DownFov_1(L_104); } IL_02b3: { // } 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 // OVRPose OVRExtensions::ToTrackingSpacePose(UnityEngine.Transform,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRExtensions_ToTrackingSpacePose_mF2DA6AFD16DD962216C1927B9EA80C71FF3A61F5 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); 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 headPose = OVRPose.identity; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_0; L_0 = OVRPose_get_identity_m83D5FF8BECB3B2D548DC37255C0B3CF7EE0CEB10(/*hidden argument*/NULL); V_0 = L_0; // 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_1; L_1 = OVRNodeStateProperties_GetNodeStatePropertyVector3_m74280B4071738FAD2D376C9E9CB4F9EBE301FB49(3, 4, ((int32_t)9), (-1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { // headPose.position = pos; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = V_1; (&V_0)->set_position_0(L_2); } IL_001c: { // 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_3; L_3 = OVRNodeStateProperties_GetNodeStatePropertyQuaternion_m98EE953D915E7DB9A689D88B407E570840FE030D(3, 5, ((int32_t)9), (-1), (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_2), /*hidden argument*/NULL); if (!L_3) { goto IL_0032; } } { // headPose.orientation = rot; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4 = V_2; (&V_0)->set_orientation_1(L_4); } IL_0032: { // var ret = headPose * transform.ToHeadSpacePose(camera); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_5 = V_0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6 = ___transform0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_7 = ___camera1; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_8; L_8 = OVRExtensions_ToHeadSpacePose_mFD62BDDADDFD76DBBFAC9B8DDD2093545653302E(L_6, L_7, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_9; L_9 = OVRPose_op_Multiply_mE74DF5BC989D0AB797D35620C9362D2F6D47631F(L_5, L_8, /*hidden argument*/NULL); // return ret; return L_9; } } // OVRPose OVRExtensions::ToWorldSpacePose(OVRPose) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRExtensions_ToWorldSpacePose_mEA20346C01E7B8EC9E0FAFC6CB0E926F9AE73284 (OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 ___trackingSpacePose0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var); 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)); { // OVRPose headPose = OVRPose.identity; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_0; L_0 = OVRPose_get_identity_m83D5FF8BECB3B2D548DC37255C0B3CF7EE0CEB10(/*hidden argument*/NULL); V_0 = L_0; // 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_1; L_1 = OVRNodeStateProperties_GetNodeStatePropertyVector3_m74280B4071738FAD2D376C9E9CB4F9EBE301FB49(3, 4, ((int32_t)9), (-1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { // headPose.position = pos; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = V_1; (&V_0)->set_position_0(L_2); } IL_001c: { // 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_3; L_3 = OVRNodeStateProperties_GetNodeStatePropertyQuaternion_m98EE953D915E7DB9A689D88B407E570840FE030D(3, 5, ((int32_t)9), (-1), (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_2), /*hidden argument*/NULL); if (!L_3) { goto IL_0032; } } { // headPose.orientation = rot; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4 = V_2; (&V_0)->set_orientation_1(L_4); } IL_0032: { // OVRPose poseInHeadSpace = headPose.Inverse() * trackingSpacePose; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_5; L_5 = OVRPose_Inverse_m8299B5582AA88F24919D2FAFE89AEB79833C556A((OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 *)(&V_0), /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_6 = ___trackingSpacePose0; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_7; L_7 = OVRPose_op_Multiply_mE74DF5BC989D0AB797D35620C9362D2F6D47631F(L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; // OVRPose ret = Camera.main.transform.ToOVRPose() * poseInHeadSpace; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_8; L_8 = Camera_get_main_m4E3DB1CD03E916476426AB3F78B26F21690EE26B(/*hidden argument*/NULL); NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_8, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_10; L_10 = OVRExtensions_ToOVRPose_m66470140D8487FEF5E79185388F44FC6A2486417(L_9, (bool)0, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_11 = V_3; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_12; L_12 = OVRPose_op_Multiply_mE74DF5BC989D0AB797D35620C9362D2F6D47631F(L_10, L_11, /*hidden argument*/NULL); // return ret; return L_12; } } // OVRPose OVRExtensions::ToHeadSpacePose(UnityEngine.Transform,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRExtensions_ToHeadSpacePose_mFD62BDDADDFD76DBBFAC9B8DDD2093545653302E (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera1, const RuntimeMethod* method) { OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_0; memset((&V_0), 0, sizeof(V_0)); { // return camera.transform.ToOVRPose().Inverse() * transform.ToOVRPose(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0 = ___camera1; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_2; L_2 = OVRExtensions_ToOVRPose_m66470140D8487FEF5E79185388F44FC6A2486417(L_1, (bool)0, /*hidden argument*/NULL); V_0 = L_2; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_3; L_3 = OVRPose_Inverse_m8299B5582AA88F24919D2FAFE89AEB79833C556A((OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 *)(&V_0), /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = ___transform0; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_5; L_5 = OVRExtensions_ToOVRPose_m66470140D8487FEF5E79185388F44FC6A2486417(L_4, (bool)0, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_6; L_6 = OVRPose_op_Multiply_mE74DF5BC989D0AB797D35620C9362D2F6D47631F(L_3, L_5, /*hidden argument*/NULL); return L_6; } } // OVRPose OVRExtensions::ToOVRPose(UnityEngine.Transform,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRExtensions_ToOVRPose_m66470140D8487FEF5E79185388F44FC6A2486417 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___t0, bool ___isLocal1, const RuntimeMethod* method) { OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_0; memset((&V_0), 0, sizeof(V_0)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * G_B2_0 = NULL; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * G_B1_0 = NULL; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * G_B3_1 = NULL; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * G_B5_0 = NULL; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * G_B4_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B6_0; memset((&G_B6_0), 0, sizeof(G_B6_0)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * G_B6_1 = NULL; { // pose.orientation = (isLocal) ? t.localRotation : t.rotation; bool L_0 = ___isLocal1; G_B1_0 = (&V_0); if (L_0) { G_B2_0 = (&V_0); goto IL_000d; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = ___t0; NullCheck(L_1); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2; L_2 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_0013; } IL_000d: { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = ___t0; NullCheck(L_3); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4; L_4 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0013: { G_B3_1->set_orientation_1(G_B3_0); // pose.position = (isLocal) ? t.localPosition : t.position; bool L_5 = ___isLocal1; G_B4_0 = (&V_0); if (L_5) { G_B5_0 = (&V_0); goto IL_0025; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6 = ___t0; NullCheck(L_6); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_6, /*hidden argument*/NULL); G_B6_0 = L_7; G_B6_1 = G_B4_0; goto IL_002b; } IL_0025: { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8 = ___t0; NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_8, /*hidden argument*/NULL); G_B6_0 = L_9; G_B6_1 = G_B5_0; } IL_002b: { G_B6_1->set_position_0(G_B6_0); // return pose; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_10 = V_0; return L_10; } } // 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) { { // if (isLocal) bool L_0 = ___isLocal2; if (!L_0) { goto IL_001c; } } { // t.localRotation = pose.orientation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = ___t0; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_2 = ___pose1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3 = L_2.get_orientation_1(); NullCheck(L_1); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_1, L_3, /*hidden argument*/NULL); // t.localPosition = pose.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = ___t0; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_5 = ___pose1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = L_5.get_position_0(); NullCheck(L_4); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_4, L_6, /*hidden argument*/NULL); // } return; } IL_001c: { // t.rotation = pose.orientation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = ___t0; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_8 = ___pose1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_9 = L_8.get_orientation_1(); NullCheck(L_7); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_7, L_9, /*hidden argument*/NULL); // t.position = pose.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10 = ___t0; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_11 = ___pose1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = L_11.get_position_0(); NullCheck(L_10); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_10, L_12, /*hidden argument*/NULL); // } return; } } // OVRPose OVRExtensions::ToOVRPose(OVRPlugin/Posef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 OVRExtensions_ToOVRPose_mFE303C29F27877BC3CE73A7375F536A997C0DD77 (Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___p0, const RuntimeMethod* method) { OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new OVRPose() // { // position = new Vector3(p.Position.x, p.Position.y, -p.Position.z), // orientation = new Quaternion(-p.Orientation.x, -p.Orientation.y, p.Orientation.z, p.Orientation.w) // }; il2cpp_codegen_initobj((&V_0), sizeof(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 )); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_0 = ___p0; Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_1 = L_0.get_Position_1(); float L_2 = L_1.get_x_0(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_3 = ___p0; Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_4 = L_3.get_Position_1(); float L_5 = L_4.get_y_1(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_6 = ___p0; Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_7 = L_6.get_Position_1(); float L_8 = L_7.get_z_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), L_2, L_5, ((-L_8)), /*hidden argument*/NULL); (&V_0)->set_position_0(L_9); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_10 = ___p0; Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_11 = L_10.get_Orientation_0(); float L_12 = L_11.get_x_0(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_13 = ___p0; Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_14 = L_13.get_Orientation_0(); float L_15 = L_14.get_y_1(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_16 = ___p0; Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_17 = L_16.get_Orientation_0(); float L_18 = L_17.get_z_2(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_19 = ___p0; Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_20 = L_19.get_Orientation_0(); float L_21 = L_20.get_w_3(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_22; memset((&L_22), 0, sizeof(L_22)); Quaternion__ctor_m564FA9302F5B9DA8BAB97B0A2D86FFE83ACAA421((&L_22), ((-L_12)), ((-L_15)), L_18, L_21, /*hidden argument*/NULL); (&V_0)->set_orientation_1(L_22); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_23 = V_0; return L_23; } } // OVRTracker/Frustum OVRExtensions::ToFrustum(OVRPlugin/Frustumf) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Frustum_tED8678FD88C453FDA994D2EC8920C45E9C5C7A6A OVRExtensions_ToFrustum_mF9ACE39870F5664729B35A773B0E18F2D6AABD60 (Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F ___f0, const RuntimeMethod* method) { Frustum_tED8678FD88C453FDA994D2EC8920C45E9C5C7A6A V_0; memset((&V_0), 0, sizeof(V_0)); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_1; memset((&V_1), 0, sizeof(V_1)); { // return new OVRTracker.Frustum() // { // nearZ = f.zNear, // farZ = f.zFar, // // fov = new Vector2() // { // x = Mathf.Rad2Deg * f.fovX, // y = Mathf.Rad2Deg * f.fovY // } // }; il2cpp_codegen_initobj((&V_0), sizeof(Frustum_tED8678FD88C453FDA994D2EC8920C45E9C5C7A6A )); Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F L_0 = ___f0; float L_1 = L_0.get_zNear_0(); (&V_0)->set_nearZ_0(L_1); Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F L_2 = ___f0; float L_3 = L_2.get_zFar_1(); (&V_0)->set_farZ_1(L_3); il2cpp_codegen_initobj((&V_1), sizeof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )); Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F L_4 = ___f0; float L_5 = L_4.get_fovX_2(); (&V_1)->set_x_0(((float)il2cpp_codegen_multiply((float)(57.2957802f), (float)L_5))); Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F L_6 = ___f0; float L_7 = L_6.get_fovY_3(); (&V_1)->set_y_1(((float)il2cpp_codegen_multiply((float)(57.2957802f), (float)L_7))); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8 = V_1; (&V_0)->set_fov_2(L_8); Frustum_tED8678FD88C453FDA994D2EC8920C45E9C5C7A6A L_9 = V_0; return L_9; } } // UnityEngine.Color OVRExtensions::FromColorf(OVRPlugin/Colorf) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 OVRExtensions_FromColorf_m0F347DB7E6BA9C82A2B51EC44FCD133EB57F6861 (Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81 ___c0, const RuntimeMethod* method) { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new Color() { r = c.r, g = c.g, b = c.b, a = c.a }; il2cpp_codegen_initobj((&V_0), sizeof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )); Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81 L_0 = ___c0; float L_1 = L_0.get_r_0(); (&V_0)->set_r_0(L_1); Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81 L_2 = ___c0; float L_3 = L_2.get_g_1(); (&V_0)->set_g_1(L_3); Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81 L_4 = ___c0; float L_5 = L_4.get_b_2(); (&V_0)->set_b_2(L_5); Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81 L_6 = ___c0; float L_7 = L_6.get_a_3(); (&V_0)->set_a_3(L_7); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_8 = V_0; return L_8; } } // OVRPlugin/Colorf OVRExtensions::ToColorf(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81 OVRExtensions_ToColorf_m81A2AD52E62DDFB1ACF74C73E62A11AD1C00C57B (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___c0, const RuntimeMethod* method) { Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new OVRPlugin.Colorf() { r = c.r, g = c.g, b = c.b, a = c.a }; il2cpp_codegen_initobj((&V_0), sizeof(Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81 )); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = ___c0; float L_1 = L_0.get_r_0(); (&V_0)->set_r_0(L_1); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2 = ___c0; float L_3 = L_2.get_g_1(); (&V_0)->set_g_1(L_3); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_4 = ___c0; float L_5 = L_4.get_b_2(); (&V_0)->set_b_2(L_5); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_6 = ___c0; float L_7 = L_6.get_a_3(); (&V_0)->set_a_3(L_7); Colorf_tB639A8E41097085AB2F453FC1A3A86B54F016D81 L_8 = V_0; return L_8; } } // UnityEngine.Vector3 OVRExtensions::FromVector3f(OVRPlugin/Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRExtensions_FromVector3f_m2EEC2BA1D7587B4C9ECB5D46D0ADD5CE732C9ABE (Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___v0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // return new Vector3() { x = v.x, y = v.y, z = v.z }; il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_0 = ___v0; float L_1 = L_0.get_x_0(); (&V_0)->set_x_2(L_1); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_2 = ___v0; float L_3 = L_2.get_y_1(); (&V_0)->set_y_3(L_3); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_4 = ___v0; float L_5 = L_4.get_z_2(); (&V_0)->set_z_4(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = V_0; return L_6; } } // UnityEngine.Vector3 OVRExtensions::FromFlippedXVector3f(OVRPlugin/Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRExtensions_FromFlippedXVector3f_m64AAF4A41133AD4575EFF5406FD3B229C2546A5C (Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___v0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // return new Vector3() { x = -v.x, y = v.y, z = v.z }; il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_0 = ___v0; float L_1 = L_0.get_x_0(); (&V_0)->set_x_2(((-L_1))); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_2 = ___v0; float L_3 = L_2.get_y_1(); (&V_0)->set_y_3(L_3); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_4 = ___v0; float L_5 = L_4.get_z_2(); (&V_0)->set_z_4(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = V_0; return L_6; } } // UnityEngine.Vector3 OVRExtensions::FromFlippedZVector3f(OVRPlugin/Vector3f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E OVRExtensions_FromFlippedZVector3f_mB3C47CCA4ECAF1BC04479D820D142B42C0BF8B75 (Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___v0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // return new Vector3() { x = v.x, y = v.y, z = -v.z }; il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_0 = ___v0; float L_1 = L_0.get_x_0(); (&V_0)->set_x_2(L_1); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_2 = ___v0; float L_3 = L_2.get_y_1(); (&V_0)->set_y_3(L_3); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_4 = ___v0; float L_5 = L_4.get_z_2(); (&V_0)->set_z_4(((-L_5))); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = V_0; return L_6; } } // OVRPlugin/Vector3f OVRExtensions::ToVector3f(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 OVRExtensions_ToVector3f_m9030EC3A231EBF309EC3771DDAD65013AC252DBF (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new OVRPlugin.Vector3f() { x = v.x, y = v.y, z = v.z }; il2cpp_codegen_initobj((&V_0), sizeof(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 )); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___v0; float L_1 = L_0.get_x_2(); (&V_0)->set_x_0(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___v0; float L_3 = L_2.get_y_3(); (&V_0)->set_y_1(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___v0; float L_5 = L_4.get_z_4(); (&V_0)->set_z_2(L_5); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_6 = V_0; return L_6; } } // OVRPlugin/Vector3f OVRExtensions::ToFlippedXVector3f(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 OVRExtensions_ToFlippedXVector3f_m5CA5512E714A8E86DB86DDC45E7CDD08E76E93CE (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new OVRPlugin.Vector3f() { x = -v.x, y = v.y, z = v.z }; il2cpp_codegen_initobj((&V_0), sizeof(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 )); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___v0; float L_1 = L_0.get_x_2(); (&V_0)->set_x_0(((-L_1))); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___v0; float L_3 = L_2.get_y_3(); (&V_0)->set_y_1(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___v0; float L_5 = L_4.get_z_4(); (&V_0)->set_z_2(L_5); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_6 = V_0; return L_6; } } // OVRPlugin/Vector3f OVRExtensions::ToFlippedZVector3f(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 OVRExtensions_ToFlippedZVector3f_m88EE5D1A02266A7610CE606F9A8C31EEBCF6E128 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new OVRPlugin.Vector3f() { x = v.x, y = v.y, z = -v.z }; il2cpp_codegen_initobj((&V_0), sizeof(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 )); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___v0; float L_1 = L_0.get_x_2(); (&V_0)->set_x_0(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___v0; float L_3 = L_2.get_y_3(); (&V_0)->set_y_1(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___v0; float L_5 = L_4.get_z_4(); (&V_0)->set_z_2(((-L_5))); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_6 = V_0; return L_6; } } // UnityEngine.Vector4 OVRExtensions::FromVector4f(OVRPlugin/Vector4f) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 OVRExtensions_FromVector4f_mDF29C1854B9D84D2F04661E1F3506B5E5DA4A4A9 (Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE ___v0, const RuntimeMethod* method) { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new Vector4() { x = v.x, y = v.y, z = v.z, w = v.w }; il2cpp_codegen_initobj((&V_0), sizeof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 )); Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE L_0 = ___v0; float L_1 = L_0.get_x_0(); (&V_0)->set_x_1(L_1); Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE L_2 = ___v0; float L_3 = L_2.get_y_1(); (&V_0)->set_y_2(L_3); Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE L_4 = ___v0; float L_5 = L_4.get_z_2(); (&V_0)->set_z_3(L_5); Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE L_6 = ___v0; float L_7 = L_6.get_w_3(); (&V_0)->set_w_4(L_7); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_8 = V_0; return L_8; } } // OVRPlugin/Vector4f OVRExtensions::ToVector4f(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE OVRExtensions_ToVector4f_mE553D843176FB0112D892DE7C46854D51FD86BCB (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___v0, const RuntimeMethod* method) { Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE V_0; memset((&V_0), 0, sizeof(V_0)); { // return new OVRPlugin.Vector4f() { x = v.x, y = v.y, z = v.z, w = v.w }; il2cpp_codegen_initobj((&V_0), sizeof(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE )); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_0 = ___v0; float L_1 = L_0.get_x_1(); (&V_0)->set_x_0(L_1); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_2 = ___v0; float L_3 = L_2.get_y_2(); (&V_0)->set_y_1(L_3); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_4 = ___v0; float L_5 = L_4.get_z_3(); (&V_0)->set_z_2(L_5); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_6 = ___v0; float L_7 = L_6.get_w_4(); (&V_0)->set_w_3(L_7); Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE L_8 = V_0; return L_8; } } // UnityEngine.Quaternion OVRExtensions::FromQuatf(OVRPlugin/Quatf) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 OVRExtensions_FromQuatf_m7B12AFC3D90702C57CD33367A6B5D0D649C095CD (Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D ___q0, const RuntimeMethod* method) { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new Quaternion() { x = q.x, y = q.y, z = q.z, w = q.w }; il2cpp_codegen_initobj((&V_0), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_0 = ___q0; float L_1 = L_0.get_x_0(); (&V_0)->set_x_0(L_1); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_2 = ___q0; float L_3 = L_2.get_y_1(); (&V_0)->set_y_1(L_3); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_4 = ___q0; float L_5 = L_4.get_z_2(); (&V_0)->set_z_2(L_5); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_6 = ___q0; float L_7 = L_6.get_w_3(); (&V_0)->set_w_3(L_7); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8 = V_0; return L_8; } } // UnityEngine.Quaternion OVRExtensions::FromFlippedXQuatf(OVRPlugin/Quatf) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 OVRExtensions_FromFlippedXQuatf_mE7B4AED3255B50CA91B74201AA61747A919C95DB (Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D ___q0, const RuntimeMethod* method) { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new Quaternion() { x = q.x, y = -q.y, z = -q.z, w = q.w }; il2cpp_codegen_initobj((&V_0), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_0 = ___q0; float L_1 = L_0.get_x_0(); (&V_0)->set_x_0(L_1); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_2 = ___q0; float L_3 = L_2.get_y_1(); (&V_0)->set_y_1(((-L_3))); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_4 = ___q0; float L_5 = L_4.get_z_2(); (&V_0)->set_z_2(((-L_5))); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_6 = ___q0; float L_7 = L_6.get_w_3(); (&V_0)->set_w_3(L_7); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8 = V_0; return L_8; } } // UnityEngine.Quaternion OVRExtensions::FromFlippedZQuatf(OVRPlugin/Quatf) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 OVRExtensions_FromFlippedZQuatf_m10C08DA64206B4DA402A640739995BADC601058F (Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D ___q0, const RuntimeMethod* method) { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); { // return new Quaternion() { x = -q.x, y = -q.y, z = q.z, w = q.w }; il2cpp_codegen_initobj((&V_0), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_0 = ___q0; float L_1 = L_0.get_x_0(); (&V_0)->set_x_0(((-L_1))); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_2 = ___q0; float L_3 = L_2.get_y_1(); (&V_0)->set_y_1(((-L_3))); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_4 = ___q0; float L_5 = L_4.get_z_2(); (&V_0)->set_z_2(L_5); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_6 = ___q0; float L_7 = L_6.get_w_3(); (&V_0)->set_w_3(L_7); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8 = V_0; return L_8; } } // OVRPlugin/Quatf OVRExtensions::ToQuatf(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D OVRExtensions_ToQuatf_m982AD37B1F9760D3E14A8B2C279EB910B4438250 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___q0, const RuntimeMethod* method) { Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D V_0; memset((&V_0), 0, sizeof(V_0)); { // return new OVRPlugin.Quatf() { x = q.x, y = q.y, z = q.z, w = q.w }; il2cpp_codegen_initobj((&V_0), sizeof(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D )); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_0 = ___q0; float L_1 = L_0.get_x_0(); (&V_0)->set_x_0(L_1); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2 = ___q0; float L_3 = L_2.get_y_1(); (&V_0)->set_y_1(L_3); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4 = ___q0; float L_5 = L_4.get_z_2(); (&V_0)->set_z_2(L_5); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6 = ___q0; float L_7 = L_6.get_w_3(); (&V_0)->set_w_3(L_7); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_8 = V_0; return L_8; } } // OVRPlugin/Quatf OVRExtensions::ToFlippedXQuatf(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D OVRExtensions_ToFlippedXQuatf_mBCD1A030F9471A528F4B4D105F50C95FF4BEE3B6 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___q0, const RuntimeMethod* method) { Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D V_0; memset((&V_0), 0, sizeof(V_0)); { // return new OVRPlugin.Quatf() { x = q.x, y = -q.y, z = -q.z, w = q.w }; il2cpp_codegen_initobj((&V_0), sizeof(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D )); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_0 = ___q0; float L_1 = L_0.get_x_0(); (&V_0)->set_x_0(L_1); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2 = ___q0; float L_3 = L_2.get_y_1(); (&V_0)->set_y_1(((-L_3))); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4 = ___q0; float L_5 = L_4.get_z_2(); (&V_0)->set_z_2(((-L_5))); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6 = ___q0; float L_7 = L_6.get_w_3(); (&V_0)->set_w_3(L_7); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_8 = V_0; return L_8; } } // OVRPlugin/Quatf OVRExtensions::ToFlippedZQuatf(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D OVRExtensions_ToFlippedZQuatf_m2DF74D67747498B0264D5690E2DE9967945F6B65 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___q0, const RuntimeMethod* method) { Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D V_0; memset((&V_0), 0, sizeof(V_0)); { // return new OVRPlugin.Quatf() { x = -q.x, y = -q.y, z = q.z, w = q.w }; il2cpp_codegen_initobj((&V_0), sizeof(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D )); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_0 = ___q0; float L_1 = L_0.get_x_0(); (&V_0)->set_x_0(((-L_1))); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2 = ___q0; float L_3 = L_2.get_y_1(); (&V_0)->set_y_1(((-L_3))); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4 = ___q0; float L_5 = L_4.get_z_2(); (&V_0)->set_z_2(L_5); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6 = ___q0; float L_7 = L_6.get_w_3(); (&V_0)->set_w_3(L_7); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_8 = V_0; return L_8; } } // OVR.OpenVR.HmdMatrix34_t OVRExtensions::ConvertToHMDMatrix34(UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F OVRExtensions_ConvertToHMDMatrix34_m52B7258DE51C66683DB3CB54900176E656AE0B2F (Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___m0, const RuntimeMethod* method) { HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F V_0; memset((&V_0), 0, sizeof(V_0)); { // OVR.OpenVR.HmdMatrix34_t pose = new OVR.OpenVR.HmdMatrix34_t(); il2cpp_codegen_initobj((&V_0), sizeof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F )); // pose.m0 = m[0, 0]; float L_0; L_0 = Matrix4x4_get_Item_mCE077E076AEE65232C5602DBBB5CC0D236184D0F((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&___m0), 0, 0, /*hidden argument*/NULL); (&V_0)->set_m0_0(L_0); // pose.m1 = m[0, 1]; float L_1; L_1 = Matrix4x4_get_Item_mCE077E076AEE65232C5602DBBB5CC0D236184D0F((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&___m0), 0, 1, /*hidden argument*/NULL); (&V_0)->set_m1_1(L_1); // pose.m2 = -m[0, 2]; float L_2; L_2 = Matrix4x4_get_Item_mCE077E076AEE65232C5602DBBB5CC0D236184D0F((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&___m0), 0, 2, /*hidden argument*/NULL); (&V_0)->set_m2_2(((-L_2))); // pose.m3 = m[0, 3]; float L_3; L_3 = Matrix4x4_get_Item_mCE077E076AEE65232C5602DBBB5CC0D236184D0F((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&___m0), 0, 3, /*hidden argument*/NULL); (&V_0)->set_m3_3(L_3); // pose.m4 = m[1, 0]; float L_4; L_4 = Matrix4x4_get_Item_mCE077E076AEE65232C5602DBBB5CC0D236184D0F((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&___m0), 1, 0, /*hidden argument*/NULL); (&V_0)->set_m4_4(L_4); // pose.m5 = m[1, 1]; float L_5; L_5 = Matrix4x4_get_Item_mCE077E076AEE65232C5602DBBB5CC0D236184D0F((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&___m0), 1, 1, /*hidden argument*/NULL); (&V_0)->set_m5_5(L_5); // pose.m6 = -m[1, 2]; float L_6; L_6 = Matrix4x4_get_Item_mCE077E076AEE65232C5602DBBB5CC0D236184D0F((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&___m0), 1, 2, /*hidden argument*/NULL); (&V_0)->set_m6_6(((-L_6))); // pose.m7 = m[1, 3]; float L_7; L_7 = Matrix4x4_get_Item_mCE077E076AEE65232C5602DBBB5CC0D236184D0F((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&___m0), 1, 3, /*hidden argument*/NULL); (&V_0)->set_m7_7(L_7); // pose.m8 = -m[2, 0]; float L_8; L_8 = Matrix4x4_get_Item_mCE077E076AEE65232C5602DBBB5CC0D236184D0F((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&___m0), 2, 0, /*hidden argument*/NULL); (&V_0)->set_m8_8(((-L_8))); // pose.m9 = -m[2, 1]; float L_9; L_9 = Matrix4x4_get_Item_mCE077E076AEE65232C5602DBBB5CC0D236184D0F((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&___m0), 2, 1, /*hidden argument*/NULL); (&V_0)->set_m9_9(((-L_9))); // pose.m10 = m[2, 2]; float L_10; L_10 = Matrix4x4_get_Item_mCE077E076AEE65232C5602DBBB5CC0D236184D0F((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&___m0), 2, 2, /*hidden argument*/NULL); (&V_0)->set_m10_10(L_10); // pose.m11 = -m[2, 3]; float L_11; L_11 = Matrix4x4_get_Item_mCE077E076AEE65232C5602DBBB5CC0D236184D0F((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)(&___m0), 2, 3, /*hidden argument*/NULL); (&V_0)->set_m11_11(((-L_11))); // return pose; HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F L_12 = V_0; return L_12; } } // UnityEngine.Transform OVRExtensions::FindChildRecursive(UnityEngine.Transform,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRExtensions_FindChildRecursive_m078BE95F1499A72F19EE098F0B38461392DF768C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_1 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_2 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (Transform child in parent) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___parent0; NullCheck(L_0); RuntimeObject* L_1; L_1 = Transform_GetEnumerator_mBA0E884A69F0AA05FCB69F4EE5F700177F75DD7E(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_003c; } IL_0009: { // foreach (Transform child in parent) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_1 = ((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)CastclassClass((RuntimeObject*)L_3, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var)); // if (child.name.Contains(name)) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = V_1; NullCheck(L_4); String_t* L_5; L_5 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_4, /*hidden argument*/NULL); String_t* L_6 = ___name1; NullCheck(L_5); bool L_7; L_7 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0027; } } IL_0023: { // return child; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8 = V_1; V_3 = L_8; IL2CPP_LEAVE(0x5C, FINALLY_0046); } IL_0027: { // var result = child.FindChildRecursive(name); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = V_1; String_t* L_10 = ___name1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = OVRExtensions_FindChildRecursive_m078BE95F1499A72F19EE098F0B38461392DF768C(L_9, L_10, /*hidden argument*/NULL); V_2 = L_11; // if (result != null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_13; L_13 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_12, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_13) { goto IL_003c; } } IL_0038: { // return result; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14 = V_2; V_3 = L_14; IL2CPP_LEAVE(0x5C, FINALLY_0046); } IL_003c: { // foreach (Transform child in parent) RuntimeObject* L_15 = V_0; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0009; } } IL_0044: { IL2CPP_LEAVE(0x5A, FINALLY_0046); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0046; } FINALLY_0046: { // begin finally (depth: 1) { RuntimeObject* L_17 = V_0; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_4; if (!L_18) { goto IL_0059; } } IL_0052: { RuntimeObject* L_19 = V_4; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_19); } IL_0059: { IL2CPP_END_FINALLY(70) } } // end finally (depth: 1) IL2CPP_CLEANUP(70) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5C, IL_005c) IL2CPP_JUMP_TBL(0x5A, IL_005a) } IL_005a: { // return null; return (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)NULL; } IL_005c: { // } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20 = V_3; return L_20; } } // System.Boolean OVRExtensions::Equals(UnityEngine.Gradient,UnityEngine.Gradient) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRExtensions_Equals_mD79C081439D03F14A26FF23D4D7E88B5584716C1 (Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * ___gradient0, Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * ___otherGradient1, const RuntimeMethod* method) { int32_t V_0 = 0; GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E V_1; memset((&V_1), 0, sizeof(V_1)); GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D V_4; memset((&V_4), 0, sizeof(V_4)); GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D V_5; memset((&V_5), 0, sizeof(V_5)); { // if (gradient.colorKeys.Length != otherGradient.colorKeys.Length || gradient.alphaKeys.Length != otherGradient.alphaKeys.Length) Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_0 = ___gradient0; NullCheck(L_0); GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* L_1; L_1 = Gradient_get_colorKeys_m3FE1E0174CD2D059F4F6E8BEDE53A9F55120BBC2(L_0, /*hidden argument*/NULL); NullCheck(L_1); Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_2 = ___otherGradient1; NullCheck(L_2); GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* L_3; L_3 = Gradient_get_colorKeys_m3FE1E0174CD2D059F4F6E8BEDE53A9F55120BBC2(L_2, /*hidden argument*/NULL); NullCheck(L_3); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))))) { goto IL_0024; } } { Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_4 = ___gradient0; NullCheck(L_4); GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* L_5; L_5 = Gradient_get_alphaKeys_mB7E1713FF72805AF810DD25D225761119C4550E0(L_4, /*hidden argument*/NULL); NullCheck(L_5); Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_6 = ___otherGradient1; NullCheck(L_6); GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* L_7; L_7 = Gradient_get_alphaKeys_mB7E1713FF72805AF810DD25D225761119C4550E0(L_6, /*hidden argument*/NULL); NullCheck(L_7); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))) { goto IL_0026; } } IL_0024: { // return false; return (bool)0; } IL_0026: { // for (int i = 0; i < gradient.colorKeys.Length; i++) V_0 = 0; goto IL_006b; } IL_002a: { // GradientColorKey key = gradient.colorKeys[i]; Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_8 = ___gradient0; NullCheck(L_8); GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* L_9; L_9 = Gradient_get_colorKeys_m3FE1E0174CD2D059F4F6E8BEDE53A9F55120BBC2(L_8, /*hidden argument*/NULL); int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E L_12 = (L_9)->GetAt(static_cast(L_11)); V_1 = L_12; // GradientColorKey otherKey = otherGradient.colorKeys[i]; Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_13 = ___otherGradient1; NullCheck(L_13); GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* L_14; L_14 = Gradient_get_colorKeys_m3FE1E0174CD2D059F4F6E8BEDE53A9F55120BBC2(L_13, /*hidden argument*/NULL); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E L_17 = (L_14)->GetAt(static_cast(L_16)); V_2 = L_17; // if (key.color != otherKey.color || key.time != otherKey.time) GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E L_18 = V_1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_19 = L_18.get_color_0(); GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E L_20 = V_2; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_21 = L_20.get_color_0(); bool L_22; L_22 = Color_op_Inequality_m46DFB6C179BB4E0B3E2776240C804A10D79A5B08(L_19, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0065; } } { GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E L_23 = V_1; float L_24 = L_23.get_time_1(); GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E L_25 = V_2; float L_26 = L_25.get_time_1(); if ((((float)L_24) == ((float)L_26))) { goto IL_0067; } } IL_0065: { // return false; return (bool)0; } IL_0067: { // for (int i = 0; i < gradient.colorKeys.Length; i++) int32_t L_27 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_006b: { // for (int i = 0; i < gradient.colorKeys.Length; i++) int32_t L_28 = V_0; Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_29 = ___gradient0; NullCheck(L_29); GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* L_30; L_30 = Gradient_get_colorKeys_m3FE1E0174CD2D059F4F6E8BEDE53A9F55120BBC2(L_29, /*hidden argument*/NULL); NullCheck(L_30); if ((((int32_t)L_28) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))) { goto IL_002a; } } { // for (int i = 0; i < gradient.alphaKeys.Length; i++) V_3 = 0; goto IL_00bc; } IL_007a: { // GradientAlphaKey key = gradient.alphaKeys[i]; Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_31 = ___gradient0; NullCheck(L_31); GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* L_32; L_32 = Gradient_get_alphaKeys_mB7E1713FF72805AF810DD25D225761119C4550E0(L_31, /*hidden argument*/NULL); int32_t L_33 = V_3; NullCheck(L_32); int32_t L_34 = L_33; GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D L_35 = (L_32)->GetAt(static_cast(L_34)); V_4 = L_35; // GradientAlphaKey otherKey = otherGradient.alphaKeys[i]; Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_36 = ___otherGradient1; NullCheck(L_36); GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* L_37; L_37 = Gradient_get_alphaKeys_mB7E1713FF72805AF810DD25D225761119C4550E0(L_36, /*hidden argument*/NULL); int32_t L_38 = V_3; NullCheck(L_37); int32_t L_39 = L_38; GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D L_40 = (L_37)->GetAt(static_cast(L_39)); V_5 = L_40; // if (key.alpha != otherKey.alpha || key.time != otherKey.time) GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D L_41 = V_4; float L_42 = L_41.get_alpha_0(); GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D L_43 = V_5; float L_44 = L_43.get_alpha_0(); if ((!(((float)L_42) == ((float)L_44)))) { goto IL_00b6; } } { GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D L_45 = V_4; float L_46 = L_45.get_time_1(); GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D L_47 = V_5; float L_48 = L_47.get_time_1(); if ((((float)L_46) == ((float)L_48))) { goto IL_00b8; } } IL_00b6: { // return false; return (bool)0; } IL_00b8: { // for (int i = 0; i < gradient.alphaKeys.Length; i++) int32_t L_49 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_00bc: { // for (int i = 0; i < gradient.alphaKeys.Length; i++) int32_t L_50 = V_3; Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_51 = ___gradient0; NullCheck(L_51); GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* L_52; L_52 = Gradient_get_alphaKeys_mB7E1713FF72805AF810DD25D225761119C4550E0(L_51, /*hidden argument*/NULL); NullCheck(L_52); if ((((int32_t)L_50) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length)))))) { goto IL_007a; } } { // return true; return (bool)1; } } // System.Void OVRExtensions::CopyFrom(UnityEngine.Gradient,UnityEngine.Gradient) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRExtensions_CopyFrom_m31DF87E151A57F30CD778499242DD8587BC8FB4A (Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * ___gradient0, Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * ___otherGradient1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* V_0 = NULL; GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* V_1 = NULL; int32_t V_2 = 0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; { // GradientColorKey[] colorKeys = new GradientColorKey[otherGradient.colorKeys.Length]; Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_0 = ___otherGradient1; NullCheck(L_0); GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* L_1; L_1 = Gradient_get_colorKeys_m3FE1E0174CD2D059F4F6E8BEDE53A9F55120BBC2(L_0, /*hidden argument*/NULL); NullCheck(L_1); GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* L_2 = (GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A*)(GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A*)SZArrayNew(GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))); V_0 = L_2; // for (int i = 0; i < colorKeys.Length; i++) V_2 = 0; goto IL_006e; } IL_0012: { // Color col = otherGradient.colorKeys[i].color; Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_3 = ___otherGradient1; NullCheck(L_3); GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* L_4; L_4 = Gradient_get_colorKeys_m3FE1E0174CD2D059F4F6E8BEDE53A9F55120BBC2(L_3, /*hidden argument*/NULL); int32_t L_5 = V_2; NullCheck(L_4); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->get_color_0(); V_3 = L_6; // colorKeys[i].color = new Color(col.r, col.g, col.b, col.a); GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* L_7 = V_0; int32_t L_8 = V_2; NullCheck(L_7); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_9 = V_3; float L_10 = L_9.get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_11 = V_3; float L_12 = L_11.get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_13 = V_3; float L_14 = L_13.get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_15 = V_3; float L_16 = L_15.get_a_3(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_17; memset((&L_17), 0, sizeof(L_17)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_17), L_10, L_12, L_14, L_16, /*hidden argument*/NULL); ((L_7)->GetAddressAt(static_cast(L_8)))->set_color_0(L_17); // colorKeys[i].time = otherGradient.colorKeys[i].time; GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* L_18 = V_0; int32_t L_19 = V_2; NullCheck(L_18); Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_20 = ___otherGradient1; NullCheck(L_20); GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* L_21; L_21 = Gradient_get_colorKeys_m3FE1E0174CD2D059F4F6E8BEDE53A9F55120BBC2(L_20, /*hidden argument*/NULL); int32_t L_22 = V_2; NullCheck(L_21); float L_23 = ((L_21)->GetAddressAt(static_cast(L_22)))->get_time_1(); ((L_18)->GetAddressAt(static_cast(L_19)))->set_time_1(L_23); // for (int i = 0; i < colorKeys.Length; i++) int32_t L_24 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_006e: { // for (int i = 0; i < colorKeys.Length; i++) int32_t L_25 = V_2; GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* L_26 = V_0; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_0012; } } { // GradientAlphaKey[] alphaKeys = new GradientAlphaKey[otherGradient.alphaKeys.Length]; Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_27 = ___otherGradient1; NullCheck(L_27); GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* L_28; L_28 = Gradient_get_alphaKeys_mB7E1713FF72805AF810DD25D225761119C4550E0(L_27, /*hidden argument*/NULL); NullCheck(L_28); GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* L_29 = (GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748*)(GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748*)SZArrayNew(GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))); V_1 = L_29; // for (int i = 0; i < alphaKeys.Length; i++) V_4 = 0; goto IL_00cb; } IL_0087: { // alphaKeys[i].alpha = otherGradient.alphaKeys[i].alpha; GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* L_30 = V_1; int32_t L_31 = V_4; NullCheck(L_30); Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_32 = ___otherGradient1; NullCheck(L_32); GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* L_33; L_33 = Gradient_get_alphaKeys_mB7E1713FF72805AF810DD25D225761119C4550E0(L_32, /*hidden argument*/NULL); int32_t L_34 = V_4; NullCheck(L_33); float L_35 = ((L_33)->GetAddressAt(static_cast(L_34)))->get_alpha_0(); ((L_30)->GetAddressAt(static_cast(L_31)))->set_alpha_0(L_35); // alphaKeys[i].time = otherGradient.alphaKeys[i].time; GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* L_36 = V_1; int32_t L_37 = V_4; NullCheck(L_36); Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_38 = ___otherGradient1; NullCheck(L_38); GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* L_39; L_39 = Gradient_get_alphaKeys_mB7E1713FF72805AF810DD25D225761119C4550E0(L_38, /*hidden argument*/NULL); int32_t L_40 = V_4; NullCheck(L_39); float L_41 = ((L_39)->GetAddressAt(static_cast(L_40)))->get_time_1(); ((L_36)->GetAddressAt(static_cast(L_37)))->set_time_1(L_41); // for (int i = 0; i < alphaKeys.Length; i++) int32_t L_42 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00cb: { // for (int i = 0; i < alphaKeys.Length; i++) int32_t L_43 = V_4; GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* L_44 = V_1; NullCheck(L_44); if ((((int32_t)L_43) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))) { goto IL_0087; } } { // gradient.SetKeys(colorKeys, alphaKeys); Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_45 = ___gradient0; GradientColorKeyU5BU5D_t93452502F87F8D08C4E848B95CFCBDFCD482056A* L_46 = V_0; GradientAlphaKeyU5BU5D_t4B07B8959D70A589B53B18B15512C74AEBD03748* L_47 = V_1; NullCheck(L_45); Gradient_SetKeys_mFA90BD1B1B00C045CA5C068A1C251929A1A6720E(L_45, L_46, L_47, /*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 // OVRManager/CompositionMethod OVRExternalComposition::CompositionMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRExternalComposition_CompositionMethod_m126BD0189FD1FD6DDB79B943BDD457135C68FBB9 (OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454 * __this, const RuntimeMethod* method) { { // public override OVRManager.CompositionMethod CompositionMethod() { return OVRManager.CompositionMethod.External; } return (int32_t)(0); } } // System.Void OVRExternalComposition::.ctor(UnityEngine.GameObject,UnityEngine.Camera,OVRMixedRealityCaptureConfiguration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRExternalComposition__ctor_mE73B44969DF0D3B34D766C23D7AA82F2153FB938 (OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454 * __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*)&List_1__ctor_mF499319887E8087CB8A6FD90E91CDB8DA82288E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly object audioDataLock = new object(); RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); __this->set_audioDataLock_9(L_0); // private List cachedAudioData = new List(16384); List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_1 = (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *)il2cpp_codegen_object_new(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA_il2cpp_TypeInfo_var); List_1__ctor_mF499319887E8087CB8A6FD90E91CDB8DA82288E4(L_1, ((int32_t)16384), /*hidden argument*/List_1__ctor_mF499319887E8087CB8A6FD90E91CDB8DA82288E4_RuntimeMethod_var); __this->set_cachedAudioData_10(L_1); // : base(parentObject, mainCamera, configuration) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = ___parentObject0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_3 = ___mainCamera1; RuntimeObject* L_4 = ___configuration2; OVRComposition__ctor_mE50852355418697733625ABA550B1E6B043752BD(__this, L_2, L_3, L_4, /*hidden argument*/NULL); // RefreshCameraObjects(parentObject, mainCamera, configuration); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = ___parentObject0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_6 = ___mainCamera1; RuntimeObject* L_7 = ___configuration2; OVRExternalComposition_RefreshCameraObjects_mCE1668DECBA6C15C55C2EE6C071DB432BF4CBCD1(__this, L_5, L_6, L_7, /*hidden argument*/NULL); // } return; } } // System.Void OVRExternalComposition::RefreshCameraObjects(UnityEngine.GameObject,UnityEngine.Camera,OVRMixedRealityCaptureConfiguration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRExternalComposition_RefreshCameraObjects_mCE1668DECBA6C15C55C2EE6C071DB432BF4CBCD1 (OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454 * __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*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mE8DB64A28C8709FB890A9770C8F35CD32CD04C75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10FBDB9B14311A297A3C099F6384160D647078C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C1ADE3D18C5FBD85EE6BA70EC8A9243D391CB08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E81745E6E046A4ACD998636D45CC282A70428F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB59F0EFCC2B82196C428CFD6D80A08F8B47573FC); s_Il2CppMethodInitialized = true; } UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * V_0 = NULL; UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * V_1 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B6_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B5_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B7_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B7_1 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B18_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B17_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B19_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B19_1 = NULL; { // if (mainCamera.gameObject != previousMainCameraObject) Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0 = ___mainCamera1; NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_0, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_previousMainCameraObject_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0339; } } { // Debug.LogFormat("[OVRExternalComposition] Camera refreshed. Rebind camera to {0}", mainCamera.gameObject.name); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_6 = ___mainCamera1; NullCheck(L_6); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7; L_7 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_7, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_8); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m72BF100F3CFE21832B462EDDA71CF0FE28C0D093(_stringLiteral2C1ADE3D18C5FBD85EE6BA70EC8A9243D391CB08, L_5, /*hidden argument*/NULL); // OVRCompositionUtil.SafeDestroy(ref backgroundCameraGameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** L_9 = __this->get_address_of_backgroundCameraGameObject_7(); OVRCompositionUtil_SafeDestroy_m0625B410961C6F85AB5B61F3825E2A1662B9BB61((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 **)L_9, /*hidden argument*/NULL); // backgroundCamera = null; __this->set_backgroundCamera_8((Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C *)NULL); // OVRCompositionUtil.SafeDestroy(ref foregroundCameraGameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** L_10 = __this->get_address_of_foregroundCameraGameObject_5(); OVRCompositionUtil_SafeDestroy_m0625B410961C6F85AB5B61F3825E2A1662B9BB61((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 **)L_10, /*hidden argument*/NULL); // foregroundCamera = null; __this->set_foregroundCamera_6((Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C *)NULL); // RefreshCameraRig(parentObject, mainCamera); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = ___parentObject0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_12 = ___mainCamera1; OVRComposition_RefreshCameraRig_m95FD99A5F07BEE8C9B864D483D918D1237DA3DBC(__this, L_11, L_12, /*hidden argument*/NULL); // if (configuration.instantiateMixedRealityCameraGameObject != null) RuntimeObject* L_13 = ___configuration2; NullCheck(L_13); InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * L_14; L_14 = InterfaceFuncInvoker0< InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * >::Invoke(54 /* OVRManager/InstantiateMrcCameraDelegate OVRMixedRealityCaptureConfiguration::get_instantiateMixedRealityCameraGameObject() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_13); if (!L_14) { goto IL_0082; } } { // backgroundCameraGameObject = configuration.instantiateMixedRealityCameraGameObject(mainCamera.gameObject, OVRManager.MrcCameraType.Background); RuntimeObject* L_15 = ___configuration2; NullCheck(L_15); InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * L_16; L_16 = InterfaceFuncInvoker0< InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * >::Invoke(54 /* OVRManager/InstantiateMrcCameraDelegate OVRMixedRealityCaptureConfiguration::get_instantiateMixedRealityCameraGameObject() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_15); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_17 = ___mainCamera1; NullCheck(L_17); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_18; L_18 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_17, /*hidden argument*/NULL); NullCheck(L_16); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_19; L_19 = InstantiateMrcCameraDelegate_Invoke_m9DCA80E7ED3DE50D580D986EFF2287C2A815B082(L_16, L_18, 2, /*hidden argument*/NULL); __this->set_backgroundCameraGameObject_7(L_19); // } goto IL_0093; } IL_0082: { // backgroundCameraGameObject = Object.Instantiate(mainCamera.gameObject); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_20 = ___mainCamera1; NullCheck(L_20); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_21; L_21 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_22; L_22 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mE8DB64A28C8709FB890A9770C8F35CD32CD04C75(L_21, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mE8DB64A28C8709FB890A9770C8F35CD32CD04C75_RuntimeMethod_var); __this->set_backgroundCameraGameObject_7(L_22); } IL_0093: { // backgroundCameraGameObject.name = "OculusMRC_BackgroundCamera"; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_23 = __this->get_backgroundCameraGameObject_7(); NullCheck(L_23); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_23, _stringLiteral10FBDB9B14311A297A3C099F6384160D647078C8, /*hidden argument*/NULL); // backgroundCameraGameObject.transform.parent = // cameraInTrackingSpace ? cameraRig.trackingSpace : parentObject.transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24 = __this->get_backgroundCameraGameObject_7(); NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_24, /*hidden argument*/NULL); bool L_26 = ((OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 *)__this)->get_cameraInTrackingSpace_0(); G_B5_0 = L_25; if (L_26) { G_B6_0 = L_25; goto IL_00be; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_27 = ___parentObject0; NullCheck(L_27); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28; L_28 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_27, /*hidden argument*/NULL); G_B7_0 = L_28; G_B7_1 = G_B5_0; goto IL_00c9; } IL_00be: { OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_29 = ((OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 *)__this)->get_cameraRig_1(); NullCheck(L_29); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_30; L_30 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(L_29, /*hidden argument*/NULL); G_B7_0 = L_30; G_B7_1 = G_B6_0; } IL_00c9: { NullCheck(G_B7_1); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(G_B7_1, G_B7_0, /*hidden argument*/NULL); // if (backgroundCameraGameObject.GetComponent()) { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_31 = __this->get_backgroundCameraGameObject_7(); NullCheck(L_31); AudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3 * L_32; L_32 = GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469(L_31, /*hidden argument*/GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_33; L_33 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00f0; } } { // Object.Destroy(backgroundCameraGameObject.GetComponent()); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_34 = __this->get_backgroundCameraGameObject_7(); NullCheck(L_34); AudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3 * L_35; L_35 = GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469(L_34, /*hidden argument*/GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_35, /*hidden argument*/NULL); } IL_00f0: { // if (backgroundCameraGameObject.GetComponent()) { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_36 = __this->get_backgroundCameraGameObject_7(); NullCheck(L_36); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_37; L_37 = GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C(L_36, /*hidden argument*/GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_38; L_38 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0112; } } { // Object.Destroy(backgroundCameraGameObject.GetComponent()); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_39 = __this->get_backgroundCameraGameObject_7(); NullCheck(L_39); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_40; L_40 = GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C(L_39, /*hidden argument*/GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_40, /*hidden argument*/NULL); } IL_0112: { // backgroundCamera = backgroundCameraGameObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_41 = __this->get_backgroundCameraGameObject_7(); NullCheck(L_41); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_42; L_42 = GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49(L_41, /*hidden argument*/GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49_RuntimeMethod_var); __this->set_backgroundCamera_8(L_42); // backgroundCamera.tag = "Untagged"; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_43 = __this->get_backgroundCamera_8(); NullCheck(L_43); Component_set_tag_m6E921BD86BD4A0B5114725FFF0CCD62F26BD7E81(L_43, _stringLiteralB59F0EFCC2B82196C428CFD6D80A08F8B47573FC, /*hidden argument*/NULL); // var backgroundCamData = backgroundCamera.GetUniversalAdditionalCameraData(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_44 = __this->get_backgroundCamera_8(); UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * L_45; L_45 = CameraExtensions_GetUniversalAdditionalCameraData_m323D93E85589D1ADE18C74E865C9B2DF7793FB17(L_44, /*hidden argument*/NULL); V_0 = L_45; // if (backgroundCamData != null) UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * L_46 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_47; L_47 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_46, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_47) { goto IL_014f; } } { // backgroundCamData.allowXRRendering = false; UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * L_48 = V_0; NullCheck(L_48); UniversalAdditionalCameraData_set_allowXRRendering_mAC7E0511ED9E19F8A91244D1D9A184DA99E43603_inline(L_48, (bool)0, /*hidden argument*/NULL); } IL_014f: { // backgroundCamera.depth = 99990.0f; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_49 = __this->get_backgroundCamera_8(); NullCheck(L_49); Camera_set_depth_m33DBE382C6A293EDFF50FF459CBAB2FD3B7F469C(L_49, (99990.0f), /*hidden argument*/NULL); // backgroundCamera.rect = new Rect(0.0f, 0.0f, 0.5f, 1.0f); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_50 = __this->get_backgroundCamera_8(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_51; memset((&L_51), 0, sizeof(L_51)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_51), (0.0f), (0.0f), (0.5f), (1.0f), /*hidden argument*/NULL); NullCheck(L_50); Camera_set_rect_m556222CD5D4975EF672DC33D979611405A173F79(L_50, L_51, /*hidden argument*/NULL); // backgroundCamera.cullingMask = (backgroundCamera.cullingMask & ~configuration.extraHiddenLayers) | configuration.extraVisibleLayers; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_52 = __this->get_backgroundCamera_8(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_53 = __this->get_backgroundCamera_8(); NullCheck(L_53); int32_t L_54; L_54 = Camera_get_cullingMask_m63492ED3AFA8F571FBED0B1729264A2E3BB64236(L_53, /*hidden argument*/NULL); RuntimeObject* L_55 = ___configuration2; NullCheck(L_55); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_56; L_56 = InterfaceFuncInvoker0< LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 >::Invoke(2 /* UnityEngine.LayerMask OVRMixedRealityCaptureConfiguration::get_extraHiddenLayers() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_55); int32_t L_57; L_57 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_56, /*hidden argument*/NULL); RuntimeObject* L_58 = ___configuration2; NullCheck(L_58); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_59; L_59 = InterfaceFuncInvoker0< LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 >::Invoke(4 /* UnityEngine.LayerMask OVRMixedRealityCaptureConfiguration::get_extraVisibleLayers() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_58); int32_t L_60; L_60 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_59, /*hidden argument*/NULL); NullCheck(L_52); Camera_set_cullingMask_mB4B1EE4C6CC355625EDE08EAF17E99DAB242E0CC(L_52, ((int32_t)((int32_t)((int32_t)((int32_t)L_54&(int32_t)((~L_57))))|(int32_t)L_60)), /*hidden argument*/NULL); // if (configuration.instantiateMixedRealityCameraGameObject != null) RuntimeObject* L_61 = ___configuration2; NullCheck(L_61); InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * L_62; L_62 = InterfaceFuncInvoker0< InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * >::Invoke(54 /* OVRManager/InstantiateMrcCameraDelegate OVRMixedRealityCaptureConfiguration::get_instantiateMixedRealityCameraGameObject() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_61); if (!L_62) { goto IL_01d4; } } { // foregroundCameraGameObject = configuration.instantiateMixedRealityCameraGameObject(mainCamera.gameObject, OVRManager.MrcCameraType.Foreground); RuntimeObject* L_63 = ___configuration2; NullCheck(L_63); InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * L_64; L_64 = InterfaceFuncInvoker0< InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4 * >::Invoke(54 /* OVRManager/InstantiateMrcCameraDelegate OVRMixedRealityCaptureConfiguration::get_instantiateMixedRealityCameraGameObject() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_63); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_65 = ___mainCamera1; NullCheck(L_65); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_66; L_66 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_65, /*hidden argument*/NULL); NullCheck(L_64); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_67; L_67 = InstantiateMrcCameraDelegate_Invoke_m9DCA80E7ED3DE50D580D986EFF2287C2A815B082(L_64, L_66, 1, /*hidden argument*/NULL); __this->set_foregroundCameraGameObject_5(L_67); // } goto IL_01e5; } IL_01d4: { // foregroundCameraGameObject = Object.Instantiate(mainCamera.gameObject); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_68 = ___mainCamera1; NullCheck(L_68); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_69; L_69 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_68, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_70; L_70 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mE8DB64A28C8709FB890A9770C8F35CD32CD04C75(L_69, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mE8DB64A28C8709FB890A9770C8F35CD32CD04C75_RuntimeMethod_var); __this->set_foregroundCameraGameObject_5(L_70); } IL_01e5: { // foregroundCameraGameObject.name = "OculusMRC_ForgroundCamera"; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_71 = __this->get_foregroundCameraGameObject_5(); NullCheck(L_71); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_71, _stringLiteral9E81745E6E046A4ACD998636D45CC282A70428F2, /*hidden argument*/NULL); // foregroundCameraGameObject.transform.parent = cameraInTrackingSpace ? cameraRig.trackingSpace : parentObject.transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_72 = __this->get_foregroundCameraGameObject_5(); NullCheck(L_72); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_73; L_73 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_72, /*hidden argument*/NULL); bool L_74 = ((OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 *)__this)->get_cameraInTrackingSpace_0(); G_B17_0 = L_73; if (L_74) { G_B18_0 = L_73; goto IL_0210; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_75 = ___parentObject0; NullCheck(L_75); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_76; L_76 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_75, /*hidden argument*/NULL); G_B19_0 = L_76; G_B19_1 = G_B17_0; goto IL_021b; } IL_0210: { OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_77 = ((OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 *)__this)->get_cameraRig_1(); NullCheck(L_77); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_78; L_78 = OVRCameraRig_get_trackingSpace_mB0190AF5A79E489DB09B4C61D4E3BE8FA9AD8D9E_inline(L_77, /*hidden argument*/NULL); G_B19_0 = L_78; G_B19_1 = G_B18_0; } IL_021b: { NullCheck(G_B19_1); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(G_B19_1, G_B19_0, /*hidden argument*/NULL); // if (foregroundCameraGameObject.GetComponent()) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_79 = __this->get_foregroundCameraGameObject_5(); NullCheck(L_79); AudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3 * L_80; L_80 = GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469(L_79, /*hidden argument*/GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_81; L_81 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_0242; } } { // Object.Destroy(foregroundCameraGameObject.GetComponent()); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_82 = __this->get_foregroundCameraGameObject_5(); NullCheck(L_82); AudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3 * L_83; L_83 = GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469(L_82, /*hidden argument*/GameObject_GetComponent_TisAudioListener_t03B51B434A263F9AFD07AC8AA5CB4FE6402252A3_mFCCBC5107B951C84E7980F16910637202E5B2469_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_83, /*hidden argument*/NULL); } IL_0242: { // if (foregroundCameraGameObject.GetComponent()) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_84 = __this->get_foregroundCameraGameObject_5(); NullCheck(L_84); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_85; L_85 = GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C(L_84, /*hidden argument*/GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_86; L_86 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_0264; } } { // Object.Destroy(foregroundCameraGameObject.GetComponent()); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_87 = __this->get_foregroundCameraGameObject_5(); NullCheck(L_87); OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036 * L_88; L_88 = GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C(L_87, /*hidden argument*/GameObject_GetComponent_TisOVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_m65C49AA502365AD4CBE75F9E122B3403E844765C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_88, /*hidden argument*/NULL); } IL_0264: { // foregroundCamera = foregroundCameraGameObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_89 = __this->get_foregroundCameraGameObject_5(); NullCheck(L_89); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_90; L_90 = GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49(L_89, /*hidden argument*/GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49_RuntimeMethod_var); __this->set_foregroundCamera_6(L_90); // foregroundCamera.tag = "Untagged"; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_91 = __this->get_foregroundCamera_6(); NullCheck(L_91); Component_set_tag_m6E921BD86BD4A0B5114725FFF0CCD62F26BD7E81(L_91, _stringLiteralB59F0EFCC2B82196C428CFD6D80A08F8B47573FC, /*hidden argument*/NULL); // var foregroundCamData = foregroundCamera.GetUniversalAdditionalCameraData(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_92 = __this->get_foregroundCamera_6(); UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * L_93; L_93 = CameraExtensions_GetUniversalAdditionalCameraData_m323D93E85589D1ADE18C74E865C9B2DF7793FB17(L_92, /*hidden argument*/NULL); V_1 = L_93; // if (foregroundCamData != null) UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * L_94 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_95; L_95 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_94, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_95) { goto IL_02a1; } } { // foregroundCamData.allowXRRendering = false; UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * L_96 = V_1; NullCheck(L_96); UniversalAdditionalCameraData_set_allowXRRendering_mAC7E0511ED9E19F8A91244D1D9A184DA99E43603_inline(L_96, (bool)0, /*hidden argument*/NULL); } IL_02a1: { // foregroundCamera.depth = backgroundCamera.depth + 1.0f; // enforce the forground be rendered after the background Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_97 = __this->get_foregroundCamera_6(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_98 = __this->get_backgroundCamera_8(); NullCheck(L_98); float L_99; L_99 = Camera_get_depth_m063B48665DB9226949AC3A615362EA20193B823D(L_98, /*hidden argument*/NULL); NullCheck(L_97); Camera_set_depth_m33DBE382C6A293EDFF50FF459CBAB2FD3B7F469C(L_97, ((float)il2cpp_codegen_add((float)L_99, (float)(1.0f))), /*hidden argument*/NULL); // foregroundCamera.rect = new Rect(0.5f, 0.0f, 0.5f, 1.0f); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_100 = __this->get_foregroundCamera_6(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_101; memset((&L_101), 0, sizeof(L_101)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_101), (0.5f), (0.0f), (0.5f), (1.0f), /*hidden argument*/NULL); NullCheck(L_100); Camera_set_rect_m556222CD5D4975EF672DC33D979611405A173F79(L_100, L_101, /*hidden argument*/NULL); // foregroundCamera.clearFlags = CameraClearFlags.Color; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_102 = __this->get_foregroundCamera_6(); NullCheck(L_102); Camera_set_clearFlags_mE79A756CD7C9C84C86B6676F5C6342A45AE5F373(L_102, 2, /*hidden argument*/NULL); // foregroundCamera.backgroundColor = configuration.externalCompositionBackdropColorRift; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_103 = __this->get_foregroundCamera_6(); RuntimeObject* L_104 = ___configuration2; NullCheck(L_104); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_105; L_105 = InterfaceFuncInvoker0< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(10 /* UnityEngine.Color OVRMixedRealityCaptureConfiguration::get_externalCompositionBackdropColorRift() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_104); NullCheck(L_103); Camera_set_backgroundColor_m7083574094F4031F3289444E1AF4CBC4FEDACFCF(L_103, L_105, /*hidden argument*/NULL); // foregroundCamera.cullingMask = (foregroundCamera.cullingMask & ~configuration.extraHiddenLayers) | configuration.extraVisibleLayers; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_106 = __this->get_foregroundCamera_6(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_107 = __this->get_foregroundCamera_6(); NullCheck(L_107); int32_t L_108; L_108 = Camera_get_cullingMask_m63492ED3AFA8F571FBED0B1729264A2E3BB64236(L_107, /*hidden argument*/NULL); RuntimeObject* L_109 = ___configuration2; NullCheck(L_109); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_110; L_110 = InterfaceFuncInvoker0< LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 >::Invoke(2 /* UnityEngine.LayerMask OVRMixedRealityCaptureConfiguration::get_extraHiddenLayers() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_109); int32_t L_111; L_111 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_110, /*hidden argument*/NULL); RuntimeObject* L_112 = ___configuration2; NullCheck(L_112); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_113; L_113 = InterfaceFuncInvoker0< LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 >::Invoke(4 /* UnityEngine.LayerMask OVRMixedRealityCaptureConfiguration::get_extraVisibleLayers() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_112); int32_t L_114; L_114 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_113, /*hidden argument*/NULL); NullCheck(L_106); Camera_set_cullingMask_mB4B1EE4C6CC355625EDE08EAF17E99DAB242E0CC(L_106, ((int32_t)((int32_t)((int32_t)((int32_t)L_108&(int32_t)((~L_111))))|(int32_t)L_114)), /*hidden argument*/NULL); // previousMainCameraObject = mainCamera.gameObject; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_115 = ___mainCamera1; NullCheck(L_115); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_116; L_116 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_115, /*hidden argument*/NULL); __this->set_previousMainCameraObject_4(L_116); } IL_0339: { // } return; } } // System.Void OVRExternalComposition::Update(UnityEngine.GameObject,UnityEngine.Camera,OVRMixedRealityCaptureConfiguration,OVRManager/TrackingOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRExternalComposition_Update_m196EF4214928C803A8045505F82CD7B4154B54E4 (OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___mainCamera1, RuntimeObject* ___configuration2, int32_t ___trackingOrigin3, 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*)&Media_tCA9C3477E2D876C93D851889E3958D8BD6FDF637_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A2638BD5CE37BAA7375341A7E1F2DA6FF71BA76); 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_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_2; memset((&V_2), 0, sizeof(V_2)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_3; memset((&V_3), 0, sizeof(V_3)); float V_4 = 0.0f; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_5; memset((&V_5), 0, sizeof(V_5)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_6; memset((&V_6), 0, sizeof(V_6)); CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF V_7; memset((&V_7), 0, sizeof(V_7)); CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA V_8; memset((&V_8), 0, sizeof(V_8)); float V_9 = 0.0f; float V_10 = 0.0f; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_11; memset((&V_11), 0, sizeof(V_11)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_12; memset((&V_12), 0, sizeof(V_12)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * G_B8_0 = NULL; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * G_B7_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B9_0; memset((&G_B9_0), 0, sizeof(G_B9_0)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * G_B9_1 = NULL; { // RefreshCameraObjects(gameObject, mainCamera, configuration); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___gameObject0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = ___mainCamera1; RuntimeObject* L_2 = ___configuration2; OVRExternalComposition_RefreshCameraObjects_mCE1668DECBA6C15C55C2EE6C071DB432BF4CBCD1(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // OVRPlugin.SetHandNodePoseStateLatency(0.0); // the HandNodePoseStateLatency doesn't apply to the external composition. Always enforce it to 0.0 IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_3; L_3 = OVRPlugin_SetHandNodePoseStateLatency_m58C7223A87B6E5387A338D341DA440F7593D3EF2((0.0), /*hidden argument*/NULL); // OVRPose stageToLocalPose = OVRPlugin.GetTrackingTransformRelativePose(OVRPlugin.TrackingOrigin.Stage).ToOVRPose(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_4; L_4 = OVRPlugin_GetTrackingTransformRelativePose_m5F24301F9E894E56D0D36A145A7CA56CD5C4F790(2, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_5; L_5 = OVRExtensions_ToOVRPose_mFE303C29F27877BC3CE73A7375F536A997C0DD77(L_4, /*hidden argument*/NULL); V_0 = L_5; // OVRPose localToStagePose = stageToLocalPose.Inverse(); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_6; L_6 = OVRPose_Inverse_m8299B5582AA88F24919D2FAFE89AEB79833C556A((OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 *)(&V_0), /*hidden argument*/NULL); // OVRPose head = localToStagePose * OVRPlugin.GetNodePose(OVRPlugin.Node.Head, OVRPlugin.Step.Render).ToOVRPose(); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_7 = L_6; Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_8; L_8 = OVRPlugin_GetNodePose_m32A087B678EB8CBC3B00127A0A0896AE456347E7(((int32_t)9), (-1), /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_9; L_9 = OVRExtensions_ToOVRPose_mFE303C29F27877BC3CE73A7375F536A997C0DD77(L_8, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_10; L_10 = OVRPose_op_Multiply_mE74DF5BC989D0AB797D35620C9362D2F6D47631F(L_7, L_9, /*hidden argument*/NULL); V_1 = L_10; // OVRPose leftC = localToStagePose * OVRPlugin.GetNodePose(OVRPlugin.Node.HandLeft, OVRPlugin.Step.Render).ToOVRPose(); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_11 = L_7; Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_12; L_12 = OVRPlugin_GetNodePose_m32A087B678EB8CBC3B00127A0A0896AE456347E7(3, (-1), /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_13; L_13 = OVRExtensions_ToOVRPose_mFE303C29F27877BC3CE73A7375F536A997C0DD77(L_12, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_14; L_14 = OVRPose_op_Multiply_mE74DF5BC989D0AB797D35620C9362D2F6D47631F(L_11, L_13, /*hidden argument*/NULL); V_2 = L_14; // OVRPose rightC = localToStagePose * OVRPlugin.GetNodePose(OVRPlugin.Node.HandRight, OVRPlugin.Step.Render).ToOVRPose(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_15; L_15 = OVRPlugin_GetNodePose_m32A087B678EB8CBC3B00127A0A0896AE456347E7(4, (-1), /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_16; L_16 = OVRExtensions_ToOVRPose_mFE303C29F27877BC3CE73A7375F536A997C0DD77(L_15, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_17; L_17 = OVRPose_op_Multiply_mE74DF5BC989D0AB797D35620C9362D2F6D47631F(L_11, L_16, /*hidden argument*/NULL); V_3 = L_17; // OVRPlugin.Media.SetMrcHeadsetControllerPose(head.ToPosef(), leftC.ToPosef(), rightC.ToPosef()); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_18; L_18 = OVRPose_ToPosef_mBEC72327C2AAD7628F406422AC519D551748E9FA((OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 *)(&V_1), /*hidden argument*/NULL); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_19; L_19 = OVRPose_ToPosef_mBEC72327C2AAD7628F406422AC519D551748E9FA((OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 *)(&V_2), /*hidden argument*/NULL); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_20; L_20 = OVRPose_ToPosef_mBEC72327C2AAD7628F406422AC519D551748E9FA((OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 *)(&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Media_tCA9C3477E2D876C93D851889E3958D8BD6FDF637_il2cpp_TypeInfo_var); bool L_21; L_21 = Media_SetMrcHeadsetControllerPose_mFA3F5A152D7EE448C08386E6119BBD60D3F747CA(L_18, L_19, L_20, /*hidden argument*/NULL); // backgroundCamera.clearFlags = mainCamera.clearFlags; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_22 = __this->get_backgroundCamera_8(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_23 = ___mainCamera1; NullCheck(L_23); int32_t L_24; L_24 = Camera_get_clearFlags_m7D0E7A0DBAB6A84B680EC09835AA2F081A17E0D7(L_23, /*hidden argument*/NULL); NullCheck(L_22); Camera_set_clearFlags_mE79A756CD7C9C84C86B6676F5C6342A45AE5F373(L_22, L_24, /*hidden argument*/NULL); // backgroundCamera.backgroundColor = mainCamera.backgroundColor; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_25 = __this->get_backgroundCamera_8(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_26 = ___mainCamera1; NullCheck(L_26); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_27; L_27 = Camera_get_backgroundColor_m556B0BCFA01DC59AA6A3A4B27C9408C72C144FB5(L_26, /*hidden argument*/NULL); NullCheck(L_25); Camera_set_backgroundColor_m7083574094F4031F3289444E1AF4CBC4FEDACFCF(L_25, L_27, /*hidden argument*/NULL); // if (configuration.dynamicCullingMask) RuntimeObject* L_28 = ___configuration2; NullCheck(L_28); bool L_29; L_29 = InterfaceFuncInvoker0< bool >::Invoke(6 /* System.Boolean OVRMixedRealityCaptureConfiguration::get_dynamicCullingMask() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_28); if (!L_29) { goto IL_00d3; } } { // backgroundCamera.cullingMask = (mainCamera.cullingMask & ~configuration.extraHiddenLayers) | configuration.extraVisibleLayers; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_30 = __this->get_backgroundCamera_8(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_31 = ___mainCamera1; NullCheck(L_31); int32_t L_32; L_32 = Camera_get_cullingMask_m63492ED3AFA8F571FBED0B1729264A2E3BB64236(L_31, /*hidden argument*/NULL); RuntimeObject* L_33 = ___configuration2; NullCheck(L_33); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_34; L_34 = InterfaceFuncInvoker0< LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 >::Invoke(2 /* UnityEngine.LayerMask OVRMixedRealityCaptureConfiguration::get_extraHiddenLayers() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_33); int32_t L_35; L_35 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_34, /*hidden argument*/NULL); RuntimeObject* L_36 = ___configuration2; NullCheck(L_36); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_37; L_37 = InterfaceFuncInvoker0< LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 >::Invoke(4 /* UnityEngine.LayerMask OVRMixedRealityCaptureConfiguration::get_extraVisibleLayers() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_36); int32_t L_38; L_38 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_37, /*hidden argument*/NULL); NullCheck(L_30); Camera_set_cullingMask_mB4B1EE4C6CC355625EDE08EAF17E99DAB242E0CC(L_30, ((int32_t)((int32_t)((int32_t)((int32_t)L_32&(int32_t)((~L_35))))|(int32_t)L_38)), /*hidden argument*/NULL); } IL_00d3: { // backgroundCamera.nearClipPlane = mainCamera.nearClipPlane; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_39 = __this->get_backgroundCamera_8(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_40 = ___mainCamera1; NullCheck(L_40); float L_41; L_41 = Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC(L_40, /*hidden argument*/NULL); NullCheck(L_39); Camera_set_nearClipPlane_m4EA1D92F6E1D17E423EC036561E115F434DC2263(L_39, L_41, /*hidden argument*/NULL); // backgroundCamera.farClipPlane = mainCamera.farClipPlane; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_42 = __this->get_backgroundCamera_8(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_43 = ___mainCamera1; NullCheck(L_43); float L_44; L_44 = Camera_get_farClipPlane_m0FA1B9E2E815BECE2EA40023302EB942B52D9596(L_43, /*hidden argument*/NULL); NullCheck(L_42); Camera_set_farClipPlane_m63F1302068433A72A5103281327C68CD8F67AD41(L_42, L_44, /*hidden argument*/NULL); // if (configuration.dynamicCullingMask) RuntimeObject* L_45 = ___configuration2; NullCheck(L_45); bool L_46; L_46 = InterfaceFuncInvoker0< bool >::Invoke(6 /* System.Boolean OVRMixedRealityCaptureConfiguration::get_dynamicCullingMask() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_45); if (!L_46) { goto IL_0127; } } { // foregroundCamera.cullingMask = (mainCamera.cullingMask & ~configuration.extraHiddenLayers) | configuration.extraVisibleLayers; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_47 = __this->get_foregroundCamera_6(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_48 = ___mainCamera1; NullCheck(L_48); int32_t L_49; L_49 = Camera_get_cullingMask_m63492ED3AFA8F571FBED0B1729264A2E3BB64236(L_48, /*hidden argument*/NULL); RuntimeObject* L_50 = ___configuration2; NullCheck(L_50); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_51; L_51 = InterfaceFuncInvoker0< LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 >::Invoke(2 /* UnityEngine.LayerMask OVRMixedRealityCaptureConfiguration::get_extraHiddenLayers() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_50); int32_t L_52; L_52 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_51, /*hidden argument*/NULL); RuntimeObject* L_53 = ___configuration2; NullCheck(L_53); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_54; L_54 = InterfaceFuncInvoker0< LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 >::Invoke(4 /* UnityEngine.LayerMask OVRMixedRealityCaptureConfiguration::get_extraVisibleLayers() */, OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var, L_53); int32_t L_55; L_55 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_54, /*hidden argument*/NULL); NullCheck(L_47); Camera_set_cullingMask_mB4B1EE4C6CC355625EDE08EAF17E99DAB242E0CC(L_47, ((int32_t)((int32_t)((int32_t)((int32_t)L_49&(int32_t)((~L_52))))|(int32_t)L_55)), /*hidden argument*/NULL); } IL_0127: { // foregroundCamera.nearClipPlane = mainCamera.nearClipPlane; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_56 = __this->get_foregroundCamera_6(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_57 = ___mainCamera1; NullCheck(L_57); float L_58; L_58 = Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC(L_57, /*hidden argument*/NULL); NullCheck(L_56); Camera_set_nearClipPlane_m4EA1D92F6E1D17E423EC036561E115F434DC2263(L_56, L_58, /*hidden argument*/NULL); // foregroundCamera.farClipPlane = mainCamera.farClipPlane; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_59 = __this->get_foregroundCamera_6(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_60 = ___mainCamera1; NullCheck(L_60); float L_61; L_61 = Camera_get_farClipPlane_m0FA1B9E2E815BECE2EA40023302EB942B52D9596(L_60, /*hidden argument*/NULL); NullCheck(L_59); Camera_set_farClipPlane_m63F1302068433A72A5103281327C68CD8F67AD41(L_59, L_61, /*hidden argument*/NULL); // if (OVRMixedReality.useFakeExternalCamera || OVRPlugin.GetExternalCameraCount() == 0) IL2CPP_RUNTIME_CLASS_INIT(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var); bool L_62 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_useFakeExternalCamera_0(); if (L_62) { goto IL_015a; } } { IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); int32_t L_63; L_63 = OVRPlugin_GetExternalCameraCount_m5294E8BBFF2E4C319894BC17A29C4DE8E07FB3E8(/*hidden argument*/NULL); if (L_63) { goto IL_0234; } } IL_015a: { // OVRPose worldSpacePose = new OVRPose(); il2cpp_codegen_initobj((&V_5), sizeof(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 )); // OVRPose trackingSpacePose = new OVRPose(); il2cpp_codegen_initobj((&V_6), sizeof(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 )); // trackingSpacePose.position = trackingOrigin == OVRManager.TrackingOrigin.EyeLevel ? // OVRMixedReality.fakeCameraEyeLevelPosition : // OVRMixedReality.fakeCameraFloorLevelPosition; int32_t L_64 = ___trackingOrigin3; G_B7_0 = (&V_6); if (!L_64) { G_B8_0 = (&V_6); goto IL_0177; } } { IL2CPP_RUNTIME_CLASS_INIT(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_65 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_fakeCameraFloorLevelPosition_1(); G_B9_0 = L_65; G_B9_1 = G_B7_0; goto IL_017c; } IL_0177: { IL2CPP_RUNTIME_CLASS_INIT(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_66 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_fakeCameraEyeLevelPosition_2(); G_B9_0 = L_66; G_B9_1 = G_B8_0; } IL_017c: { G_B9_1->set_position_0(G_B9_0); // trackingSpacePose.orientation = OVRMixedReality.fakeCameraRotation; IL2CPP_RUNTIME_CLASS_INIT(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_67 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_fakeCameraRotation_3(); (&V_6)->set_orientation_1(L_67); // worldSpacePose = OVRExtensions.ToWorldSpacePose(trackingSpacePose); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_68 = V_6; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_69; L_69 = OVRExtensions_ToWorldSpacePose_mEA20346C01E7B8EC9E0FAFC6CB0E926F9AE73284(L_68, /*hidden argument*/NULL); V_5 = L_69; // backgroundCamera.fieldOfView = OVRMixedReality.fakeCameraFov; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_70 = __this->get_backgroundCamera_8(); float L_71 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_fakeCameraFov_4(); NullCheck(L_70); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_70, L_71, /*hidden argument*/NULL); // backgroundCamera.aspect = OVRMixedReality.fakeCameraAspect; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_72 = __this->get_backgroundCamera_8(); float L_73 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_fakeCameraAspect_5(); NullCheck(L_72); Camera_set_aspect_mF0D72E1250A4408B6A7C32700EE3D80C75C3879C(L_72, L_73, /*hidden argument*/NULL); // foregroundCamera.fieldOfView = OVRMixedReality.fakeCameraFov; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_74 = __this->get_foregroundCamera_6(); float L_75 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_fakeCameraFov_4(); NullCheck(L_74); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_74, L_75, /*hidden argument*/NULL); // foregroundCamera.aspect = OVRMixedReality.fakeCameraAspect; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_76 = __this->get_foregroundCamera_6(); float L_77 = ((OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_StaticFields*)il2cpp_codegen_static_fields_for(OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var))->get_fakeCameraAspect_5(); NullCheck(L_76); Camera_set_aspect_mF0D72E1250A4408B6A7C32700EE3D80C75C3879C(L_76, L_77, /*hidden argument*/NULL); // if (cameraInTrackingSpace) bool L_78 = ((OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 *)__this)->get_cameraInTrackingSpace_0(); if (!L_78) { goto IL_0209; } } { // backgroundCamera.transform.FromOVRPose(trackingSpacePose, true); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_79 = __this->get_backgroundCamera_8(); NullCheck(L_79); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_80; L_80 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_79, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_81 = V_6; OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_80, L_81, (bool)1, /*hidden argument*/NULL); // foregroundCamera.transform.FromOVRPose(trackingSpacePose, true); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_82 = __this->get_foregroundCamera_6(); NullCheck(L_82); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_83; L_83 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_82, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_84 = V_6; OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_83, L_84, (bool)1, /*hidden argument*/NULL); // } goto IL_033f; } IL_0209: { // backgroundCamera.transform.FromOVRPose(worldSpacePose); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_85 = __this->get_backgroundCamera_8(); NullCheck(L_85); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_86; L_86 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_85, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_87 = V_5; OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_86, L_87, (bool)0, /*hidden argument*/NULL); // foregroundCamera.transform.FromOVRPose(worldSpacePose); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_88 = __this->get_foregroundCamera_6(); NullCheck(L_88); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_89; L_89 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_88, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_90 = V_5; OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_89, L_90, (bool)0, /*hidden argument*/NULL); // } goto IL_033f; } IL_0234: { // if (OVRPlugin.GetMixedRealityCameraInfo(0, out extrinsics, out intrinsics)) IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_91; L_91 = OVRPlugin_GetMixedRealityCameraInfo_m79878D2EF0BC14A2D523D8833FAA795FC81FA977(0, (CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF *)(&V_7), (CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA *)(&V_8), /*hidden argument*/NULL); if (!L_91) { goto IL_0334; } } { // float fovY = Mathf.Atan(intrinsics.FOVPort.UpTan) * Mathf.Rad2Deg * 2; CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA L_92 = V_8; Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_93 = L_92.get_FOVPort_2(); float L_94 = L_93.get_UpTan_0(); float L_95; L_95 = atanf(L_94); V_9 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_95, (float)(57.2957802f))), (float)(2.0f))); // float aspect = intrinsics.FOVPort.LeftTan / intrinsics.FOVPort.UpTan; CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA L_96 = V_8; Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_97 = L_96.get_FOVPort_2(); float L_98 = L_97.get_LeftTan_2(); CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA L_99 = V_8; Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_100 = L_99.get_FOVPort_2(); float L_101 = L_100.get_UpTan_0(); V_10 = ((float)((float)L_98/(float)L_101)); // backgroundCamera.fieldOfView = fovY; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_102 = __this->get_backgroundCamera_8(); float L_103 = V_9; NullCheck(L_102); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_102, L_103, /*hidden argument*/NULL); // backgroundCamera.aspect = aspect; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_104 = __this->get_backgroundCamera_8(); float L_105 = V_10; NullCheck(L_104); Camera_set_aspect_mF0D72E1250A4408B6A7C32700EE3D80C75C3879C(L_104, L_105, /*hidden argument*/NULL); // foregroundCamera.fieldOfView = fovY; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_106 = __this->get_foregroundCamera_6(); float L_107 = V_9; NullCheck(L_106); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_106, L_107, /*hidden argument*/NULL); // foregroundCamera.aspect = intrinsics.FOVPort.LeftTan / intrinsics.FOVPort.UpTan; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_108 = __this->get_foregroundCamera_6(); CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA L_109 = V_8; Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_110 = L_109.get_FOVPort_2(); float L_111 = L_110.get_LeftTan_2(); CameraIntrinsics_t8C71AD64BE2AD195E7C784274EE3C33F6082BDBA L_112 = V_8; Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_113 = L_112.get_FOVPort_2(); float L_114 = L_113.get_UpTan_0(); NullCheck(L_108); Camera_set_aspect_mF0D72E1250A4408B6A7C32700EE3D80C75C3879C(L_108, ((float)((float)L_111/(float)L_114)), /*hidden argument*/NULL); // if (cameraInTrackingSpace) bool L_115 = ((OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 *)__this)->get_cameraInTrackingSpace_0(); if (!L_115) { goto IL_0302; } } { // OVRPose trackingSpacePose = ComputeCameraTrackingSpacePose(extrinsics); CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF L_116 = V_7; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_117; L_117 = OVRComposition_ComputeCameraTrackingSpacePose_mFFBFDC037DCBBD463C1AB5EC7584B4C9589E9325(__this, L_116, /*hidden argument*/NULL); V_11 = L_117; // backgroundCamera.transform.FromOVRPose(trackingSpacePose, true); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_118 = __this->get_backgroundCamera_8(); NullCheck(L_118); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_119; L_119 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_118, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_120 = V_11; OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_119, L_120, (bool)1, /*hidden argument*/NULL); // foregroundCamera.transform.FromOVRPose(trackingSpacePose, true); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_121 = __this->get_foregroundCamera_6(); NullCheck(L_121); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_122; L_122 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_121, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_123 = V_11; OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_122, L_123, (bool)1, /*hidden argument*/NULL); // } goto IL_033f; } IL_0302: { // OVRPose worldSpacePose = ComputeCameraWorldSpacePose(extrinsics); CameraExtrinsics_t8643E6D995362CE86E12FA93D6A07E89AF39FCFF L_124 = V_7; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_125; L_125 = OVRComposition_ComputeCameraWorldSpacePose_m9E8EEEF1CEEC4CEF602F58A0B7F441C10CFA1F55(__this, L_124, /*hidden argument*/NULL); V_12 = L_125; // backgroundCamera.transform.FromOVRPose(worldSpacePose); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_126 = __this->get_backgroundCamera_8(); NullCheck(L_126); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_127; L_127 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_126, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_128 = V_12; OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_127, L_128, (bool)0, /*hidden argument*/NULL); // foregroundCamera.transform.FromOVRPose(worldSpacePose); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_129 = __this->get_foregroundCamera_6(); NullCheck(L_129); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_130; L_130 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_129, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_131 = V_12; OVRExtensions_FromOVRPose_mF5351F8FB50CB7167774847A88BE541D0D029EDB(L_130, L_131, (bool)0, /*hidden argument*/NULL); // } goto IL_033f; } IL_0334: { // Debug.LogError("Failed to get external camera information"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteral4A2638BD5CE37BAA7375341A7E1F2DA6FF71BA76, /*hidden argument*/NULL); // return; return; } IL_033f: { // Vector3 headToExternalCameraVec = mainCamera.transform.position - foregroundCamera.transform.position; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_132 = ___mainCamera1; NullCheck(L_132); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_133; L_133 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_132, /*hidden argument*/NULL); NullCheck(L_133); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_134; L_134 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_133, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_135 = __this->get_foregroundCamera_6(); NullCheck(L_135); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_136; L_136 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_135, /*hidden argument*/NULL); NullCheck(L_136); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_137; L_137 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_136, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_138; L_138 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_134, L_137, /*hidden argument*/NULL); // float clipDistance = Vector3.Dot(headToExternalCameraVec, foregroundCamera.transform.forward); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_139 = __this->get_foregroundCamera_6(); NullCheck(L_139); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_140; L_140 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_139, /*hidden argument*/NULL); NullCheck(L_140); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_141; L_141 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_140, /*hidden argument*/NULL); float L_142; L_142 = Vector3_Dot_m81A33FB5E8269E1A21554ECCB1639019C708A1CF_inline(L_138, L_141, /*hidden argument*/NULL); V_4 = L_142; // foregroundCamera.farClipPlane = Mathf.Max(foregroundCamera.nearClipPlane + 0.001f, clipDistance); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_143 = __this->get_foregroundCamera_6(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_144 = __this->get_foregroundCamera_6(); NullCheck(L_144); float L_145; L_145 = Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC(L_144, /*hidden argument*/NULL); float L_146 = V_4; float L_147; L_147 = Mathf_Max_m5C96B726079E95BB1A1DC60532553CB723D24C79(((float)il2cpp_codegen_add((float)L_145, (float)(0.00100000005f))), L_146, /*hidden argument*/NULL); NullCheck(L_143); Camera_set_farClipPlane_m63F1302068433A72A5103281327C68CD8F67AD41(L_143, L_147, /*hidden argument*/NULL); // } return; } } // System.Void OVRExternalComposition::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRExternalComposition_Cleanup_mB6027DC339FB1A10354ED38EA2337D23AC9C02CA (OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454 * __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*)&_stringLiteralA4118A0466D54690E82F2BBAE51783A240FF7DA6); s_Il2CppMethodInitialized = true; } { // OVRCompositionUtil.SafeDestroy(ref backgroundCameraGameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** L_0 = __this->get_address_of_backgroundCameraGameObject_7(); OVRCompositionUtil_SafeDestroy_m0625B410961C6F85AB5B61F3825E2A1662B9BB61((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 **)L_0, /*hidden argument*/NULL); // backgroundCamera = null; __this->set_backgroundCamera_8((Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C *)NULL); // OVRCompositionUtil.SafeDestroy(ref foregroundCameraGameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** L_1 = __this->get_address_of_foregroundCameraGameObject_5(); OVRCompositionUtil_SafeDestroy_m0625B410961C6F85AB5B61F3825E2A1662B9BB61((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 **)L_1, /*hidden argument*/NULL); // foregroundCamera = null; __this->set_foregroundCamera_6((Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C *)NULL); // Debug.Log("ExternalComposition deactivated"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(_stringLiteralA4118A0466D54690E82F2BBAE51783A240FF7DA6, /*hidden argument*/NULL); // } return; } } // System.Void OVRExternalComposition::CacheAudioData(System.Single[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRExternalComposition_CacheAudioData_m7948D51D6A5D6C4A8B5F8EEC47F488BDC9C357F3 (OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___data0, int32_t ___channels1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m5725F6B0F7195B9051B820CF5E2240A302A3C3A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m30CC5EC96F262C98EE9BFCFC9CF8D09F67E0A23D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock(audioDataLock) RuntimeObject * L_0 = __this->get_audioDataLock_9(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // if (channels != cachedChannels) int32_t L_2 = ___channels1; int32_t L_3 = __this->get_cachedChannels_11(); if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0025; } } IL_001a: { // cachedAudioData.Clear(); List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_4 = __this->get_cachedAudioData_10(); NullCheck(L_4); List_1_Clear_m30CC5EC96F262C98EE9BFCFC9CF8D09F67E0A23D(L_4, /*hidden argument*/List_1_Clear_m30CC5EC96F262C98EE9BFCFC9CF8D09F67E0A23D_RuntimeMethod_var); } IL_0025: { // cachedChannels = channels; int32_t L_5 = ___channels1; __this->set_cachedChannels_11(L_5); // cachedAudioData.AddRange(data); List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_6 = __this->get_cachedAudioData_10(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_7 = ___data0; NullCheck(L_6); List_1_AddRange_m5725F6B0F7195B9051B820CF5E2240A302A3C3A6(L_6, (RuntimeObject*)(RuntimeObject*)L_7, /*hidden argument*/List_1_AddRange_m5725F6B0F7195B9051B820CF5E2240A302A3C3A6_RuntimeMethod_var); // } IL2CPP_LEAVE(0x44, FINALLY_003a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) { bool L_8 = V_1; if (!L_8) { goto IL_0043; } } IL_003d: { RuntimeObject * L_9 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_9, /*hidden argument*/NULL); } IL_0043: { IL2CPP_END_FINALLY(58) } } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x44, IL_0044) } IL_0044: { // } return; } } // System.Void OVRExternalComposition::GetAndResetAudioData(System.Single[]&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRExternalComposition_GetAndResetAudioData_mECDDF84AEBE31303DF34F99408BAF3AD8EF8664B (OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** ___audioData0, int32_t* ___audioFrames1, int32_t* ___channels2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m30CC5EC96F262C98EE9BFCFC9CF8D09F67E0A23D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_CopyTo_mAAFBF252792E5EB0337435E203C1ECE7DFB0C6D0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Capacity_m95530FE99274763701C3EF528C9FF9A29AF1C92D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock(audioDataLock) RuntimeObject * L_0 = __this->get_audioDataLock_9(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // if (audioData == null || audioData.Length < cachedAudioData.Count) SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** L_2 = ___audioData0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = *((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA**)L_2); if (!L_3) { goto IL_0026; } } IL_0015: { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** L_4 = ___audioData0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_5 = *((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA**)L_4); NullCheck(L_5); List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_6 = __this->get_cachedAudioData_10(); NullCheck(L_6); int32_t L_7; L_7 = List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_inline(L_6, /*hidden argument*/List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_RuntimeMethod_var); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) >= ((int32_t)L_7))) { goto IL_0038; } } IL_0026: { // audioData = new float[cachedAudioData.Capacity]; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** L_8 = ___audioData0; List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_9 = __this->get_cachedAudioData_10(); NullCheck(L_9); int32_t L_10; L_10 = List_1_get_Capacity_m95530FE99274763701C3EF528C9FF9A29AF1C92D(L_9, /*hidden argument*/List_1_get_Capacity_m95530FE99274763701C3EF528C9FF9A29AF1C92D_RuntimeMethod_var); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_11 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)L_10); *((RuntimeObject **)L_8) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_11); } IL_0038: { // cachedAudioData.CopyTo(audioData); List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_12 = __this->get_cachedAudioData_10(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** L_13 = ___audioData0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_14 = *((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA**)L_13); NullCheck(L_12); List_1_CopyTo_mAAFBF252792E5EB0337435E203C1ECE7DFB0C6D0(L_12, L_14, /*hidden argument*/List_1_CopyTo_mAAFBF252792E5EB0337435E203C1ECE7DFB0C6D0_RuntimeMethod_var); // audioFrames = cachedAudioData.Count; int32_t* L_15 = ___audioFrames1; List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_16 = __this->get_cachedAudioData_10(); NullCheck(L_16); int32_t L_17; L_17 = List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_inline(L_16, /*hidden argument*/List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_RuntimeMethod_var); *((int32_t*)L_15) = (int32_t)L_17; // channels = cachedChannels; int32_t* L_18 = ___channels2; int32_t L_19 = __this->get_cachedChannels_11(); *((int32_t*)L_18) = (int32_t)L_19; // cachedAudioData.Clear(); List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * L_20 = __this->get_cachedAudioData_10(); NullCheck(L_20); List_1_Clear_m30CC5EC96F262C98EE9BFCFC9CF8D09F67E0A23D(L_20, /*hidden argument*/List_1_Clear_m30CC5EC96F262C98EE9BFCFC9CF8D09F67E0A23D_RuntimeMethod_var); // } IL2CPP_LEAVE(0x71, FINALLY_0067); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0067; } FINALLY_0067: { // begin finally (depth: 1) { bool L_21 = V_1; if (!L_21) { goto IL_0070; } } IL_006a: { RuntimeObject * L_22 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_22, /*hidden argument*/NULL); } IL_0070: { IL2CPP_END_FINALLY(103) } } // end finally (depth: 1) IL2CPP_CLEANUP(103) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) } IL_0071: { // } 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 OVRGLTFAccessor::.ctor(OVRSimpleJSON.JSONNode,OVRSimpleJSON.JSONNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor__ctor_mCF1C2DD487F2E3C254BAB9F1896399CE9B8BCBB3 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___node0, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___root1, bool ___bufferViewOnly2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A47A30B4F70A2FBDC2C08E3C1841D8EF3F70D07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C497E20DCC43A8DDA561C73D787C08DAF284123); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CBEDCD5FF6A0350179E0A1A9BEB1BCEC50F3773); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE71D746FDB893CE627C5F97FEE59638767E8951); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6770C3A83A774E8EF77448D689E51254082440A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6CF23A4D343EA2340277D3E6D4C1E83BD5134DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_0 = NULL; int32_t V_1 = 0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_2 = NULL; int32_t V_3 = 0; { // public OVRGLTFAccessor(JSONNode node, JSONNode root, bool bufferViewOnly = false) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // JSONNode jsonBufferView = node; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___node0; V_0 = L_0; // if (!bufferViewOnly) bool L_1 = ___bufferViewOnly2; if (L_1) { goto IL_008e; } } { // additionalOffset = node["byteOffset"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = ___node0; NullCheck(L_2); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3; L_3 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_2, _stringLiteral7CBEDCD5FF6A0350179E0A1A9BEB1BCEC50F3773); NullCheck(L_3); int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_3); __this->set_additionalOffset_5(L_4); // dataType = ToOVRType(node["type"].Value); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_5 = ___node0; NullCheck(L_5); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_6; L_6 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_5, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String OVRSimpleJSON.JSONNode::get_Value() */, L_6); int32_t L_8; L_8 = OVRGLTFAccessor_ToOVRType_m99130522159F09E38F38089E48E05EB51285AAD5(L_7, /*hidden argument*/NULL); __this->set_dataType_6(L_8); // componentType = (OVRGLTFComponentType)node["componentType"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_9 = ___node0; NullCheck(L_9); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10; L_10 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_9, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); NullCheck(L_10); int32_t L_11; L_11 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_10); __this->set_componentType_7(L_11); // dataCount = node["count"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_12 = ___node0; NullCheck(L_12); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13; L_13 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_12, _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626); NullCheck(L_13); int32_t L_14; L_14 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_13); __this->set_dataCount_8(L_14); // int bufferViewId = node["bufferView"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_15 = ___node0; NullCheck(L_15); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_16; L_16 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_15, _stringLiteral2A47A30B4F70A2FBDC2C08E3C1841D8EF3F70D07); NullCheck(L_16); int32_t L_17; L_17 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_16); V_3 = L_17; // jsonBufferView = root["bufferViews"][bufferViewId]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_18 = ___root1; NullCheck(L_18); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_19; L_19 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_18, _stringLiteralE6770C3A83A774E8EF77448D689E51254082440A); int32_t L_20 = V_3; NullCheck(L_19); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_21; L_21 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_19, L_20); V_0 = L_21; } IL_008e: { // int bufferId = jsonBufferView["buffer"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_22 = V_0; NullCheck(L_22); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_23; L_23 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_22, _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10); NullCheck(L_23); int32_t L_24; L_24 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_23); V_1 = L_24; // byteOffset = jsonBufferView["byteOffset"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_25 = V_0; NullCheck(L_25); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_26; L_26 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_25, _stringLiteral7CBEDCD5FF6A0350179E0A1A9BEB1BCEC50F3773); NullCheck(L_26); int32_t L_27; L_27 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_26); __this->set_byteOffset_0(L_27); // byteLength = jsonBufferView["byteLength"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_28 = V_0; NullCheck(L_28); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_29; L_29 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_28, _stringLiteralE6CF23A4D343EA2340277D3E6D4C1E83BD5134DE); NullCheck(L_29); int32_t L_30; L_30 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_29); __this->set_byteLength_1(L_30); // byteStride = jsonBufferView["byteStride"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_31 = V_0; NullCheck(L_31); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_32; L_32 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_31, _stringLiteral6C497E20DCC43A8DDA561C73D787C08DAF284123); NullCheck(L_32); int32_t L_33; L_33 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_32); __this->set_byteStride_2(L_33); // var jsonBuffer = root["buffers"][bufferId]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_34 = ___root1; NullCheck(L_34); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_35; L_35 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_34, _stringLiteralBE71D746FDB893CE627C5F97FEE59638767E8951); int32_t L_36 = V_1; NullCheck(L_35); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_37; L_37 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_35, L_36); V_2 = L_37; // bufferLength = jsonBuffer["byteLength"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_38 = V_2; NullCheck(L_38); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_39; L_39 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_38, _stringLiteralE6CF23A4D343EA2340277D3E6D4C1E83BD5134DE); NullCheck(L_39); int32_t L_40; L_40 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_39); __this->set_bufferLength_4(L_40); // } return; } } // System.Int32 OVRGLTFAccessor::GetDataCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRGLTFAccessor_GetDataCount_m3055954DED439FAAC136BEF369E7F4AF708813BD (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, const RuntimeMethod* method) { { // return dataCount; int32_t L_0 = __this->get_dataCount_8(); return L_0; } } // OVRGLTFType OVRGLTFAccessor::ToOVRType(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRGLTFAccessor_ToOVRType_m99130522159F09E38F38089E48E05EB51285AAD5 (String_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*)&_stringLiteral02BB463928D4E15BD5ECA84DABC17D6F67D3A89A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51C94F9014667D1C55F913D53496074C85DC66F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DA17EF0CFCB88F3EE460F1488CE83FBB4DE84A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F5DF872FA6CA76650526A1B598A5AE1F16E1FFC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A5647F9D4D7321D0FB2267C5B9C147C222F636); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAAF420AB23FFD94B4DF38C14A9A16F0BED2E0F7); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___type0; if (!L_0) { goto IL_0050; } } { String_t* L_1 = ___type0; bool L_2; L_2 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_1, _stringLiteral7F5DF872FA6CA76650526A1B598A5AE1F16E1FFC, /*hidden argument*/NULL); if (L_2) { goto IL_0046; } } { String_t* L_3 = ___type0; bool L_4; L_4 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_3, _stringLiteral02BB463928D4E15BD5ECA84DABC17D6F67D3A89A, /*hidden argument*/NULL); if (L_4) { goto IL_0048; } } { String_t* L_5 = ___type0; bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_5, _stringLiteralE3A5647F9D4D7321D0FB2267C5B9C147C222F636, /*hidden argument*/NULL); if (L_6) { goto IL_004a; } } { String_t* L_7 = ___type0; bool L_8; L_8 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_7, _stringLiteral6DA17EF0CFCB88F3EE460F1488CE83FBB4DE84A3, /*hidden argument*/NULL); if (L_8) { goto IL_004c; } } { String_t* L_9 = ___type0; bool L_10; L_10 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_9, _stringLiteralEAAF420AB23FFD94B4DF38C14A9A16F0BED2E0F7, /*hidden argument*/NULL); if (L_10) { goto IL_004e; } } { goto IL_0050; } IL_0046: { // return OVRGLTFType.SCALAR; return (int32_t)(1); } IL_0048: { // return OVRGLTFType.VEC2; return (int32_t)(2); } IL_004a: { // return OVRGLTFType.VEC3; return (int32_t)(3); } IL_004c: { // return OVRGLTFType.VEC4; return (int32_t)(4); } IL_004e: { // return OVRGLTFType.MAT4; return (int32_t)(5); } IL_0050: { // Debug.LogError("Unsupported accessor type."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteral51C94F9014667D1C55F913D53496074C85DC66F6, /*hidden argument*/NULL); // return OVRGLTFType.NONE; return (int32_t)(0); } } // System.Void OVRGLTFAccessor::ReadAsInt(OVRBinaryChunk,System.Int32[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsInt_mD1707D6B9CD08608235F0E16A42B302156EF7751 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** ___data1, int32_t ___offset2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF91179F72300B983BB0AA7D622A4EBAE10ABDE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B7_0 = 0; { // if (dataType != OVRGLTFType.SCALAR) int32_t L_0 = __this->get_dataType_6(); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0014; } } { // Debug.LogError("Tried to read non-scalar data as a uint array."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralCF91179F72300B983BB0AA7D622A4EBAE10ABDE9, /*hidden argument*/NULL); // return; return; } IL_0014: { // if (chunk.chunkLength != bufferLength) OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_1 = ___chunk0; uint32_t L_2 = L_1.get_chunkLength_1(); int32_t L_3 = __this->get_bufferLength_4(); if ((((int64_t)((int64_t)((uint64_t)L_2))) == ((int64_t)((int64_t)((int64_t)L_3))))) { goto IL_002f; } } { // Debug.LogError("Chunk length is not equal to buffer length."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530, /*hidden argument*/NULL); // return; return; } IL_002f: { // byte[] bufferData = new byte[byteLength]; int32_t L_4 = __this->get_byteLength_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); V_0 = L_5; // chunk.chunkStream.Seek(chunk.chunkStart + byteOffset + additionalOffset, SeekOrigin.Begin); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_6 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = L_6.get_chunkStream_0(); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_8 = ___chunk0; int64_t L_9 = L_8.get_chunkStart_2(); int32_t L_10 = __this->get_byteOffset_0(); int32_t L_11 = __this->get_additionalOffset_5(); NullCheck(L_7); int64_t L_12; L_12 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_7, ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_9, (int64_t)((int64_t)((int64_t)L_10)))), (int64_t)((int64_t)((int64_t)L_11)))), 0); // chunk.chunkStream.Read(bufferData, 0, byteLength); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_13 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = L_13.get_chunkStream_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; int32_t L_16 = __this->get_byteLength_1(); NullCheck(L_14); int32_t L_17; L_17 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_14, L_15, 0, L_16); // int stride = byteStride > 0 ? byteStride : GetStrideForType(componentType); int32_t L_18 = __this->get_byteStride_2(); if ((((int32_t)L_18) > ((int32_t)0))) { goto IL_0089; } } { int32_t L_19 = __this->get_componentType_7(); int32_t L_20; L_20 = OVRGLTFAccessor_GetStrideForType_m167390747AA31D848081A3AFD41DBA90187A266A(__this, L_19, /*hidden argument*/NULL); G_B7_0 = L_20; goto IL_008f; } IL_0089: { int32_t L_21 = __this->get_byteStride_2(); G_B7_0 = L_21; } IL_008f: { V_1 = G_B7_0; // for(int i = 0; i < dataCount; i++) V_2 = 0; goto IL_00ae; } IL_0094: { // data[offset + i] = (int)ReadElementAsUint(bufferData, i * stride, componentType); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_22 = ___data1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_22); int32_t L_24 = ___offset2; int32_t L_25 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_0; int32_t L_27 = V_2; int32_t L_28 = V_1; int32_t L_29 = __this->get_componentType_7(); uint32_t L_30; L_30 = OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0(__this, L_26, ((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)L_28)), L_29, /*hidden argument*/NULL); NullCheck(L_23); (L_23)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25))), (int32_t)L_30); // for(int i = 0; i < dataCount; i++) int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00ae: { // for(int i = 0; i < dataCount; i++) int32_t L_32 = V_2; int32_t L_33 = __this->get_dataCount_8(); if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0094; } } { // } return; } } // System.Void OVRGLTFAccessor::ReadAsVector2(OVRBinaryChunk,UnityEngine.Vector2[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsVector2_mD9E3999433ACE5D155027345BBAC421A63AFD6F7 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** ___data1, int32_t ___offset2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1465743390373D814FA6606F4ADCFD5C91E32C50); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B7_0 = 0; { // if (dataType != OVRGLTFType.VEC2) int32_t L_0 = __this->get_dataType_6(); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0014; } } { // Debug.LogError("Tried to read non-vec3 data as a vec2 array."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteral1465743390373D814FA6606F4ADCFD5C91E32C50, /*hidden argument*/NULL); // return; return; } IL_0014: { // if (chunk.chunkLength != bufferLength) OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_1 = ___chunk0; uint32_t L_2 = L_1.get_chunkLength_1(); int32_t L_3 = __this->get_bufferLength_4(); if ((((int64_t)((int64_t)((uint64_t)L_2))) == ((int64_t)((int64_t)((int64_t)L_3))))) { goto IL_002f; } } { // Debug.LogError("Chunk length is not equal to buffer length."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530, /*hidden argument*/NULL); // return; return; } IL_002f: { // byte[] bufferData = new byte[byteLength]; int32_t L_4 = __this->get_byteLength_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); V_0 = L_5; // chunk.chunkStream.Seek(chunk.chunkStart + byteOffset + additionalOffset, SeekOrigin.Begin); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_6 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = L_6.get_chunkStream_0(); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_8 = ___chunk0; int64_t L_9 = L_8.get_chunkStart_2(); int32_t L_10 = __this->get_byteOffset_0(); int32_t L_11 = __this->get_additionalOffset_5(); NullCheck(L_7); int64_t L_12; L_12 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_7, ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_9, (int64_t)((int64_t)((int64_t)L_10)))), (int64_t)((int64_t)((int64_t)L_11)))), 0); // chunk.chunkStream.Read(bufferData, 0, byteLength); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_13 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = L_13.get_chunkStream_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; int32_t L_16 = __this->get_byteLength_1(); NullCheck(L_14); int32_t L_17; L_17 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_14, L_15, 0, L_16); // int dataTypeSize = GetStrideForType(componentType); int32_t L_18 = __this->get_componentType_7(); int32_t L_19; L_19 = OVRGLTFAccessor_GetStrideForType_m167390747AA31D848081A3AFD41DBA90187A266A(__this, L_18, /*hidden argument*/NULL); V_1 = L_19; // int stride = byteStride > 0 ? byteStride : dataTypeSize * 2; int32_t L_20 = __this->get_byteStride_2(); if ((((int32_t)L_20) > ((int32_t)0))) { goto IL_008d; } } { int32_t L_21 = V_1; G_B7_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)2)); goto IL_0093; } IL_008d: { int32_t L_22 = __this->get_byteStride_2(); G_B7_0 = L_22; } IL_0093: { V_2 = G_B7_0; // for (int i = 0; i < dataCount; i++) V_3 = 0; goto IL_00dd; } IL_0098: { // if (componentType == OVRGLTFComponentType.FLOAT) int32_t L_23 = __this->get_componentType_7(); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)5126))))) { goto IL_00d9; } } { // data[offset + i].x = ReadElementAsFloat(bufferData, i * stride); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** L_24 = ___data1; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_25 = *((Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA**)L_24); int32_t L_26 = ___offset2; int32_t L_27 = V_3; NullCheck(L_25); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_0; int32_t L_29 = V_3; int32_t L_30 = V_2; float L_31; L_31 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_28, ((int32_t)il2cpp_codegen_multiply((int32_t)L_29, (int32_t)L_30)), /*hidden argument*/NULL); ((L_25)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)))))->set_x_0(L_31); // data[offset + i].y = ReadElementAsFloat(bufferData, i * stride + dataTypeSize); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** L_32 = ___data1; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_33 = *((Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA**)L_32); int32_t L_34 = ___offset2; int32_t L_35 = V_3; NullCheck(L_33); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_0; int32_t L_37 = V_3; int32_t L_38 = V_2; int32_t L_39 = V_1; float L_40; L_40 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_36, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_37, (int32_t)L_38)), (int32_t)L_39)), /*hidden argument*/NULL); ((L_33)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)))))->set_y_1(L_40); } IL_00d9: { // for (int i = 0; i < dataCount; i++) int32_t L_41 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00dd: { // for (int i = 0; i < dataCount; i++) int32_t L_42 = V_3; int32_t L_43 = __this->get_dataCount_8(); if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_0098; } } { // } return; } } // System.Void OVRGLTFAccessor::ReadAsVector3(OVRBinaryChunk,UnityEngine.Vector3[]&,System.Int32,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsVector3_mAF67521E4B66D80CE68E95AB2CA0A573801DE472 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** ___data1, int32_t ___offset2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___conversionScale3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F1936CD655BF325F22068B7083488DBCE4649C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B7_0 = 0; { // if (dataType != OVRGLTFType.VEC3) int32_t L_0 = __this->get_dataType_6(); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0014; } } { // Debug.LogError("Tried to read non-vec3 data as a vec3 array."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteral2F1936CD655BF325F22068B7083488DBCE4649C1, /*hidden argument*/NULL); // return; return; } IL_0014: { // if (chunk.chunkLength != bufferLength) OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_1 = ___chunk0; uint32_t L_2 = L_1.get_chunkLength_1(); int32_t L_3 = __this->get_bufferLength_4(); if ((((int64_t)((int64_t)((uint64_t)L_2))) == ((int64_t)((int64_t)((int64_t)L_3))))) { goto IL_002f; } } { // Debug.LogError("Chunk length is not equal to buffer length."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530, /*hidden argument*/NULL); // return; return; } IL_002f: { // byte[] bufferData = new byte[byteLength]; int32_t L_4 = __this->get_byteLength_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); V_0 = L_5; // chunk.chunkStream.Seek(chunk.chunkStart + byteOffset + additionalOffset, SeekOrigin.Begin); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_6 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = L_6.get_chunkStream_0(); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_8 = ___chunk0; int64_t L_9 = L_8.get_chunkStart_2(); int32_t L_10 = __this->get_byteOffset_0(); int32_t L_11 = __this->get_additionalOffset_5(); NullCheck(L_7); int64_t L_12; L_12 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_7, ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_9, (int64_t)((int64_t)((int64_t)L_10)))), (int64_t)((int64_t)((int64_t)L_11)))), 0); // chunk.chunkStream.Read(bufferData, 0, byteLength); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_13 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = L_13.get_chunkStream_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; int32_t L_16 = __this->get_byteLength_1(); NullCheck(L_14); int32_t L_17; L_17 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_14, L_15, 0, L_16); // int dataTypeSize = GetStrideForType(componentType); int32_t L_18 = __this->get_componentType_7(); int32_t L_19; L_19 = OVRGLTFAccessor_GetStrideForType_m167390747AA31D848081A3AFD41DBA90187A266A(__this, L_18, /*hidden argument*/NULL); V_1 = L_19; // int stride = byteStride > 0 ? byteStride : dataTypeSize * 3; int32_t L_20 = __this->get_byteStride_2(); if ((((int32_t)L_20) > ((int32_t)0))) { goto IL_008d; } } { int32_t L_21 = V_1; G_B7_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)3)); goto IL_0093; } IL_008d: { int32_t L_22 = __this->get_byteStride_2(); G_B7_0 = L_22; } IL_0093: { V_2 = G_B7_0; // for (int i = 0; i < dataCount; i++) V_3 = 0; goto IL_0179; } IL_009b: { // if (componentType == OVRGLTFComponentType.FLOAT) int32_t L_23 = __this->get_componentType_7(); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)5126))))) { goto IL_00fb; } } { // data[offset + i].x = ReadElementAsFloat(bufferData, i * stride); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** L_24 = ___data1; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_25 = *((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4**)L_24); int32_t L_26 = ___offset2; int32_t L_27 = V_3; NullCheck(L_25); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_0; int32_t L_29 = V_3; int32_t L_30 = V_2; float L_31; L_31 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_28, ((int32_t)il2cpp_codegen_multiply((int32_t)L_29, (int32_t)L_30)), /*hidden argument*/NULL); ((L_25)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)))))->set_x_2(L_31); // data[offset + i].y = ReadElementAsFloat(bufferData, i * stride + dataTypeSize); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** L_32 = ___data1; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_33 = *((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4**)L_32); int32_t L_34 = ___offset2; int32_t L_35 = V_3; NullCheck(L_33); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_0; int32_t L_37 = V_3; int32_t L_38 = V_2; int32_t L_39 = V_1; float L_40; L_40 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_36, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_37, (int32_t)L_38)), (int32_t)L_39)), /*hidden argument*/NULL); ((L_33)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)))))->set_y_3(L_40); // data[offset + i].z = ReadElementAsFloat(bufferData, i * stride + dataTypeSize * 2); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** L_41 = ___data1; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_42 = *((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4**)L_41); int32_t L_43 = ___offset2; int32_t L_44 = V_3; NullCheck(L_42); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = V_0; int32_t L_46 = V_3; int32_t L_47 = V_2; int32_t L_48 = V_1; float L_49; L_49 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_45, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_46, (int32_t)L_47)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_48, (int32_t)2)))), /*hidden argument*/NULL); ((L_42)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_44)))))->set_z_4(L_49); // } goto IL_0164; } IL_00fb: { // data[offset + i].x = ReadElementAsUint(bufferData, i * stride, componentType); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** L_50 = ___data1; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_51 = *((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4**)L_50); int32_t L_52 = ___offset2; int32_t L_53 = V_3; NullCheck(L_51); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_0; int32_t L_55 = V_3; int32_t L_56 = V_2; int32_t L_57 = __this->get_componentType_7(); uint32_t L_58; L_58 = OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0(__this, L_54, ((int32_t)il2cpp_codegen_multiply((int32_t)L_55, (int32_t)L_56)), L_57, /*hidden argument*/NULL); ((L_51)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53)))))->set_x_2(((float)((float)((double)((uint32_t)L_58))))); // data[offset + i].y = ReadElementAsUint(bufferData, i * stride + dataTypeSize, componentType); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** L_59 = ___data1; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_60 = *((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4**)L_59); int32_t L_61 = ___offset2; int32_t L_62 = V_3; NullCheck(L_60); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = V_0; int32_t L_64 = V_3; int32_t L_65 = V_2; int32_t L_66 = V_1; int32_t L_67 = __this->get_componentType_7(); uint32_t L_68; L_68 = OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0(__this, L_63, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_64, (int32_t)L_65)), (int32_t)L_66)), L_67, /*hidden argument*/NULL); ((L_60)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)L_62)))))->set_y_3(((float)((float)((double)((uint32_t)L_68))))); // data[offset + i].z = ReadElementAsUint(bufferData, i * stride + dataTypeSize * 2, componentType); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** L_69 = ___data1; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_70 = *((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4**)L_69); int32_t L_71 = ___offset2; int32_t L_72 = V_3; NullCheck(L_70); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = V_0; int32_t L_74 = V_3; int32_t L_75 = V_2; int32_t L_76 = V_1; int32_t L_77 = __this->get_componentType_7(); uint32_t L_78; L_78 = OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0(__this, L_73, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_74, (int32_t)L_75)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_76, (int32_t)2)))), L_77, /*hidden argument*/NULL); ((L_70)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)L_72)))))->set_z_4(((float)((float)((double)((uint32_t)L_78))))); } IL_0164: { // data[offset + i].Scale(conversionScale); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** L_79 = ___data1; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_80 = *((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4**)L_79); int32_t L_81 = ___offset2; int32_t L_82 = V_3; NullCheck(L_80); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_83 = ___conversionScale3; Vector3_Scale_m52F0C3F26DBEE84B5E292F2E084DA2F7329B6EFF_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)((L_80)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)L_82))))), L_83, /*hidden argument*/NULL); // for (int i = 0; i < dataCount; i++) int32_t L_84 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); } IL_0179: { // for (int i = 0; i < dataCount; i++) int32_t L_85 = V_3; int32_t L_86 = __this->get_dataCount_8(); if ((((int32_t)L_85) < ((int32_t)L_86))) { goto IL_009b; } } { // } return; } } // System.Void OVRGLTFAccessor::ReadAsVector4(OVRBinaryChunk,UnityEngine.Vector4[]&,System.Int32,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsVector4_m79117281FC05F5C5C491F04E0CCD2F274B933CC9 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** ___data1, int32_t ___offset2, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___conversionScale3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC4188E51F8D1D98BE00D7B74E4DEFF1B16DEE0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B7_0 = 0; { // if (dataType != OVRGLTFType.VEC4) int32_t L_0 = __this->get_dataType_6(); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_0014; } } { // Debug.LogError("Tried to read non-vec4 data as a vec4 array."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralEC4188E51F8D1D98BE00D7B74E4DEFF1B16DEE0D, /*hidden argument*/NULL); // return; return; } IL_0014: { // if (chunk.chunkLength != bufferLength) OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_1 = ___chunk0; uint32_t L_2 = L_1.get_chunkLength_1(); int32_t L_3 = __this->get_bufferLength_4(); if ((((int64_t)((int64_t)((uint64_t)L_2))) == ((int64_t)((int64_t)((int64_t)L_3))))) { goto IL_002f; } } { // Debug.LogError("Chunk length is not equal to buffer length."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530, /*hidden argument*/NULL); // return; return; } IL_002f: { // byte[] bufferData = new byte[byteLength]; int32_t L_4 = __this->get_byteLength_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); V_0 = L_5; // chunk.chunkStream.Seek(chunk.chunkStart + byteOffset + additionalOffset, SeekOrigin.Begin); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_6 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = L_6.get_chunkStream_0(); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_8 = ___chunk0; int64_t L_9 = L_8.get_chunkStart_2(); int32_t L_10 = __this->get_byteOffset_0(); int32_t L_11 = __this->get_additionalOffset_5(); NullCheck(L_7); int64_t L_12; L_12 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_7, ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_9, (int64_t)((int64_t)((int64_t)L_10)))), (int64_t)((int64_t)((int64_t)L_11)))), 0); // chunk.chunkStream.Read(bufferData, 0, byteLength); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_13 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = L_13.get_chunkStream_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; int32_t L_16 = __this->get_byteLength_1(); NullCheck(L_14); int32_t L_17; L_17 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_14, L_15, 0, L_16); // int dataTypeSize = GetStrideForType(componentType); int32_t L_18 = __this->get_componentType_7(); int32_t L_19; L_19 = OVRGLTFAccessor_GetStrideForType_m167390747AA31D848081A3AFD41DBA90187A266A(__this, L_18, /*hidden argument*/NULL); V_1 = L_19; // int stride = byteStride > 0 ? byteStride : dataTypeSize * 4; int32_t L_20 = __this->get_byteStride_2(); if ((((int32_t)L_20) > ((int32_t)0))) { goto IL_008d; } } { int32_t L_21 = V_1; G_B7_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)4)); goto IL_0093; } IL_008d: { int32_t L_22 = __this->get_byteStride_2(); G_B7_0 = L_22; } IL_0093: { V_2 = G_B7_0; // for (int i = 0; i < dataCount; i++) V_3 = 0; goto IL_01be; } IL_009b: { // if (componentType == OVRGLTFComponentType.FLOAT) int32_t L_23 = __this->get_componentType_7(); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)5126))))) { goto IL_011b; } } { // data[offset + i].x = ReadElementAsFloat(bufferData, i * stride); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_24 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_25 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_24); int32_t L_26 = ___offset2; int32_t L_27 = V_3; NullCheck(L_25); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_0; int32_t L_29 = V_3; int32_t L_30 = V_2; float L_31; L_31 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_28, ((int32_t)il2cpp_codegen_multiply((int32_t)L_29, (int32_t)L_30)), /*hidden argument*/NULL); ((L_25)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)))))->set_x_1(L_31); // data[offset + i].y = ReadElementAsFloat(bufferData, i * stride + dataTypeSize); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_32 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_33 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_32); int32_t L_34 = ___offset2; int32_t L_35 = V_3; NullCheck(L_33); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_0; int32_t L_37 = V_3; int32_t L_38 = V_2; int32_t L_39 = V_1; float L_40; L_40 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_36, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_37, (int32_t)L_38)), (int32_t)L_39)), /*hidden argument*/NULL); ((L_33)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)))))->set_y_2(L_40); // data[offset + i].z = ReadElementAsFloat(bufferData, i * stride + dataTypeSize * 2); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_41 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_42 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_41); int32_t L_43 = ___offset2; int32_t L_44 = V_3; NullCheck(L_42); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = V_0; int32_t L_46 = V_3; int32_t L_47 = V_2; int32_t L_48 = V_1; float L_49; L_49 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_45, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_46, (int32_t)L_47)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_48, (int32_t)2)))), /*hidden argument*/NULL); ((L_42)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_44)))))->set_z_3(L_49); // data[offset + i].w = ReadElementAsFloat(bufferData, i * stride + dataTypeSize * 3); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_50 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_51 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_50); int32_t L_52 = ___offset2; int32_t L_53 = V_3; NullCheck(L_51); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_0; int32_t L_55 = V_3; int32_t L_56 = V_2; int32_t L_57 = V_1; float L_58; L_58 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_54, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_55, (int32_t)L_56)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_57, (int32_t)3)))), /*hidden argument*/NULL); ((L_51)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53)))))->set_w_4(L_58); // } goto IL_01a9; } IL_011b: { // data[offset + i].x = ReadElementAsUint(bufferData, i * stride, componentType); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_59 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_60 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_59); int32_t L_61 = ___offset2; int32_t L_62 = V_3; NullCheck(L_60); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = V_0; int32_t L_64 = V_3; int32_t L_65 = V_2; int32_t L_66 = __this->get_componentType_7(); uint32_t L_67; L_67 = OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0(__this, L_63, ((int32_t)il2cpp_codegen_multiply((int32_t)L_64, (int32_t)L_65)), L_66, /*hidden argument*/NULL); ((L_60)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)L_62)))))->set_x_1(((float)((float)((double)((uint32_t)L_67))))); // data[offset + i].y = ReadElementAsUint(bufferData, i * stride + dataTypeSize, componentType); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_68 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_69 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_68); int32_t L_70 = ___offset2; int32_t L_71 = V_3; NullCheck(L_69); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = V_0; int32_t L_73 = V_3; int32_t L_74 = V_2; int32_t L_75 = V_1; int32_t L_76 = __this->get_componentType_7(); uint32_t L_77; L_77 = OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0(__this, L_72, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_73, (int32_t)L_74)), (int32_t)L_75)), L_76, /*hidden argument*/NULL); ((L_69)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)L_71)))))->set_y_2(((float)((float)((double)((uint32_t)L_77))))); // data[offset + i].z = ReadElementAsUint(bufferData, i * stride + dataTypeSize * 2, componentType); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_78 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_79 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_78); int32_t L_80 = ___offset2; int32_t L_81 = V_3; NullCheck(L_79); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_82 = V_0; int32_t L_83 = V_3; int32_t L_84 = V_2; int32_t L_85 = V_1; int32_t L_86 = __this->get_componentType_7(); uint32_t L_87; L_87 = OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0(__this, L_82, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_83, (int32_t)L_84)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), L_86, /*hidden argument*/NULL); ((L_79)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)L_81)))))->set_z_3(((float)((float)((double)((uint32_t)L_87))))); // data[offset + i].w = ReadElementAsUint(bufferData, i * stride + dataTypeSize * 3, componentType); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_88 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_89 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_88); int32_t L_90 = ___offset2; int32_t L_91 = V_3; NullCheck(L_89); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_92 = V_0; int32_t L_93 = V_3; int32_t L_94 = V_2; int32_t L_95 = V_1; int32_t L_96 = __this->get_componentType_7(); uint32_t L_97; L_97 = OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0(__this, L_92, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_93, (int32_t)L_94)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_95, (int32_t)3)))), L_96, /*hidden argument*/NULL); ((L_89)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)L_91)))))->set_w_4(((float)((float)((double)((uint32_t)L_97))))); } IL_01a9: { // data[offset + i].Scale(conversionScale); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_98 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_99 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_98); int32_t L_100 = ___offset2; int32_t L_101 = V_3; NullCheck(L_99); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_102 = ___conversionScale3; Vector4_Scale_m93355D1A3A7563584E5495CE2A825A10F108B2CE((Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 *)((L_99)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)L_101))))), L_102, /*hidden argument*/NULL); // for (int i = 0; i < dataCount; i++) int32_t L_103 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1)); } IL_01be: { // for (int i = 0; i < dataCount; i++) int32_t L_104 = V_3; int32_t L_105 = __this->get_dataCount_8(); if ((((int32_t)L_104) < ((int32_t)L_105))) { goto IL_009b; } } { // } return; } } // System.Void OVRGLTFAccessor::ReadAsColor(OVRBinaryChunk,UnityEngine.Color[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsColor_mC37F6ADE2C4B46D5EB22B13D219F60D362692560 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834** ___data1, int32_t ___offset2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4A52A1BD3E2F1224E29EC8831611D6D94FFE264); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; float V_4 = 0.0f; int32_t V_5 = 0; int32_t G_B8_0 = 0; int32_t G_B11_0 = 0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * G_B15_0 = NULL; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * G_B14_0 = NULL; float G_B16_0 = 0.0f; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * G_B16_1 = NULL; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * G_B19_0 = NULL; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * G_B18_0 = NULL; float G_B20_0 = 0.0f; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * G_B20_1 = NULL; { // if (dataType != OVRGLTFType.VEC4 && dataType != OVRGLTFType.VEC3) int32_t L_0 = __this->get_dataType_6(); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_001d; } } { int32_t L_1 = __this->get_dataType_6(); if ((((int32_t)L_1) == ((int32_t)3))) { goto IL_001d; } } { // Debug.LogError("Tried to read non-color type as a color array."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralC4A52A1BD3E2F1224E29EC8831611D6D94FFE264, /*hidden argument*/NULL); // return; return; } IL_001d: { // if (chunk.chunkLength != bufferLength) OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_2 = ___chunk0; uint32_t L_3 = L_2.get_chunkLength_1(); int32_t L_4 = __this->get_bufferLength_4(); if ((((int64_t)((int64_t)((uint64_t)L_3))) == ((int64_t)((int64_t)((int64_t)L_4))))) { goto IL_0038; } } { // Debug.LogError("Chunk length is not equal to buffer length."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530, /*hidden argument*/NULL); // return; return; } IL_0038: { // byte[] bufferData = new byte[byteLength]; int32_t L_5 = __this->get_byteLength_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_5); V_0 = L_6; // chunk.chunkStream.Seek(chunk.chunkStart + byteOffset + additionalOffset, SeekOrigin.Begin); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_7 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = L_7.get_chunkStream_0(); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_9 = ___chunk0; int64_t L_10 = L_9.get_chunkStart_2(); int32_t L_11 = __this->get_byteOffset_0(); int32_t L_12 = __this->get_additionalOffset_5(); NullCheck(L_8); int64_t L_13; L_13 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_8, ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)((int64_t)((int64_t)L_11)))), (int64_t)((int64_t)((int64_t)L_12)))), 0); // chunk.chunkStream.Read(bufferData, 0, byteLength); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_14 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_15 = L_14.get_chunkStream_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; int32_t L_17 = __this->get_byteLength_1(); NullCheck(L_15); int32_t L_18; L_18 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_15, L_16, 0, L_17); // int vecSize = dataType == OVRGLTFType.VEC3 ? 3 : 4; int32_t L_19 = __this->get_dataType_6(); if ((((int32_t)L_19) == ((int32_t)3))) { goto IL_0087; } } { G_B8_0 = 4; goto IL_0088; } IL_0087: { G_B8_0 = 3; } IL_0088: { V_1 = G_B8_0; // int dataTypeSize = GetStrideForType(componentType); int32_t L_20 = __this->get_componentType_7(); int32_t L_21; L_21 = OVRGLTFAccessor_GetStrideForType_m167390747AA31D848081A3AFD41DBA90187A266A(__this, L_20, /*hidden argument*/NULL); V_2 = L_21; // int stride = byteStride > 0 ? byteStride : dataTypeSize * vecSize; int32_t L_22 = __this->get_byteStride_2(); if ((((int32_t)L_22) > ((int32_t)0))) { goto IL_00a4; } } { int32_t L_23 = V_2; int32_t L_24 = V_1; G_B11_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)L_24)); goto IL_00aa; } IL_00a4: { int32_t L_25 = __this->get_byteStride_2(); G_B11_0 = L_25; } IL_00aa: { V_3 = G_B11_0; // float maxValue = GetMaxValueForType(componentType); int32_t L_26 = __this->get_componentType_7(); float L_27; L_27 = OVRGLTFAccessor_GetMaxValueForType_mB91B4CAF50E3A81AAB914C542B2904B52569653A(__this, L_26, /*hidden argument*/NULL); V_4 = L_27; // for (int i = 0; i < dataCount; i++) V_5 = 0; goto IL_0214; } IL_00c1: { // if (componentType == OVRGLTFComponentType.FLOAT) int32_t L_28 = __this->get_componentType_7(); if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)5126))))) { goto IL_015c; } } { // data[offset + i].r = ReadElementAsFloat(bufferData, i * stride); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834** L_29 = ___data1; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_30 = *((ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834**)L_29); int32_t L_31 = ___offset2; int32_t L_32 = V_5; NullCheck(L_30); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_0; int32_t L_34 = V_5; int32_t L_35 = V_3; float L_36; L_36 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_33, ((int32_t)il2cpp_codegen_multiply((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); ((L_30)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)))))->set_r_0(L_36); // data[offset + i].g = ReadElementAsFloat(bufferData, i * stride + dataTypeSize); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834** L_37 = ___data1; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_38 = *((ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834**)L_37); int32_t L_39 = ___offset2; int32_t L_40 = V_5; NullCheck(L_38); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = V_0; int32_t L_42 = V_5; int32_t L_43 = V_3; int32_t L_44 = V_2; float L_45; L_45 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_41, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_42, (int32_t)L_43)), (int32_t)L_44)), /*hidden argument*/NULL); ((L_38)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)))))->set_g_1(L_45); // data[offset + i].b = ReadElementAsFloat(bufferData, i * stride + dataTypeSize * 2); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834** L_46 = ___data1; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_47 = *((ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834**)L_46); int32_t L_48 = ___offset2; int32_t L_49 = V_5; NullCheck(L_47); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = V_0; int32_t L_51 = V_5; int32_t L_52 = V_3; int32_t L_53 = V_2; float L_54; L_54 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_50, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_51, (int32_t)L_52)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_53, (int32_t)2)))), /*hidden argument*/NULL); ((L_47)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_49)))))->set_b_2(L_54); // data[offset + i].a = dataType == OVRGLTFType.VEC3 ? 1.0f : ReadElementAsFloat(bufferData, i * stride + dataTypeSize * 3); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834** L_55 = ___data1; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_56 = *((ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834**)L_55); int32_t L_57 = ___offset2; int32_t L_58 = V_5; NullCheck(L_56); int32_t L_59 = __this->get_dataType_6(); G_B14_0 = ((L_56)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58))))); if ((((int32_t)L_59) == ((int32_t)3))) { G_B15_0 = ((L_56)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58))))); goto IL_014d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = V_0; int32_t L_61 = V_5; int32_t L_62 = V_3; int32_t L_63 = V_2; float L_64; L_64 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_60, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_61, (int32_t)L_62)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_63, (int32_t)3)))), /*hidden argument*/NULL); G_B16_0 = L_64; G_B16_1 = G_B14_0; goto IL_0152; } IL_014d: { G_B16_0 = (1.0f); G_B16_1 = G_B15_0; } IL_0152: { G_B16_1->set_a_3(G_B16_0); // } goto IL_020e; } IL_015c: { // data[offset + i].r = ReadElementAsUint(bufferData, i * stride, componentType) / maxValue; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834** L_65 = ___data1; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_66 = *((ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834**)L_65); int32_t L_67 = ___offset2; int32_t L_68 = V_5; NullCheck(L_66); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = V_0; int32_t L_70 = V_5; int32_t L_71 = V_3; int32_t L_72 = __this->get_componentType_7(); uint32_t L_73; L_73 = OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0(__this, L_69, ((int32_t)il2cpp_codegen_multiply((int32_t)L_70, (int32_t)L_71)), L_72, /*hidden argument*/NULL); float L_74 = V_4; ((L_66)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)L_68)))))->set_r_0(((float)((float)((float)((float)((double)((uint32_t)L_73))))/(float)L_74))); // data[offset + i].g = ReadElementAsUint(bufferData, i * stride + dataTypeSize, componentType) / maxValue; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834** L_75 = ___data1; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_76 = *((ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834**)L_75); int32_t L_77 = ___offset2; int32_t L_78 = V_5; NullCheck(L_76); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_79 = V_0; int32_t L_80 = V_5; int32_t L_81 = V_3; int32_t L_82 = V_2; int32_t L_83 = __this->get_componentType_7(); uint32_t L_84; L_84 = OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0(__this, L_79, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_80, (int32_t)L_81)), (int32_t)L_82)), L_83, /*hidden argument*/NULL); float L_85 = V_4; ((L_76)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)L_78)))))->set_g_1(((float)((float)((float)((float)((double)((uint32_t)L_84))))/(float)L_85))); // data[offset + i].b = ReadElementAsUint(bufferData, i * stride + dataTypeSize * 2, componentType) / maxValue; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834** L_86 = ___data1; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_87 = *((ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834**)L_86); int32_t L_88 = ___offset2; int32_t L_89 = V_5; NullCheck(L_87); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_90 = V_0; int32_t L_91 = V_5; int32_t L_92 = V_3; int32_t L_93 = V_2; int32_t L_94 = __this->get_componentType_7(); uint32_t L_95; L_95 = OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0(__this, L_90, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_91, (int32_t)L_92)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_93, (int32_t)2)))), L_94, /*hidden argument*/NULL); float L_96 = V_4; ((L_87)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)L_89)))))->set_b_2(((float)((float)((float)((float)((double)((uint32_t)L_95))))/(float)L_96))); // data[offset + i].a = dataType == OVRGLTFType.VEC3 ? 1.0f : ReadElementAsUint(bufferData, i * stride + dataTypeSize * 3, componentType) / maxValue; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834** L_97 = ___data1; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_98 = *((ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834**)L_97); int32_t L_99 = ___offset2; int32_t L_100 = V_5; NullCheck(L_98); int32_t L_101 = __this->get_dataType_6(); G_B18_0 = ((L_98)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)L_100))))); if ((((int32_t)L_101) == ((int32_t)3))) { G_B19_0 = ((L_98)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)L_100))))); goto IL_0204; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_102 = V_0; int32_t L_103 = V_5; int32_t L_104 = V_3; int32_t L_105 = V_2; int32_t L_106 = __this->get_componentType_7(); uint32_t L_107; L_107 = OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0(__this, L_102, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)L_104)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_105, (int32_t)3)))), L_106, /*hidden argument*/NULL); float L_108 = V_4; G_B20_0 = ((float)((float)((float)((float)((double)((uint32_t)L_107))))/(float)L_108)); G_B20_1 = G_B18_0; goto IL_0209; } IL_0204: { G_B20_0 = (1.0f); G_B20_1 = G_B19_0; } IL_0209: { G_B20_1->set_a_3(G_B20_0); } IL_020e: { // for (int i = 0; i < dataCount; i++) int32_t L_109 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1)); } IL_0214: { // for (int i = 0; i < dataCount; i++) int32_t L_110 = V_5; int32_t L_111 = __this->get_dataCount_8(); if ((((int32_t)L_110) < ((int32_t)L_111))) { goto IL_00c1; } } { // } return; } } // System.Void OVRGLTFAccessor::ReadAsMatrix4x4(OVRBinaryChunk,UnityEngine.Matrix4x4[]&,System.Int32,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsMatrix4x4_m7626CAB1D33AACA8DDCC0A71846F789B96697F24 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82** ___data1, int32_t ___offset2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___conversionScale3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F1936CD655BF325F22068B7083488DBCE4649C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; int32_t V_5 = 0; int32_t G_B7_0 = 0; { // if (dataType != OVRGLTFType.MAT4) int32_t L_0 = __this->get_dataType_6(); if ((((int32_t)L_0) == ((int32_t)5))) { goto IL_0014; } } { // Debug.LogError("Tried to read non-vec3 data as a vec3 array."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteral2F1936CD655BF325F22068B7083488DBCE4649C1, /*hidden argument*/NULL); // return; return; } IL_0014: { // if (chunk.chunkLength != bufferLength) OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_1 = ___chunk0; uint32_t L_2 = L_1.get_chunkLength_1(); int32_t L_3 = __this->get_bufferLength_4(); if ((((int64_t)((int64_t)((uint64_t)L_2))) == ((int64_t)((int64_t)((int64_t)L_3))))) { goto IL_002f; } } { // Debug.LogError("Chunk length is not equal to buffer length."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530, /*hidden argument*/NULL); // return; return; } IL_002f: { // byte[] bufferData = new byte[byteLength]; int32_t L_4 = __this->get_byteLength_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); V_0 = L_5; // chunk.chunkStream.Seek(chunk.chunkStart + byteOffset + additionalOffset, SeekOrigin.Begin); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_6 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = L_6.get_chunkStream_0(); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_8 = ___chunk0; int64_t L_9 = L_8.get_chunkStart_2(); int32_t L_10 = __this->get_byteOffset_0(); int32_t L_11 = __this->get_additionalOffset_5(); NullCheck(L_7); int64_t L_12; L_12 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_7, ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_9, (int64_t)((int64_t)((int64_t)L_10)))), (int64_t)((int64_t)((int64_t)L_11)))), 0); // chunk.chunkStream.Read(bufferData, 0, byteLength); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_13 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = L_13.get_chunkStream_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; int32_t L_16 = __this->get_byteLength_1(); NullCheck(L_14); int32_t L_17; L_17 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_14, L_15, 0, L_16); // int dataTypeSize = GetStrideForType(componentType); int32_t L_18 = __this->get_componentType_7(); int32_t L_19; L_19 = OVRGLTFAccessor_GetStrideForType_m167390747AA31D848081A3AFD41DBA90187A266A(__this, L_18, /*hidden argument*/NULL); V_1 = L_19; // int stride = byteStride > 0 ? byteStride : dataTypeSize * 16; int32_t L_20 = __this->get_byteStride_2(); if ((((int32_t)L_20) > ((int32_t)0))) { goto IL_008e; } } { int32_t L_21 = V_1; G_B7_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)((int32_t)16))); goto IL_0094; } IL_008e: { int32_t L_22 = __this->get_byteStride_2(); G_B7_0 = L_22; } IL_0094: { V_2 = G_B7_0; // Matrix4x4 scale = Matrix4x4.Scale(conversionScale); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = ___conversionScale3; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_24; L_24 = Matrix4x4_Scale_mD1D518C8433EA54D0D8D51424C80846999FEF62A(L_23, /*hidden argument*/NULL); V_3 = L_24; // for (int i = 0; i < dataCount; i++) V_4 = 0; goto IL_00fd; } IL_00a2: { // for (int m = 0; m < 16; m++) V_5 = 0; goto IL_00cf; } IL_00a7: { // data[offset + i][m] = ReadElementAsFloat(bufferData, i * stride + dataTypeSize * m); Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82** L_25 = ___data1; Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82* L_26 = *((Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82**)L_25); int32_t L_27 = ___offset2; int32_t L_28 = V_4; NullCheck(L_26); int32_t L_29 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_0; int32_t L_31 = V_4; int32_t L_32 = V_2; int32_t L_33 = V_1; int32_t L_34 = V_5; float L_35; L_35 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_30, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)L_32)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_33, (int32_t)L_34)))), /*hidden argument*/NULL); Matrix4x4_set_Item_m27BC97EE3093FDADFE0804FB80AFF5CDB03D355B((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)((L_26)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28))))), L_29, L_35, /*hidden argument*/NULL); // for (int m = 0; m < 16; m++) int32_t L_36 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00cf: { // for (int m = 0; m < 16; m++) int32_t L_37 = V_5; if ((((int32_t)L_37) < ((int32_t)((int32_t)16)))) { goto IL_00a7; } } { // data[offset + i] = scale * data[offset + i] * scale; Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82** L_38 = ___data1; Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82* L_39 = *((Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82**)L_38); int32_t L_40 = ___offset2; int32_t L_41 = V_4; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_42 = V_3; Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82** L_43 = ___data1; Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82* L_44 = *((Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82**)L_43); int32_t L_45 = ___offset2; int32_t L_46 = V_4; NullCheck(L_44); int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46)); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_48 = (L_44)->GetAt(static_cast(L_47)); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_49; L_49 = Matrix4x4_op_Multiply_mB760A95995CDC5E31F18D76CE8806DF2C160DD4B(L_42, L_48, /*hidden argument*/NULL); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_50 = V_3; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_51; L_51 = Matrix4x4_op_Multiply_mB760A95995CDC5E31F18D76CE8806DF2C160DD4B(L_49, L_50, /*hidden argument*/NULL); NullCheck(L_39); (L_39)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41))), (Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 )L_51); // for (int i = 0; i < dataCount; i++) int32_t L_52 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_00fd: { // for (int i = 0; i < dataCount; i++) int32_t L_53 = V_4; int32_t L_54 = __this->get_dataCount_8(); if ((((int32_t)L_53) < ((int32_t)L_54))) { goto IL_00a2; } } { // } return; } } // System.Byte[] OVRGLTFAccessor::ReadAsKtxTexture(OVRBinaryChunk) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* OVRGLTFAccessor_ReadAsKtxTexture_mAE2B378EA1A731ED8F3D8EA06423EA2C2EC9BFC7 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // if (chunk.chunkLength != bufferLength) OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_0 = ___chunk0; uint32_t L_1 = L_0.get_chunkLength_1(); int32_t L_2 = __this->get_bufferLength_4(); if ((((int64_t)((int64_t)((uint64_t)L_1))) == ((int64_t)((int64_t)((int64_t)L_2))))) { goto IL_001c; } } { // Debug.LogError("Chunk length is not equal to buffer length."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530, /*hidden argument*/NULL); // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_001c: { // byte[] bufferData = new byte[byteLength]; int32_t L_3 = __this->get_byteLength_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_0 = L_4; // chunk.chunkStream.Seek(chunk.chunkStart + byteOffset + additionalOffset, SeekOrigin.Begin); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_5 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = L_5.get_chunkStream_0(); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_7 = ___chunk0; int64_t L_8 = L_7.get_chunkStart_2(); int32_t L_9 = __this->get_byteOffset_0(); int32_t L_10 = __this->get_additionalOffset_5(); NullCheck(L_6); int64_t L_11; L_11 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_6, ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)((int64_t)((int64_t)L_9)))), (int64_t)((int64_t)((int64_t)L_10)))), 0); // chunk.chunkStream.Read(bufferData, 0, byteLength); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_12 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_13 = L_12.get_chunkStream_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; int32_t L_15 = __this->get_byteLength_1(); NullCheck(L_13); int32_t L_16; L_16 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, 0, L_15); // return bufferData; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_0; return L_17; } } // System.Void OVRGLTFAccessor::ReadAsBoneWeights(OVRBinaryChunk,UnityEngine.Vector4[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFAccessor_ReadAsBoneWeights_m9C685AFA4084B522DB6C72EB03D9BD8937990A0A (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___chunk0, Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** ___data1, int32_t ___offset2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3D0BFFFE1308F1C418E1C3F9E55C4F557B5B7F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; float V_4 = 0.0f; int32_t G_B7_0 = 0; { // if (dataType != OVRGLTFType.VEC4) int32_t L_0 = __this->get_dataType_6(); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_0014; } } { // Debug.LogError("Tried to read bone weights data as a non-vec4 array."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralE3D0BFFFE1308F1C418E1C3F9E55C4F557B5B7F7, /*hidden argument*/NULL); // return; return; } IL_0014: { // if (chunk.chunkLength != bufferLength) OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_1 = ___chunk0; uint32_t L_2 = L_1.get_chunkLength_1(); int32_t L_3 = __this->get_bufferLength_4(); if ((((int64_t)((int64_t)((uint64_t)L_2))) == ((int64_t)((int64_t)((int64_t)L_3))))) { goto IL_002f; } } { // Debug.LogError("Chunk length is not equal to buffer length."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralF81D9401EF3342BD10C456FFCF3891944C1A5530, /*hidden argument*/NULL); // return; return; } IL_002f: { // byte[] bufferData = new byte[byteLength]; int32_t L_4 = __this->get_byteLength_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); V_0 = L_5; // chunk.chunkStream.Seek(chunk.chunkStart + byteOffset + additionalOffset, SeekOrigin.Begin); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_6 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = L_6.get_chunkStream_0(); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_8 = ___chunk0; int64_t L_9 = L_8.get_chunkStart_2(); int32_t L_10 = __this->get_byteOffset_0(); int32_t L_11 = __this->get_additionalOffset_5(); NullCheck(L_7); int64_t L_12; L_12 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_7, ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_9, (int64_t)((int64_t)((int64_t)L_10)))), (int64_t)((int64_t)((int64_t)L_11)))), 0); // chunk.chunkStream.Read(bufferData, 0, byteLength); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_13 = ___chunk0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = L_13.get_chunkStream_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; int32_t L_16 = __this->get_byteLength_1(); NullCheck(L_14); int32_t L_17; L_17 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_14, L_15, 0, L_16); // int dataTypeSize = GetStrideForType(componentType); int32_t L_18 = __this->get_componentType_7(); int32_t L_19; L_19 = OVRGLTFAccessor_GetStrideForType_m167390747AA31D848081A3AFD41DBA90187A266A(__this, L_18, /*hidden argument*/NULL); V_1 = L_19; // int stride = byteStride > 0 ? byteStride : dataTypeSize * 4; int32_t L_20 = __this->get_byteStride_2(); if ((((int32_t)L_20) > ((int32_t)0))) { goto IL_008d; } } { int32_t L_21 = V_1; G_B7_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)4)); goto IL_0093; } IL_008d: { int32_t L_22 = __this->get_byteStride_2(); G_B7_0 = L_22; } IL_0093: { V_2 = G_B7_0; // for (int i = 0; i < dataCount; i++) V_3 = 0; goto IL_0178; } IL_009b: { // data[offset + i].x = ReadElementAsFloat(bufferData, i * stride); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_23 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_24 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_23); int32_t L_25 = ___offset2; int32_t L_26 = V_3; NullCheck(L_24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_0; int32_t L_28 = V_3; int32_t L_29 = V_2; float L_30; L_30 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_27, ((int32_t)il2cpp_codegen_multiply((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL); ((L_24)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)))))->set_x_1(L_30); // data[offset + i].y = ReadElementAsFloat(bufferData, i * stride + dataTypeSize); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_31 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_32 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_31); int32_t L_33 = ___offset2; int32_t L_34 = V_3; NullCheck(L_32); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_0; int32_t L_36 = V_3; int32_t L_37 = V_2; int32_t L_38 = V_1; float L_39; L_39 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_35, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_36, (int32_t)L_37)), (int32_t)L_38)), /*hidden argument*/NULL); ((L_32)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)))))->set_y_2(L_39); // data[offset + i].z = ReadElementAsFloat(bufferData, i * stride + dataTypeSize * 2); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_40 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_41 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_40); int32_t L_42 = ___offset2; int32_t L_43 = V_3; NullCheck(L_41); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = V_0; int32_t L_45 = V_3; int32_t L_46 = V_2; int32_t L_47 = V_1; float L_48; L_48 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_44, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_45, (int32_t)L_46)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_47, (int32_t)2)))), /*hidden argument*/NULL); ((L_41)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_43)))))->set_z_3(L_48); // data[offset + i].w = ReadElementAsFloat(bufferData, i * stride + dataTypeSize * 3); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_49 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_50 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_49); int32_t L_51 = ___offset2; int32_t L_52 = V_3; NullCheck(L_50); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = V_0; int32_t L_54 = V_3; int32_t L_55 = V_2; int32_t L_56 = V_1; float L_57; L_57 = OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0(__this, L_53, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_54, (int32_t)L_55)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_56, (int32_t)3)))), /*hidden argument*/NULL); ((L_50)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_52)))))->set_w_4(L_57); // float weightSum = data[offset + i].x + data[offset + i].y + data[offset + i].z + data[offset + i].w; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_58 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_59 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_58); int32_t L_60 = ___offset2; int32_t L_61 = V_3; NullCheck(L_59); float L_62 = ((L_59)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61)))))->get_x_1(); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_63 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_64 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_63); int32_t L_65 = ___offset2; int32_t L_66 = V_3; NullCheck(L_64); float L_67 = ((L_64)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)L_66)))))->get_y_2(); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_68 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_69 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_68); int32_t L_70 = ___offset2; int32_t L_71 = V_3; NullCheck(L_69); float L_72 = ((L_69)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)L_71)))))->get_z_3(); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_73 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_74 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_73); int32_t L_75 = ___offset2; int32_t L_76 = V_3; NullCheck(L_74); float L_77 = ((L_74)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)))))->get_w_4(); V_4 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_62, (float)L_67)), (float)L_72)), (float)L_77)); // if (!Mathf.Approximately(weightSum, 0)) float L_78 = V_4; bool L_79; L_79 = Mathf_Approximately_mFEB0CB3531393F6CBE07C6E0FCB473B3311F799A(L_78, (0.0f), /*hidden argument*/NULL); if (L_79) { goto IL_0174; } } { // data[offset + i] /= weightSum; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** L_80 = ___data1; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_81 = *((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)L_80); int32_t L_82 = ___offset2; int32_t L_83 = V_3; NullCheck(L_81); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * L_84 = ((L_81)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)L_83))))); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_85 = (*(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 *)L_84); float L_86 = V_4; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_87; L_87 = Vector4_op_Division_mEE0FBCB81F75118640AF0311F325C47688385964_inline(L_85, L_86, /*hidden argument*/NULL); *(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 *)L_84 = L_87; } IL_0174: { // for (int i = 0; i < dataCount; i++) int32_t L_88 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); } IL_0178: { // for (int i = 0; i < dataCount; i++) int32_t L_89 = V_3; int32_t L_90 = __this->get_dataCount_8(); if ((((int32_t)L_89) < ((int32_t)L_90))) { goto IL_009b; } } { // } return; } } // System.Int32 OVRGLTFAccessor::GetStrideForType(OVRGLTFComponentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRGLTFAccessor_GetStrideForType_m167390747AA31D848081A3AFD41DBA90187A266A (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)5120)))) { case 0: { goto IL_002a; } case 1: { goto IL_002c; } case 2: { goto IL_002e; } case 3: { goto IL_0030; } case 4: { goto IL_0036; } case 5: { goto IL_0032; } case 6: { goto IL_0034; } } } { goto IL_0036; } IL_002a: { // return sizeof(sbyte); return 1; } IL_002c: { // return sizeof(byte); return 1; } IL_002e: { // return sizeof(short); return 2; } IL_0030: { // return sizeof(ushort); return 2; } IL_0032: { // return sizeof(uint); return 4; } IL_0034: { // return sizeof(float); return 4; } IL_0036: { // return 0; return 0; } } // System.Single OVRGLTFAccessor::GetMaxValueForType(OVRGLTFComponentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRGLTFAccessor_GetMaxValueForType_mB91B4CAF50E3A81AAB914C542B2904B52569653A (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)5120)))) { case 0: { goto IL_002a; } case 1: { goto IL_0030; } case 2: { goto IL_0036; } case 3: { goto IL_003c; } case 4: { goto IL_004e; } case 5: { goto IL_0042; } case 6: { goto IL_0048; } } } { goto IL_004e; } IL_002a: { // return sbyte.MaxValue; return (127.0f); } IL_0030: { // return byte.MaxValue; return (255.0f); } IL_0036: { // return short.MaxValue; return (32767.0f); } IL_003c: { // return ushort.MaxValue; return (65535.0f); } IL_0042: { // return uint.MaxValue; return (4.2949673E+09f); } IL_0048: { // return float.MaxValue; return ((std::numeric_limits::max)()); } IL_004e: { // return 0; return (0.0f); } } // System.UInt32 OVRGLTFAccessor::ReadElementAsUint(System.Byte[],System.Int32,OVRGLTFComponentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t OVRGLTFAccessor_ReadElementAsUint_m8560345983FEEB02EE8E972F8D7855B204C514C0 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___index1, int32_t ___type2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRGLTFComponentType_tBD335C794945D36CD9F86449C462C70CBF25E70E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral636D721E5BCD879CC476C15E7666EACADEE164FD); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)5120)))) { case 0: { goto IL_0026; } case 1: { goto IL_002f; } case 2: { goto IL_0033; } case 3: { goto IL_003b; } case 4: { goto IL_004b; } case 5: { goto IL_0043; } } } { goto IL_004b; } IL_0026: { // return (uint)Convert.ToSByte(data[index]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; int32_t L_2 = ___index1; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int8_t L_5; L_5 = Convert_ToSByte_mF0A6309993663CC5772387C172C9A7A8A661C39E(L_4, /*hidden argument*/NULL); return L_5; } IL_002f: { // return data[index]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___data0; int32_t L_7 = ___index1; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); return L_9; } IL_0033: { // return (uint)BitConverter.ToInt16(data, index); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___data0; int32_t L_11 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); int16_t L_12; L_12 = BitConverter_ToInt16_m87D6CFC8A4B35DB7B4092BBC9266D8574340961B(L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_003b: { // return BitConverter.ToUInt16(data, index); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___data0; int32_t L_14 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); uint16_t L_15; L_15 = BitConverter_ToUInt16_m85FCA553FCFB8EEA87C368C7F784C1AD4E067EC9(L_13, L_14, /*hidden argument*/NULL); return L_15; } IL_0043: { // return BitConverter.ToUInt32(data, index); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___data0; int32_t L_17 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); uint32_t L_18; L_18 = BitConverter_ToUInt32_m1A6A32E9A8717239CAA2400C0E367005845E8A6C(L_16, L_17, /*hidden argument*/NULL); return L_18; } IL_004b: { // Debug.Log(String.Format("Failed to read Component Type {0} as a uint.", type)); int32_t L_19 = ___type2; int32_t L_20 = L_19; RuntimeObject * L_21 = Box(OVRGLTFComponentType_tBD335C794945D36CD9F86449C462C70CBF25E70E_il2cpp_TypeInfo_var, &L_20); String_t* L_22; L_22 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteral636D721E5BCD879CC476C15E7666EACADEE164FD, L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(L_22, /*hidden argument*/NULL); // return 0; return 0; } } // System.Single OVRGLTFAccessor::ReadElementAsFloat(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRGLTFAccessor_ReadElementAsFloat_m82965E5F49E3F2930299E876F3C807BF06D953C0 (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return BitConverter.ToSingle(data, index); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; int32_t L_1 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); float L_2; L_2 = BitConverter_ToSingle_mBF4B5469DEE140E388EAFDB65BF83DF55387A398(L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 OVRGLTFLoader::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFLoader__ctor_mEE9BEDC8D115218687D526F25DAFE7DD9957198F (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, String_t* ___fileName0, const RuntimeMethod* method) { { // public OVRGLTFLoader(string fileName) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // m_glbStream = File.Open(fileName, FileMode.Open); String_t* L_0 = ___fileName0; FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_1; L_1 = File_Open_mDCC1D72FFA8F33F33FE0C02C66CD53A4AA1DB19C(L_0, 3, /*hidden argument*/NULL); __this->set_m_glbStream_1(L_1); // } return; } } // System.Void OVRGLTFLoader::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFLoader__ctor_mD929BC6CF48794DBD83AA1706278DA054A410224 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public OVRGLTFLoader(byte[] data) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // m_glbStream = new MemoryStream(data, 0, data.Length, false, true); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; NullCheck(L_1); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mC0F6928842D889103FA331DB65DC1DC4F4A3F686(L_2, L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_m_glbStream_1(L_2); // } return; } } // OVRGLTFScene OVRGLTFLoader::LoadGLB(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380 OVRGLTFLoader_LoadGLB_mABA95544D34F2530D8641BC931C930948F69D276 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, bool ___loadMips0, 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*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m859B0EE8491FDDEB1A3F7115D334B863E025BBC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34D810674325784849E8E400A5A11920BAC7B4AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4C350CD70FB6498609CB72A9B70820E21F1640F); s_Il2CppMethodInitialized = true; } OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380 V_0; memset((&V_0), 0, sizeof(V_0)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; uint32_t V_2 = 0; String_t* V_3 = NULL; { // OVRGLTFScene scene = new OVRGLTFScene(); il2cpp_codegen_initobj((&V_0), sizeof(OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380 )); // m_Nodes = new List(); List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_0 = (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 *)il2cpp_codegen_object_new(List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5_il2cpp_TypeInfo_var); List_1__ctor_m859B0EE8491FDDEB1A3F7115D334B863E025BBC8(L_0, /*hidden argument*/List_1__ctor_m859B0EE8491FDDEB1A3F7115D334B863E025BBC8_RuntimeMethod_var); __this->set_m_Nodes_3(L_0); // if (ValidateGLB(m_glbStream)) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_m_glbStream_1(); bool L_2; L_2 = OVRGLTFLoader_ValidateGLB_mAD2E44C5F47577850F55A2055D85E3F61258F029(__this, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_00d8; } } { // byte[] jsonChunkData = ReadChunk(m_glbStream, OVRChunkType.JSON); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = __this->get_m_glbStream_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = OVRGLTFLoader_ReadChunk_m0401A74633A1EF0DBB4C07665475AFFAB35C7811(__this, L_3, ((int32_t)1313821514), /*hidden argument*/NULL); V_1 = L_4; // if (jsonChunkData != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_1; if (!L_5) { goto IL_0051; } } { // string json = System.Text.Encoding.ASCII.GetString(jsonChunkData); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_6; L_6 = Encoding_get_ASCII_mFA250EFF131288B0C4572FC27C7393FD469DC1C0(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; NullCheck(L_6); String_t* L_8; L_8 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_6, L_7); V_3 = L_8; // m_jsonData = JSON.Parse(json); String_t* L_9 = V_3; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10; L_10 = JSON_Parse_mA07DDF4611CB8C64F5AB72F9573601D860FC6EBD(L_9, /*hidden argument*/NULL); __this->set_m_jsonData_0(L_10); } IL_0051: { // uint binChunkLength = 0; V_2 = 0; // bool validBinChunk = ValidateChunk(m_glbStream, OVRChunkType.BIN, out binChunkLength); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_11 = __this->get_m_glbStream_1(); bool L_12; L_12 = OVRGLTFLoader_ValidateChunk_m6482BCDB68D8D369BAF402150B1F72004FD4CDD7(__this, L_11, ((int32_t)5130562), (uint32_t*)(&V_2), /*hidden argument*/NULL); // if (validBinChunk && m_jsonData != null) if (!L_12) { goto IL_00d8; } } { JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13 = __this->get_m_jsonData_0(); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_14; L_14 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_13, NULL, /*hidden argument*/NULL); if (!L_14) { goto IL_00d8; } } { // m_binaryChunk.chunkLength = binChunkLength; OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 * L_15 = __this->get_address_of_m_binaryChunk_2(); uint32_t L_16 = V_2; L_15->set_chunkLength_1(L_16); // m_binaryChunk.chunkStart = m_glbStream.Position; OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 * L_17 = __this->get_address_of_m_binaryChunk_2(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_18 = __this->get_m_glbStream_1(); NullCheck(L_18); int64_t L_19; L_19 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_18); L_17->set_chunkStart_2(L_19); // m_binaryChunk.chunkStream = m_glbStream; OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 * L_20 = __this->get_address_of_m_binaryChunk_2(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_21 = __this->get_m_glbStream_1(); L_20->set_chunkStream_0(L_21); // if (m_Shader == null) Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_22 = __this->get_m_Shader_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_23; L_23 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_22, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_23) { goto IL_00d1; } } { // Debug.LogWarning("A shader was not set before loading the model. Using default mobile shader."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteral34D810674325784849E8E400A5A11920BAC7B4AA, /*hidden argument*/NULL); // m_Shader = Shader.Find("Legacy Shaders/Diffuse"); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_24; L_24 = Shader_Find_m01F8D68779D3B0EA219E624443A768392B68B1E0(_stringLiteralC4C350CD70FB6498609CB72A9B70820E21F1640F, /*hidden argument*/NULL); __this->set_m_Shader_6(L_24); } IL_00d1: { // LoadGLTF(loadMips); bool L_25 = ___loadMips0; OVRGLTFLoader_LoadGLTF_m785B95A6BC80A1ED8E452811594F74D1579E5EC9(__this, L_25, /*hidden argument*/NULL); } IL_00d8: { // m_glbStream.Close(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_26 = __this->get_m_glbStream_1(); NullCheck(L_26); VirtActionInvoker0::Invoke(16 /* System.Void System.IO.Stream::Close() */, L_26); // scene.nodes = m_Nodes; List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_27 = __this->get_m_Nodes_3(); (&V_0)->set_nodes_1(L_27); // scene.root = m_Nodes[0]; List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_28 = __this->get_m_Nodes_3(); NullCheck(L_28); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29; L_29 = List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline(L_28, 0, /*hidden argument*/List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); (&V_0)->set_root_0(L_29); // scene.root.transform.Rotate(Vector3.up, 180.0f); OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380 L_30 = V_0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_31 = L_30.get_root_0(); NullCheck(L_31); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_32; L_32 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_31, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33; L_33 = Vector3_get_up_mD84FDFCD32FC48C865A89FD4251232E2A9D7015A(/*hidden argument*/NULL); NullCheck(L_32); Transform_Rotate_m2AA745C4A796363462642A13251E8971D5C7F4DC(L_32, L_33, (180.0f), /*hidden argument*/NULL); // return scene; OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380 L_34 = V_0; return L_34; } } // System.Void OVRGLTFLoader::SetModelShader(UnityEngine.Shader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFLoader_SetModelShader_m9CBE0D191753CB8F7CE78172861FC680884C1AA2 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___shader0, const RuntimeMethod* method) { { // m_Shader = shader; Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_0 = ___shader0; __this->set_m_Shader_6(L_0); // } return; } } // System.Boolean OVRGLTFLoader::ValidateGLB(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRGLTFLoader_ValidateGLB_mAD2E44C5F47577850F55A2055D85E3F61258F029 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___glbStream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A1D5933E3AA75FEABFD8B35F3F27A6ECF747B71); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral421327556DF613DE54772CE51B3C7C0CF7DFA2F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFDC705DBED09AAE3274952AD540BC6C1E3EAB789); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // int uint32Size = sizeof(uint); V_0 = 4; // byte[] buffer = new byte[uint32Size]; int32_t L_0 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_1 = L_1; // glbStream.Read(buffer, 0, uint32Size); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___glbStream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_1; int32_t L_4 = V_0; NullCheck(L_2); int32_t L_5; L_5 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, L_4); // uint magic = BitConverter.ToUInt32(buffer, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); uint32_t L_7; L_7 = BitConverter_ToUInt32_m1A6A32E9A8717239CAA2400C0E367005845E8A6C(L_6, 0, /*hidden argument*/NULL); // if (magic != 0x46546C67) if ((((int32_t)L_7) == ((int32_t)((int32_t)1179937895)))) { goto IL_002d; } } { // Debug.LogError("Data stream was not a valid glTF format"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteral421327556DF613DE54772CE51B3C7C0CF7DFA2F8, /*hidden argument*/NULL); // return false; return (bool)0; } IL_002d: { // glbStream.Read(buffer, 0, uint32Size); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = ___glbStream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; int32_t L_10 = V_0; NullCheck(L_8); int32_t L_11; L_11 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, L_10); // uint version = BitConverter.ToUInt32(buffer, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); uint32_t L_13; L_13 = BitConverter_ToUInt32_m1A6A32E9A8717239CAA2400C0E367005845E8A6C(L_12, 0, /*hidden argument*/NULL); // if (version != 2) if ((((int32_t)L_13) == ((int32_t)2))) { goto IL_004d; } } { // Debug.LogError("Only glTF 2.0 is supported"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteralFDC705DBED09AAE3274952AD540BC6C1E3EAB789, /*hidden argument*/NULL); // return false; return (bool)0; } IL_004d: { // glbStream.Read(buffer, 0, uint32Size); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = ___glbStream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; int32_t L_16 = V_0; NullCheck(L_14); int32_t L_17; L_17 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_14, L_15, 0, L_16); // uint length = BitConverter.ToUInt32(buffer, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); uint32_t L_19; L_19 = BitConverter_ToUInt32_m1A6A32E9A8717239CAA2400C0E367005845E8A6C(L_18, 0, /*hidden argument*/NULL); // if (length != glbStream.Length) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_20 = ___glbStream0; NullCheck(L_20); int64_t L_21; L_21 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_20); if ((((int64_t)((int64_t)((uint64_t)L_19))) == ((int64_t)L_21))) { goto IL_0073; } } { // Debug.LogError("glTF header length does not match file length"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteral1A1D5933E3AA75FEABFD8B35F3F27A6ECF747B71, /*hidden argument*/NULL); // return false; return (bool)0; } IL_0073: { // return true; return (bool)1; } } // System.Byte[] OVRGLTFLoader::ReadChunk(System.IO.Stream,OVRChunkType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* OVRGLTFLoader_ReadChunk_m0401A74633A1EF0DBB4C07665475AFFAB35C7811 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___glbStream0, int32_t ___type1, 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; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // if (ValidateChunk(glbStream, type, out chunkLength)) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___glbStream0; int32_t L_1 = ___type1; bool L_2; L_2 = OVRGLTFLoader_ValidateChunk_m6482BCDB68D8D369BAF402150B1F72004FD4CDD7(__this, L_0, L_1, (uint32_t*)(&V_0), /*hidden argument*/NULL); if (!L_2) { goto IL_001f; } } { // byte[] chunkBuffer = new byte[chunkLength]; uint32_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_1 = L_4; // glbStream.Read(chunkBuffer, 0, (int)chunkLength); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___glbStream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_1; uint32_t L_7 = V_0; NullCheck(L_5); int32_t L_8; L_8 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, L_7); // return chunkBuffer; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; return L_9; } IL_001f: { // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } } // System.Boolean OVRGLTFLoader::ValidateChunk(System.IO.Stream,OVRChunkType,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRGLTFLoader_ValidateChunk_m6482BCDB68D8D369BAF402150B1F72004FD4CDD7 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___glbStream0, int32_t ___type1, uint32_t* ___chunkLength2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1776B5C8AB88BC69A0998626F208468D360DE874); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // int uint32Size = sizeof(uint); V_0 = 4; // byte[] buffer = new byte[uint32Size]; int32_t L_0 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_1 = L_1; // glbStream.Read(buffer, 0, uint32Size); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___glbStream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_1; int32_t L_4 = V_0; NullCheck(L_2); int32_t L_5; L_5 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, L_4); // chunkLength = BitConverter.ToUInt32(buffer, 0); uint32_t* L_6 = ___chunkLength2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); uint32_t L_8; L_8 = BitConverter_ToUInt32_m1A6A32E9A8717239CAA2400C0E367005845E8A6C(L_7, 0, /*hidden argument*/NULL); *((int32_t*)L_6) = (int32_t)L_8; // glbStream.Read(buffer, 0, uint32Size); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_9 = ___glbStream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; int32_t L_11 = V_0; NullCheck(L_9); int32_t L_12; L_12 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_9, L_10, 0, L_11); // uint chunkType = BitConverter.ToUInt32(buffer, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; uint32_t L_14; L_14 = BitConverter_ToUInt32_m1A6A32E9A8717239CAA2400C0E367005845E8A6C(L_13, 0, /*hidden argument*/NULL); // if (chunkType != (uint)type) int32_t L_15 = ___type1; if ((((int32_t)L_14) == ((int32_t)L_15))) { goto IL_003c; } } { // Debug.LogError("Read chunk does not match type."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteral1776B5C8AB88BC69A0998626F208468D360DE874, /*hidden argument*/NULL); // return false; return (bool)0; } IL_003c: { // return true; return (bool)1; } } // System.Void OVRGLTFLoader::LoadGLTF(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFLoader_LoadGLTF_m785B95A6BC80A1ED8E452811594F74D1579E5EC9 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, bool ___loadMips0, 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_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m3DD76DE838FA83DF972E0486A296345EB3A7DDF3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral124105A7E2E2D334395721D5A42F3E5C66394388); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FEACB1CEF183D510D9DE04DCA9FC572D7474C4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69F359B71F6F4DE78ABF7256A90B314F213EE57E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9800F8D8ECF50FB2054817615B3D310F3FF6A821); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F); s_Il2CppMethodInitialized = true; } JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_0 = NULL; JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * V_1 = NULL; JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * V_2 = NULL; int32_t V_3 = 0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; { // if (m_jsonData == null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = __this->get_m_jsonData_0(); 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_0018; } } { // Debug.LogError("m_jsonData was null"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteral9800F8D8ECF50FB2054817615B3D310F3FF6A821, /*hidden argument*/NULL); } IL_0018: { // var scenes = m_jsonData["scenes"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = __this->get_m_jsonData_0(); NullCheck(L_2); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3; L_3 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_2, _stringLiteral2FEACB1CEF183D510D9DE04DCA9FC572D7474C4E); V_0 = L_3; // if (scenes.Count == 0) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_4); if (L_5) { goto IL_003b; } } { // Debug.LogError("No valid scenes in this glTF."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(_stringLiteral124105A7E2E2D334395721D5A42F3E5C66394388, /*hidden argument*/NULL); } IL_003b: { // var nodes = m_jsonData["nodes"].AsArray; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_6 = __this->get_m_jsonData_0(); NullCheck(L_6); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7; L_7 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_6, _stringLiteral69F359B71F6F4DE78ABF7256A90B314F213EE57E); NullCheck(L_7); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_8; L_8 = VirtFuncInvoker0< JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * >::Invoke(39 /* OVRSimpleJSON.JSONArray OVRSimpleJSON.JSONNode::get_AsArray() */, L_7); V_1 = L_8; // for (int i = 0; i < nodes.Count; i++) V_3 = 0; goto IL_0092; } IL_0055: { // var jsonNode = m_jsonData["nodes"][i]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_9 = __this->get_m_jsonData_0(); NullCheck(L_9); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10; L_10 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_9, _stringLiteral69F359B71F6F4DE78ABF7256A90B314F213EE57E); int32_t L_11 = V_3; NullCheck(L_10); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_12; L_12 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_10, L_11); // GameObject go = new GameObject(jsonNode["name"]); NullCheck(L_12); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13; L_13 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_12, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); String_t* L_14; L_14 = JSONNode_op_Implicit_mB69B59190230CBA82F6B7EABFD3E33FAF33B21AE(L_13, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_15 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144(L_15, L_14, /*hidden argument*/NULL); V_4 = L_15; // m_Nodes.Add(go); List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_16 = __this->get_m_Nodes_3(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17 = V_4; NullCheck(L_16); List_1_Add_m3DD76DE838FA83DF972E0486A296345EB3A7DDF3(L_16, L_17, /*hidden argument*/List_1_Add_m3DD76DE838FA83DF972E0486A296345EB3A7DDF3_RuntimeMethod_var); // for (int i = 0; i < nodes.Count; i++) int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0092: { // for (int i = 0; i < nodes.Count; i++) int32_t L_19 = V_3; JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_20 = V_1; NullCheck(L_20); int32_t L_21; L_21 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_20); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_0055; } } { // var mainScene = scenes[0]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_22 = V_0; NullCheck(L_22); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_23; L_23 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_22, 0); // var rootNodes = mainScene["nodes"].AsArray; NullCheck(L_23); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_24; L_24 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_23, _stringLiteral69F359B71F6F4DE78ABF7256A90B314F213EE57E); NullCheck(L_24); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_25; L_25 = VirtFuncInvoker0< JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * >::Invoke(39 /* OVRSimpleJSON.JSONArray OVRSimpleJSON.JSONNode::get_AsArray() */, L_24); V_2 = L_25; // for (int i = 0; i < rootNodes.Count; i++) V_5 = 0; goto IL_00ec; } IL_00b7: { // int nodeId = rootNodes[i].AsInt; JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_26 = V_2; int32_t L_27 = V_5; NullCheck(L_26); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_28; L_28 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_26, L_27); NullCheck(L_28); int32_t L_29; L_29 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_28); V_6 = L_29; // ProcessNode(m_jsonData["nodes"][nodeId], nodeId, loadMips); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_30 = __this->get_m_jsonData_0(); NullCheck(L_30); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_31; L_31 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_30, _stringLiteral69F359B71F6F4DE78ABF7256A90B314F213EE57E); int32_t L_32 = V_6; NullCheck(L_31); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_33; L_33 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_31, L_32); int32_t L_34 = V_6; bool L_35 = ___loadMips0; OVRGLTFLoader_ProcessNode_m4039B72AA59C349895A6EB6A790EF442FBA1C971(__this, L_33, L_34, L_35, /*hidden argument*/NULL); // for (int i = 0; i < rootNodes.Count; i++) int32_t L_36 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00ec: { // for (int i = 0; i < rootNodes.Count; i++) int32_t L_37 = V_5; JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_38 = V_2; NullCheck(L_38); int32_t L_39; L_39 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_38); if ((((int32_t)L_37) < ((int32_t)L_39))) { goto IL_00b7; } } { // } return; } } // System.Void OVRGLTFLoader::ProcessNode(OVRSimpleJSON.JSONNode,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFLoader_ProcessNode_m4039B72AA59C349895A6EB6A790EF442FBA1C971 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___node0, int32_t ___nodeId1, bool ___loadMips2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mA5802EF007058E65CCD414C3EB2518474D17A2F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_mD5BD4B507E470AFA16BAD4B418DC15AE59A9FC47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m3FC22F60B107EABCD94FBFEBA0C2FF9C5AF4ECDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00EE2035D1C1084808BE268F9D59D68FF8B3154B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B97189B3FCE25069F6D673644085539059D93A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E3569C3B3595933B8E2F60AC56BCC2F7E4BF5D0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43B4386F680A574245A64B8C1848B7F580255549); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D78A26E6D27FCFE02FCE139BDBB407790B95DD6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DF417DF46EF8A7C67D3A1FE0CC53DCF5212FC81); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69F359B71F6F4DE78ABF7256A90B314F213EE57E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB0A157666700D8227FD4B66A26FDC02035E89BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC5621377AD9B4098EC3FB34AF35BAA9E6C07B64); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9BE17D634D1B07BCDCDA77A87710C946D81307B); s_Il2CppMethodInitialized = true; } JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_0 = NULL; JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * V_1 = NULL; JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * V_2 = NULL; JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A V_7; memset((&V_7), 0, sizeof(V_7)); SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * V_8 = NULL; int32_t V_9 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_10; memset((&V_10), 0, sizeof(V_10)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_11; memset((&V_11), 0, sizeof(V_11)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_12; memset((&V_12), 0, sizeof(V_12)); { // var childNodes = node["children"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___node0; NullCheck(L_0); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_0, _stringLiteral00EE2035D1C1084808BE268F9D59D68FF8B3154B); V_0 = L_1; // if (childNodes.Count > 0) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_2); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0081; } } { // for (int i = 0; i < childNodes.Count; i++) V_4 = 0; goto IL_0077; } IL_001a: { // int childId = childNodes[i].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4 = V_0; int32_t L_5 = V_4; NullCheck(L_4); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_6; L_6 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_4, L_5); NullCheck(L_6); int32_t L_7; L_7 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_6); V_5 = L_7; // m_Nodes[childId].transform.SetParent(m_Nodes[nodeId].transform); List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_8 = __this->get_m_Nodes_3(); int32_t L_9 = V_5; NullCheck(L_8); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10; L_10 = List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); NullCheck(L_10); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_10, /*hidden argument*/NULL); List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_12 = __this->get_m_Nodes_3(); int32_t L_13 = ___nodeId1; NullCheck(L_12); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14; L_14 = List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline(L_12, L_13, /*hidden argument*/List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); NullCheck(L_14); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_14, /*hidden argument*/NULL); NullCheck(L_11); Transform_SetParent_m24E34EBEF76528C99AFA017F157EE8B3E3116B1E(L_11, L_15, /*hidden argument*/NULL); // ProcessNode(m_jsonData["nodes"][childId], childId, loadMips); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_16 = __this->get_m_jsonData_0(); NullCheck(L_16); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_17; L_17 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_16, _stringLiteral69F359B71F6F4DE78ABF7256A90B314F213EE57E); int32_t L_18 = V_5; NullCheck(L_17); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_19; L_19 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_17, L_18); int32_t L_20 = V_5; bool L_21 = ___loadMips2; OVRGLTFLoader_ProcessNode_m4039B72AA59C349895A6EB6A790EF442FBA1C971(__this, L_19, L_20, L_21, /*hidden argument*/NULL); // for (int i = 0; i < childNodes.Count; i++) int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0077: { // for (int i = 0; i < childNodes.Count; i++) int32_t L_23 = V_4; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_24 = V_0; NullCheck(L_24); int32_t L_25; L_25 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_24); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_001a; } } IL_0081: { // string nodeName = node["name"].ToString(); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_26 = ___node0; NullCheck(L_26); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_27; L_27 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_26, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F); NullCheck(L_27); String_t* L_28; L_28 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_27); // if (nodeName.Contains("batteryIndicator")) NullCheck(L_28); bool L_29; L_29 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_28, _stringLiteral43B4386F680A574245A64B8C1848B7F580255549, /*hidden argument*/NULL); if (!L_29) { goto IL_00af; } } { // GameObject.Destroy(m_Nodes[nodeId]); List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_30 = __this->get_m_Nodes_3(); int32_t L_31 = ___nodeId1; NullCheck(L_30); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_32; L_32 = List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline(L_30, L_31, /*hidden argument*/List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_32, /*hidden argument*/NULL); // return; return; } IL_00af: { // if (node["mesh"] != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_33 = ___node0; NullCheck(L_33); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_34; L_34 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_33, _stringLiteralEB0A157666700D8227FD4B66A26FDC02035E89BF); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_35; L_35 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_34, NULL, /*hidden argument*/NULL); if (!L_35) { goto IL_01a6; } } { // var meshId = node["mesh"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_36 = ___node0; NullCheck(L_36); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_37; L_37 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_36, _stringLiteralEB0A157666700D8227FD4B66A26FDC02035E89BF); NullCheck(L_37); int32_t L_38; L_38 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_37); V_6 = L_38; // OVRMeshData meshData = ProcessMesh(m_jsonData["meshes"][meshId], loadMips); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_39 = __this->get_m_jsonData_0(); NullCheck(L_39); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_40; L_40 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_39, _stringLiteralEC5621377AD9B4098EC3FB34AF35BAA9E6C07B64); int32_t L_41 = V_6; NullCheck(L_40); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_42; L_42 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_40, L_41); bool L_43 = ___loadMips2; OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A L_44; L_44 = OVRGLTFLoader_ProcessMesh_m342A96A95A70ED60B866133A6B473CD1C5D2A707(__this, L_42, L_43, /*hidden argument*/NULL); V_7 = L_44; // if (node["skin"] != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_45 = ___node0; NullCheck(L_45); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_46; L_46 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_45, _stringLiteral4D78A26E6D27FCFE02FCE139BDBB407790B95DD6); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_47; L_47 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_46, NULL, /*hidden argument*/NULL); if (!L_47) { goto IL_016c; } } { // var renderer = m_Nodes[nodeId].AddComponent(); List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_48 = __this->get_m_Nodes_3(); int32_t L_49 = ___nodeId1; NullCheck(L_48); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_50; L_50 = List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline(L_48, L_49, /*hidden argument*/List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); NullCheck(L_50); SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * L_51; L_51 = GameObject_AddComponent_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m3FC22F60B107EABCD94FBFEBA0C2FF9C5AF4ECDF(L_50, /*hidden argument*/GameObject_AddComponent_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m3FC22F60B107EABCD94FBFEBA0C2FF9C5AF4ECDF_RuntimeMethod_var); V_8 = L_51; // renderer.sharedMesh = meshData.mesh; SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * L_52 = V_8; OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A L_53 = V_7; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_54 = L_53.get_mesh_0(); NullCheck(L_52); SkinnedMeshRenderer_set_sharedMesh_m5271F927EA9AB0893ECF7D3FA24EAF175B466D07(L_52, L_54, /*hidden argument*/NULL); // renderer.sharedMaterial = meshData.material; SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * L_55 = V_8; OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A L_56 = V_7; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_57 = L_56.get_material_1(); NullCheck(L_55); Renderer_set_sharedMaterial_m1E66766F93E95F692C3C9C2C09AFD795B156678B(L_55, L_57, /*hidden argument*/NULL); // var skinId = node["skin"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_58 = ___node0; NullCheck(L_58); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_59; L_59 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_58, _stringLiteral4D78A26E6D27FCFE02FCE139BDBB407790B95DD6); NullCheck(L_59); int32_t L_60; L_60 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_59); V_9 = L_60; // ProcessSkin(m_jsonData["skins"][skinId], renderer); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_61 = __this->get_m_jsonData_0(); NullCheck(L_61); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_62; L_62 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_61, _stringLiteral1B97189B3FCE25069F6D673644085539059D93A4); int32_t L_63 = V_9; NullCheck(L_62); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_64; L_64 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_62, L_63); SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * L_65 = V_8; OVRGLTFLoader_ProcessSkin_mD5490A9C4CEE6224ED9877B3BBC989E0626EAB8A(__this, L_64, L_65, /*hidden argument*/NULL); // } goto IL_01a6; } IL_016c: { // var filter = m_Nodes[nodeId].AddComponent(); List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_66 = __this->get_m_Nodes_3(); int32_t L_67 = ___nodeId1; NullCheck(L_66); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_68; L_68 = List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline(L_66, L_67, /*hidden argument*/List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); NullCheck(L_68); MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_69; L_69 = GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mA5802EF007058E65CCD414C3EB2518474D17A2F2(L_68, /*hidden argument*/GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mA5802EF007058E65CCD414C3EB2518474D17A2F2_RuntimeMethod_var); // filter.sharedMesh = meshData.mesh; OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A L_70 = V_7; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_71 = L_70.get_mesh_0(); NullCheck(L_69); MeshFilter_set_sharedMesh_mC96D5F9AE4BC1D186221F568A4C3CE23572EC958(L_69, L_71, /*hidden argument*/NULL); // var renderer = m_Nodes[nodeId].AddComponent(); List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_72 = __this->get_m_Nodes_3(); int32_t L_73 = ___nodeId1; NullCheck(L_72); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_74; L_74 = List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline(L_72, L_73, /*hidden argument*/List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); NullCheck(L_74); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_75; L_75 = GameObject_AddComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_mD5BD4B507E470AFA16BAD4B418DC15AE59A9FC47(L_74, /*hidden argument*/GameObject_AddComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_mD5BD4B507E470AFA16BAD4B418DC15AE59A9FC47_RuntimeMethod_var); // renderer.sharedMaterial = meshData.material; OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A L_76 = V_7; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_77 = L_76.get_material_1(); NullCheck(L_75); Renderer_set_sharedMaterial_m1E66766F93E95F692C3C9C2C09AFD795B156678B(L_75, L_77, /*hidden argument*/NULL); } IL_01a6: { // var translation = node["translation"].AsArray; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_78 = ___node0; NullCheck(L_78); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_79; L_79 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_78, _stringLiteral2E3569C3B3595933B8E2F60AC56BCC2F7E4BF5D0); NullCheck(L_79); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_80; L_80 = VirtFuncInvoker0< JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * >::Invoke(39 /* OVRSimpleJSON.JSONArray OVRSimpleJSON.JSONNode::get_AsArray() */, L_79); V_1 = L_80; // var rotation = node["rotation"].AsArray; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_81 = ___node0; NullCheck(L_81); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_82; L_82 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_81, _stringLiteral4DF417DF46EF8A7C67D3A1FE0CC53DCF5212FC81); NullCheck(L_82); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_83; L_83 = VirtFuncInvoker0< JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * >::Invoke(39 /* OVRSimpleJSON.JSONArray OVRSimpleJSON.JSONNode::get_AsArray() */, L_82); V_2 = L_83; // var scale = node["scale"].AsArray; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_84 = ___node0; NullCheck(L_84); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_85; L_85 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_84, _stringLiteralF9BE17D634D1B07BCDCDA77A87710C946D81307B); NullCheck(L_85); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_86; L_86 = VirtFuncInvoker0< JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * >::Invoke(39 /* OVRSimpleJSON.JSONArray OVRSimpleJSON.JSONNode::get_AsArray() */, L_85); V_3 = L_86; // if (translation.Count > 0) JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_87 = V_1; NullCheck(L_87); int32_t L_88; L_88 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_87); if ((((int32_t)L_88) <= ((int32_t)0))) { goto IL_0246; } } { // Vector3 position = new Vector3( // translation[0] * GLTFToUnitySpace.x, // translation[1] * GLTFToUnitySpace.y, // translation[2] * GLTFToUnitySpace.z); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_89 = V_1; NullCheck(L_89); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_90; L_90 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_89, 0); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); float L_91; L_91 = JSONNode_op_Implicit_m819DCFA2027CF205F1BBD310EEBFC0E195B9897E(L_90, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var); float L_92 = (((OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields*)il2cpp_codegen_static_fields_for(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var))->get_address_of_GLTFToUnitySpace_4())->get_x_2(); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_93 = V_1; NullCheck(L_93); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_94; L_94 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_93, 1); float L_95; L_95 = JSONNode_op_Implicit_m819DCFA2027CF205F1BBD310EEBFC0E195B9897E(L_94, /*hidden argument*/NULL); float L_96 = (((OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields*)il2cpp_codegen_static_fields_for(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var))->get_address_of_GLTFToUnitySpace_4())->get_y_3(); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_97 = V_1; NullCheck(L_97); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_98; L_98 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_97, 2); float L_99; L_99 = JSONNode_op_Implicit_m819DCFA2027CF205F1BBD310EEBFC0E195B9897E(L_98, /*hidden argument*/NULL); float L_100 = (((OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields*)il2cpp_codegen_static_fields_for(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var))->get_address_of_GLTFToUnitySpace_4())->get_z_4(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_10), ((float)il2cpp_codegen_multiply((float)L_91, (float)L_92)), ((float)il2cpp_codegen_multiply((float)L_95, (float)L_96)), ((float)il2cpp_codegen_multiply((float)L_99, (float)L_100)), /*hidden argument*/NULL); // m_Nodes[nodeId].transform.position = position; List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_101 = __this->get_m_Nodes_3(); int32_t L_102 = ___nodeId1; NullCheck(L_101); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_103; L_103 = List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline(L_101, L_102, /*hidden argument*/List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); NullCheck(L_103); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_104; L_104 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_103, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_105 = V_10; NullCheck(L_104); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_104, L_105, /*hidden argument*/NULL); } IL_0246: { // if (rotation.Count > 0) JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_106 = V_2; NullCheck(L_106); int32_t L_107; L_107 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_106); if ((((int32_t)L_107) <= ((int32_t)0))) { goto IL_02e8; } } { // Vector3 rotationAxis = new Vector3( // rotation[0] * GLTFToUnitySpace.x, // rotation[1] * GLTFToUnitySpace.y, // rotation[2] * GLTFToUnitySpace.z); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_108 = V_2; NullCheck(L_108); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_109; L_109 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_108, 0); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); float L_110; L_110 = JSONNode_op_Implicit_m819DCFA2027CF205F1BBD310EEBFC0E195B9897E(L_109, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var); float L_111 = (((OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields*)il2cpp_codegen_static_fields_for(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var))->get_address_of_GLTFToUnitySpace_4())->get_x_2(); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_112 = V_2; NullCheck(L_112); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_113; L_113 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_112, 1); float L_114; L_114 = JSONNode_op_Implicit_m819DCFA2027CF205F1BBD310EEBFC0E195B9897E(L_113, /*hidden argument*/NULL); float L_115 = (((OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields*)il2cpp_codegen_static_fields_for(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var))->get_address_of_GLTFToUnitySpace_4())->get_y_3(); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_116 = V_2; NullCheck(L_116); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_117; L_117 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_116, 2); float L_118; L_118 = JSONNode_op_Implicit_m819DCFA2027CF205F1BBD310EEBFC0E195B9897E(L_117, /*hidden argument*/NULL); float L_119 = (((OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields*)il2cpp_codegen_static_fields_for(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var))->get_address_of_GLTFToUnitySpace_4())->get_z_4(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_11), ((float)il2cpp_codegen_multiply((float)L_110, (float)L_111)), ((float)il2cpp_codegen_multiply((float)L_114, (float)L_115)), ((float)il2cpp_codegen_multiply((float)L_118, (float)L_119)), /*hidden argument*/NULL); // rotationAxis *= -1.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_120 = V_11; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_121; L_121 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_120, (-1.0f), /*hidden argument*/NULL); V_11 = L_121; // m_Nodes[nodeId].transform.rotation = new Quaternion(rotationAxis.x, rotationAxis.y, rotationAxis.z, rotation[3]); List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_122 = __this->get_m_Nodes_3(); int32_t L_123 = ___nodeId1; NullCheck(L_122); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_124; L_124 = List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline(L_122, L_123, /*hidden argument*/List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); NullCheck(L_124); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_125; L_125 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_124, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_126 = V_11; float L_127 = L_126.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_128 = V_11; float L_129 = L_128.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_130 = V_11; float L_131 = L_130.get_z_4(); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_132 = V_2; NullCheck(L_132); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_133; L_133 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_132, 3); float L_134; L_134 = JSONNode_op_Implicit_m819DCFA2027CF205F1BBD310EEBFC0E195B9897E(L_133, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_135; memset((&L_135), 0, sizeof(L_135)); Quaternion__ctor_m564FA9302F5B9DA8BAB97B0A2D86FFE83ACAA421((&L_135), L_127, L_129, L_131, L_134, /*hidden argument*/NULL); NullCheck(L_125); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_125, L_135, /*hidden argument*/NULL); } IL_02e8: { // if (scale.Count > 0) JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_136 = V_3; NullCheck(L_136); int32_t L_137; L_137 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_136); if ((((int32_t)L_137) <= ((int32_t)0))) { goto IL_0334; } } { // Vector3 scaleVec = new Vector3(scale[0], scale[1], scale[2]); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_138 = V_3; NullCheck(L_138); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_139; L_139 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_138, 0); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); float L_140; L_140 = JSONNode_op_Implicit_m819DCFA2027CF205F1BBD310EEBFC0E195B9897E(L_139, /*hidden argument*/NULL); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_141 = V_3; NullCheck(L_141); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_142; L_142 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_141, 1); float L_143; L_143 = JSONNode_op_Implicit_m819DCFA2027CF205F1BBD310EEBFC0E195B9897E(L_142, /*hidden argument*/NULL); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_144 = V_3; NullCheck(L_144); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_145; L_145 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_144, 2); float L_146; L_146 = JSONNode_op_Implicit_m819DCFA2027CF205F1BBD310EEBFC0E195B9897E(L_145, /*hidden argument*/NULL); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_12), L_140, L_143, L_146, /*hidden argument*/NULL); // m_Nodes[nodeId].transform.localScale = scaleVec; List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_147 = __this->get_m_Nodes_3(); int32_t L_148 = ___nodeId1; NullCheck(L_147); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_149; L_149 = List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline(L_147, L_148, /*hidden argument*/List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); NullCheck(L_149); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_150; L_150 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_149, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_151 = V_12; NullCheck(L_150); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_150, L_151, /*hidden argument*/NULL); } IL_0334: { // } return; } } // OVRMeshData OVRGLTFLoader::ProcessMesh(OVRSimpleJSON.JSONNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A OVRGLTFLoader_ProcessMesh_m342A96A95A70ED60B866133A6B473CD1C5D2A707 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___meshNode0, bool ___loadMips1, 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*)&BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass16_0_U3CProcessMeshU3Eb__0_mF320089C4107B9781EA0364A29D6E3EF66DF475E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral043F6A61FD0A9CF24ECBF3D68E6902E93443AFFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral100B3F946A4D93342EECF3906D8FF6DECC4DF094); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13D944F6ACCBA9EB6B282C2384FC41E6B8E94E9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3450A2BB8216F70D528215A296AEDB3D212C7EED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39153503F0F293852311B939BA0FA37C5B23D23D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41159E86A16FE5FE328FD5E826383482C6CB3C3F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47946D04F733BF1B11730B7147B6BDC368A3A301); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DC0ECF676CDB8466A06C299A2E315606DFC00BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96FB3CF66DF1D3FDD921445943B64189A149ED40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C2ADAF9F589DE3E55AE9747E5ED55C57F5DA9A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB1C16C2009D328CC2411BAA019F939F08970181); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E * V_0 = NULL; OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_3 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_4 = NULL; Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* V_5 = NULL; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* V_6 = NULL; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* V_7 = NULL; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* V_8 = NULL; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* V_9 = NULL; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* V_10 = NULL; BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2* V_11 = NULL; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * V_12 = NULL; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_13 = NULL; int32_t V_14 = 0; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * V_15 = NULL; int32_t V_16 = 0; int32_t V_17 = 0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_18 = NULL; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_19 = NULL; int32_t V_20 = 0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_21 = NULL; int32_t V_22 = 0; OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * V_23 = NULL; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_24 = NULL; OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * V_25 = NULL; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_26 = NULL; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* V_27 = NULL; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* V_28 = NULL; int32_t V_29 = 0; int32_t V_30 = 0; { U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E * L_0 = (U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass16_0__ctor_mF75182BB32B6154C9D22B96450A2F76767FAD2F1(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_0(__this); // OVRMeshData meshData = new OVRMeshData(); il2cpp_codegen_initobj((&V_1), sizeof(OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A )); // int totalVertexCount = 0; V_2 = 0; // var primitives = meshNode["primitives"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_2 = ___meshNode0; NullCheck(L_2); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3; L_3 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_2, _stringLiteral043F6A61FD0A9CF24ECBF3D68E6902E93443AFFD); V_3 = L_3; // int[] primitiveVertexCounts = new int[primitives.Count]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4 = V_3; NullCheck(L_4); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_5); V_4 = L_6; // for (int i = 0; i < primitives.Count; i++) V_17 = 0; goto IL_0095; } IL_0035: { // var jsonPrimitive = primitives[i]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7 = V_3; int32_t L_8 = V_17; NullCheck(L_7); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_9; L_9 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_7, L_8); // var jsonAttrbite = jsonPrimitive["attributes"]["POSITION"]; NullCheck(L_9); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10; L_10 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_9, _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); NullCheck(L_10); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_11; L_11 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_10, _stringLiteral47946D04F733BF1B11730B7147B6BDC368A3A301); V_18 = L_11; // var jsonAccessor = m_jsonData["accessors"][jsonAttrbite.AsInt]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_12 = __this->get_m_jsonData_0(); NullCheck(L_12); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13; L_13 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_12, _stringLiteral96FB3CF66DF1D3FDD921445943B64189A149ED40); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_14 = V_18; NullCheck(L_14); int32_t L_15; L_15 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_14); NullCheck(L_13); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_16; L_16 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_13, L_15); V_19 = L_16; // primitiveVertexCounts[i] = jsonAccessor["count"]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = V_4; int32_t L_18 = V_17; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_19 = V_19; NullCheck(L_19); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_20; L_20 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_19, _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); int32_t L_21; L_21 = JSONNode_op_Implicit_m1FAABC4FB839DDFB286F2B45F250519FBC4932E9(L_20, /*hidden argument*/NULL); NullCheck(L_17); (L_17)->SetAt(static_cast(L_18), (int32_t)L_21); // totalVertexCount += primitiveVertexCounts[i]; int32_t L_22 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = V_4; int32_t L_24 = V_17; NullCheck(L_23); int32_t L_25 = L_24; int32_t L_26 = (L_23)->GetAt(static_cast(L_25)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_26)); // for (int i = 0; i < primitives.Count; i++) int32_t L_27 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0095: { // for (int i = 0; i < primitives.Count; i++) int32_t L_28 = V_17; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_29 = V_3; NullCheck(L_29); int32_t L_30; L_30 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_29); if ((((int32_t)L_28) < ((int32_t)L_30))) { goto IL_0035; } } { // int[][] indicies = new int[primitives.Count][]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_31 = V_3; NullCheck(L_31); int32_t L_32; L_32 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_31); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_33 = (Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF*)(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF*)SZArrayNew(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var, (uint32_t)L_32); V_5 = L_33; // Vector3[] vertices = new Vector3[totalVertexCount]; int32_t L_34 = V_2; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_35 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)L_34); V_6 = L_35; // Vector3[] normals = null; V_7 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)NULL; // if (primitives[0]["attributes"]["NORMAL"] != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_36 = V_3; NullCheck(L_36); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_37; L_37 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_36, 0); NullCheck(L_37); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_38; L_38 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_37, _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); NullCheck(L_38); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_39; L_39 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_38, _stringLiteralAB1C16C2009D328CC2411BAA019F939F08970181); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_40; L_40 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_39, NULL, /*hidden argument*/NULL); if (!L_40) { goto IL_00e2; } } { // normals = new Vector3[totalVertexCount]; int32_t L_41 = V_2; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_42 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)L_41); V_7 = L_42; } IL_00e2: { // Vector4[] tangents = null; V_8 = (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)NULL; // if (primitives[0]["attributes"]["TANGENT"] != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_43 = V_3; NullCheck(L_43); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_44; L_44 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_43, 0); NullCheck(L_44); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_45; L_45 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_44, _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); NullCheck(L_45); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_46; L_46 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_45, _stringLiteral41159E86A16FE5FE328FD5E826383482C6CB3C3F); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_47; L_47 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_46, NULL, /*hidden argument*/NULL); if (!L_47) { goto IL_0110; } } { // tangents = new Vector4[totalVertexCount]; int32_t L_48 = V_2; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_49 = (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)(Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)SZArrayNew(Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871_il2cpp_TypeInfo_var, (uint32_t)L_48); V_8 = L_49; } IL_0110: { // Vector2[] texcoords = null; V_9 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)NULL; // if (primitives[0]["attributes"]["TEXCOORD_0"] != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_50 = V_3; NullCheck(L_50); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_51; L_51 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_50, 0); NullCheck(L_51); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_52; L_52 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_51, _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); NullCheck(L_52); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_53; L_53 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_52, _stringLiteral100B3F946A4D93342EECF3906D8FF6DECC4DF094); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_54; L_54 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_53, NULL, /*hidden argument*/NULL); if (!L_54) { goto IL_013e; } } { // texcoords = new Vector2[totalVertexCount]; int32_t L_55 = V_2; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_56 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)SZArrayNew(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var, (uint32_t)L_55); V_9 = L_56; } IL_013e: { // Color[] colors = null; V_10 = (ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)NULL; // if (primitives[0]["attributes"]["COLOR_0"] != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_57 = V_3; NullCheck(L_57); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_58; L_58 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_57, 0); NullCheck(L_58); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_59; L_59 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_58, _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); NullCheck(L_59); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_60; L_60 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_59, _stringLiteral39153503F0F293852311B939BA0FA37C5B23D23D); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_61; L_61 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_60, NULL, /*hidden argument*/NULL); if (!L_61) { goto IL_016c; } } { // colors = new Color[totalVertexCount]; int32_t L_62 = V_2; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_63 = (ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)SZArrayNew(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var, (uint32_t)L_62); V_10 = L_63; } IL_016c: { // BoneWeight[] boneWeights = null; V_11 = (BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2*)NULL; // if (primitives[0]["attributes"]["WEIGHTS_0"] != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_64 = V_3; NullCheck(L_64); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_65; L_65 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_64, 0); NullCheck(L_65); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_66; L_66 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_65, _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); NullCheck(L_66); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_67; L_67 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_66, _stringLiteral9C2ADAF9F589DE3E55AE9747E5ED55C57F5DA9A7); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_68; L_68 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_67, NULL, /*hidden argument*/NULL); if (!L_68) { goto IL_019a; } } { // boneWeights = new BoneWeight[totalVertexCount]; int32_t L_69 = V_2; BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2* L_70 = (BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2*)(BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2*)SZArrayNew(BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2_il2cpp_TypeInfo_var, (uint32_t)L_69); V_11 = L_70; } IL_019a: { // OVRMaterialData matData = default(OVRMaterialData); U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E * L_71 = V_0; NullCheck(L_71); OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 * L_72 = L_71->get_address_of_matData_1(); il2cpp_codegen_initobj(L_72, sizeof(OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 )); // Task transcodeTask = null; V_12 = (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)NULL; // var jsonMaterial = primitives[0]["material"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_73 = V_3; NullCheck(L_73); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_74; L_74 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_73, 0); NullCheck(L_74); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_75; L_75 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_74, _stringLiteral3450A2BB8216F70D528215A296AEDB3D212C7EED); V_13 = L_75; // if (jsonMaterial != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_76 = V_13; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_77; L_77 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_76, NULL, /*hidden argument*/NULL); if (!L_77) { goto IL_0208; } } { // matData = ProcessMaterial(jsonMaterial.AsInt); U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E * L_78 = V_0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_79 = V_13; NullCheck(L_79); int32_t L_80; L_80 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_79); OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 L_81; L_81 = OVRGLTFLoader_ProcessMaterial_mD8786243206F51396AA2D1B06CBAF9A8D9A9737A(__this, L_80, /*hidden argument*/NULL); NullCheck(L_78); L_78->set_matData_1(L_81); // matData.texture = ProcessTexture(matData.textureId); U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E * L_82 = V_0; NullCheck(L_82); OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 * L_83 = L_82->get_address_of_matData_1(); U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E * L_84 = V_0; NullCheck(L_84); OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 * L_85 = L_84->get_address_of_matData_1(); int32_t L_86 = L_85->get_textureId_1(); OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 L_87; L_87 = OVRGLTFLoader_ProcessTexture_m2DDF1BE02D5F1A3F339056738C8277E4AF8EA942(__this, L_86, /*hidden argument*/NULL); L_83->set_texture_2(L_87); // transcodeTask = Task.Run(() => { TranscodeTexture(ref matData.texture); }); U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E * L_88 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_89 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_89, L_88, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass16_0_U3CProcessMeshU3Eb__0_mF320089C4107B9781EA0364A29D6E3EF66DF475E_RuntimeMethod_var), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_90; L_90 = Task_Run_m974E047E515FDC1ACF9E6A5C63872D587397F716(L_89, /*hidden argument*/NULL); V_12 = L_90; } IL_0208: { // int vertexOffset = 0; V_14 = 0; // for (int i = 0; i < primitives.Count; i++) V_20 = 0; goto IL_064e; } IL_0213: { // var jsonPrimitive = primitives[i]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_91 = V_3; int32_t L_92 = V_20; NullCheck(L_91); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_93; L_93 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_91, L_92); V_21 = L_93; // int indicesAccessorId = jsonPrimitive["indices"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_94 = V_21; NullCheck(L_94); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_95; L_95 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_94, _stringLiteral4DC0ECF676CDB8466A06C299A2E315606DFC00BD); NullCheck(L_95); int32_t L_96; L_96 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_95); V_22 = L_96; // var jsonAccessor = m_jsonData["accessors"][indicesAccessorId]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_97 = __this->get_m_jsonData_0(); NullCheck(L_97); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_98; L_98 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_97, _stringLiteral96FB3CF66DF1D3FDD921445943B64189A149ED40); int32_t L_99 = V_22; NullCheck(L_98); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_100; L_100 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_98, L_99); // OVRGLTFAccessor indicesReader = new OVRGLTFAccessor(jsonAccessor, m_jsonData); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_101 = __this->get_m_jsonData_0(); OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_102 = (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 *)il2cpp_codegen_object_new(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var); OVRGLTFAccessor__ctor_mCF1C2DD487F2E3C254BAB9F1896399CE9B8BCBB3(L_102, L_100, L_101, (bool)0, /*hidden argument*/NULL); V_23 = L_102; // indicies[i] = new int[indicesReader.GetDataCount()]; Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_103 = V_5; int32_t L_104 = V_20; OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_105 = V_23; NullCheck(L_105); int32_t L_106; L_106 = OVRGLTFAccessor_GetDataCount_m3055954DED439FAAC136BEF369E7F4AF708813BD_inline(L_105, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_107 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_106); NullCheck(L_103); ArrayElementTypeCheck (L_103, L_107); (L_103)->SetAt(static_cast(L_104), (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_107); // indicesReader.ReadAsInt(m_binaryChunk, ref indicies[i], 0); OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_108 = V_23; OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_109 = __this->get_m_binaryChunk_2(); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_110 = V_5; int32_t L_111 = V_20; NullCheck(L_110); NullCheck(L_108); OVRGLTFAccessor_ReadAsInt_mD1707D6B9CD08608235F0E16A42B302156EF7751(L_108, L_109, (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)((L_110)->GetAddressAt(static_cast(L_111))), 0, /*hidden argument*/NULL); // FlipTraingleIndices(ref indicies[i]); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_112 = V_5; int32_t L_113 = V_20; NullCheck(L_112); IL2CPP_RUNTIME_CLASS_INIT(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var); OVRGLTFLoader_FlipTraingleIndices_m6C5F267B08EA02DA46D118EFDB7A83C597C9AC05((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)((L_112)->GetAddressAt(static_cast(L_113))), /*hidden argument*/NULL); // var jsonAttribute = jsonPrimitive["attributes"]["POSITION"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_114 = V_21; NullCheck(L_114); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_115; L_115 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_114, _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); NullCheck(L_115); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_116; L_116 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_115, _stringLiteral47946D04F733BF1B11730B7147B6BDC368A3A301); V_24 = L_116; // if (jsonAttribute != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_117 = V_24; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_118; L_118 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_117, NULL, /*hidden argument*/NULL); if (!L_118) { goto IL_02e9; } } { // jsonAccessor = m_jsonData["accessors"][jsonAttribute.AsInt]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_119 = __this->get_m_jsonData_0(); NullCheck(L_119); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_120; L_120 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_119, _stringLiteral96FB3CF66DF1D3FDD921445943B64189A149ED40); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_121 = V_24; NullCheck(L_121); int32_t L_122; L_122 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_121); NullCheck(L_120); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_123; L_123 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_120, L_122); // OVRGLTFAccessor dataReader = new OVRGLTFAccessor(jsonAccessor, m_jsonData); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_124 = __this->get_m_jsonData_0(); OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_125 = (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 *)il2cpp_codegen_object_new(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var); OVRGLTFAccessor__ctor_mCF1C2DD487F2E3C254BAB9F1896399CE9B8BCBB3(L_125, L_123, L_124, (bool)0, /*hidden argument*/NULL); // dataReader.ReadAsVector3(m_binaryChunk, ref vertices, vertexOffset, GLTFToUnitySpace); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_126 = __this->get_m_binaryChunk_2(); int32_t L_127 = V_14; IL2CPP_RUNTIME_CLASS_INIT(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_128 = ((OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields*)il2cpp_codegen_static_fields_for(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var))->get_GLTFToUnitySpace_4(); NullCheck(L_125); OVRGLTFAccessor_ReadAsVector3_mAF67521E4B66D80CE68E95AB2CA0A573801DE472(L_125, L_126, (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4**)(&V_6), L_127, L_128, /*hidden argument*/NULL); } IL_02e9: { // jsonAttribute = jsonPrimitive["attributes"]["NORMAL"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_129 = V_21; NullCheck(L_129); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_130; L_130 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_129, _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); NullCheck(L_130); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_131; L_131 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_130, _stringLiteralAB1C16C2009D328CC2411BAA019F939F08970181); V_24 = L_131; // if (jsonAttribute != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_132 = V_24; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_133; L_133 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_132, NULL, /*hidden argument*/NULL); if (!L_133) { goto IL_0347; } } { // jsonAccessor = m_jsonData["accessors"][jsonAttribute.AsInt]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_134 = __this->get_m_jsonData_0(); NullCheck(L_134); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_135; L_135 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_134, _stringLiteral96FB3CF66DF1D3FDD921445943B64189A149ED40); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_136 = V_24; NullCheck(L_136); int32_t L_137; L_137 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_136); NullCheck(L_135); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_138; L_138 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_135, L_137); // OVRGLTFAccessor dataReader = new OVRGLTFAccessor(jsonAccessor, m_jsonData); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_139 = __this->get_m_jsonData_0(); OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_140 = (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 *)il2cpp_codegen_object_new(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var); OVRGLTFAccessor__ctor_mCF1C2DD487F2E3C254BAB9F1896399CE9B8BCBB3(L_140, L_138, L_139, (bool)0, /*hidden argument*/NULL); // dataReader.ReadAsVector3(m_binaryChunk, ref normals, vertexOffset, GLTFToUnitySpace); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_141 = __this->get_m_binaryChunk_2(); int32_t L_142 = V_14; IL2CPP_RUNTIME_CLASS_INIT(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_143 = ((OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields*)il2cpp_codegen_static_fields_for(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var))->get_GLTFToUnitySpace_4(); NullCheck(L_140); OVRGLTFAccessor_ReadAsVector3_mAF67521E4B66D80CE68E95AB2CA0A573801DE472(L_140, L_141, (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4**)(&V_7), L_142, L_143, /*hidden argument*/NULL); } IL_0347: { // jsonAttribute = jsonPrimitive["attributes"]["TANGENT"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_144 = V_21; NullCheck(L_144); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_145; L_145 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_144, _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); NullCheck(L_145); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_146; L_146 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_145, _stringLiteral41159E86A16FE5FE328FD5E826383482C6CB3C3F); V_24 = L_146; // if (jsonAttribute != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_147 = V_24; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_148; L_148 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_147, NULL, /*hidden argument*/NULL); if (!L_148) { goto IL_03aa; } } { // jsonAccessor = m_jsonData["accessors"][jsonAttribute.AsInt]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_149 = __this->get_m_jsonData_0(); NullCheck(L_149); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_150; L_150 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_149, _stringLiteral96FB3CF66DF1D3FDD921445943B64189A149ED40); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_151 = V_24; NullCheck(L_151); int32_t L_152; L_152 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_151); NullCheck(L_150); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_153; L_153 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_150, L_152); // OVRGLTFAccessor dataReader = new OVRGLTFAccessor(jsonAccessor, m_jsonData); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_154 = __this->get_m_jsonData_0(); OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_155 = (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 *)il2cpp_codegen_object_new(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var); OVRGLTFAccessor__ctor_mCF1C2DD487F2E3C254BAB9F1896399CE9B8BCBB3(L_155, L_153, L_154, (bool)0, /*hidden argument*/NULL); // dataReader.ReadAsVector4(m_binaryChunk, ref tangents, vertexOffset, GLTFToUnityTangent); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_156 = __this->get_m_binaryChunk_2(); int32_t L_157 = V_14; IL2CPP_RUNTIME_CLASS_INIT(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_158 = ((OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields*)il2cpp_codegen_static_fields_for(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var))->get_GLTFToUnityTangent_5(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_159; L_159 = Vector4_op_Implicit_mA9B2E82825C2543A2B3F6207EDAC76614A77EA1E(L_158, /*hidden argument*/NULL); NullCheck(L_155); OVRGLTFAccessor_ReadAsVector4_m79117281FC05F5C5C491F04E0CCD2F274B933CC9(L_155, L_156, (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)(&V_8), L_157, L_159, /*hidden argument*/NULL); } IL_03aa: { // jsonAttribute = jsonPrimitive["attributes"]["TEXCOORD_0"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_160 = V_21; NullCheck(L_160); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_161; L_161 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_160, _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); NullCheck(L_161); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_162; L_162 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_161, _stringLiteral100B3F946A4D93342EECF3906D8FF6DECC4DF094); V_24 = L_162; // if (jsonAttribute != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_163 = V_24; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_164; L_164 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_163, NULL, /*hidden argument*/NULL); if (!L_164) { goto IL_0403; } } { // jsonAccessor = m_jsonData["accessors"][jsonAttribute.AsInt]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_165 = __this->get_m_jsonData_0(); NullCheck(L_165); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_166; L_166 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_165, _stringLiteral96FB3CF66DF1D3FDD921445943B64189A149ED40); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_167 = V_24; NullCheck(L_167); int32_t L_168; L_168 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_167); NullCheck(L_166); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_169; L_169 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_166, L_168); // OVRGLTFAccessor dataReader = new OVRGLTFAccessor(jsonAccessor, m_jsonData); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_170 = __this->get_m_jsonData_0(); OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_171 = (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 *)il2cpp_codegen_object_new(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var); OVRGLTFAccessor__ctor_mCF1C2DD487F2E3C254BAB9F1896399CE9B8BCBB3(L_171, L_169, L_170, (bool)0, /*hidden argument*/NULL); // dataReader.ReadAsVector2(m_binaryChunk, ref texcoords, vertexOffset); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_172 = __this->get_m_binaryChunk_2(); int32_t L_173 = V_14; NullCheck(L_171); OVRGLTFAccessor_ReadAsVector2_mD9E3999433ACE5D155027345BBAC421A63AFD6F7(L_171, L_172, (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA**)(&V_9), L_173, /*hidden argument*/NULL); } IL_0403: { // jsonAttribute = jsonPrimitive["attributes"]["COLOR_0"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_174 = V_21; NullCheck(L_174); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_175; L_175 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_174, _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); NullCheck(L_175); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_176; L_176 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_175, _stringLiteral39153503F0F293852311B939BA0FA37C5B23D23D); V_24 = L_176; // if (jsonAttribute != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_177 = V_24; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_178; L_178 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_177, NULL, /*hidden argument*/NULL); if (!L_178) { goto IL_045c; } } { // jsonAccessor = m_jsonData["accessors"][jsonAttribute.AsInt]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_179 = __this->get_m_jsonData_0(); NullCheck(L_179); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_180; L_180 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_179, _stringLiteral96FB3CF66DF1D3FDD921445943B64189A149ED40); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_181 = V_24; NullCheck(L_181); int32_t L_182; L_182 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_181); NullCheck(L_180); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_183; L_183 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_180, L_182); // OVRGLTFAccessor dataReader = new OVRGLTFAccessor(jsonAccessor, m_jsonData); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_184 = __this->get_m_jsonData_0(); OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_185 = (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 *)il2cpp_codegen_object_new(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var); OVRGLTFAccessor__ctor_mCF1C2DD487F2E3C254BAB9F1896399CE9B8BCBB3(L_185, L_183, L_184, (bool)0, /*hidden argument*/NULL); // dataReader.ReadAsColor(m_binaryChunk, ref colors, vertexOffset); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_186 = __this->get_m_binaryChunk_2(); int32_t L_187 = V_14; NullCheck(L_185); OVRGLTFAccessor_ReadAsColor_mC37F6ADE2C4B46D5EB22B13D219F60D362692560(L_185, L_186, (ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834**)(&V_10), L_187, /*hidden argument*/NULL); } IL_045c: { // jsonAttribute = jsonPrimitive["attributes"]["WEIGHTS_0"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_188 = V_21; NullCheck(L_188); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_189; L_189 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_188, _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); NullCheck(L_189); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_190; L_190 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_189, _stringLiteral9C2ADAF9F589DE3E55AE9747E5ED55C57F5DA9A7); V_24 = L_190; // if (jsonAttribute != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_191 = V_24; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_192; L_192 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_191, NULL, /*hidden argument*/NULL); if (!L_192) { goto IL_063e; } } { // jsonAccessor = m_jsonData["accessors"][jsonAttribute.AsInt]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_193 = __this->get_m_jsonData_0(); NullCheck(L_193); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_194; L_194 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_193, _stringLiteral96FB3CF66DF1D3FDD921445943B64189A149ED40); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_195 = V_24; NullCheck(L_195); int32_t L_196; L_196 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_195); NullCheck(L_194); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_197; L_197 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_194, L_196); // OVRGLTFAccessor weightReader = new OVRGLTFAccessor(jsonAccessor, m_jsonData); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_198 = __this->get_m_jsonData_0(); OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_199 = (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 *)il2cpp_codegen_object_new(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var); OVRGLTFAccessor__ctor_mCF1C2DD487F2E3C254BAB9F1896399CE9B8BCBB3(L_199, L_197, L_198, (bool)0, /*hidden argument*/NULL); V_25 = L_199; // var jointAttribute = jsonPrimitive["attributes"]["JOINTS_0"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_200 = V_21; NullCheck(L_200); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_201; L_201 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_200, _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB); NullCheck(L_201); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_202; L_202 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_201, _stringLiteral13D944F6ACCBA9EB6B282C2384FC41E6B8E94E9D); V_26 = L_202; // var jointAccessor = m_jsonData["accessors"][jointAttribute.AsInt]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_203 = __this->get_m_jsonData_0(); NullCheck(L_203); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_204; L_204 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_203, _stringLiteral96FB3CF66DF1D3FDD921445943B64189A149ED40); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_205 = V_26; NullCheck(L_205); int32_t L_206; L_206 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_205); NullCheck(L_204); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_207; L_207 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_204, L_206); // OVRGLTFAccessor jointReader = new OVRGLTFAccessor(jointAccessor, m_jsonData); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_208 = __this->get_m_jsonData_0(); OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_209 = (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 *)il2cpp_codegen_object_new(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var); OVRGLTFAccessor__ctor_mCF1C2DD487F2E3C254BAB9F1896399CE9B8BCBB3(L_209, L_207, L_208, (bool)0, /*hidden argument*/NULL); // Vector4[] weights = new Vector4[weightReader.GetDataCount()]; OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_210 = V_25; NullCheck(L_210); int32_t L_211; L_211 = OVRGLTFAccessor_GetDataCount_m3055954DED439FAAC136BEF369E7F4AF708813BD_inline(L_210, /*hidden argument*/NULL); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_212 = (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)(Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)SZArrayNew(Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871_il2cpp_TypeInfo_var, (uint32_t)L_211); V_27 = L_212; // Vector4[] joints = new Vector4[jointReader.GetDataCount()]; OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_213 = L_209; NullCheck(L_213); int32_t L_214; L_214 = OVRGLTFAccessor_GetDataCount_m3055954DED439FAAC136BEF369E7F4AF708813BD_inline(L_213, /*hidden argument*/NULL); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_215 = (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)(Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)SZArrayNew(Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871_il2cpp_TypeInfo_var, (uint32_t)L_214); V_28 = L_215; // weightReader.ReadAsBoneWeights(m_binaryChunk, ref weights, 0); OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_216 = V_25; OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_217 = __this->get_m_binaryChunk_2(); NullCheck(L_216); OVRGLTFAccessor_ReadAsBoneWeights_m9C685AFA4084B522DB6C72EB03D9BD8937990A0A(L_216, L_217, (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)(&V_27), 0, /*hidden argument*/NULL); // jointReader.ReadAsVector4(m_binaryChunk, ref joints, 0, Vector4.one); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_218 = __this->get_m_binaryChunk_2(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_219; L_219 = Vector4_get_one_m997EBA1C338FC3ED9B14FF233A854AD3E149C042(/*hidden argument*/NULL); NullCheck(L_213); OVRGLTFAccessor_ReadAsVector4_m79117281FC05F5C5C491F04E0CCD2F274B933CC9(L_213, L_218, (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871**)(&V_28), 0, L_219, /*hidden argument*/NULL); // for (int w = 0; w < weights.Length; w++) V_29 = 0; goto IL_0633; } IL_0531: { // boneWeights[vertexOffset + w].boneIndex0 = (int)joints[w].x; BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2* L_220 = V_11; int32_t L_221 = V_14; int32_t L_222 = V_29; NullCheck(L_220); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_223 = V_28; int32_t L_224 = V_29; NullCheck(L_223); float L_225 = ((L_223)->GetAddressAt(static_cast(L_224)))->get_x_1(); BoneWeight_set_boneIndex0_m4E7DD308AB60E055DC2615AD987F7B8B3D3E670F((BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 *)((L_220)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_221, (int32_t)L_222))))), il2cpp_codegen_cast_double_to_int(L_225), /*hidden argument*/NULL); // boneWeights[vertexOffset + w].boneIndex1 = (int)joints[w].y; BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2* L_226 = V_11; int32_t L_227 = V_14; int32_t L_228 = V_29; NullCheck(L_226); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_229 = V_28; int32_t L_230 = V_29; NullCheck(L_229); float L_231 = ((L_229)->GetAddressAt(static_cast(L_230)))->get_y_2(); BoneWeight_set_boneIndex1_m8F0D3D177C4F2F2823121BE0EB05D5382CA9956B((BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 *)((L_226)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_227, (int32_t)L_228))))), il2cpp_codegen_cast_double_to_int(L_231), /*hidden argument*/NULL); // boneWeights[vertexOffset + w].boneIndex2 = (int)joints[w].z; BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2* L_232 = V_11; int32_t L_233 = V_14; int32_t L_234 = V_29; NullCheck(L_232); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_235 = V_28; int32_t L_236 = V_29; NullCheck(L_235); float L_237 = ((L_235)->GetAddressAt(static_cast(L_236)))->get_z_3(); BoneWeight_set_boneIndex2_mAE7E3B45865CF3EC73AEE7B23F1016659C944E1D((BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 *)((L_232)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_233, (int32_t)L_234))))), il2cpp_codegen_cast_double_to_int(L_237), /*hidden argument*/NULL); // boneWeights[vertexOffset + w].boneIndex3 = (int)joints[w].w; BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2* L_238 = V_11; int32_t L_239 = V_14; int32_t L_240 = V_29; NullCheck(L_238); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_241 = V_28; int32_t L_242 = V_29; NullCheck(L_241); float L_243 = ((L_241)->GetAddressAt(static_cast(L_242)))->get_w_4(); BoneWeight_set_boneIndex3_mB1563EDE4874D60B1A6F09AD7B829278453AB085((BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 *)((L_238)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_239, (int32_t)L_240))))), il2cpp_codegen_cast_double_to_int(L_243), /*hidden argument*/NULL); // boneWeights[vertexOffset + w].weight0 = weights[w].x; BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2* L_244 = V_11; int32_t L_245 = V_14; int32_t L_246 = V_29; NullCheck(L_244); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_247 = V_27; int32_t L_248 = V_29; NullCheck(L_247); float L_249 = ((L_247)->GetAddressAt(static_cast(L_248)))->get_x_1(); BoneWeight_set_weight0_mD4573EFDFC06AD034F8A2ADB6FB6D04B2100D9DB((BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 *)((L_244)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_245, (int32_t)L_246))))), L_249, /*hidden argument*/NULL); // boneWeights[vertexOffset + w].weight1 = weights[w].y; BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2* L_250 = V_11; int32_t L_251 = V_14; int32_t L_252 = V_29; NullCheck(L_250); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_253 = V_27; int32_t L_254 = V_29; NullCheck(L_253); float L_255 = ((L_253)->GetAddressAt(static_cast(L_254)))->get_y_2(); BoneWeight_set_weight1_mEF77178BB92D426200A2BBD5126191D82C57911A((BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 *)((L_250)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_251, (int32_t)L_252))))), L_255, /*hidden argument*/NULL); // boneWeights[vertexOffset + w].weight2 = weights[w].z; BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2* L_256 = V_11; int32_t L_257 = V_14; int32_t L_258 = V_29; NullCheck(L_256); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_259 = V_27; int32_t L_260 = V_29; NullCheck(L_259); float L_261 = ((L_259)->GetAddressAt(static_cast(L_260)))->get_z_3(); BoneWeight_set_weight2_m0F9F3F69A4FBE6D6CDA9F9BFFC0787548CE82C26((BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 *)((L_256)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_257, (int32_t)L_258))))), L_261, /*hidden argument*/NULL); // boneWeights[vertexOffset + w].weight3 = weights[w].w; BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2* L_262 = V_11; int32_t L_263 = V_14; int32_t L_264 = V_29; NullCheck(L_262); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_265 = V_27; int32_t L_266 = V_29; NullCheck(L_265); float L_267 = ((L_265)->GetAddressAt(static_cast(L_266)))->get_w_4(); BoneWeight_set_weight3_mC509264581F498257B0904E211AF55DDCE5F38B8((BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 *)((L_262)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_263, (int32_t)L_264))))), L_267, /*hidden argument*/NULL); // for (int w = 0; w < weights.Length; w++) int32_t L_268 = V_29; V_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_268, (int32_t)1)); } IL_0633: { // for (int w = 0; w < weights.Length; w++) int32_t L_269 = V_29; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_270 = V_27; NullCheck(L_270); if ((((int32_t)L_269) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_270)->max_length)))))) { goto IL_0531; } } IL_063e: { // vertexOffset += primitiveVertexCounts[i]; int32_t L_271 = V_14; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_272 = V_4; int32_t L_273 = V_20; NullCheck(L_272); int32_t L_274 = L_273; int32_t L_275 = (L_272)->GetAt(static_cast(L_274)); V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_271, (int32_t)L_275)); // for (int i = 0; i < primitives.Count; i++) int32_t L_276 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_276, (int32_t)1)); } IL_064e: { // for (int i = 0; i < primitives.Count; i++) int32_t L_277 = V_20; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_278 = V_3; NullCheck(L_278); int32_t L_279; L_279 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_278); if ((((int32_t)L_277) < ((int32_t)L_279))) { goto IL_0213; } } { // Mesh mesh = new Mesh(); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_280 = (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)il2cpp_codegen_object_new(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var); Mesh__ctor_mA3D8570373462201AD7B8C9586A7F9412E49C2F6(L_280, /*hidden argument*/NULL); V_15 = L_280; // mesh.vertices = vertices; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_281 = V_15; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_282 = V_6; NullCheck(L_281); Mesh_set_vertices_m38F0908D0FDFE484BE19E94BE9D6176667469AAD(L_281, L_282, /*hidden argument*/NULL); // mesh.normals = normals; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_283 = V_15; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_284 = V_7; NullCheck(L_283); Mesh_set_normals_m3D06E214B63B49788710672B71C99F2365A83130(L_283, L_284, /*hidden argument*/NULL); // mesh.tangents = tangents; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_285 = V_15; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_286 = V_8; NullCheck(L_285); Mesh_set_tangents_mFA4E0A26B52C1FCF80FA5DA642B28716249ACF67(L_285, L_286, /*hidden argument*/NULL); // mesh.colors = colors; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_287 = V_15; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_288 = V_10; NullCheck(L_287); Mesh_set_colors_m676FFD24FC594C87CE6D23287C2FCBDA363E69B0(L_287, L_288, /*hidden argument*/NULL); // mesh.uv = texcoords; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_289 = V_15; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_290 = V_9; NullCheck(L_289); Mesh_set_uv_mF6FED6DDACBAE3EAF28BFBF257A0D5356FCF3AAC(L_289, L_290, /*hidden argument*/NULL); // mesh.boneWeights = boneWeights; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_291 = V_15; BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2* L_292 = V_11; NullCheck(L_291); Mesh_set_boneWeights_m4729491FE14583F78B2E53AD2B0F35A590C40208(L_291, L_292, /*hidden argument*/NULL); // mesh.subMeshCount = primitives.Count; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_293 = V_15; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_294 = V_3; NullCheck(L_294); int32_t L_295; L_295 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_294); NullCheck(L_293); Mesh_set_subMeshCount_mF6F2199AE4FA096C1AE0CAD02E13B6FEA38C6283(L_293, L_295, /*hidden argument*/NULL); // int baseVertex = 0; V_16 = 0; // for(int i = 0; i < primitives.Count; i++) V_30 = 0; goto IL_06cf; } IL_06ad: { // mesh.SetIndices(indicies[i], MeshTopology.Triangles, i, false, baseVertex); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_296 = V_15; Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_297 = V_5; int32_t L_298 = V_30; NullCheck(L_297); int32_t L_299 = L_298; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_300 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_297)->GetAt(static_cast(L_299)); int32_t L_301 = V_30; int32_t L_302 = V_16; NullCheck(L_296); Mesh_SetIndices_m6269D5A9E751E7DFA21248CAD177270989224770(L_296, L_300, 0, L_301, (bool)0, L_302, /*hidden argument*/NULL); // baseVertex += primitiveVertexCounts[i]; int32_t L_303 = V_16; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_304 = V_4; int32_t L_305 = V_30; NullCheck(L_304); int32_t L_306 = L_305; int32_t L_307 = (L_304)->GetAt(static_cast(L_306)); V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_303, (int32_t)L_307)); // for(int i = 0; i < primitives.Count; i++) int32_t L_308 = V_30; V_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_308, (int32_t)1)); } IL_06cf: { // for(int i = 0; i < primitives.Count; i++) int32_t L_309 = V_30; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_310 = V_3; NullCheck(L_310); int32_t L_311; L_311 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_310); if ((((int32_t)L_309) < ((int32_t)L_311))) { goto IL_06ad; } } { // mesh.RecalculateBounds(); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_312 = V_15; NullCheck(L_312); Mesh_RecalculateBounds_mC39556595CFE3E4D8EFA777476ECD22B97FC2737(L_312, /*hidden argument*/NULL); // meshData.mesh = mesh; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_313 = V_15; (&V_1)->set_mesh_0(L_313); // if (transcodeTask != null) Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_314 = V_12; if (!L_314) { goto IL_0708; } } { // transcodeTask.Wait(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_315 = V_12; NullCheck(L_315); Task_Wait_m794A821EEA0F3071EDA168A8CEED6CA60C8D0E40(L_315, /*hidden argument*/NULL); // meshData.material = CreateUnityMaterial(matData, loadMips); U3CU3Ec__DisplayClass16_0_t0F271AD861E4457446EA28F2A62A60968C4B1C2E * L_316 = V_0; NullCheck(L_316); OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 L_317 = L_316->get_matData_1(); bool L_318 = ___loadMips1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_319; L_319 = OVRGLTFLoader_CreateUnityMaterial_m289A7F7755C413B8BD958076ED589A0249A2857F(__this, L_317, L_318, /*hidden argument*/NULL); (&V_1)->set_material_1(L_319); } IL_0708: { // return meshData; OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A L_320 = V_1; return L_320; } } // System.Void OVRGLTFLoader::FlipTraingleIndices(System.Int32[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFLoader_FlipTraingleIndices_m6C5F267B08EA02DA46D118EFDB7A83C597C9AC05 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** ___indices0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // for (int i = 0; i < indices.Length; i += 3) V_0 = 0; goto IL_001e; } IL_0004: { // int a = indices[i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_0 = ___indices0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_0); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = L_4; // indices[i] = indices[i + 2]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_5 = ___indices0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_5); int32_t L_7 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_8 = ___indices0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_8); int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)); int32_t L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int32_t)L_12); // indices[i + 2] = a; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_13 = ___indices0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_13); int32_t L_15 = V_0; int32_t L_16 = V_1; NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)2))), (int32_t)L_16); // for (int i = 0; i < indices.Length; i += 3) int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); } IL_001e: { // for (int i = 0; i < indices.Length; i += 3) int32_t L_18 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_19 = ___indices0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_19); NullCheck(L_20); if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0004; } } { // } return; } } // System.Void OVRGLTFLoader::ProcessSkin(OVRSimpleJSON.JSONNode,UnityEngine.SkinnedMeshRenderer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFLoader_ProcessSkin_mD5490A9C4CEE6224ED9877B3BBC989E0626EAB8A (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___skinNode0, SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * ___renderer1, 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_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E8BB75867D1CB09485D65D83AE73E330728275A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A5D7036ABBEAEA9F3EBF8965CB9B28C970408F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96FB3CF66DF1D3FDD921445943B64189A149ED40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAABDB12A8673CF3F32247EDEEC8B9E68FE0BF8D2); s_Il2CppMethodInitialized = true; } Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82* V_0 = NULL; TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * V_4 = NULL; int32_t V_5 = 0; { // Matrix4x4[] inverseBindMatrices = null; V_0 = (Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82*)NULL; // if (skinNode["inverseBindMatrices"] != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = ___skinNode0; NullCheck(L_0); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_0, _stringLiteral7A5D7036ABBEAEA9F3EBF8965CB9B28C970408F9); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_2; L_2 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_1, NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0067; } } { // int inverseBindMatricesId = skinNode["inverseBindMatrices"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3 = ___skinNode0; NullCheck(L_3); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4; L_4 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_3, _stringLiteral7A5D7036ABBEAEA9F3EBF8965CB9B28C970408F9); NullCheck(L_4); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_4); V_2 = L_5; // var jsonInverseBindMatrices = m_jsonData["accessors"][inverseBindMatricesId]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_6 = __this->get_m_jsonData_0(); NullCheck(L_6); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7; L_7 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_6, _stringLiteral96FB3CF66DF1D3FDD921445943B64189A149ED40); int32_t L_8 = V_2; NullCheck(L_7); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_9; L_9 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_7, L_8); // OVRGLTFAccessor dataReader = new OVRGLTFAccessor(jsonInverseBindMatrices, m_jsonData); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10 = __this->get_m_jsonData_0(); OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_11 = (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 *)il2cpp_codegen_object_new(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var); OVRGLTFAccessor__ctor_mCF1C2DD487F2E3C254BAB9F1896399CE9B8BCBB3(L_11, L_9, L_10, (bool)0, /*hidden argument*/NULL); // inverseBindMatrices = new Matrix4x4[dataReader.GetDataCount()]; OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_12 = L_11; NullCheck(L_12); int32_t L_13; L_13 = OVRGLTFAccessor_GetDataCount_m3055954DED439FAAC136BEF369E7F4AF708813BD_inline(L_12, /*hidden argument*/NULL); Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82* L_14 = (Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82*)(Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82*)SZArrayNew(Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82_il2cpp_TypeInfo_var, (uint32_t)L_13); V_0 = L_14; // dataReader.ReadAsMatrix4x4(m_binaryChunk, ref inverseBindMatrices, 0, GLTFToUnitySpace); OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_15 = __this->get_m_binaryChunk_2(); IL2CPP_RUNTIME_CLASS_INIT(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = ((OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields*)il2cpp_codegen_static_fields_for(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var))->get_GLTFToUnitySpace_4(); NullCheck(L_12); OVRGLTFAccessor_ReadAsMatrix4x4_m7626CAB1D33AACA8DDCC0A71846F789B96697F24(L_12, L_15, (Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82**)(&V_0), 0, L_16, /*hidden argument*/NULL); } IL_0067: { // if (skinNode["skeleton"] != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_17 = ___skinNode0; NullCheck(L_17); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_18; L_18 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_17, _stringLiteralAABDB12A8673CF3F32247EDEEC8B9E68FE0BF8D2); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_19; L_19 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_18, NULL, /*hidden argument*/NULL); if (!L_19) { goto IL_00a2; } } { // var skeletonRootId = skinNode["skeleton"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_20 = ___skinNode0; NullCheck(L_20); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_21; L_21 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_20, _stringLiteralAABDB12A8673CF3F32247EDEEC8B9E68FE0BF8D2); NullCheck(L_21); int32_t L_22; L_22 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_21); V_3 = L_22; // renderer.rootBone = m_Nodes[skeletonRootId].transform; SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * L_23 = ___renderer1; List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_24 = __this->get_m_Nodes_3(); int32_t L_25 = V_3; NullCheck(L_24); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_26; L_26 = List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline(L_24, L_25, /*hidden argument*/List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); NullCheck(L_26); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27; L_27 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_26, /*hidden argument*/NULL); NullCheck(L_23); SkinnedMeshRenderer_set_rootBone_m4079EB11D0BC7797AC44FA9AD83E14B1ECF69393(L_23, L_27, /*hidden argument*/NULL); } IL_00a2: { // Transform[] bones = null; V_1 = (TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D*)NULL; // if (skinNode["joints"] != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_28 = ___skinNode0; NullCheck(L_28); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_29; L_29 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_28, _stringLiteral0E8BB75867D1CB09485D65D83AE73E330728275A); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_30; L_30 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_29, NULL, /*hidden argument*/NULL); if (!L_30) { goto IL_010e; } } { // var joints = skinNode["joints"].AsArray; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_31 = ___skinNode0; NullCheck(L_31); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_32; L_32 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_31, _stringLiteral0E8BB75867D1CB09485D65D83AE73E330728275A); NullCheck(L_32); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_33; L_33 = VirtFuncInvoker0< JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * >::Invoke(39 /* OVRSimpleJSON.JSONArray OVRSimpleJSON.JSONNode::get_AsArray() */, L_32); V_4 = L_33; // bones = new Transform[joints.Count]; JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_34 = V_4; NullCheck(L_34); int32_t L_35; L_35 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_34); TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_36 = (TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D*)(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D*)SZArrayNew(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D_il2cpp_TypeInfo_var, (uint32_t)L_35); V_1 = L_36; // for (int i = 0; i < joints.Count; i++) V_5 = 0; goto IL_0103; } IL_00db: { // bones[i] = m_Nodes[joints[i]].transform; TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_37 = V_1; int32_t L_38 = V_5; List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_39 = __this->get_m_Nodes_3(); JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_40 = V_4; int32_t L_41 = V_5; NullCheck(L_40); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_42; L_42 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_40, L_41); IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); int32_t L_43; L_43 = JSONNode_op_Implicit_m1FAABC4FB839DDFB286F2B45F250519FBC4932E9(L_42, /*hidden argument*/NULL); NullCheck(L_39); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_44; L_44 = List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline(L_39, L_43, /*hidden argument*/List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); NullCheck(L_44); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_45; L_45 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_44, /*hidden argument*/NULL); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_45); (L_37)->SetAt(static_cast(L_38), (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)L_45); // for (int i = 0; i < joints.Count; i++) int32_t L_46 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_0103: { // for (int i = 0; i < joints.Count; i++) int32_t L_47 = V_5; JSONArray_tFF992649B394E95211D54979C66E27DE53CC1A1D * L_48 = V_4; NullCheck(L_48); int32_t L_49; L_49 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 OVRSimpleJSON.JSONNode::get_Count() */, L_48); if ((((int32_t)L_47) < ((int32_t)L_49))) { goto IL_00db; } } IL_010e: { // renderer.sharedMesh.bindposes = inverseBindMatrices; SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * L_50 = ___renderer1; NullCheck(L_50); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_51; L_51 = SkinnedMeshRenderer_get_sharedMesh_mFD55E307943C1C4B2E2E8632F15B41CCBD8D91F2(L_50, /*hidden argument*/NULL); Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82* L_52 = V_0; NullCheck(L_51); Mesh_set_bindposes_m2BB8973DCE07547DCFF05A8BEAFCFA82A01C13BD(L_51, L_52, /*hidden argument*/NULL); // renderer.bones = bones; SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * L_53 = ___renderer1; TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_54 = V_1; NullCheck(L_53); SkinnedMeshRenderer_set_bones_m0485DE3CCA5559E03BAC57B4D4773F0015CAF0A0(L_53, L_54, /*hidden argument*/NULL); // } return; } } // OVRMaterialData OVRGLTFLoader::ProcessMaterial(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 OVRGLTFLoader_ProcessMaterial_mD8786243206F51396AA2D1B06CBAF9A8D9A9737A (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, int32_t ___matId0, 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*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DD345FD5E347B928556D65DD49780B8BC5D7267); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99071261C0C878413AA8F4FCEB8DB2B580ED14A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0B97587CDEEE52C4D60DC4F0F2694D006C01876); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC77027805B1651EF89F819873354A55A93A7C4A); s_Il2CppMethodInitialized = true; } OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 V_0; memset((&V_0), 0, sizeof(V_0)); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_1 = NULL; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_2 = NULL; int32_t V_3 = 0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_4 = NULL; int32_t V_5 = 0; { // OVRMaterialData matData = new OVRMaterialData(); il2cpp_codegen_initobj((&V_0), sizeof(OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 )); // var jsonMaterial = m_jsonData["materials"][matId]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = __this->get_m_jsonData_0(); NullCheck(L_0); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_0, _stringLiteralEC77027805B1651EF89F819873354A55A93A7C4A); int32_t L_2 = ___matId0; NullCheck(L_1); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3; L_3 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_1, L_2); V_1 = L_3; // var jsonPbrDetails = jsonMaterial["pbrMetallicRoughness"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4 = V_1; NullCheck(L_4); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_5; L_5 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_4, _stringLiteral8DD345FD5E347B928556D65DD49780B8BC5D7267); // var jsonBaseColor = jsonPbrDetails["baseColorTexture"]; NullCheck(L_5); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_6; L_6 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_5, _stringLiteralE0B97587CDEEE52C4D60DC4F0F2694D006C01876); V_2 = L_6; // if (jsonBaseColor != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_8; L_8 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_7, NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_0059; } } { // int textureId = jsonBaseColor["index"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_9 = V_2; NullCheck(L_9); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10; L_10 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_9, _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1); NullCheck(L_10); int32_t L_11; L_11 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_10); V_3 = L_11; // matData.textureId = textureId; int32_t L_12 = V_3; (&V_0)->set_textureId_1(L_12); // } goto IL_008c; } IL_0059: { // var jsonTextrure = jsonMaterial["emissiveTexture"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13 = V_1; NullCheck(L_13); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_14; L_14 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_13, _stringLiteral99071261C0C878413AA8F4FCEB8DB2B580ED14A0); V_4 = L_14; // if (jsonTextrure != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_15 = V_4; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_16; L_16 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_15, NULL, /*hidden argument*/NULL); if (!L_16) { goto IL_008c; } } { // int textureId = jsonTextrure["index"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_17 = V_4; NullCheck(L_17); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_18; L_18 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_17, _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1); NullCheck(L_18); int32_t L_19; L_19 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_18); V_5 = L_19; // matData.textureId = textureId; int32_t L_20 = V_5; (&V_0)->set_textureId_1(L_20); } IL_008c: { // matData.shader = m_Shader; Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_21 = __this->get_m_Shader_6(); (&V_0)->set_shader_0(L_21); // return matData; OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 L_22 = V_0; return L_22; } } // OVRTextureData OVRGLTFLoader::ProcessTexture(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 OVRGLTFLoader_ProcessTexture_m2DDF1BE02D5F1A3F339056738C8277E4AF8EA942 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, int32_t ___textureId0, 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*)&JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A47A30B4F70A2FBDC2C08E3C1841D8EF3F70D07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53886AC1470B3B3993A9EF525A0008E45B9CA789); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78977E804098519D064862AB672E526435A235E1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79E88D091421691C53CC28304934AC732EC25429); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC1DA0C9D92BC0EA9929BB82A21C30BE100C3F3F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAB2275E8007B168CDE1F8D76F730FC2D04BC691); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0FDE161BC072ACFCD297CD594EE27B150664F3E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6770C3A83A774E8EF77448D689E51254082440A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8CDFBD4492C613C9601293E88F683E449C0675); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF263647EED627622161501AF833F8E8BDD8DA31F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4C6A627378ADBC79B2476FF06D9895DFA7C4942); s_Il2CppMethodInitialized = true; } JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_0 = NULL; int32_t V_1 = 0; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * V_5 = NULL; OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 V_6; memset((&V_6), 0, sizeof(V_6)); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * V_7 = NULL; { // var jsonTexture = m_jsonData["textures"][textureId]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_0 = __this->get_m_jsonData_0(); NullCheck(L_0); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1; L_1 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_0, _stringLiteralDAB2275E8007B168CDE1F8D76F730FC2D04BC691); int32_t L_2 = ___textureId0; NullCheck(L_1); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3; L_3 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_1, L_2); V_0 = L_3; // int imageSource = -1; V_1 = (-1); // var jsonExtensions = jsonTexture["extensions"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_4 = V_0; NullCheck(L_4); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_5; L_5 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_4, _stringLiteral79E88D091421691C53CC28304934AC732EC25429); V_2 = L_5; // if (jsonExtensions != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_7; L_7 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_6, NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_0059; } } { // var baisuExtension = jsonExtensions["KHR_texture_basisu"]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_8 = V_2; NullCheck(L_8); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_9; L_9 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_8, _stringLiteralF4C6A627378ADBC79B2476FF06D9895DFA7C4942); V_7 = L_9; // if (baisuExtension != null) JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_10 = V_7; IL2CPP_RUNTIME_CLASS_INIT(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_il2cpp_TypeInfo_var); bool L_11; L_11 = JSONNode_op_Inequality_mCF36A9AB11230F0F0AF2B3ECB040850CF1BAFC3E(L_10, NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_006a; } } { // imageSource = baisuExtension["source"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_12 = V_7; NullCheck(L_12); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_13; L_13 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_12, _stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5); NullCheck(L_13); int32_t L_14; L_14 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_13); V_1 = L_14; // } goto IL_006a; } IL_0059: { // imageSource = jsonTexture["source"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_15 = V_0; NullCheck(L_15); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_16; L_16 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_15, _stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5); NullCheck(L_16); int32_t L_17; L_17 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_16); V_1 = L_17; } IL_006a: { // var jsonSource = m_jsonData["images"][imageSource]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_18 = __this->get_m_jsonData_0(); NullCheck(L_18); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_19; L_19 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_18, _stringLiteralAC1DA0C9D92BC0EA9929BB82A21C30BE100C3F3F); int32_t L_20 = V_1; NullCheck(L_19); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_21; L_21 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_19, L_20); // int sampler = jsonTexture["sampler"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_22 = V_0; NullCheck(L_22); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_23; L_23 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_22, _stringLiteral53886AC1470B3B3993A9EF525A0008E45B9CA789); NullCheck(L_23); int32_t L_24; L_24 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_23); V_3 = L_24; // var jsonSampler = m_jsonData["samplers"][sampler]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_25 = __this->get_m_jsonData_0(); NullCheck(L_25); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_26; L_26 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_25, _stringLiteralE0FDE161BC072ACFCD297CD594EE27B150664F3E); int32_t L_27 = V_3; NullCheck(L_26); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_28; L_28 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_26, L_27); // int bufferViewId = jsonSource["bufferView"].AsInt; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_29 = L_21; NullCheck(L_29); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_30; L_30 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_29, _stringLiteral2A47A30B4F70A2FBDC2C08E3C1841D8EF3F70D07); NullCheck(L_30); int32_t L_31; L_31 = VirtFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 OVRSimpleJSON.JSONNode::get_AsInt() */, L_30); V_4 = L_31; // var jsonBufferView = m_jsonData["bufferViews"][bufferViewId]; JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_32 = __this->get_m_jsonData_0(); NullCheck(L_32); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_33; L_33 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_32, _stringLiteralE6770C3A83A774E8EF77448D689E51254082440A); int32_t L_34 = V_4; NullCheck(L_33); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_35; L_35 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, int32_t >::Invoke(5 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.Int32) */, L_33, L_34); // OVRGLTFAccessor dataReader = new OVRGLTFAccessor(jsonBufferView, m_jsonData, true); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_36 = __this->get_m_jsonData_0(); OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_37 = (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 *)il2cpp_codegen_object_new(OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3_il2cpp_TypeInfo_var); OVRGLTFAccessor__ctor_mCF1C2DD487F2E3C254BAB9F1896399CE9B8BCBB3(L_37, L_35, L_36, (bool)1, /*hidden argument*/NULL); V_5 = L_37; // OVRTextureData textureData = new OVRTextureData(); il2cpp_codegen_initobj((&V_6), sizeof(OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 )); // if (jsonSource["mimeType"].Value == "image/ktx2") NullCheck(L_29); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_38; L_38 = VirtFuncInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *, String_t* >::Invoke(7 /* OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONNode::get_Item(System.String) */, L_29, _stringLiteral78977E804098519D064862AB672E526435A235E1); NullCheck(L_38); String_t* L_39; L_39 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String OVRSimpleJSON.JSONNode::get_Value() */, L_38); bool L_40; L_40 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_39, _stringLiteralEF8CDFBD4492C613C9601293E88F683E449C0675, /*hidden argument*/NULL); if (!L_40) { goto IL_0120; } } { // textureData.data = dataReader.ReadAsKtxTexture(m_binaryChunk); OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * L_41 = V_5; OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 L_42 = __this->get_m_binaryChunk_2(); NullCheck(L_41); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43; L_43 = OVRGLTFAccessor_ReadAsKtxTexture_mAE2B378EA1A731ED8F3D8EA06423EA2C2EC9BFC7(L_41, L_42, /*hidden argument*/NULL); (&V_6)->set_data_0(L_43); // textureData.format = OVRTextureFormat.KTX2; (&V_6)->set_format_3(1); // } goto IL_012a; } IL_0120: { // Debug.LogWarning("Unsupported image mimeType."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteralF263647EED627622161501AF833F8E8BDD8DA31F, /*hidden argument*/NULL); } IL_012a: { // return textureData; OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 L_44 = V_6; return L_44; } } // System.Void OVRGLTFLoader::TranscodeTexture(OVRTextureData&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFLoader_TranscodeTexture_m2B4162943662DC3A6214F74EC4C82D2896475B96 (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 * ___textureData0, 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*)&_stringLiteral1B93F83B8790B27C649BD1A6D73ABEEF504F5FF6); s_Il2CppMethodInitialized = true; } { // if (textureData.format == OVRTextureFormat.KTX2) OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 * L_0 = ___textureData0; int32_t L_1 = L_0->get_format_3(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0017; } } { // OVRKtxTexture.Load(textureData.data, ref textureData); OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 * L_2 = ___textureData0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_2->get_data_0(); OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 * L_4 = ___textureData0; bool L_5; L_5 = OVRKtxTexture_Load_m1E6A819E21A58589496839D60780D2E5E910AE05(L_3, (OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 *)L_4, /*hidden argument*/NULL); // } return; } IL_0017: { // Debug.LogWarning("Only KTX2 textures can be trascoded."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteral1B93F83B8790B27C649BD1A6D73ABEEF504F5FF6, /*hidden argument*/NULL); // } return; } } // UnityEngine.Material OVRGLTFLoader::CreateUnityMaterial(OVRMaterialData,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * OVRGLTFLoader_CreateUnityMaterial_m289A7F7755C413B8BD958076ED589A0249A2857F (OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 * __this, OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 ___matData0, bool ___loadMips1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Material_t8927C00353A72755313F046D0CE85178AE8218EE * V_0 = NULL; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * V_1 = NULL; { // Material mat = new Material(matData.shader); OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 L_0 = ___matData0; Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_1 = L_0.get_shader_0(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = (Material_t8927C00353A72755313F046D0CE85178AE8218EE *)il2cpp_codegen_object_new(Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var); Material__ctor_mD2A3BCD3B4F17F5C6E95F3B34DAF4B497B67127E(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; // if (matData.texture.format == OVRTextureFormat.KTX2) OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 L_3 = ___matData0; OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 L_4 = L_3.get_texture_2(); int32_t L_5 = L_4.get_format_3(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0062; } } { // texture = new Texture2D(matData.texture.width, matData.texture.height, matData.texture.transcodedFormat, loadMips); OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 L_6 = ___matData0; OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 L_7 = L_6.get_texture_2(); int32_t L_8 = L_7.get_width_1(); OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 L_9 = ___matData0; OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 L_10 = L_9.get_texture_2(); int32_t L_11 = L_10.get_height_2(); OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 L_12 = ___matData0; OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 L_13 = L_12.get_texture_2(); int32_t L_14 = L_13.get_transcodedFormat_4(); bool L_15 = ___loadMips1; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_16 = (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)il2cpp_codegen_object_new(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); Texture2D__ctor_mF138386223A07CBD4CE94672757E39D0EF718092(L_16, L_8, L_11, L_14, L_15, /*hidden argument*/NULL); V_1 = L_16; // texture.LoadRawTextureData(matData.texture.data); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_17 = V_1; OVRMaterialData_t6DCB664B2853F13A60002CD9CF46126312AB7455 L_18 = ___matData0; OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 L_19 = L_18.get_texture_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = L_19.get_data_0(); NullCheck(L_17); Texture2D_LoadRawTextureData_m93A620CC97332F351305E3A93AD11CB2E0EFDAF4(L_17, L_20, /*hidden argument*/NULL); // texture.Apply(false, true); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_21 = V_1; NullCheck(L_21); Texture2D_Apply_m83460E7B5610A6D85DD3CCA71CC5D4523390D660(L_21, (bool)0, (bool)1, /*hidden argument*/NULL); // mat.mainTexture = texture; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_22 = V_0; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_23 = V_1; NullCheck(L_22); Material_set_mainTexture_m1F715422BE5C75B4A7AC951691F0DC16A8C294C5(L_22, L_23, /*hidden argument*/NULL); } IL_0062: { // return mat; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_24 = V_0; return L_24; } } // System.Void OVRGLTFLoader::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGLTFLoader__cctor_mAC5A56AF315A081EBF18A5742716933E15FE4112 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly Vector3 GLTFToUnitySpace = new Vector3(-1, 1, 1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; memset((&L_0), 0, sizeof(L_0)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_0), (-1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); ((OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields*)il2cpp_codegen_static_fields_for(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var))->set_GLTFToUnitySpace_4(L_0); // private static readonly Vector3 GLTFToUnityTangent = new Vector4(-1, 1, 1, -1); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1; memset((&L_1), 0, sizeof(L_1)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_1), (-1.0f), (1.0f), (1.0f), (-1.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector4_op_Implicit_mFAF4066991B0091223DB22E35C4290C43E5913AB(L_1, /*hidden argument*/NULL); ((OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_StaticFields*)il2cpp_codegen_static_fields_for(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var))->set_GLTFToUnityTangent_5(L_2); 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: OVRGLTFScene IL2CPP_EXTERN_C void OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshal_pinvoke(const OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380& unmarshaled, OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshaled_pinvoke& marshaled) { Exception_t* ___root_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'root' of type 'OVRGLTFScene': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___root_0Exception, NULL); } IL2CPP_EXTERN_C void OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshal_pinvoke_back(const OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshaled_pinvoke& marshaled, OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380& unmarshaled) { Exception_t* ___root_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'root' of type 'OVRGLTFScene': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___root_0Exception, NULL); } // Conversion method for clean up from marshalling of: OVRGLTFScene IL2CPP_EXTERN_C void OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshal_pinvoke_cleanup(OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: OVRGLTFScene IL2CPP_EXTERN_C void OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshal_com(const OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380& unmarshaled, OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshaled_com& marshaled) { Exception_t* ___root_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'root' of type 'OVRGLTFScene': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___root_0Exception, NULL); } IL2CPP_EXTERN_C void OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshal_com_back(const OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshaled_com& marshaled, OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380& unmarshaled) { Exception_t* ___root_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'root' of type 'OVRGLTFScene': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___root_0Exception, NULL); } // Conversion method for clean up from marshalling of: OVRGLTFScene IL2CPP_EXTERN_C void OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshal_com_cleanup(OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_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 // System.Boolean OVRGazePointer::get_hidden() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRGazePointer_get_hidden_m19334F06096B6117B7E1B34ABB9E10DA9B05D143 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method) { { // public bool hidden { get; private set; } bool L_0 = __this->get_U3ChiddenU3Ek__BackingField_12(); return L_0; } } // System.Void OVRGazePointer::set_hidden(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_set_hidden_m03529551FCDAE18277C12272572348334D84755A (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool hidden { get; private set; } bool L_0 = ___value0; __this->set_U3ChiddenU3Ek__BackingField_12(L_0); return; } } // System.Single OVRGazePointer::get_currentScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRGazePointer_get_currentScale_m905EC2ADA49910F326447062C59C83E380877E90 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method) { { // public float currentScale { get; private set; } float L_0 = __this->get_U3CcurrentScaleU3Ek__BackingField_13(); return L_0; } } // System.Void OVRGazePointer::set_currentScale(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_set_currentScale_mE3201C85EE9B950A62C4A7014DA259B928587D61 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, float ___value0, const RuntimeMethod* method) { { // public float currentScale { get; private set; } float L_0 = ___value0; __this->set_U3CcurrentScaleU3Ek__BackingField_13(L_0); return; } } // OVRGazePointer OVRGazePointer::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * OVRGazePointer_get_instance_m7BFF9476AA310FEBE09BFEB8E5A3D1E7CA788B31 (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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisOVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_m2018A49C94EC6A46DB681596A59F52E7E2E3CEF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FE79783F86DBFBDBFCC6FB30AC7767A1129DDC7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98831C09476FE5E2144BC7D16056EFD6C3E0AB2B); s_Il2CppMethodInitialized = true; } { // if (_instance == null) OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * L_0 = ((OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_StaticFields*)il2cpp_codegen_static_fields_for(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_il2cpp_TypeInfo_var))->get__instance_20(); 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_0045; } } { // Debug.Log(string.Format("Instanciating GazePointer", 0)); int32_t L_2 = 0; RuntimeObject * L_3 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_2); String_t* L_4; L_4 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteral3FE79783F86DBFBDBFCC6FB30AC7767A1129DDC7, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(L_4, /*hidden argument*/NULL); // _instance = (OVRGazePointer)GameObject.Instantiate((OVRGazePointer)Resources.Load("Prefabs/GazePointerRing", typeof(OVRGazePointer))); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_5, /*hidden argument*/NULL); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_7; L_7 = Resources_Load_m00F1411C22E0A261A469A552582F8484B091E11F(_stringLiteral98831C09476FE5E2144BC7D16056EFD6C3E0AB2B, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * L_8; L_8 = Object_Instantiate_TisOVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_m2018A49C94EC6A46DB681596A59F52E7E2E3CEF4(((OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 *)CastclassClass((RuntimeObject*)L_7, OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_il2cpp_TypeInfo_var)), /*hidden argument*/Object_Instantiate_TisOVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_m2018A49C94EC6A46DB681596A59F52E7E2E3CEF4_RuntimeMethod_var); ((OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_StaticFields*)il2cpp_codegen_static_fields_for(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_il2cpp_TypeInfo_var))->set__instance_20(L_8); } IL_0045: { // return _instance; OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * L_9 = ((OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_StaticFields*)il2cpp_codegen_static_fields_for(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_il2cpp_TypeInfo_var))->get__instance_20(); return L_9; } } // System.Single OVRGazePointer::get_visibilityStrength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRGazePointer_get_visibilityStrength_mE5B13365417A863A3BB0633180ADC7B7BB580A75 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float G_B8_0 = 0.0f; { // if (hideByDefault) bool L_0 = __this->get_hideByDefault_5(); if (!L_0) { goto IL_0029; } } { // strengthFromShowRequest = Mathf.Clamp01(1 - (Time.time - lastShowRequestTime) / showTimeoutPeriod); float L_1; L_1 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_2 = __this->get_lastShowRequestTime_17(); float L_3 = __this->get_showTimeoutPeriod_6(); float L_4; L_4 = Mathf_Clamp01_m831CBA1D198C3CDE660E8172A67A4E41BD0D0171(((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2))/(float)L_3)))), /*hidden argument*/NULL); V_0 = L_4; // } goto IL_002f; } IL_0029: { // strengthFromShowRequest = 1; V_0 = (1.0f); } IL_002f: { // strengthFromHideRequest = (lastHideRequestTime + hideTimeoutPeriod > Time.time) ? (dimOnHideRequest ? 0.1f : 0) : 1; float L_5 = __this->get_lastHideRequestTime_18(); float L_6 = __this->get_hideTimeoutPeriod_7(); float L_7; L_7 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); if ((((float)((float)il2cpp_codegen_add((float)L_5, (float)L_6))) > ((float)L_7))) { goto IL_004a; } } { G_B8_0 = (1.0f); goto IL_005e; } IL_004a: { bool L_8 = __this->get_dimOnHideRequest_8(); if (L_8) { goto IL_0059; } } { G_B8_0 = (0.0f); goto IL_005e; } IL_0059: { G_B8_0 = (0.100000001f); } IL_005e: { V_1 = G_B8_0; // return Mathf.Min(strengthFromShowRequest, strengthFromHideRequest); float L_9 = V_0; float L_10 = V_1; float L_11; L_11 = Mathf_Min_m2685AF38FD5B92F51F6A07F4B770DF34F4A53FE6(L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Single OVRGazePointer::get_SelectionProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRGazePointer_get_SelectionProgress_m3C39B8147A510C400FBE3FF5AB8A94E1C9B2557D (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, 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; } { // return progressIndicator ? progressIndicator.currentProgress : 0; OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0 * L_0 = __this->get_progressIndicator_19(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0013; } } { return (0.0f); } IL_0013: { OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0 * L_2 = __this->get_progressIndicator_19(); NullCheck(L_2); float L_3 = L_2->get_currentProgress_5(); return L_3; } } // System.Void OVRGazePointer::set_SelectionProgress(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_set_SelectionProgress_mC6C615ADF319BB9BB306919D8E90D732EBCF4C00 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, float ___value0, 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 (progressIndicator) OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0 * L_0 = __this->get_progressIndicator_19(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { // progressIndicator.currentProgress = value; OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0 * L_2 = __this->get_progressIndicator_19(); float L_3 = ___value0; NullCheck(L_2); L_2->set_currentProgress_5(L_3); } IL_0019: { // } return; } } // System.Void OVRGazePointer::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_Awake_m9B24C9C21EE9348273CAE995ED9B4CEF6CF97524 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisOVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0_m5BC1BBE8992896DF6FF24CAAB4E19B1A8BE73DB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF274BD23F71B9B87C20CB3A615D2B0541743D4E); s_Il2CppMethodInitialized = true; } { // currentScale = 1; OVRGazePointer_set_currentScale_mE3201C85EE9B950A62C4A7014DA259B928587D61_inline(__this, (1.0f), /*hidden argument*/NULL); // if (_instance != null && _instance != this) OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * L_0 = ((OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_StaticFields*)il2cpp_codegen_static_fields_for(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_il2cpp_TypeInfo_var))->get__instance_20(); 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_0033; } } { OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * L_2 = ((OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_StaticFields*)il2cpp_codegen_static_fields_for(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_il2cpp_TypeInfo_var))->get__instance_20(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_2, __this, /*hidden argument*/NULL); if (!L_3) { goto IL_0033; } } { // enabled = false; Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(__this, (bool)0, /*hidden argument*/NULL); // DestroyImmediate(this); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_m7E408D4287F169F714A91F4D823A0BEF6090C11F(__this, /*hidden argument*/NULL); // return; return; } IL_0033: { // _instance = this; ((OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_StaticFields*)il2cpp_codegen_static_fields_for(OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885_il2cpp_TypeInfo_var))->set__instance_20(__this); // gazeIcon = transform.Find("GazeIcon"); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_4, _stringLiteralBF274BD23F71B9B87C20CB3A615D2B0541743D4E, /*hidden argument*/NULL); __this->set_gazeIcon_4(L_5); // progressIndicator = transform.GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_6); OVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0 * L_7; L_7 = Component_GetComponent_TisOVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0_m5BC1BBE8992896DF6FF24CAAB4E19B1A8BE73DB5(L_6, /*hidden argument*/Component_GetComponent_TisOVRProgressIndicator_t87CE0038995558357BECC67F4F2D9D03C5D419A0_m5BC1BBE8992896DF6FF24CAAB4E19B1A8BE73DB5_RuntimeMethod_var); __this->set_progressIndicator_19(L_7); // } return; } } // System.Void OVRGazePointer::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_Update_m2A751007250D6A7917EF621C4B2757558EAD9FB4 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, 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 (rayTransform == null && Camera.main != null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_rayTransform_11(); 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_002b; } } { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2; L_2 = Camera_get_main_m4E3DB1CD03E916476426AB3F78B26F21690EE26B(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_002b; } } { // rayTransform = Camera.main.transform; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_4; L_4 = Camera_get_main_m4E3DB1CD03E916476426AB3F78B26F21690EE26B(/*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); __this->set_rayTransform_11(L_5); } IL_002b: { // transform.position = rayTransform.position + rayTransform.forward * depth; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = __this->get_rayTransform_11(); NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_7, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = __this->get_rayTransform_11(); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_9, /*hidden argument*/NULL); float L_11 = __this->get_depth_14(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_10, L_11, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_8, L_12, /*hidden argument*/NULL); NullCheck(L_6); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_6, L_13, /*hidden argument*/NULL); // if (visibilityStrength == 0 && !hidden) float L_14; L_14 = OVRGazePointer_get_visibilityStrength_mE5B13365417A863A3BB0633180ADC7B7BB580A75(__this, /*hidden argument*/NULL); if ((!(((float)L_14) == ((float)(0.0f))))) { goto IL_0078; } } { bool L_15; L_15 = OVRGazePointer_get_hidden_m19334F06096B6117B7E1B34ABB9E10DA9B05D143_inline(__this, /*hidden argument*/NULL); if (L_15) { goto IL_0078; } } { // Hide(); OVRGazePointer_Hide_m96A107B3451DB89B3339E598D6D519643A4813E6(__this, /*hidden argument*/NULL); // } return; } IL_0078: { // else if (visibilityStrength > 0 && hidden) float L_16; L_16 = OVRGazePointer_get_visibilityStrength_mE5B13365417A863A3BB0633180ADC7B7BB580A75(__this, /*hidden argument*/NULL); if ((!(((float)L_16) > ((float)(0.0f))))) { goto IL_0093; } } { bool L_17; L_17 = OVRGazePointer_get_hidden_m19334F06096B6117B7E1B34ABB9E10DA9B05D143_inline(__this, /*hidden argument*/NULL); if (!L_17) { goto IL_0093; } } { // Show(); OVRGazePointer_Show_m96F1B55093D4EED164DB8F947708AC24F7BE7AC1(__this, /*hidden argument*/NULL); } IL_0093: { // } return; } } // System.Void OVRGazePointer::SetCursorStartDest(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_SetCursorStartDest_m66973AC3F689B105A5F40E8EADBDA2A9EC12676F (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___normal2, const RuntimeMethod* method) { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); { // transform.position = pos; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___pos1; NullCheck(L_0); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_0, L_1, /*hidden argument*/NULL); // if (!matchNormalOnPhysicsColliders) normal = rayTransform.forward; bool L_2 = __this->get_matchNormalOnPhysicsColliders_10(); if (L_2) { goto IL_0021; } } { // if (!matchNormalOnPhysicsColliders) normal = rayTransform.forward; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_rayTransform_11(); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_3, /*hidden argument*/NULL); ___normal2 = L_4; } IL_0021: { // Quaternion newRot = transform.rotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_5); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6; L_6 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_5, /*hidden argument*/NULL); V_0 = L_6; // newRot.SetLookRotation(normal, rayTransform.up); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___normal2; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8 = __this->get_rayTransform_11(); NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_8, /*hidden argument*/NULL); Quaternion_SetLookRotation_m14A93BD876B6A49D060EC075494E0431A8369C36((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_0), L_7, L_9, /*hidden argument*/NULL); // transform.rotation = newRot; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_11 = V_0; NullCheck(L_10); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_10, L_11, /*hidden argument*/NULL); // depth = (rayTransform.position - pos).magnitude; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12 = __this->get_rayTransform_11(); NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_12, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = ___pos1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; float L_16; L_16 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); __this->set_depth_14(L_16); // currentScale = depth * depthScaleMultiplier; float L_17 = __this->get_depth_14(); float L_18 = __this->get_depthScaleMultiplier_9(); OVRGazePointer_set_currentScale_mE3201C85EE9B950A62C4A7014DA259B928587D61_inline(__this, ((float)il2cpp_codegen_multiply((float)L_17, (float)L_18)), /*hidden argument*/NULL); // transform.localScale = new Vector3(currentScale, currentScale, currentScale); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19; L_19 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); float L_20; L_20 = OVRGazePointer_get_currentScale_m905EC2ADA49910F326447062C59C83E380877E90_inline(__this, /*hidden argument*/NULL); float L_21; L_21 = OVRGazePointer_get_currentScale_m905EC2ADA49910F326447062C59C83E380877E90_inline(__this, /*hidden argument*/NULL); float L_22; L_22 = OVRGazePointer_get_currentScale_m905EC2ADA49910F326447062C59C83E380877E90_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; memset((&L_23), 0, sizeof(L_23)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_23), L_20, L_21, L_22, /*hidden argument*/NULL); NullCheck(L_19); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_19, L_23, /*hidden argument*/NULL); // positionSetsThisFrame++; int32_t L_24 = __this->get_positionSetsThisFrame_16(); __this->set_positionSetsThisFrame_16(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))); // RequestShow(); OVRGazePointer_RequestShow_m578CC2D7455A5E2D08655750CE05BFA3C6748158(__this, /*hidden argument*/NULL); // } return; } } // System.Void OVRGazePointer::SetCursorRay(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_SetCursorRay_m70CF7BC0C8F714728C223B72F9A701E1BDC3A961 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___ray0, const RuntimeMethod* method) { { // } return; } } // System.Void OVRGazePointer::LateUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_LateUpdate_mC6DFC563A8CD228DB852888693367DA73E3A8295 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method) { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (positionSetsThisFrame == 0) int32_t L_0 = __this->get_positionSetsThisFrame_16(); if (L_0) { goto IL_003d; } } { // Quaternion newRot = transform.rotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2; L_2 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_1, /*hidden argument*/NULL); V_1 = L_2; // newRot.SetLookRotation(rayTransform.forward, rayTransform.up); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_rayTransform_11(); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_3, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = __this->get_rayTransform_11(); NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_5, /*hidden argument*/NULL); Quaternion_SetLookRotation_m14A93BD876B6A49D060EC075494E0431A8369C36((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_1), L_4, L_6, /*hidden argument*/NULL); // transform.rotation = newRot; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8 = V_1; NullCheck(L_7); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_7, L_8, /*hidden argument*/NULL); } IL_003d: { // Quaternion iconRotation = gazeIcon.rotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = __this->get_gazeIcon_4(); NullCheck(L_9); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_10; L_10 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_9, /*hidden argument*/NULL); V_0 = L_10; // iconRotation.SetLookRotation(transform.rotation * new Vector3(0, 0, 1)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_11); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_12; L_12 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_11, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; memset((&L_13), 0, sizeof(L_13)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_13), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Quaternion_op_Multiply_mDEAB1A882C07A9520D77EB35473F71AAE74452BC(L_12, L_13, /*hidden argument*/NULL); Quaternion_SetLookRotation_m51FB0FD3F6EB54C4674C0B3690D3825D954EABE5((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_0), L_14, /*hidden argument*/NULL); // gazeIcon.rotation = iconRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15 = __this->get_gazeIcon_4(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_16 = V_0; NullCheck(L_15); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_15, L_16, /*hidden argument*/NULL); // positionSetsThisFrame = 0; __this->set_positionSetsThisFrame_16(0); // } return; } } // System.Void OVRGazePointer::RequestHide() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_RequestHide_m1CD06DD7374EA4397BBC28276C81537D5E04B5C1 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method) { { // if (!dimOnHideRequest) bool L_0 = __this->get_dimOnHideRequest_8(); if (L_0) { goto IL_000e; } } { // Hide(); OVRGazePointer_Hide_m96A107B3451DB89B3339E598D6D519643A4813E6(__this, /*hidden argument*/NULL); } IL_000e: { // lastHideRequestTime = Time.time; float L_1; L_1 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); __this->set_lastHideRequestTime_18(L_1); // } return; } } // System.Void OVRGazePointer::RequestShow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_RequestShow_m578CC2D7455A5E2D08655750CE05BFA3C6748158 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method) { { // Show(); OVRGazePointer_Show_m96F1B55093D4EED164DB8F947708AC24F7BE7AC1(__this, /*hidden argument*/NULL); // lastShowRequestTime = Time.time; float L_0; L_0 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); __this->set_lastShowRequestTime_17(L_0); // } return; } } // System.Void OVRGazePointer::Hide() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_Hide_m96A107B3451DB89B3339E598D6D519643A4813E6 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __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*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (Transform child in transform) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1; L_1 = Transform_GetEnumerator_mBA0E884A69F0AA05FCB69F4EE5F700177F75DD7E(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0024; } IL_000e: { // foreach (Transform child in transform) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); // child.gameObject.SetActive(false); NullCheck(((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)CastclassClass((RuntimeObject*)L_3, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var))); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)CastclassClass((RuntimeObject*)L_3, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_4); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_4, (bool)0, /*hidden argument*/NULL); } IL_0024: { // foreach (Transform child in transform) RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_000e; } } IL_002c: { IL2CPP_LEAVE(0x3F, FINALLY_002e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) { RuntimeObject* L_7 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_7, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_1; if (!L_8) { goto IL_003e; } } IL_0038: { RuntimeObject* L_9 = V_1; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_003e: { IL2CPP_END_FINALLY(46) } } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3F, IL_003f) } IL_003f: { // if (GetComponent()) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_10; L_10 = Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0058; } } { // GetComponent().enabled = false; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_12; L_12 = Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019_RuntimeMethod_var); NullCheck(L_12); Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B(L_12, (bool)0, /*hidden argument*/NULL); } IL_0058: { // hidden = true; OVRGazePointer_set_hidden_m03529551FCDAE18277C12272572348334D84755A_inline(__this, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void OVRGazePointer::Show() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer_Show_m96F1B55093D4EED164DB8F947708AC24F7BE7AC1 (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __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*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (Transform child in transform) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1; L_1 = Transform_GetEnumerator_mBA0E884A69F0AA05FCB69F4EE5F700177F75DD7E(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0024; } IL_000e: { // foreach (Transform child in transform) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); // child.gameObject.SetActive(true); NullCheck(((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)CastclassClass((RuntimeObject*)L_3, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var))); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)CastclassClass((RuntimeObject*)L_3, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_4); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_4, (bool)1, /*hidden argument*/NULL); } IL_0024: { // foreach (Transform child in transform) RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_000e; } } IL_002c: { IL2CPP_LEAVE(0x3F, FINALLY_002e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) { RuntimeObject* L_7 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_7, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_1; if (!L_8) { goto IL_003e; } } IL_0038: { RuntimeObject* L_9 = V_1; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_003e: { IL2CPP_END_FINALLY(46) } } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3F, IL_003f) } IL_003f: { // if (GetComponent()) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_10; L_10 = Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0058; } } { // GetComponent().enabled = true; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_12; L_12 = Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019_RuntimeMethod_var); NullCheck(L_12); Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B(L_12, (bool)1, /*hidden argument*/NULL); } IL_0058: { // hidden = false; OVRGazePointer_set_hidden_m03529551FCDAE18277C12272572348334D84755A_inline(__this, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void OVRGazePointer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGazePointer__ctor_m7AFA645FC92642886F976F19321A0DD0DFDDED5B (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method) { { // public bool hideByDefault = true; __this->set_hideByDefault_5((bool)1); // public float showTimeoutPeriod = 1; __this->set_showTimeoutPeriod_6((1.0f)); // public float hideTimeoutPeriod = 0.1f; __this->set_hideTimeoutPeriod_7((0.100000001f)); // public bool dimOnHideRequest = true; __this->set_dimOnHideRequest_8((bool)1); // public float depthScaleMultiplier = 0.03f; __this->set_depthScaleMultiplier_9((0.0299999993f)); OVRCursor__ctor_mB020DDB4D9F85CBAE86A337E0B53CF2F05BB3F32(__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 OVRGearVrControllerTest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGearVrControllerTest__ctor_m80D169A3E6C2479AFAAE329C8708E0B3019C0173 (OVRGearVrControllerTest_t5BBD4EB09A509FE8E9467E75AC1A976368590B35 * __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 // System.Boolean OVRGrabbable::get_allowOffhandGrab() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRGrabbable_get_allowOffhandGrab_mA898D7CDD73E8680615048FA2BC04F74FC7A4B5C (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_allowOffhandGrab; } bool L_0 = __this->get_m_allowOffhandGrab_4(); return L_0; } } // System.Boolean OVRGrabbable::get_isGrabbed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRGrabbable_get_isGrabbed_mB3601AA90A933A4FC1FA595B1E360F7D707BF76F (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, 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; } { // get { return m_grabbedBy != null; } OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * L_0 = __this->get_m_grabbedBy_11(); 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); return L_1; } } // System.Boolean OVRGrabbable::get_snapPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRGrabbable_get_snapPosition_m1D088A3F6147B7C3DDFA46A3EED801535C3123CE (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_snapPosition; } bool L_0 = __this->get_m_snapPosition_5(); return L_0; } } // System.Boolean OVRGrabbable::get_snapOrientation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRGrabbable_get_snapOrientation_mBDF771F38600DAB7E1930689324B71A29196C210 (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_snapOrientation; } bool L_0 = __this->get_m_snapOrientation_6(); return L_0; } } // UnityEngine.Transform OVRGrabbable::get_snapOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRGrabbable_get_snapOffset_m891B2B7E524DF074C9D8F400EEAB5E4A1A65A599 (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_snapOffset; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_m_snapOffset_7(); return L_0; } } // OVRGrabber OVRGrabbable::get_grabbedBy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * OVRGrabbable_get_grabbedBy_mE58C37AC403FECAE17271C8E724EDF9C4A51BB9A (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_grabbedBy; } OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * L_0 = __this->get_m_grabbedBy_11(); return L_0; } } // UnityEngine.Transform OVRGrabbable::get_grabbedTransform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRGrabbable_get_grabbedTransform_m4C2A490ADC4D79F6EAB0B6E46702CD807038C9B4 (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_grabbedCollider.transform; } Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_0 = __this->get_m_grabbedCollider_10(); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Rigidbody OVRGrabbable::get_grabbedRigidbody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * OVRGrabbable_get_grabbedRigidbody_mBCE0BC7D9060D2B79ADD65B86F996A8FB72CCA45 (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_grabbedCollider.attachedRigidbody; } Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_0 = __this->get_m_grabbedCollider_10(); NullCheck(L_0); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_1; L_1 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Collider[] OVRGrabbable::get_grabPoints() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* OVRGrabbable_get_grabPoints_m805A33BE37EA7F64A7D27AB54159C935F338E46D (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_grabPoints; } ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_0 = __this->get_m_grabPoints_8(); return L_0; } } // System.Void OVRGrabbable::GrabBegin(OVRGrabber,UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabbable_GrabBegin_mE58F54F094A2D073B5494332A47B7A8436D463C6 (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * ___hand0, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___grabPoint1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_grabbedBy = hand; OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * L_0 = ___hand0; __this->set_m_grabbedBy_11(L_0); // m_grabbedCollider = grabPoint; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_1 = ___grabPoint1; __this->set_m_grabbedCollider_10(L_1); // gameObject.GetComponent().isKinematic = true; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_2); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_3; L_3 = GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354(L_2, /*hidden argument*/GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var); NullCheck(L_3); Rigidbody_set_isKinematic_mCF74D680205544826F2DE2CAB929C9F25409A311(L_3, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void OVRGrabbable::GrabEnd(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabbable_GrabEnd_m8334583F6D27014D1DB90C7684834627218DDC1B (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___linearVelocity0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___angularVelocity1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // Rigidbody rb = gameObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_0); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_1; L_1 = GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354(L_0, /*hidden argument*/GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var); // rb.isKinematic = m_grabbedKinematic; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_2 = L_1; bool L_3 = __this->get_m_grabbedKinematic_9(); NullCheck(L_2); Rigidbody_set_isKinematic_mCF74D680205544826F2DE2CAB929C9F25409A311(L_2, L_3, /*hidden argument*/NULL); // rb.velocity = linearVelocity; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_4 = L_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = ___linearVelocity0; NullCheck(L_4); Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D(L_4, L_5, /*hidden argument*/NULL); // rb.angularVelocity = angularVelocity; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___angularVelocity1; NullCheck(L_4); Rigidbody_set_angularVelocity_m3A40B7F195E9E217AE29A0964D7E7540E2E23080(L_4, L_6, /*hidden argument*/NULL); // m_grabbedBy = null; __this->set_m_grabbedBy_11((OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 *)NULL); // m_grabbedCollider = null; __this->set_m_grabbedCollider_10((Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 *)NULL); // } return; } } // System.Void OVRGrabbable::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabbable_Awake_m93A8FFDAD6D802FE912FE4D28E289A42A368C4CA (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_mCE49E8783A1794715E6D539C8BB8C78CC589AB60_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * V_0 = NULL; { // if (m_grabPoints.Length == 0) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_0 = __this->get_m_grabPoints_8(); NullCheck(L_0); if ((((RuntimeArray*)L_0)->max_length)) { goto IL_0034; } } { // Collider collider = this.GetComponent(); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_1; L_1 = Component_GetComponent_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_mCE49E8783A1794715E6D539C8BB8C78CC589AB60(__this, /*hidden argument*/Component_GetComponent_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_mCE49E8783A1794715E6D539C8BB8C78CC589AB60_RuntimeMethod_var); V_0 = L_1; // if (collider == null) Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * 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_0024; } } { // throw new ArgumentException("Grabbables cannot have zero grab points and no collider -- please add a grab point or collider."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral896A889B825C68A1CE8F6A4637769331EF03BF90)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OVRGrabbable_Awake_m93A8FFDAD6D802FE912FE4D28E289A42A368C4CA_RuntimeMethod_var))); } IL_0024: { // m_grabPoints = new Collider[1] { collider }; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_5 = (ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486*)(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486*)SZArrayNew(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486_il2cpp_TypeInfo_var, (uint32_t)1); ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_6 = L_5; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_7 = V_0; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 *)L_7); __this->set_m_grabPoints_8(L_6); } IL_0034: { // } return; } } // System.Void OVRGrabbable::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabbable_Start_m69641109DEC54BD1128F1C1D7D515DA78352C1E3 (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_grabbedKinematic = GetComponent().isKinematic; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0; L_0 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE(__this, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var); NullCheck(L_0); bool L_1; L_1 = Rigidbody_get_isKinematic_m597B48C45021313B6C6C4B126E405EF566C5C80C(L_0, /*hidden argument*/NULL); __this->set_m_grabbedKinematic_9(L_1); // } return; } } // System.Void OVRGrabbable::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabbable_OnDestroy_m65C42E68B91EAF4334CBF5CB179423930C432FBD (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, 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 (m_grabbedBy != null) OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * L_0 = __this->get_m_grabbedBy_11(); 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; } } { // m_grabbedBy.ForceRelease(this); OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * L_2 = __this->get_m_grabbedBy_11(); NullCheck(L_2); OVRGrabber_ForceRelease_m169AC70BB1F6711C2DD6B70321CED7F6A386AD46(L_2, __this, /*hidden argument*/NULL); } IL_001a: { // } return; } } // System.Void OVRGrabbable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabbable__ctor_m44131720E1A771A2C290B589EE00CBE217119549 (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // protected bool m_allowOffhandGrab = true; __this->set_m_allowOffhandGrab_4((bool)1); 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 // OVRGrabbable OVRGrabber::get_grabbedObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * OVRGrabber_get_grabbedObject_m34F5D18F84D3C55397D44E63AF58DC3C02297112 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, const RuntimeMethod* method) { { // get { return m_grabbedObj; } OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_0 = __this->get_m_grabbedObj_19(); return L_0; } } // System.Void OVRGrabber::ForceRelease(OVRGrabbable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_ForceRelease_m169AC70BB1F6711C2DD6B70321CED7F6A386AD46 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * ___grabbable0, 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; } int32_t G_B3_0 = 0; { // bool canRelease = ( // (m_grabbedObj != null) && // (m_grabbedObj == grabbable) // ); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_0 = __this->get_m_grabbedObj_19(); 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_001c; } } { OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_2 = __this->get_m_grabbedObj_19(); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_3 = ___grabbable0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_2, L_3, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_4)); goto IL_001d; } IL_001c: { G_B3_0 = 0; } IL_001d: { // if (canRelease) if (!G_B3_0) { goto IL_0025; } } { // GrabEnd(); OVRGrabber_GrabEnd_mD8847C31A55DCAEE082BE6ED70C795ED71473D29(__this, /*hidden argument*/NULL); } IL_0025: { // } return; } } // System.Void OVRGrabber::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_Awake_mACD174313DA9FF813D035D9E4CA01CFEF7C5A303 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m92C0253B3F4D517EAB3AEC0088402DFC4FF406F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInParent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m46637DF4909D44287D7EA1432F5C7DF9563F7316_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRGrabber_U3CAwakeU3Eb__23_0_m4C63E3D112CD518E2D73B7C2AE473F1AB0CAA89B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * V_0 = NULL; { // m_anchorOffsetPosition = transform.localPosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_0, /*hidden argument*/NULL); __this->set_m_anchorOffsetPosition_17(L_1); // m_anchorOffsetRotation = transform.localRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_2); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3; L_3 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_2, /*hidden argument*/NULL); __this->set_m_anchorOffsetRotation_16(L_3); // if(!m_moveHandPosition) bool L_4 = __this->get_m_moveHandPosition_7(); if (L_4) { goto IL_0058; } } { // OVRCameraRig rig = transform.GetComponentInParent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_5); OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_6; L_6 = Component_GetComponentInParent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m46637DF4909D44287D7EA1432F5C7DF9563F7316(L_5, /*hidden argument*/Component_GetComponentInParent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m46637DF4909D44287D7EA1432F5C7DF9563F7316_RuntimeMethod_var); V_0 = L_6; // if (rig != null) OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_8; L_8 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_7, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_0058; } } { // rig.UpdatedAnchors += (r) => {OnUpdatedAnchors();}; OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_9 = V_0; Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C * L_10 = (Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C *)il2cpp_codegen_object_new(Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C_il2cpp_TypeInfo_var); Action_1__ctor_m92C0253B3F4D517EAB3AEC0088402DFC4FF406F1(L_10, __this, (intptr_t)((intptr_t)OVRGrabber_U3CAwakeU3Eb__23_0_m4C63E3D112CD518E2D73B7C2AE473F1AB0CAA89B_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m92C0253B3F4D517EAB3AEC0088402DFC4FF406F1_RuntimeMethod_var); NullCheck(L_9); OVRCameraRig_add_UpdatedAnchors_mDD9603295152D271F7549C613ECCBBDA3B3F60CC(L_9, L_10, /*hidden argument*/NULL); // m_operatingWithoutOVRCameraRig = false; __this->set_m_operatingWithoutOVRCameraRig_23((bool)0); } IL_0058: { // } return; } } // System.Void OVRGrabber::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_Start_m13F2552E0800C050D754EE72FF81E9F885697965 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, 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; } { // m_lastPos = transform.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_0, /*hidden argument*/NULL); __this->set_m_lastPos_14(L_1); // m_lastRot = transform.rotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_2); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3; L_3 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_2, /*hidden argument*/NULL); __this->set_m_lastRot_15(L_3); // if(m_parentTransform == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = __this->get_m_parentTransform_11(); 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_0041; } } { // m_parentTransform = gameObject.transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_6, /*hidden argument*/NULL); __this->set_m_parentTransform_11(L_7); } IL_0041: { // SetPlayerIgnoreCollision(gameObject, true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8; L_8 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); OVRGrabber_SetPlayerIgnoreCollision_mF7ED3789CE60843EEF94895F132DA76402C4F2FB(__this, L_8, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void OVRGrabber::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_Update_m690D2D0DFCE6951E1FED7CB4BFF6D6B5E454CBA2 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, const RuntimeMethod* method) { { // if (m_operatingWithoutOVRCameraRig) bool L_0 = __this->get_m_operatingWithoutOVRCameraRig_23(); if (!L_0) { goto IL_000e; } } { // OnUpdatedAnchors(); OVRGrabber_OnUpdatedAnchors_mBAD4E60A8722B1070A1776D4F5E8AD2B8DF35B0F(__this, /*hidden argument*/NULL); } IL_000e: { // } return; } } // System.Void OVRGrabber::OnUpdatedAnchors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_OnUpdatedAnchors_mBAD4E60A8722B1070A1776D4F5E8AD2B8DF35B0F (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; { // Vector3 destPos = m_parentTransform.TransformPoint(m_anchorOffsetPosition); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_m_parentTransform_11(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = __this->get_m_anchorOffsetPosition_17(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // Quaternion destRot = m_parentTransform.rotation * m_anchorOffsetRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_m_parentTransform_11(); NullCheck(L_3); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4; L_4 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_3, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_5 = __this->get_m_anchorOffsetRotation_16(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6; L_6 = Quaternion_op_Multiply_mA5FD288B815D9C1B59C7B26AA1942A85ACE94153(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; // if (m_moveHandPosition) bool L_7 = __this->get_m_moveHandPosition_7(); if (!L_7) { goto IL_0049; } } { // GetComponent().MovePosition(destPos); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_8; L_8 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE(__this, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = V_0; NullCheck(L_8); Rigidbody_MovePosition_mB3CBBF21FD0ABB88BC6C004B993DED25673001C7(L_8, L_9, /*hidden argument*/NULL); // GetComponent().MoveRotation(destRot); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_10; L_10 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE(__this, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_11 = V_1; NullCheck(L_10); Rigidbody_MoveRotation_m08A1449DC0D514A70065CD80D067597765BDA5B2(L_10, L_11, /*hidden argument*/NULL); } IL_0049: { // if (!m_parentHeldObject) bool L_12 = __this->get_m_parentHeldObject_6(); if (L_12) { goto IL_005a; } } { // MoveGrabbedObject(destPos, destRot); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_14 = V_1; VirtActionInvoker3< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , bool >::Invoke(8 /* System.Void OVRGrabber::MoveGrabbedObject(UnityEngine.Vector3,UnityEngine.Quaternion,System.Boolean) */, __this, L_13, L_14, (bool)0); } IL_005a: { // m_lastPos = transform.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_15); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_15, /*hidden argument*/NULL); __this->set_m_lastPos_14(L_16); // m_lastRot = transform.rotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_17); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18; L_18 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_17, /*hidden argument*/NULL); __this->set_m_lastRot_15(L_18); // float prevFlex = m_prevFlex; float L_19 = __this->get_m_prevFlex_18(); V_2 = L_19; // m_prevFlex = OVRInput.Get(OVRInput.Axis1D.PrimaryHandTrigger, m_controller); int32_t L_20 = __this->get_m_controller_10(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); float L_21; L_21 = OVRInput_Get_mD0906DB101F1C7DDEEFF8144FE0A8ABBF31B752F(4, L_20, /*hidden argument*/NULL); __this->set_m_prevFlex_18(L_21); // CheckForGrabOrRelease(prevFlex); float L_22 = V_2; OVRGrabber_CheckForGrabOrRelease_m4A786FD5B9ACA3D521D01AA3A5228FD0CD31139E(__this, L_22, /*hidden argument*/NULL); // } return; } } // System.Void OVRGrabber::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_OnDestroy_m02CDF39FDB24F92D1FC3DD2AA777762BF03E5A7E (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, 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 (m_grabbedObj != null) OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_0 = __this->get_m_grabbedObj_19(); 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_0014; } } { // GrabEnd(); OVRGrabber_GrabEnd_mD8847C31A55DCAEE082BE6ED70C795ED71473D29(__this, /*hidden argument*/NULL); } IL_0014: { // } return; } } // System.Void OVRGrabber::OnTriggerEnter(UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_OnTriggerEnter_mCD5EB741FD1C4C53B894A9DA72C0A9FCCA381509 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___otherCollider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInParent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m62CEF85D0AE3AF30E7BE5F7748E868F99040EFC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m473ED9D339A7995D3B15F060514F20F9201BA6BE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m95F3636D9C1C3C142E9407385DFA39A56705EA99_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mD4E26216D4FEC86F7CD96CBF29C09885B9ADF845_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * V_0 = NULL; int32_t V_1 = 0; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * G_B2_0 = NULL; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * G_B1_0 = NULL; { // OVRGrabbable grabbable = otherCollider.GetComponent() ?? otherCollider.GetComponentInParent(); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_0 = ___otherCollider0; NullCheck(L_0); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_1; L_1 = Component_GetComponent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m473ED9D339A7995D3B15F060514F20F9201BA6BE(L_0, /*hidden argument*/Component_GetComponent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m473ED9D339A7995D3B15F060514F20F9201BA6BE_RuntimeMethod_var); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_0010; } } { Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_3 = ___otherCollider0; NullCheck(L_3); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_4; L_4 = Component_GetComponentInParent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m62CEF85D0AE3AF30E7BE5F7748E868F99040EFC7(L_3, /*hidden argument*/Component_GetComponentInParent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m62CEF85D0AE3AF30E7BE5F7748E868F99040EFC7_RuntimeMethod_var); G_B2_0 = L_4; } IL_0010: { V_0 = G_B2_0; // if (grabbable == null) return; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * 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_001b; } } { // if (grabbable == null) return; return; } IL_001b: { // int refCount = 0; V_1 = 0; // m_grabCandidates.TryGetValue(grabbable, out refCount); Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * L_7 = __this->get_m_grabCandidates_22(); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_8 = V_0; NullCheck(L_7); bool L_9; L_9 = Dictionary_2_TryGetValue_m95F3636D9C1C3C142E9407385DFA39A56705EA99(L_7, L_8, (int32_t*)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m95F3636D9C1C3C142E9407385DFA39A56705EA99_RuntimeMethod_var); // m_grabCandidates[grabbable] = refCount + 1; Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * L_10 = __this->get_m_grabCandidates_22(); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_11 = V_0; int32_t L_12 = V_1; NullCheck(L_10); Dictionary_2_set_Item_mD4E26216D4FEC86F7CD96CBF29C09885B9ADF845(L_10, L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)), /*hidden argument*/Dictionary_2_set_Item_mD4E26216D4FEC86F7CD96CBF29C09885B9ADF845_RuntimeMethod_var); // } return; } } // System.Void OVRGrabber::OnTriggerExit(UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_OnTriggerExit_mF5E05A0BE9A5F189A8458163084D39FF13340128 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___otherCollider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInParent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m62CEF85D0AE3AF30E7BE5F7748E868F99040EFC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m473ED9D339A7995D3B15F060514F20F9201BA6BE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mD664D93B70FCCFEA43B040253D04951A6843965D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m95F3636D9C1C3C142E9407385DFA39A56705EA99_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mD4E26216D4FEC86F7CD96CBF29C09885B9ADF845_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * V_0 = NULL; int32_t V_1 = 0; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * G_B2_0 = NULL; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * G_B1_0 = NULL; { // OVRGrabbable grabbable = otherCollider.GetComponent() ?? otherCollider.GetComponentInParent(); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_0 = ___otherCollider0; NullCheck(L_0); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_1; L_1 = Component_GetComponent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m473ED9D339A7995D3B15F060514F20F9201BA6BE(L_0, /*hidden argument*/Component_GetComponent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m473ED9D339A7995D3B15F060514F20F9201BA6BE_RuntimeMethod_var); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_0010; } } { Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_3 = ___otherCollider0; NullCheck(L_3); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_4; L_4 = Component_GetComponentInParent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m62CEF85D0AE3AF30E7BE5F7748E868F99040EFC7(L_3, /*hidden argument*/Component_GetComponentInParent_TisOVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4_m62CEF85D0AE3AF30E7BE5F7748E868F99040EFC7_RuntimeMethod_var); G_B2_0 = L_4; } IL_0010: { V_0 = G_B2_0; // if (grabbable == null) return; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * 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_001b; } } { // if (grabbable == null) return; return; } IL_001b: { // int refCount = 0; V_1 = 0; // bool found = m_grabCandidates.TryGetValue(grabbable, out refCount); Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * L_7 = __this->get_m_grabCandidates_22(); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_8 = V_0; NullCheck(L_7); bool L_9; L_9 = Dictionary_2_TryGetValue_m95F3636D9C1C3C142E9407385DFA39A56705EA99(L_7, L_8, (int32_t*)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m95F3636D9C1C3C142E9407385DFA39A56705EA99_RuntimeMethod_var); // if (!found) if (L_9) { goto IL_002e; } } { // return; return; } IL_002e: { // if (refCount > 1) int32_t L_10 = V_1; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0042; } } { // m_grabCandidates[grabbable] = refCount - 1; Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * L_11 = __this->get_m_grabCandidates_22(); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_11); Dictionary_2_set_Item_mD4E26216D4FEC86F7CD96CBF29C09885B9ADF845(L_11, L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/Dictionary_2_set_Item_mD4E26216D4FEC86F7CD96CBF29C09885B9ADF845_RuntimeMethod_var); // } return; } IL_0042: { // m_grabCandidates.Remove(grabbable); Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * L_14 = __this->get_m_grabCandidates_22(); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_15 = V_0; NullCheck(L_14); bool L_16; L_16 = Dictionary_2_Remove_mD664D93B70FCCFEA43B040253D04951A6843965D(L_14, L_15, /*hidden argument*/Dictionary_2_Remove_mD664D93B70FCCFEA43B040253D04951A6843965D_RuntimeMethod_var); // } return; } } // System.Void OVRGrabber::CheckForGrabOrRelease(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_CheckForGrabOrRelease_m4A786FD5B9ACA3D521D01AA3A5228FD0CD31139E (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, float ___prevFlex0, const RuntimeMethod* method) { { // if ((m_prevFlex >= grabBegin) && (prevFlex < grabBegin)) float L_0 = __this->get_m_prevFlex_18(); float L_1 = __this->get_grabBegin_4(); if ((!(((float)L_0) >= ((float)L_1)))) { goto IL_001e; } } { float L_2 = ___prevFlex0; float L_3 = __this->get_grabBegin_4(); if ((!(((float)L_2) < ((float)L_3)))) { goto IL_001e; } } { // GrabBegin(); VirtActionInvoker0::Invoke(7 /* System.Void OVRGrabber::GrabBegin() */, __this); // } return; } IL_001e: { // else if ((m_prevFlex <= grabEnd) && (prevFlex > grabEnd)) float L_4 = __this->get_m_prevFlex_18(); float L_5 = __this->get_grabEnd_5(); if ((!(((float)L_4) <= ((float)L_5)))) { goto IL_003b; } } { float L_6 = ___prevFlex0; float L_7 = __this->get_grabEnd_5(); if ((!(((float)L_6) > ((float)L_7)))) { goto IL_003b; } } { // GrabEnd(); OVRGrabber_GrabEnd_mD8847C31A55DCAEE082BE6ED70C795ED71473D29(__this, /*hidden argument*/NULL); } IL_003b: { // } return; } } // System.Void OVRGrabber::GrabBegin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_GrabBegin_m7330362C004F7433123BBDA9EA0B3FE89956BFD8 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m1BE3020A1DEFC6F498F57353AA1482110FC608E6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m7675643C51930430E7544ADE1497D377F6F1A9DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m0C764543C918518446B952C56FED00FCCB39E790_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mDB8A787A500FD9BCCBCCEA0D0372E3EF4796FC83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_GetEnumerator_mF6B3F8D298151DDA58DA67F0AC8EDB1947B671F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * V_1 = NULL; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * V_2 = NULL; Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F V_3; memset((&V_3), 0, sizeof(V_3)); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * V_4 = NULL; int32_t V_5 = 0; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * V_6 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_7; memset((&V_7), 0, sizeof(V_7)); float V_8 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_9; memset((&V_9), 0, sizeof(V_9)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_10; memset((&V_10), 0, sizeof(V_10)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_11; memset((&V_11), 0, sizeof(V_11)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_12; memset((&V_12), 0, sizeof(V_12)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B5_0 = 0; { // float closestMagSq = float.MaxValue; V_0 = ((std::numeric_limits::max)()); // OVRGrabbable closestGrabbable = null; V_1 = (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 *)NULL; // Collider closestGrabbableCollider = null; V_2 = (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 *)NULL; // foreach (OVRGrabbable grabbable in m_grabCandidates.Keys) Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * L_0 = __this->get_m_grabCandidates_22(); NullCheck(L_0); KeyCollection_tC873531686FD4A9E5CDD7E7A45837DC3BFDD48A8 * L_1; L_1 = Dictionary_2_get_Keys_m1BE3020A1DEFC6F498F57353AA1482110FC608E6(L_0, /*hidden argument*/Dictionary_2_get_Keys_m1BE3020A1DEFC6F498F57353AA1482110FC608E6_RuntimeMethod_var); NullCheck(L_1); Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F L_2; L_2 = KeyCollection_GetEnumerator_mF6B3F8D298151DDA58DA67F0AC8EDB1947B671F9(L_1, /*hidden argument*/KeyCollection_GetEnumerator_mF6B3F8D298151DDA58DA67F0AC8EDB1947B671F9_RuntimeMethod_var); V_3 = L_2; } IL_001b: try { // begin try (depth: 1) { goto IL_00a1; } IL_0020: { // foreach (OVRGrabbable grabbable in m_grabCandidates.Keys) OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_3; L_3 = Enumerator_get_Current_mDB8A787A500FD9BCCBCCEA0D0372E3EF4796FC83_inline((Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F *)(&V_3), /*hidden argument*/Enumerator_get_Current_mDB8A787A500FD9BCCBCCEA0D0372E3EF4796FC83_RuntimeMethod_var); V_4 = L_3; // bool canGrab = !(grabbable.isGrabbed && !grabbable.allowOffhandGrab); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_4 = V_4; NullCheck(L_4); bool L_5; L_5 = OVRGrabbable_get_isGrabbed_mB3601AA90A933A4FC1FA595B1E360F7D707BF76F(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003b; } } IL_0032: { OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_6 = V_4; NullCheck(L_6); bool L_7; L_7 = OVRGrabbable_get_allowOffhandGrab_mA898D7CDD73E8680615048FA2BC04F74FC7A4B5C_inline(L_6, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_7)); goto IL_003c; } IL_003b: { G_B5_0 = 1; } IL_003c: { // if (!canGrab) if (!G_B5_0) { goto IL_00a1; } } IL_003e: { // for (int j = 0; j < grabbable.grabPoints.Length; ++j) V_5 = 0; goto IL_0094; } IL_0043: { // Collider grabbableCollider = grabbable.grabPoints[j]; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_8 = V_4; NullCheck(L_8); ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_9; L_9 = OVRGrabbable_get_grabPoints_m805A33BE37EA7F64A7D27AB54159C935F338E46D_inline(L_8, /*hidden argument*/NULL); int32_t L_10 = V_5; NullCheck(L_9); int32_t L_11 = L_10; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_12 = (L_9)->GetAt(static_cast(L_11)); V_6 = L_12; // Vector3 closestPointOnBounds = grabbableCollider.ClosestPointOnBounds(m_gripTransform.position); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_13 = V_6; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14 = __this->get_m_gripTransform_8(); NullCheck(L_14); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_14, /*hidden argument*/NULL); NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Collider_ClosestPointOnBounds_m3AF12FC44A9FA016DE1AF04B5C281D48F9CC2FE1(L_13, L_15, /*hidden argument*/NULL); V_7 = L_16; // float grabbableMagSq = (m_gripTransform.position - closestPointOnBounds).sqrMagnitude; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17 = __this->get_m_gripTransform_8(); NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_17, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_18, L_19, /*hidden argument*/NULL); V_9 = L_20; float L_21; L_21 = Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_9), /*hidden argument*/NULL); V_8 = L_21; // if (grabbableMagSq < closestMagSq) float L_22 = V_8; float L_23 = V_0; if ((!(((float)L_22) < ((float)L_23)))) { goto IL_008e; } } IL_0085: { // closestMagSq = grabbableMagSq; float L_24 = V_8; V_0 = L_24; // closestGrabbable = grabbable; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_25 = V_4; V_1 = L_25; // closestGrabbableCollider = grabbableCollider; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_26 = V_6; V_2 = L_26; } IL_008e: { // for (int j = 0; j < grabbable.grabPoints.Length; ++j) int32_t L_27 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0094: { // for (int j = 0; j < grabbable.grabPoints.Length; ++j) int32_t L_28 = V_5; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_29 = V_4; NullCheck(L_29); ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_30; L_30 = OVRGrabbable_get_grabPoints_m805A33BE37EA7F64A7D27AB54159C935F338E46D_inline(L_29, /*hidden argument*/NULL); NullCheck(L_30); if ((((int32_t)L_28) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))) { goto IL_0043; } } IL_00a1: { // foreach (OVRGrabbable grabbable in m_grabCandidates.Keys) bool L_31; L_31 = Enumerator_MoveNext_m0C764543C918518446B952C56FED00FCCB39E790((Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F *)(&V_3), /*hidden argument*/Enumerator_MoveNext_m0C764543C918518446B952C56FED00FCCB39E790_RuntimeMethod_var); if (L_31) { goto IL_0020; } } IL_00ad: { IL2CPP_LEAVE(0xBD, FINALLY_00af); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00af; } FINALLY_00af: { // begin finally (depth: 1) Enumerator_Dispose_m7675643C51930430E7544ADE1497D377F6F1A9DB((Enumerator_tAC6C6171C55BB413BD2DDD633AA67B7BD3FF1B2F *)(&V_3), /*hidden argument*/Enumerator_Dispose_m7675643C51930430E7544ADE1497D377F6F1A9DB_RuntimeMethod_var); IL2CPP_END_FINALLY(175) } // end finally (depth: 1) IL2CPP_CLEANUP(175) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBD, IL_00bd) } IL_00bd: { // GrabVolumeEnable(false); VirtActionInvoker1< bool >::Invoke(9 /* System.Void OVRGrabber::GrabVolumeEnable(System.Boolean) */, __this, (bool)0); // if (closestGrabbable != null) OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_32 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_33; L_33 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_32, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_33) { goto IL_0294; } } { // if (closestGrabbable.isGrabbed) OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_34 = V_1; NullCheck(L_34); bool L_35; L_35 = OVRGrabbable_get_isGrabbed_mB3601AA90A933A4FC1FA595B1E360F7D707BF76F(L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00e4; } } { // closestGrabbable.grabbedBy.OffhandGrabbed(closestGrabbable); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_36 = V_1; NullCheck(L_36); OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * L_37; L_37 = OVRGrabbable_get_grabbedBy_mE58C37AC403FECAE17271C8E724EDF9C4A51BB9A_inline(L_36, /*hidden argument*/NULL); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_38 = V_1; NullCheck(L_37); VirtActionInvoker1< OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * >::Invoke(10 /* System.Void OVRGrabber::OffhandGrabbed(OVRGrabbable) */, L_37, L_38); } IL_00e4: { // m_grabbedObj = closestGrabbable; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_39 = V_1; __this->set_m_grabbedObj_19(L_39); // m_grabbedObj.GrabBegin(this, closestGrabbableCollider); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_40 = __this->get_m_grabbedObj_19(); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_41 = V_2; NullCheck(L_40); VirtActionInvoker2< OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 *, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * >::Invoke(4 /* System.Void OVRGrabbable::GrabBegin(OVRGrabber,UnityEngine.Collider) */, L_40, __this, L_41); // m_lastPos = transform.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_42; L_42 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_42); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43; L_43 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_42, /*hidden argument*/NULL); __this->set_m_lastPos_14(L_43); // m_lastRot = transform.rotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_44; L_44 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_44); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_45; L_45 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_44, /*hidden argument*/NULL); __this->set_m_lastRot_15(L_45); // if(m_grabbedObj.snapPosition) OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_46 = __this->get_m_grabbedObj_19(); NullCheck(L_46); bool L_47; L_47 = OVRGrabbable_get_snapPosition_m1D088A3F6147B7C3DDFA46A3EED801535C3123CE_inline(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_018c; } } { // m_grabbedObjectPosOff = m_gripTransform.localPosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_48 = __this->get_m_gripTransform_8(); NullCheck(L_48); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_49; L_49 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_48, /*hidden argument*/NULL); __this->set_m_grabbedObjectPosOff_20(L_49); // if(m_grabbedObj.snapOffset) OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_50 = __this->get_m_grabbedObj_19(); NullCheck(L_50); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_51; L_51 = OVRGrabbable_get_snapOffset_m891B2B7E524DF074C9D8F400EEAB5E4A1A65A599_inline(L_50, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_52; L_52 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_01cf; } } { // Vector3 snapOffset = m_grabbedObj.snapOffset.position; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_53 = __this->get_m_grabbedObj_19(); NullCheck(L_53); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_54; L_54 = OVRGrabbable_get_snapOffset_m891B2B7E524DF074C9D8F400EEAB5E4A1A65A599_inline(L_53, /*hidden argument*/NULL); NullCheck(L_54); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_55; L_55 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_54, /*hidden argument*/NULL); V_10 = L_55; // if (m_controller == OVRInput.Controller.LTouch) snapOffset.x = -snapOffset.x; int32_t L_56 = __this->get_m_controller_10(); if ((!(((uint32_t)L_56) == ((uint32_t)1)))) { goto IL_0177; } } { // if (m_controller == OVRInput.Controller.LTouch) snapOffset.x = -snapOffset.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_57 = V_10; float L_58 = L_57.get_x_2(); (&V_10)->set_x_2(((-L_58))); } IL_0177: { // m_grabbedObjectPosOff += snapOffset; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_59 = __this->get_m_grabbedObjectPosOff_20(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_60 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_61; L_61 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_59, L_60, /*hidden argument*/NULL); __this->set_m_grabbedObjectPosOff_20(L_61); // } goto IL_01cf; } IL_018c: { // Vector3 relPos = m_grabbedObj.transform.position - transform.position; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_62 = __this->get_m_grabbedObj_19(); NullCheck(L_62); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_63; L_63 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_62, /*hidden argument*/NULL); NullCheck(L_63); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_64; L_64 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_63, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_65; L_65 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_65); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_66; L_66 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_65, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_67; L_67 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_64, L_66, /*hidden argument*/NULL); V_11 = L_67; // relPos = Quaternion.Inverse(transform.rotation) * relPos; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_68; L_68 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_68); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_69; L_69 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_68, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_70; L_70 = Quaternion_Inverse_m793B370E0D0CE365B2ED99D9DB85867E0ADED307(L_69, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_71 = V_11; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_72; L_72 = Quaternion_op_Multiply_mDEAB1A882C07A9520D77EB35473F71AAE74452BC(L_70, L_71, /*hidden argument*/NULL); V_11 = L_72; // m_grabbedObjectPosOff = relPos; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_73 = V_11; __this->set_m_grabbedObjectPosOff_20(L_73); } IL_01cf: { // if (m_grabbedObj.snapOrientation) OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_74 = __this->get_m_grabbedObj_19(); NullCheck(L_74); bool L_75; L_75 = OVRGrabbable_get_snapOrientation_mBDF771F38600DAB7E1930689324B71A29196C210_inline(L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_0222; } } { // m_grabbedObjectRotOff = m_gripTransform.localRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_76 = __this->get_m_gripTransform_8(); NullCheck(L_76); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_77; L_77 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_76, /*hidden argument*/NULL); __this->set_m_grabbedObjectRotOff_21(L_77); // if(m_grabbedObj.snapOffset) OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_78 = __this->get_m_grabbedObj_19(); NullCheck(L_78); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_79; L_79 = OVRGrabbable_get_snapOffset_m891B2B7E524DF074C9D8F400EEAB5E4A1A65A599_inline(L_78, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_80; L_80 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_79, /*hidden argument*/NULL); if (!L_80) { goto IL_0251; } } { // m_grabbedObjectRotOff = m_grabbedObj.snapOffset.rotation * m_grabbedObjectRotOff; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_81 = __this->get_m_grabbedObj_19(); NullCheck(L_81); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_82; L_82 = OVRGrabbable_get_snapOffset_m891B2B7E524DF074C9D8F400EEAB5E4A1A65A599_inline(L_81, /*hidden argument*/NULL); NullCheck(L_82); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_83; L_83 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_82, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_84 = __this->get_m_grabbedObjectRotOff_21(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_85; L_85 = Quaternion_op_Multiply_mA5FD288B815D9C1B59C7B26AA1942A85ACE94153(L_83, L_84, /*hidden argument*/NULL); __this->set_m_grabbedObjectRotOff_21(L_85); // } goto IL_0251; } IL_0222: { // Quaternion relOri = Quaternion.Inverse(transform.rotation) * m_grabbedObj.transform.rotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_86; L_86 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_86); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_87; L_87 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_86, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_88; L_88 = Quaternion_Inverse_m793B370E0D0CE365B2ED99D9DB85867E0ADED307(L_87, /*hidden argument*/NULL); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_89 = __this->get_m_grabbedObj_19(); NullCheck(L_89); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_90; L_90 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_89, /*hidden argument*/NULL); NullCheck(L_90); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_91; L_91 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_90, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_92; L_92 = Quaternion_op_Multiply_mA5FD288B815D9C1B59C7B26AA1942A85ACE94153(L_88, L_91, /*hidden argument*/NULL); V_12 = L_92; // m_grabbedObjectRotOff = relOri; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_93 = V_12; __this->set_m_grabbedObjectRotOff_21(L_93); } IL_0251: { // MoveGrabbedObject(m_lastPos, m_lastRot, true); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_94 = __this->get_m_lastPos_14(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_95 = __this->get_m_lastRot_15(); VirtActionInvoker3< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , bool >::Invoke(8 /* System.Void OVRGrabber::MoveGrabbedObject(UnityEngine.Vector3,UnityEngine.Quaternion,System.Boolean) */, __this, L_94, L_95, (bool)1); // SetPlayerIgnoreCollision(m_grabbedObj.gameObject, true); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_96 = __this->get_m_grabbedObj_19(); NullCheck(L_96); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_97; L_97 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_96, /*hidden argument*/NULL); OVRGrabber_SetPlayerIgnoreCollision_mF7ED3789CE60843EEF94895F132DA76402C4F2FB(__this, L_97, (bool)1, /*hidden argument*/NULL); // if (m_parentHeldObject) bool L_98 = __this->get_m_parentHeldObject_6(); if (!L_98) { goto IL_0294; } } { // m_grabbedObj.transform.parent = transform; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_99 = __this->get_m_grabbedObj_19(); NullCheck(L_99); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_100; L_100 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_99, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_101; L_101 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_100); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_100, L_101, /*hidden argument*/NULL); } IL_0294: { // } return; } } // System.Void OVRGrabber::MoveGrabbedObject(UnityEngine.Vector3,UnityEngine.Quaternion,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_MoveGrabbedObject_mAE135C28DF917F23D62E133E7AF3CDAA980F4F21 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rot1, bool ___forceTeleport2, 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; } Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * V_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_2; memset((&V_2), 0, sizeof(V_2)); { // if (m_grabbedObj == null) OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_0 = __this->get_m_grabbedObj_19(); 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_000f; } } { // return; return; } IL_000f: { // Rigidbody grabbedRigidbody = m_grabbedObj.grabbedRigidbody; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_2 = __this->get_m_grabbedObj_19(); NullCheck(L_2); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_3; L_3 = OVRGrabbable_get_grabbedRigidbody_mBCE0BC7D9060D2B79ADD65B86F996A8FB72CCA45(L_2, /*hidden argument*/NULL); V_0 = L_3; // Vector3 grabbablePosition = pos + rot * m_grabbedObjectPosOff; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___pos0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_5 = ___rot1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = __this->get_m_grabbedObjectPosOff_20(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Quaternion_op_Multiply_mDEAB1A882C07A9520D77EB35473F71AAE74452BC(L_5, L_6, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_4, L_7, /*hidden argument*/NULL); V_1 = L_8; // Quaternion grabbableRotation = rot * m_grabbedObjectRotOff; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_9 = ___rot1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_10 = __this->get_m_grabbedObjectRotOff_21(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_11; L_11 = Quaternion_op_Multiply_mA5FD288B815D9C1B59C7B26AA1942A85ACE94153(L_9, L_10, /*hidden argument*/NULL); V_2 = L_11; // if (forceTeleport) bool L_12 = ___forceTeleport2; if (!L_12) { goto IL_0057; } } { // grabbedRigidbody.transform.position = grabbablePosition; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_13 = V_0; NullCheck(L_13); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_13, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = V_1; NullCheck(L_14); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_14, L_15, /*hidden argument*/NULL); // grabbedRigidbody.transform.rotation = grabbableRotation; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_16 = V_0; NullCheck(L_16); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_16, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18 = V_2; NullCheck(L_17); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_17, L_18, /*hidden argument*/NULL); // } return; } IL_0057: { // grabbedRigidbody.MovePosition(grabbablePosition); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_19 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = V_1; NullCheck(L_19); Rigidbody_MovePosition_mB3CBBF21FD0ABB88BC6C004B993DED25673001C7(L_19, L_20, /*hidden argument*/NULL); // grabbedRigidbody.MoveRotation(grabbableRotation); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_21 = V_0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_22 = V_2; NullCheck(L_21); Rigidbody_MoveRotation_m08A1449DC0D514A70065CD80D067597765BDA5B2(L_21, L_22, /*hidden argument*/NULL); // } return; } } // System.Void OVRGrabber::GrabEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_GrabEnd_mD8847C31A55DCAEE082BE6ED70C795ED71473D29 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __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*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); 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)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 V_4; memset((&V_4), 0, sizeof(V_4)); { // if (m_grabbedObj != null) OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_0 = __this->get_m_grabbedObj_19(); 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_00ba; } } { // OVRPose localPose = new OVRPose { position = OVRInput.GetLocalControllerPosition(m_controller), orientation = OVRInput.GetLocalControllerRotation(m_controller) }; il2cpp_codegen_initobj((&V_4), sizeof(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 )); int32_t L_2 = __this->get_m_controller_10(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = OVRInput_GetLocalControllerPosition_mC993A57FF4792AC91F94639C8D867B2EC8E8B859(L_2, /*hidden argument*/NULL); (&V_4)->set_position_0(L_3); int32_t L_4 = __this->get_m_controller_10(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_5; L_5 = OVRInput_GetLocalControllerRotation_m590D6D7EB560F88FEFD2D634D463AC75F110FD4B(L_4, /*hidden argument*/NULL); (&V_4)->set_orientation_1(L_5); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_6 = V_4; V_0 = L_6; // OVRPose offsetPose = new OVRPose { position = m_anchorOffsetPosition, orientation = m_anchorOffsetRotation }; il2cpp_codegen_initobj((&V_4), sizeof(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 )); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = __this->get_m_anchorOffsetPosition_17(); (&V_4)->set_position_0(L_7); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8 = __this->get_m_anchorOffsetRotation_16(); (&V_4)->set_orientation_1(L_8); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_9 = V_4; V_1 = L_9; // localPose = localPose * offsetPose; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_10 = V_0; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_11 = V_1; OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_12; L_12 = OVRPose_op_Multiply_mE74DF5BC989D0AB797D35620C9362D2F6D47631F(L_10, L_11, /*hidden argument*/NULL); V_0 = L_12; // OVRPose trackingSpace = transform.ToOVRPose() * localPose.Inverse(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_14; L_14 = OVRExtensions_ToOVRPose_m66470140D8487FEF5E79185388F44FC6A2486417(L_13, (bool)0, /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_15; L_15 = OVRPose_Inverse_m8299B5582AA88F24919D2FAFE89AEB79833C556A((OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 *)(&V_0), /*hidden argument*/NULL); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_16; L_16 = OVRPose_op_Multiply_mE74DF5BC989D0AB797D35620C9362D2F6D47631F(L_14, L_15, /*hidden argument*/NULL); // Vector3 linearVelocity = trackingSpace.orientation * OVRInput.GetLocalControllerVelocity(m_controller); OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 L_17 = L_16; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18 = L_17.get_orientation_1(); int32_t L_19 = __this->get_m_controller_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = OVRInput_GetLocalControllerVelocity_mD4153FEECC00C4331C6531AC06C2B72779692A7C(L_19, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Quaternion_op_Multiply_mDEAB1A882C07A9520D77EB35473F71AAE74452BC(L_18, L_20, /*hidden argument*/NULL); V_2 = L_21; // Vector3 angularVelocity = trackingSpace.orientation * OVRInput.GetLocalControllerAngularVelocity(m_controller); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_22 = L_17.get_orientation_1(); int32_t L_23 = __this->get_m_controller_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = OVRInput_GetLocalControllerAngularVelocity_m0989A5DF3FC348BB9E405A39A0AB16F5C6A9EA9B(L_23, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = Quaternion_op_Multiply_mDEAB1A882C07A9520D77EB35473F71AAE74452BC(L_22, L_24, /*hidden argument*/NULL); V_3 = L_25; // GrabbableRelease(linearVelocity, angularVelocity); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27 = V_3; OVRGrabber_GrabbableRelease_m9D68D56261F4DA6824BB359CB4134CC98FD57571(__this, L_26, L_27, /*hidden argument*/NULL); } IL_00ba: { // GrabVolumeEnable(true); VirtActionInvoker1< bool >::Invoke(9 /* System.Void OVRGrabber::GrabVolumeEnable(System.Boolean) */, __this, (bool)1); // } return; } } // System.Void OVRGrabber::GrabbableRelease(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_GrabbableRelease_m9D68D56261F4DA6824BB359CB4134CC98FD57571 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___linearVelocity0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___angularVelocity1, const RuntimeMethod* method) { { // m_grabbedObj.GrabEnd(linearVelocity, angularVelocity); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_0 = __this->get_m_grabbedObj_19(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___linearVelocity0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___angularVelocity1; NullCheck(L_0); VirtActionInvoker2< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E >::Invoke(5 /* System.Void OVRGrabbable::GrabEnd(UnityEngine.Vector3,UnityEngine.Vector3) */, L_0, L_1, L_2); // if(m_parentHeldObject) m_grabbedObj.transform.parent = null; bool L_3 = __this->get_m_parentHeldObject_6(); if (!L_3) { goto IL_0026; } } { // if(m_parentHeldObject) m_grabbedObj.transform.parent = null; OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_4 = __this->get_m_grabbedObj_19(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_5, (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)NULL, /*hidden argument*/NULL); } IL_0026: { // m_grabbedObj = null; __this->set_m_grabbedObj_19((OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 *)NULL); // } return; } } // System.Void OVRGrabber::GrabVolumeEnable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_GrabVolumeEnable_m2D6E866BE5BFBD54F35718D41A7BE0D1D1DB7968 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, bool ___enabled0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mC78EF98809D2CFB2B01B8061E830E5CCD8B26E8A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (m_grabVolumeEnabled == enabled) bool L_0 = __this->get_m_grabVolumeEnabled_13(); bool L_1 = ___enabled0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000a; } } { // return; return; } IL_000a: { // m_grabVolumeEnabled = enabled; bool L_2 = ___enabled0; __this->set_m_grabVolumeEnabled_13(L_2); // for (int i = 0; i < m_grabVolumes.Length; ++i) V_0 = 0; goto IL_002c; } IL_0015: { // Collider grabVolume = m_grabVolumes[i]; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_3 = __this->get_m_grabVolumes_9(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_6 = (L_3)->GetAt(static_cast(L_5)); // grabVolume.enabled = m_grabVolumeEnabled; bool L_7 = __this->get_m_grabVolumeEnabled_13(); NullCheck(L_6); Collider_set_enabled_m047B4D830755CD36671F7A60BFAA9C0D61F6C4A1(L_6, L_7, /*hidden argument*/NULL); // for (int i = 0; i < m_grabVolumes.Length; ++i) int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002c: { // for (int i = 0; i < m_grabVolumes.Length; ++i) int32_t L_9 = V_0; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_10 = __this->get_m_grabVolumes_9(); NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0015; } } { // if (!m_grabVolumeEnabled) bool L_11 = __this->get_m_grabVolumeEnabled_13(); if (L_11) { goto IL_004a; } } { // m_grabCandidates.Clear(); Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * L_12 = __this->get_m_grabCandidates_22(); NullCheck(L_12); Dictionary_2_Clear_mC78EF98809D2CFB2B01B8061E830E5CCD8B26E8A(L_12, /*hidden argument*/Dictionary_2_Clear_mC78EF98809D2CFB2B01B8061E830E5CCD8B26E8A_RuntimeMethod_var); } IL_004a: { // } return; } } // System.Void OVRGrabber::OffhandGrabbed(OVRGrabbable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_OffhandGrabbed_mBF47CC3D2E969467EA3408F5BDFE79E842ED77A6 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * ___grabbable0, 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 (m_grabbedObj == grabbable) OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_0 = __this->get_m_grabbedObj_19(); OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * L_1 = ___grabbable0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } { // GrabbableRelease(Vector3.zero, Vector3.zero); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); OVRGrabber_GrabbableRelease_m9D68D56261F4DA6824BB359CB4134CC98FD57571(__this, L_3, L_4, /*hidden argument*/NULL); } IL_001e: { // } return; } } // System.Void OVRGrabber::SetPlayerIgnoreCollision(UnityEngine.GameObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_SetPlayerIgnoreCollision_mF7ED3789CE60843EEF94895F132DA76402C4F2FB (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___grabbable0, bool ___ignore1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentsInChildren_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_m1D005D78E6CA915E06E4B1A7D21B9EF6580CAC0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* V_0 = NULL; int32_t V_1 = 0; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * V_2 = NULL; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* V_3 = NULL; int32_t V_4 = 0; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * V_5 = NULL; { // if (m_player != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_m_player_12(); 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_0065; } } { // Collider[] playerColliders = m_player.GetComponentsInChildren(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_m_player_12(); NullCheck(L_2); ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_3; L_3 = GameObject_GetComponentsInChildren_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_m1D005D78E6CA915E06E4B1A7D21B9EF6580CAC0B(L_2, /*hidden argument*/GameObject_GetComponentsInChildren_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_m1D005D78E6CA915E06E4B1A7D21B9EF6580CAC0B_RuntimeMethod_var); // foreach (Collider pc in playerColliders) V_0 = L_3; V_1 = 0; goto IL_005f; } IL_001e: { // foreach (Collider pc in playerColliders) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_7 = (L_4)->GetAt(static_cast(L_6)); V_2 = L_7; // Collider[] colliders = grabbable.GetComponentsInChildren(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = ___grabbable0; NullCheck(L_8); ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_9; L_9 = GameObject_GetComponentsInChildren_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_m1D005D78E6CA915E06E4B1A7D21B9EF6580CAC0B(L_8, /*hidden argument*/GameObject_GetComponentsInChildren_TisCollider_t5E81E43C2ECA0209A7C4528E84A632712D192B02_m1D005D78E6CA915E06E4B1A7D21B9EF6580CAC0B_RuntimeMethod_var); // foreach (Collider c in colliders) V_3 = L_9; V_4 = 0; goto IL_0054; } IL_002e: { // foreach (Collider c in colliders) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_10 = V_3; int32_t L_11 = V_4; NullCheck(L_10); int32_t L_12 = L_11; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_13 = (L_10)->GetAt(static_cast(L_12)); V_5 = L_13; // if(!c.isTrigger && !pc.isTrigger) Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_14 = V_5; NullCheck(L_14); bool L_15; L_15 = Collider_get_isTrigger_m3A9C990365C94B7125DB5993D782D3D0FE876A60(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_004e; } } { Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_16 = V_2; NullCheck(L_16); bool L_17; L_17 = Collider_get_isTrigger_m3A9C990365C94B7125DB5993D782D3D0FE876A60(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_004e; } } { // Physics.IgnoreCollision(c, pc, ignore); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_18 = V_5; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_19 = V_2; bool L_20 = ___ignore1; Physics_IgnoreCollision_m7B4B87FA8DAE966DB15A6825652452ADAB43BEB8(L_18, L_19, L_20, /*hidden argument*/NULL); } IL_004e: { int32_t L_21 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0054: { // foreach (Collider c in colliders) int32_t L_22 = V_4; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_23 = V_3; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))) { goto IL_002e; } } { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_005f: { // foreach (Collider pc in playerColliders) int32_t L_25 = V_1; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_26 = V_0; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_001e; } } IL_0065: { // } return; } } // System.Void OVRGrabber::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber__ctor_m73815F9C2FE218DECB978B8095FCE5B5659C5058 (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mB24B2E6D38C8A8596C1D973895D553DD0D2C3C8D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t713C329528CABF607605A398EC8B724274C05373_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public float grabBegin = 0.55f; __this->set_grabBegin_4((0.550000012f)); // public float grabEnd = 0.35f; __this->set_grabEnd_5((0.349999994f)); // protected bool m_grabVolumeEnabled = true; __this->set_m_grabVolumeEnabled_13((bool)1); // protected Dictionary m_grabCandidates = new Dictionary(); Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 * L_0 = (Dictionary_2_t713C329528CABF607605A398EC8B724274C05373 *)il2cpp_codegen_object_new(Dictionary_2_t713C329528CABF607605A398EC8B724274C05373_il2cpp_TypeInfo_var); Dictionary_2__ctor_mB24B2E6D38C8A8596C1D973895D553DD0D2C3C8D(L_0, /*hidden argument*/Dictionary_2__ctor_mB24B2E6D38C8A8596C1D973895D553DD0D2C3C8D_RuntimeMethod_var); __this->set_m_grabCandidates_22(L_0); // protected bool m_operatingWithoutOVRCameraRig = true; __this->set_m_operatingWithoutOVRCameraRig_23((bool)1); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void OVRGrabber::b__23_0(OVRCameraRig) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGrabber_U3CAwakeU3Eb__23_0_m4C63E3D112CD518E2D73B7C2AE473F1AB0CAA89B (OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * __this, OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * ___r0, const RuntimeMethod* method) { { // rig.UpdatedAnchors += (r) => {OnUpdatedAnchors();}; OVRGrabber_OnUpdatedAnchors_mBAD4E60A8722B1070A1776D4F5E8AD2B8DF35B0F(__this, /*hidden argument*/NULL); // rig.UpdatedAnchors += (r) => {OnUpdatedAnchors();}; 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 OVRGridCube::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGridCube_Update_m0F8373CC03FA5B4A94946A66832624E779AD4FAD (OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E * __this, const RuntimeMethod* method) { { // UpdateCubeGrid(); OVRGridCube_UpdateCubeGrid_m8AB0382222B57ACDD4A8465DC1F535A146CCFC2A(__this, /*hidden argument*/NULL); // } return; } } // System.Void OVRGridCube::SetOVRCameraController(OVRCameraRig&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGridCube_SetOVRCameraController_m1512F4FC6C4FEE76E8AFD779F2E830ED607C6A96 (OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E * __this, OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 ** ___cameraController0, const RuntimeMethod* method) { { // CameraController = cameraController; OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 ** L_0 = ___cameraController0; OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_1 = *((OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 **)L_0); __this->set_CameraController_14(L_1); // } return; } } // System.Void OVRGridCube::UpdateCubeGrid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGridCube_UpdateCubeGrid_m8AB0382222B57ACDD4A8465DC1F535A146CCFC2A (OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E * __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*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral857A189C6121945B0A34E25354F80D8AD4510F00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7D68742C14CB7CCDAA78DAD77CF874786C7B036); s_Il2CppMethodInitialized = true; } { // if(Input.GetKeyDown(GridKey)) int32_t L_0 = __this->get_GridKey_4(); bool L_1; L_1 = Input_GetKeyDown_m806A477EAE0AE49AA9C5E518A0800A3D80D873DC(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0075; } } { // if(CubeGridOn == false) bool L_2 = __this->get_CubeGridOn_6(); if (L_2) { goto IL_004a; } } { // CubeGridOn = true; __this->set_CubeGridOn_6((bool)1); // Debug.LogWarning("CubeGrid ON"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteralF7D68742C14CB7CCDAA78DAD77CF874786C7B036, /*hidden argument*/NULL); // if(CubeGrid != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = __this->get_CubeGrid_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0042; } } { // CubeGrid.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = __this->get_CubeGrid_5(); NullCheck(L_5); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_5, (bool)1, /*hidden argument*/NULL); goto IL_0075; } IL_0042: { // CreateCubeGrid(); OVRGridCube_CreateCubeGrid_m055D4CF449A371250456C5881323EE7DA9B6A673(__this, /*hidden argument*/NULL); // } goto IL_0075; } IL_004a: { // CubeGridOn = false; __this->set_CubeGridOn_6((bool)0); // Debug.LogWarning("CubeGrid OFF"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteral857A189C6121945B0A34E25354F80D8AD4510F00, /*hidden argument*/NULL); // if(CubeGrid != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = __this->get_CubeGrid_5(); 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); if (!L_7) { goto IL_0075; } } { // CubeGrid.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = __this->get_CubeGrid_5(); NullCheck(L_8); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_8, (bool)0, /*hidden argument*/NULL); } IL_0075: { // if (CubeGrid != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9 = __this->get_CubeGrid_5(); 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); if (!L_10) { goto IL_00bc; } } { // CubeSwitchColor = !OVRManager.tracker.isPositionTracked; IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A * L_11; L_11 = OVRManager_get_tracker_mF7CFCC84A8F1BF5EA00A47C484DDFAE7470497D5_inline(/*hidden argument*/NULL); NullCheck(L_11); bool L_12; L_12 = OVRTracker_get_isPositionTracked_m9D71888A3F4ABCFE34F054522F0FE915F8830333(L_11, /*hidden argument*/NULL); __this->set_CubeSwitchColor_8((bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0)); // if(CubeSwitchColor != CubeSwitchColorOld) bool L_13 = __this->get_CubeSwitchColor_8(); bool L_14 = __this->get_CubeSwitchColorOld_7(); if ((((int32_t)L_13) == ((int32_t)L_14))) { goto IL_00b0; } } { // CubeGridSwitchColor(CubeSwitchColor); bool L_15 = __this->get_CubeSwitchColor_8(); OVRGridCube_CubeGridSwitchColor_m3EE0DFF1F25933FD532DCCE82A9EA2B40B5896F0(__this, L_15, /*hidden argument*/NULL); } IL_00b0: { // CubeSwitchColorOld = CubeSwitchColor; bool L_16 = __this->get_CubeSwitchColor_8(); __this->set_CubeSwitchColorOld_7(L_16); } IL_00bc: { // } return; } } // System.Void OVRGridCube::CreateCubeGrid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGridCube_CreateCubeGrid_m055D4CF449A371250456C5881323EE7DA9B6A673 (OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E * __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*)&GameObject_GetComponent_TisBoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5_m106D19D2AB9862E4B35BBBCF1A510C4A16C928FF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mD787758BED3337F182C18CC67C516C2A11B55466_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5EE8641CF50875E6F8D3FC3E437B67AACF51E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7A0631D9FFC4B977055EC7F4817C6C07D922879); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * V_4 = NULL; float V_5 = 0.0f; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B16_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B15_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B19_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B18_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B17_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B21_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B20_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B23_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B22_0 = NULL; { // Debug.LogWarning("Create CubeGrid"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0(_stringLiteralE7A0631D9FFC4B977055EC7F4817C6C07D922879, /*hidden argument*/NULL); // CubeGrid = new GameObject("CubeGrid"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144(L_0, _stringLiteral9D5EE8641CF50875E6F8D3FC3E437B67AACF51E4, /*hidden argument*/NULL); __this->set_CubeGrid_5(L_0); // CubeGrid.layer = CameraController.gameObject.layer; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = __this->get_CubeGrid_5(); OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_2 = __this->get_CameraController_14(); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4; L_4 = GameObject_get_layer_m9D4C23A2FD105AF9964445BF18A77E8A49012F9F(L_3, /*hidden argument*/NULL); NullCheck(L_1); GameObject_set_layer_m2F946916ACB41A59C46346F5243F2BAC235A36A6(L_1, L_4, /*hidden argument*/NULL); // for (int x = -gridSizeX; x <= gridSizeX; x++) int32_t L_5 = __this->get_gridSizeX_9(); V_0 = ((-L_5)); goto IL_01a9; } IL_0042: { // for (int y = -gridSizeY; y <= gridSizeY; y++) int32_t L_6 = __this->get_gridSizeY_10(); V_1 = ((-L_6)); goto IL_0199; } IL_004f: { // for (int z = -gridSizeZ; z <= gridSizeZ; z++) int32_t L_7 = __this->get_gridSizeZ_11(); V_2 = ((-L_7)); goto IL_0189; } IL_005c: { // int CubeType = 0; V_3 = 0; // if ((x == 0 && y == 0) || (x == 0 && z == 0) || (y == 0 && z == 0)) int32_t L_8 = V_0; if (L_8) { goto IL_0064; } } { int32_t L_9 = V_1; if (!L_9) { goto IL_0070; } } IL_0064: { int32_t L_10 = V_0; if (L_10) { goto IL_006a; } } { int32_t L_11 = V_2; if (!L_11) { goto IL_0070; } } IL_006a: { int32_t L_12 = V_1; if (L_12) { goto IL_007f; } } { int32_t L_13 = V_2; if (L_13) { goto IL_007f; } } IL_0070: { // if((x == 0) && (y == 0) && (z == 0)) int32_t L_14 = V_0; if (L_14) { goto IL_007d; } } { int32_t L_15 = V_1; if (L_15) { goto IL_007d; } } { int32_t L_16 = V_2; if (L_16) { goto IL_007d; } } { // CubeType = 2; V_3 = 2; goto IL_007f; } IL_007d: { // CubeType = 1; V_3 = 1; } IL_007f: { // GameObject cube = GameObject.CreatePrimitive(PrimitiveType.Cube); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17; L_17 = GameObject_CreatePrimitive_m3F797A3D7CBF364F6581F6C800AB9F9BAF5000C6(3, /*hidden argument*/NULL); // BoxCollider bc = cube.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_18 = L_17; NullCheck(L_18); BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5 * L_19; L_19 = GameObject_GetComponent_TisBoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5_m106D19D2AB9862E4B35BBBCF1A510C4A16C928FF(L_18, /*hidden argument*/GameObject_GetComponent_TisBoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5_m106D19D2AB9862E4B35BBBCF1A510C4A16C928FF_RuntimeMethod_var); // bc.enabled = false; NullCheck(L_19); Collider_set_enabled_m047B4D830755CD36671F7A60BFAA9C0D61F6C4A1(L_19, (bool)0, /*hidden argument*/NULL); // cube.layer = CameraController.gameObject.layer; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_20 = L_18; OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * L_21 = __this->get_CameraController_14(); NullCheck(L_21); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_22; L_22 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_21, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23; L_23 = GameObject_get_layer_m9D4C23A2FD105AF9964445BF18A77E8A49012F9F(L_22, /*hidden argument*/NULL); NullCheck(L_20); GameObject_set_layer_m2F946916ACB41A59C46346F5243F2BAC235A36A6(L_20, L_23, /*hidden argument*/NULL); // Renderer r = cube.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24 = L_20; NullCheck(L_24); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_25; L_25 = GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mD787758BED3337F182C18CC67C516C2A11B55466(L_24, /*hidden argument*/GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mD787758BED3337F182C18CC67C516C2A11B55466_RuntimeMethod_var); V_4 = L_25; // r.shadowCastingMode = UnityEngine.Rendering.ShadowCastingMode.Off; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_26 = V_4; NullCheck(L_26); Renderer_set_shadowCastingMode_mDD2D9695A5F1B0D1FCACB8D87A3D1148C14D6F01(L_26, 0, /*hidden argument*/NULL); // r.receiveShadows = false; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_27 = V_4; NullCheck(L_27); Renderer_set_receiveShadows_mA7D75C6A0E4C9F3BEB8F9BB27829A5B749AAD875(L_27, (bool)0, /*hidden argument*/NULL); // if (CubeType == 0) int32_t L_28 = V_3; G_B15_0 = L_24; if (L_28) { G_B16_0 = L_24; goto IL_00d5; } } { // r.material.color = Color.red; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_29 = V_4; NullCheck(L_29); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_30; L_30 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_29, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_31; L_31 = Color_get_red_m6364CCD309A4A64D49115167E97154D40CF8F140(/*hidden argument*/NULL); NullCheck(L_30); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_30, L_31, /*hidden argument*/NULL); G_B19_0 = G_B15_0; goto IL_00fd; } IL_00d5: { // else if (CubeType == 1) int32_t L_32 = V_3; G_B17_0 = G_B16_0; if ((!(((uint32_t)L_32) == ((uint32_t)1)))) { G_B18_0 = G_B16_0; goto IL_00ec; } } { // r.material.color = Color.white; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_33 = V_4; NullCheck(L_33); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_34; L_34 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_33, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_35; L_35 = Color_get_white_m2F4F3E4DD95471924015E9CB5AF20E59C650EE37(/*hidden argument*/NULL); NullCheck(L_34); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_34, L_35, /*hidden argument*/NULL); G_B19_0 = G_B17_0; goto IL_00fd; } IL_00ec: { // r.material.color = Color.yellow; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_36 = V_4; NullCheck(L_36); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_37; L_37 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_36, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_38; L_38 = Color_get_yellow_mF722D7BC5AEA4A29F875AE36F952E474E159181E(/*hidden argument*/NULL); NullCheck(L_37); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_37, L_38, /*hidden argument*/NULL); G_B19_0 = G_B18_0; } IL_00fd: { // cube.transform.position = // new Vector3(((float)x * gridScale), // ((float)y * gridScale), // ((float)z * gridScale)); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_39 = G_B19_0; NullCheck(L_39); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_40; L_40 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_39, /*hidden argument*/NULL); int32_t L_41 = V_0; float L_42 = __this->get_gridScale_12(); int32_t L_43 = V_1; float L_44 = __this->get_gridScale_12(); int32_t L_45 = V_2; float L_46 = __this->get_gridScale_12(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_47; memset((&L_47), 0, sizeof(L_47)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_47), ((float)il2cpp_codegen_multiply((float)((float)((float)L_41)), (float)L_42)), ((float)il2cpp_codegen_multiply((float)((float)((float)L_43)), (float)L_44)), ((float)il2cpp_codegen_multiply((float)((float)((float)L_45)), (float)L_46)), /*hidden argument*/NULL); NullCheck(L_40); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_40, L_47, /*hidden argument*/NULL); // float s = 0.7f; V_5 = (0.699999988f); // if(CubeType == 1) int32_t L_48 = V_3; G_B20_0 = L_39; if ((!(((uint32_t)L_48) == ((uint32_t)1)))) { G_B21_0 = L_39; goto IL_013a; } } { // s = 1.0f; V_5 = (1.0f); G_B21_0 = G_B20_0; } IL_013a: { // if(CubeType == 2) int32_t L_49 = V_3; G_B22_0 = G_B21_0; if ((!(((uint32_t)L_49) == ((uint32_t)2)))) { G_B23_0 = G_B21_0; goto IL_0145; } } { // s = 2.0f; V_5 = (2.0f); G_B23_0 = G_B22_0; } IL_0145: { // cube.transform.localScale = // new Vector3(cubeScale * s, cubeScale * s, cubeScale * s); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_50 = G_B23_0; NullCheck(L_50); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_51; L_51 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_50, /*hidden argument*/NULL); float L_52 = __this->get_cubeScale_13(); float L_53 = V_5; float L_54 = __this->get_cubeScale_13(); float L_55 = V_5; float L_56 = __this->get_cubeScale_13(); float L_57 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_58; memset((&L_58), 0, sizeof(L_58)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_58), ((float)il2cpp_codegen_multiply((float)L_52, (float)L_53)), ((float)il2cpp_codegen_multiply((float)L_54, (float)L_55)), ((float)il2cpp_codegen_multiply((float)L_56, (float)L_57)), /*hidden argument*/NULL); NullCheck(L_51); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_51, L_58, /*hidden argument*/NULL); // cube.transform.parent = CubeGrid.transform; NullCheck(L_50); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_59; L_59 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_50, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_60 = __this->get_CubeGrid_5(); NullCheck(L_60); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_61; L_61 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_60, /*hidden argument*/NULL); NullCheck(L_59); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_59, L_61, /*hidden argument*/NULL); // for (int z = -gridSizeZ; z <= gridSizeZ; z++) int32_t L_62 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_0189: { // for (int z = -gridSizeZ; z <= gridSizeZ; z++) int32_t L_63 = V_2; int32_t L_64 = __this->get_gridSizeZ_11(); if ((((int32_t)L_63) <= ((int32_t)L_64))) { goto IL_005c; } } { // for (int y = -gridSizeY; y <= gridSizeY; y++) int32_t L_65 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); } IL_0199: { // for (int y = -gridSizeY; y <= gridSizeY; y++) int32_t L_66 = V_1; int32_t L_67 = __this->get_gridSizeY_10(); if ((((int32_t)L_66) <= ((int32_t)L_67))) { goto IL_004f; } } { // for (int x = -gridSizeX; x <= gridSizeX; x++) int32_t L_68 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_01a9: { // for (int x = -gridSizeX; x <= gridSizeX; x++) int32_t L_69 = V_0; int32_t L_70 = __this->get_gridSizeX_9(); if ((((int32_t)L_69) <= ((int32_t)L_70))) { goto IL_0042; } } { // } return; } } // System.Void OVRGridCube::CubeGridSwitchColor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGridCube_CubeGridSwitchColor_m3EE0DFF1F25933FD532DCCE82A9EA2B40B5896F0 (OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E * __this, bool ___CubeSwitchColor0, 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*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Color c = Color.red; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0; L_0 = Color_get_red_m6364CCD309A4A64D49115167E97154D40CF8F140(/*hidden argument*/NULL); V_0 = L_0; // if(CubeSwitchColor == true) bool L_1 = ___CubeSwitchColor0; if (!L_1) { goto IL_000f; } } { // c = Color.blue; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2; L_2 = Color_get_blue_mB28F18C2D039DB69593A38902B30A3CCE6B1AAC1(/*hidden argument*/NULL); V_0 = L_2; } IL_000f: { // foreach(Transform child in CubeGrid.transform) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = __this->get_CubeGrid_5(); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_3, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject* L_5; L_5 = Transform_GetEnumerator_mBA0E884A69F0AA05FCB69F4EE5F700177F75DD7E(L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_0020: try { // begin try (depth: 1) { goto IL_0063; } IL_0022: { // foreach(Transform child in CubeGrid.transform) RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); // Material m = child.GetComponent().material; NullCheck(((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)CastclassClass((RuntimeObject*)L_7, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var))); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_8; L_8 = Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019(((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)CastclassClass((RuntimeObject*)L_7, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var)), /*hidden argument*/Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019_RuntimeMethod_var); NullCheck(L_8); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_9; L_9 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_8, /*hidden argument*/NULL); V_2 = L_9; // if(m.color == Color.red || m.color == Color.blue) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_10 = V_2; NullCheck(L_10); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_11; L_11 = Material_get_color_m7926F7BE68B4D000306738C1EAABEB7ADFB97821(L_10, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_12; L_12 = Color_get_red_m6364CCD309A4A64D49115167E97154D40CF8F140(/*hidden argument*/NULL); bool L_13; L_13 = Color_op_Equality_m54C509DB917E1B555CC54970616DBC8AF52F8E0D(L_11, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_005c; } } IL_004a: { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_14 = V_2; NullCheck(L_14); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_15; L_15 = Material_get_color_m7926F7BE68B4D000306738C1EAABEB7ADFB97821(L_14, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_16; L_16 = Color_get_blue_mB28F18C2D039DB69593A38902B30A3CCE6B1AAC1(/*hidden argument*/NULL); bool L_17; L_17 = Color_op_Equality_m54C509DB917E1B555CC54970616DBC8AF52F8E0D(L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0063; } } IL_005c: { // m.color = c; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_18 = V_2; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_19 = V_0; NullCheck(L_18); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_18, L_19, /*hidden argument*/NULL); } IL_0063: { // foreach(Transform child in CubeGrid.transform) RuntimeObject* L_20 = V_1; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_0022; } } IL_006b: { IL2CPP_LEAVE(0x7E, FINALLY_006d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006d; } FINALLY_006d: { // begin finally (depth: 1) { RuntimeObject* L_22 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_23 = V_3; if (!L_23) { goto IL_007d; } } IL_0077: { RuntimeObject* L_24 = V_3; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_24); } IL_007d: { IL2CPP_END_FINALLY(109) } } // end finally (depth: 1) IL2CPP_CLEANUP(109) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7E, IL_007e) } IL_007e: { // } return; } } // System.Void OVRGridCube::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRGridCube__ctor_m7CAA74DB738D14BE8BA1D9885606416A150F2F36 (OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E * __this, const RuntimeMethod* method) { { // public KeyCode GridKey = KeyCode.G; __this->set_GridKey_4(((int32_t)103)); // private int gridSizeX = 6; __this->set_gridSizeX_9(6); // private int gridSizeY = 4; __this->set_gridSizeY_10(4); // private int gridSizeZ = 6; __this->set_gridSizeZ_11(6); // private float gridScale = 0.3f; __this->set_gridScale_12((0.300000012f)); // private float cubeScale = 0.03f; __this->set_cubeScale_13((0.0299999993f)); 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.Boolean OVRHand::get_IsDataValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRHand_get_IsDataValid_m73BABA756C47728B7C74CA056E4CB34ED6F08131 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public bool IsDataValid { get; private set; } bool L_0 = __this->get_U3CIsDataValidU3Ek__BackingField_8(); return L_0; } } // System.Void OVRHand::set_IsDataValid(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_set_IsDataValid_m8424866786FEFB3AC0017815606BA3494C3A7BDB (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsDataValid { get; private set; } bool L_0 = ___value0; __this->set_U3CIsDataValidU3Ek__BackingField_8(L_0); return; } } // System.Boolean OVRHand::get_IsDataHighConfidence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRHand_get_IsDataHighConfidence_mF470AD6A88D4EF06E9B18B2E0C411C5923D13014 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public bool IsDataHighConfidence { get; private set; } bool L_0 = __this->get_U3CIsDataHighConfidenceU3Ek__BackingField_9(); return L_0; } } // System.Void OVRHand::set_IsDataHighConfidence(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_set_IsDataHighConfidence_m85DCD3D305A3F0ED8DFA8FD519C70AA90656D1F5 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsDataHighConfidence { get; private set; } bool L_0 = ___value0; __this->set_U3CIsDataHighConfidenceU3Ek__BackingField_9(L_0); return; } } // System.Boolean OVRHand::get_IsTracked() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRHand_get_IsTracked_m1B1B95C54623252AD41089F461ACC3669CE2AE7C (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public bool IsTracked { get; private set; } bool L_0 = __this->get_U3CIsTrackedU3Ek__BackingField_10(); return L_0; } } // System.Void OVRHand::set_IsTracked(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_set_IsTracked_mAA3E3A2201DE33D054E1DFBECD8BA0DCFBE52C55 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsTracked { get; private set; } bool L_0 = ___value0; __this->set_U3CIsTrackedU3Ek__BackingField_10(L_0); return; } } // System.Boolean OVRHand::get_IsSystemGestureInProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRHand_get_IsSystemGestureInProgress_m452ED3E62CB2DBF72B327580C14C932DE95421E4 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public bool IsSystemGestureInProgress { get; private set; } bool L_0 = __this->get_U3CIsSystemGestureInProgressU3Ek__BackingField_11(); return L_0; } } // System.Void OVRHand::set_IsSystemGestureInProgress(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_set_IsSystemGestureInProgress_mA98300B7DDD232FB19F03DEBEC57281EE23CBB40 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsSystemGestureInProgress { get; private set; } bool L_0 = ___value0; __this->set_U3CIsSystemGestureInProgressU3Ek__BackingField_11(L_0); return; } } // System.Boolean OVRHand::get_IsPointerPoseValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRHand_get_IsPointerPoseValid_mE0B58CD928EEA4F4C4781031F455406DF3EFD1B5 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public bool IsPointerPoseValid { get; private set; } bool L_0 = __this->get_U3CIsPointerPoseValidU3Ek__BackingField_12(); return L_0; } } // System.Void OVRHand::set_IsPointerPoseValid(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_set_IsPointerPoseValid_mAF125CC99D8D8B3206A25FE5F410BEE41772B657 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsPointerPoseValid { get; private set; } bool L_0 = ___value0; __this->set_U3CIsPointerPoseValidU3Ek__BackingField_12(L_0); return; } } // UnityEngine.Transform OVRHand::get_PointerPose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRHand_get_PointerPose_m5FD5EE4BC344C1F3D2F85B1F8C6E3D0E518DF7A2 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public Transform PointerPose { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CPointerPoseU3Ek__BackingField_13(); return L_0; } } // System.Void OVRHand::set_PointerPose(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_set_PointerPose_m34DD737648C1C4108EFD3DFAE8466E43B6B8137A (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform PointerPose { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CPointerPoseU3Ek__BackingField_13(L_0); return; } } // System.Single OVRHand::get_HandScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRHand_get_HandScale_m76F4D0A3746E8D4994056E8B7F4551535EE06D52 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public float HandScale { get; private set; } float L_0 = __this->get_U3CHandScaleU3Ek__BackingField_14(); return L_0; } } // System.Void OVRHand::set_HandScale(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_set_HandScale_m61A9F68BDE48BA8409D326037AE214A039E20DAE (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, float ___value0, const RuntimeMethod* method) { { // public float HandScale { get; private set; } float L_0 = ___value0; __this->set_U3CHandScaleU3Ek__BackingField_14(L_0); return; } } // OVRHand/TrackingConfidence OVRHand::get_HandConfidence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRHand_get_HandConfidence_mE06ACA8BA1C4D00BA5F196AC3CA3DCD46C9801FE (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public TrackingConfidence HandConfidence { get; private set; } int32_t L_0 = __this->get_U3CHandConfidenceU3Ek__BackingField_15(); return L_0; } } // System.Void OVRHand::set_HandConfidence(OVRHand/TrackingConfidence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_set_HandConfidence_m37DFDEE3D33A871276B0A834131CD38D1D3DC764 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, int32_t ___value0, const RuntimeMethod* method) { { // public TrackingConfidence HandConfidence { get; private set; } int32_t L_0 = ___value0; __this->set_U3CHandConfidenceU3Ek__BackingField_15(L_0); return; } } // System.Boolean OVRHand::get_IsDominantHand() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRHand_get_IsDominantHand_m9D833D3DA51C06D8705321F172FC19D190117EC5 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public bool IsDominantHand { get; private set; } bool L_0 = __this->get_U3CIsDominantHandU3Ek__BackingField_16(); return L_0; } } // System.Void OVRHand::set_IsDominantHand(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_set_IsDominantHand_m5A5FAAD098BDECEF3F8003833FBDE5E812DF61E5 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsDominantHand { get; private set; } bool L_0 = ___value0; __this->set_U3CIsDominantHandU3Ek__BackingField_16(L_0); return; } } // System.Void OVRHand::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_Awake_mEB42F7C36E6751F96763796656191F0B7276CE9E (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, 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; } { // _pointerPoseGO = new GameObject(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mACDBD7A1F25B33D006A60F67EF901B33DD3D52E9(L_0, /*hidden argument*/NULL); __this->set__pointerPoseGO_6(L_0); // PointerPose = _pointerPoseGO.transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = __this->get__pointerPoseGO_6(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_1, /*hidden argument*/NULL); OVRHand_set_PointerPose_m34DD737648C1C4108EFD3DFAE8466E43B6B8137A_inline(__this, L_2, /*hidden argument*/NULL); // if (_pointerPoseRoot != null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get__pointerPoseRoot_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_003c; } } { // PointerPose.SetParent(_pointerPoseRoot, false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = OVRHand_get_PointerPose_m5FD5EE4BC344C1F3D2F85B1F8C6E3D0E518DF7A2_inline(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6 = __this->get__pointerPoseRoot_5(); NullCheck(L_5); Transform_SetParent_mA6A651EDE81F139E1D6C7BA894834AD71D07227A(L_5, L_6, (bool)0, /*hidden argument*/NULL); } IL_003c: { // GetHandState(OVRPlugin.Step.Render); OVRHand_GetHandState_m63220D893F8A59650096CF068B96EA9113D7D05E(__this, (-1), /*hidden argument*/NULL); // } return; } } // System.Void OVRHand::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_Update_m0B0DD06F208C8A1997FECAA9ADEEE4AA532B1677 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // GetHandState(OVRPlugin.Step.Render); OVRHand_GetHandState_m63220D893F8A59650096CF068B96EA9113D7D05E(__this, (-1), /*hidden argument*/NULL); // } return; } } // System.Void OVRHand::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_FixedUpdate_m667BE16DEB35BDBF70DEFB21AD1652A5C2A3BC23 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, 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; } { // if (OVRPlugin.nativeXrApi != OVRPlugin.XrApi.OpenXR) IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); int32_t L_0; L_0 = OVRPlugin_get_nativeXrApi_m66F68B6CF24200B64ABDBBD21B0273DEC11F8218(/*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_000f; } } { // GetHandState(OVRPlugin.Step.Physics); OVRHand_GetHandState_m63220D893F8A59650096CF068B96EA9113D7D05E(__this, 0, /*hidden argument*/NULL); } IL_000f: { // } return; } } // System.Void OVRHand::GetHandState(OVRPlugin/Step) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand_GetHandState_m63220D893F8A59650096CF068B96EA9113D7D05E (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, int32_t ___step0, 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; } OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * G_B3_0 = NULL; OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * G_B2_0 = NULL; int32_t G_B4_0 = 0; OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * G_B4_1 = NULL; { // if (OVRPlugin.GetHandState(step, (OVRPlugin.Hand)HandType, ref _handState)) int32_t L_0 = ___step0; int32_t L_1 = __this->get_HandType_4(); HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_2 = __this->get_address_of__handState_7(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_3; L_3 = OVRPlugin_GetHandState_mDC41746DC42DDCB55CEFDB8692BC3A71E25B3C0D(L_0, L_1, (HandState_t5377A12318B95003B2BB256777077FE3D05D0090 *)L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_00fc; } } { // IsTracked = (_handState.Status & OVRPlugin.HandStatus.HandTracked) != 0; HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_4 = __this->get_address_of__handState_7(); int32_t L_5 = L_4->get_Status_0(); OVRHand_set_IsTracked_mAA3E3A2201DE33D054E1DFBECD8BA0DCFBE52C55_inline(__this, (bool)((!(((uint32_t)((int32_t)((int32_t)L_5&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL); // IsSystemGestureInProgress = (_handState.Status & OVRPlugin.HandStatus.SystemGestureInProgress) != 0; HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_6 = __this->get_address_of__handState_7(); int32_t L_7 = L_6->get_Status_0(); OVRHand_set_IsSystemGestureInProgress_mA98300B7DDD232FB19F03DEBEC57281EE23CBB40_inline(__this, (bool)((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL); // IsPointerPoseValid = (_handState.Status & OVRPlugin.HandStatus.InputStateValid) != 0; HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_8 = __this->get_address_of__handState_7(); int32_t L_9 = L_8->get_Status_0(); OVRHand_set_IsPointerPoseValid_mAF125CC99D8D8B3206A25FE5F410BEE41772B657_inline(__this, (bool)((!(((uint32_t)((int32_t)((int32_t)L_9&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL); // IsDominantHand = (_handState.Status & OVRPlugin.HandStatus.DominantHand) != 0; HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_10 = __this->get_address_of__handState_7(); int32_t L_11 = L_10->get_Status_0(); OVRHand_set_IsDominantHand_m5A5FAAD098BDECEF3F8003833FBDE5E812DF61E5_inline(__this, (bool)((!(((uint32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)128)))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL); // PointerPose.localPosition = _handState.PointerPose.Position.FromFlippedZVector3f(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = OVRHand_get_PointerPose_m5FD5EE4BC344C1F3D2F85B1F8C6E3D0E518DF7A2_inline(__this, /*hidden argument*/NULL); HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_13 = __this->get_address_of__handState_7(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * L_14 = L_13->get_address_of_PointerPose_5(); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_15 = L_14->get_Position_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = OVRExtensions_FromFlippedZVector3f_mB3C47CCA4ECAF1BC04479D820D142B42C0BF8B75(L_15, /*hidden argument*/NULL); NullCheck(L_12); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_12, L_16, /*hidden argument*/NULL); // PointerPose.localRotation = _handState.PointerPose.Orientation.FromFlippedZQuatf(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = OVRHand_get_PointerPose_m5FD5EE4BC344C1F3D2F85B1F8C6E3D0E518DF7A2_inline(__this, /*hidden argument*/NULL); HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_18 = __this->get_address_of__handState_7(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * L_19 = L_18->get_address_of_PointerPose_5(); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_20 = L_19->get_Orientation_0(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_21; L_21 = OVRExtensions_FromFlippedZQuatf_m10C08DA64206B4DA402A640739995BADC601058F(L_20, /*hidden argument*/NULL); NullCheck(L_17); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_17, L_21, /*hidden argument*/NULL); // HandScale = _handState.HandScale; HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_22 = __this->get_address_of__handState_7(); float L_23 = L_22->get_HandScale_6(); OVRHand_set_HandScale_m61A9F68BDE48BA8409D326037AE214A039E20DAE_inline(__this, L_23, /*hidden argument*/NULL); // HandConfidence = (TrackingConfidence)_handState.HandConfidence; HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_24 = __this->get_address_of__handState_7(); int32_t L_25 = L_24->get_HandConfidence_7(); OVRHand_set_HandConfidence_m37DFDEE3D33A871276B0A834131CD38D1D3DC764_inline(__this, L_25, /*hidden argument*/NULL); // IsDataValid = true; OVRHand_set_IsDataValid_m8424866786FEFB3AC0017815606BA3494C3A7BDB_inline(__this, (bool)1, /*hidden argument*/NULL); // IsDataHighConfidence = IsTracked && HandConfidence == TrackingConfidence.High; bool L_26; L_26 = OVRHand_get_IsTracked_m1B1B95C54623252AD41089F461ACC3669CE2AE7C_inline(__this, /*hidden argument*/NULL); G_B2_0 = __this; if (!L_26) { G_B3_0 = __this; goto IL_00f5; } } { int32_t L_27; L_27 = OVRHand_get_HandConfidence_mE06ACA8BA1C4D00BA5F196AC3CA3DCD46C9801FE_inline(__this, /*hidden argument*/NULL); G_B4_0 = ((((int32_t)L_27) == ((int32_t)((int32_t)1065353216)))? 1 : 0); G_B4_1 = G_B2_0; goto IL_00f6; } IL_00f5: { G_B4_0 = 0; G_B4_1 = G_B3_0; } IL_00f6: { NullCheck(G_B4_1); OVRHand_set_IsDataHighConfidence_m85DCD3D305A3F0ED8DFA8FD519C70AA90656D1F5_inline(G_B4_1, (bool)G_B4_0, /*hidden argument*/NULL); // } return; } IL_00fc: { // IsTracked = false; OVRHand_set_IsTracked_mAA3E3A2201DE33D054E1DFBECD8BA0DCFBE52C55_inline(__this, (bool)0, /*hidden argument*/NULL); // IsSystemGestureInProgress = false; OVRHand_set_IsSystemGestureInProgress_mA98300B7DDD232FB19F03DEBEC57281EE23CBB40_inline(__this, (bool)0, /*hidden argument*/NULL); // IsPointerPoseValid = false; OVRHand_set_IsPointerPoseValid_mAF125CC99D8D8B3206A25FE5F410BEE41772B657_inline(__this, (bool)0, /*hidden argument*/NULL); // PointerPose.localPosition = Vector3.zero; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28; L_28 = OVRHand_get_PointerPose_m5FD5EE4BC344C1F3D2F85B1F8C6E3D0E518DF7A2_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); NullCheck(L_28); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_28, L_29, /*hidden argument*/NULL); // PointerPose.localRotation = Quaternion.identity; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_30; L_30 = OVRHand_get_PointerPose_m5FD5EE4BC344C1F3D2F85B1F8C6E3D0E518DF7A2_inline(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_31; L_31 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); NullCheck(L_30); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_30, L_31, /*hidden argument*/NULL); // HandScale = 1.0f; OVRHand_set_HandScale_m61A9F68BDE48BA8409D326037AE214A039E20DAE_inline(__this, (1.0f), /*hidden argument*/NULL); // HandConfidence = TrackingConfidence.Low; OVRHand_set_HandConfidence_m37DFDEE3D33A871276B0A834131CD38D1D3DC764_inline(__this, 0, /*hidden argument*/NULL); // IsDataValid = false; OVRHand_set_IsDataValid_m8424866786FEFB3AC0017815606BA3494C3A7BDB_inline(__this, (bool)0, /*hidden argument*/NULL); // IsDataHighConfidence = false; OVRHand_set_IsDataHighConfidence_m85DCD3D305A3F0ED8DFA8FD519C70AA90656D1F5_inline(__this, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Boolean OVRHand::GetFingerIsPinching(OVRHand/HandFinger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRHand_GetFingerIsPinching_mD31A25E1BDEF8BCE0E8CA399948AA111E05893C6 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, int32_t ___finger0, const RuntimeMethod* method) { { // return IsDataValid && (((int)_handState.Pinches & (1 << (int)finger)) != 0); bool L_0; L_0 = OVRHand_get_IsDataValid_m73BABA756C47728B7C74CA056E4CB34ED6F08131_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001e; } } { HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_1 = __this->get_address_of__handState_7(); int32_t L_2 = L_1->get_Pinches_3(); int32_t L_3 = ___finger0; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31)))))))) <= ((uint32_t)0)))? 1 : 0); } IL_001e: { return (bool)0; } } // System.Single OVRHand::GetFingerPinchStrength(OVRHand/HandFinger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRHand_GetFingerPinchStrength_mCD558256A3A886F326EDBB906201C9186843A473 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, int32_t ___finger0, const RuntimeMethod* method) { { // if (IsDataValid // && _handState.PinchStrength != null // && _handState.PinchStrength.Length == (int)OVRPlugin.HandFinger.Max) bool L_0; L_0 = OVRHand_get_IsDataValid_m73BABA756C47728B7C74CA056E4CB34ED6F08131_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0033; } } { HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_1 = __this->get_address_of__handState_7(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = L_1->get_PinchStrength_4(); if (!L_2) { goto IL_0033; } } { HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_3 = __this->get_address_of__handState_7(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4 = L_3->get_PinchStrength_4(); NullCheck(L_4); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) == ((uint32_t)5)))) { goto IL_0033; } } { // return _handState.PinchStrength[(int)finger]; HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_5 = __this->get_address_of__handState_7(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = L_5->get_PinchStrength_4(); int32_t L_7 = ___finger0; NullCheck(L_6); int32_t L_8 = L_7; float L_9 = (L_6)->GetAt(static_cast(L_8)); return L_9; } IL_0033: { // return 0.0f; return (0.0f); } } // OVRHand/TrackingConfidence OVRHand::GetFingerConfidence(OVRHand/HandFinger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRHand_GetFingerConfidence_m50B0F85F1FF69DF3DFF61CD1EC846D95213E4C96 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, int32_t ___finger0, const RuntimeMethod* method) { { // if (IsDataValid // && _handState.FingerConfidences != null // && _handState.FingerConfidences.Length == (int)OVRPlugin.HandFinger.Max) bool L_0; L_0 = OVRHand_get_IsDataValid_m73BABA756C47728B7C74CA056E4CB34ED6F08131_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0033; } } { HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_1 = __this->get_address_of__handState_7(); TrackingConfidenceU5BU5D_t568C8F700A41BD4F365DD5A0155BEB20A3289322* L_2 = L_1->get_FingerConfidences_8(); if (!L_2) { goto IL_0033; } } { HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_3 = __this->get_address_of__handState_7(); TrackingConfidenceU5BU5D_t568C8F700A41BD4F365DD5A0155BEB20A3289322* L_4 = L_3->get_FingerConfidences_8(); NullCheck(L_4); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) == ((uint32_t)5)))) { goto IL_0033; } } { // return (TrackingConfidence)_handState.FingerConfidences[(int)finger]; HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_5 = __this->get_address_of__handState_7(); TrackingConfidenceU5BU5D_t568C8F700A41BD4F365DD5A0155BEB20A3289322* L_6 = L_5->get_FingerConfidences_8(); int32_t L_7 = ___finger0; NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (int32_t)(L_6)->GetAt(static_cast(L_8)); return (int32_t)(L_9); } IL_0033: { // return TrackingConfidence.Low; return (int32_t)(0); } } // OVRSkeleton/SkeletonType OVRHand::OVRSkeleton.IOVRSkeletonDataProvider.GetSkeletonType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRHand_OVRSkeleton_IOVRSkeletonDataProvider_GetSkeletonType_mCEE1F66FF765E4C9AD1173C51D940D1B571398FC (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // switch (HandType) int32_t L_0 = __this->get_HandType_4(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)(-1)))) { case 0: { goto IL_0021; } case 1: { goto IL_001d; } case 2: { goto IL_001f; } } } { goto IL_0021; } IL_001d: { // return OVRSkeleton.SkeletonType.HandLeft; return (int32_t)(0); } IL_001f: { // return OVRSkeleton.SkeletonType.HandRight; return (int32_t)(1); } IL_0021: { // return OVRSkeleton.SkeletonType.None; return (int32_t)((-1)); } } // OVRSkeleton/SkeletonPoseData OVRHand::OVRSkeleton.IOVRSkeletonDataProvider.GetSkeletonPoseData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E OVRHand_OVRSkeleton_IOVRSkeletonDataProvider_GetSkeletonPoseData_mAD0955FC82453F6CC05CBB3BC7B836D4D247A9CA (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E V_0; memset((&V_0), 0, sizeof(V_0)); SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E * G_B3_0 = NULL; SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E * G_B2_0 = NULL; int32_t G_B4_0 = 0; SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E * G_B4_1 = NULL; { // var data = new OVRSkeleton.SkeletonPoseData(); il2cpp_codegen_initobj((&V_0), sizeof(SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E )); // data.IsDataValid = IsDataValid; bool L_0; L_0 = OVRHand_get_IsDataValid_m73BABA756C47728B7C74CA056E4CB34ED6F08131_inline(__this, /*hidden argument*/NULL); SkeletonPoseData_set_IsDataValid_m0DDB1E4DB75026F96B6470E4678302C6DC47968A_inline((SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E *)(&V_0), L_0, /*hidden argument*/NULL); // if (IsDataValid) bool L_1; L_1 = OVRHand_get_IsDataValid_m73BABA756C47728B7C74CA056E4CB34ED6F08131_inline(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0072; } } { // data.RootPose = _handState.RootPose; HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_2 = __this->get_address_of__handState_7(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_3 = L_2->get_RootPose_1(); SkeletonPoseData_set_RootPose_mA62FF0D3757B42B1A1E72E9CDB16B951492657D2_inline((SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E *)(&V_0), L_3, /*hidden argument*/NULL); // data.RootScale = _handState.HandScale; HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_4 = __this->get_address_of__handState_7(); float L_5 = L_4->get_HandScale_6(); SkeletonPoseData_set_RootScale_mA7B8162C2BD89864FFFBD836D0F8FDDBD58A2031_inline((SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E *)(&V_0), L_5, /*hidden argument*/NULL); // data.BoneRotations = _handState.BoneRotations; HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_6 = __this->get_address_of__handState_7(); QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5* L_7 = L_6->get_BoneRotations_2(); SkeletonPoseData_set_BoneRotations_m50EE7D6F0085AC6A67A071DD0F1CE76470E08A9E_inline((SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E *)(&V_0), L_7, /*hidden argument*/NULL); // data.IsDataHighConfidence = IsTracked && HandConfidence == TrackingConfidence.High; bool L_8; L_8 = OVRHand_get_IsTracked_m1B1B95C54623252AD41089F461ACC3669CE2AE7C_inline(__this, /*hidden argument*/NULL); G_B2_0 = (&V_0); if (!L_8) { G_B3_0 = (&V_0); goto IL_006c; } } { int32_t L_9; L_9 = OVRHand_get_HandConfidence_mE06ACA8BA1C4D00BA5F196AC3CA3DCD46C9801FE_inline(__this, /*hidden argument*/NULL); G_B4_0 = ((((int32_t)L_9) == ((int32_t)((int32_t)1065353216)))? 1 : 0); G_B4_1 = G_B2_0; goto IL_006d; } IL_006c: { G_B4_0 = 0; G_B4_1 = G_B3_0; } IL_006d: { SkeletonPoseData_set_IsDataHighConfidence_m14C298CB21B846A17493988BA23A5F12D3EE3E4B_inline((SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E *)G_B4_1, (bool)G_B4_0, /*hidden argument*/NULL); } IL_0072: { // return data; SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E L_10 = V_0; return L_10; } } // OVRSkeletonRenderer/SkeletonRendererData OVRHand::OVRSkeletonRenderer.IOVRSkeletonRendererDataProvider.GetSkeletonRendererData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE OVRHand_OVRSkeletonRenderer_IOVRSkeletonRendererDataProvider_GetSkeletonRendererData_mED83DC94F511E9382F5F7A6C1519BC0AA1D5DFC2 (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE V_0; memset((&V_0), 0, sizeof(V_0)); SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE * G_B3_0 = NULL; SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE * G_B2_0 = NULL; int32_t G_B4_0 = 0; SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE * G_B4_1 = NULL; { // var data = new OVRSkeletonRenderer.SkeletonRendererData(); il2cpp_codegen_initobj((&V_0), sizeof(SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE )); // data.IsDataValid = IsDataValid; bool L_0; L_0 = OVRHand_get_IsDataValid_m73BABA756C47728B7C74CA056E4CB34ED6F08131_inline(__this, /*hidden argument*/NULL); SkeletonRendererData_set_IsDataValid_mC96D90E90D94CA29CDC482B4D4F47320D1D08B9A_inline((SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE *)(&V_0), L_0, /*hidden argument*/NULL); // if (IsDataValid) bool L_1; L_1 = OVRHand_get_IsDataValid_m73BABA756C47728B7C74CA056E4CB34ED6F08131_inline(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_005b; } } { // data.RootScale = _handState.HandScale; HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_2 = __this->get_address_of__handState_7(); float L_3 = L_2->get_HandScale_6(); SkeletonRendererData_set_RootScale_m390D0F58A1D46D4DC90F61E0FD029D81B276041B_inline((SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE *)(&V_0), L_3, /*hidden argument*/NULL); // data.IsDataHighConfidence = IsTracked && HandConfidence == TrackingConfidence.High; bool L_4; L_4 = OVRHand_get_IsTracked_m1B1B95C54623252AD41089F461ACC3669CE2AE7C_inline(__this, /*hidden argument*/NULL); G_B2_0 = (&V_0); if (!L_4) { G_B3_0 = (&V_0); goto IL_0048; } } { int32_t L_5; L_5 = OVRHand_get_HandConfidence_mE06ACA8BA1C4D00BA5F196AC3CA3DCD46C9801FE_inline(__this, /*hidden argument*/NULL); G_B4_0 = ((((int32_t)L_5) == ((int32_t)((int32_t)1065353216)))? 1 : 0); G_B4_1 = G_B2_0; goto IL_0049; } IL_0048: { G_B4_0 = 0; G_B4_1 = G_B3_0; } IL_0049: { SkeletonRendererData_set_IsDataHighConfidence_m345B5BFFF74B0F9B55D9A35BCA05C81ED8086842_inline((SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE *)G_B4_1, (bool)G_B4_0, /*hidden argument*/NULL); // data.ShouldUseSystemGestureMaterial = IsSystemGestureInProgress; bool L_6; L_6 = OVRHand_get_IsSystemGestureInProgress_m452ED3E62CB2DBF72B327580C14C932DE95421E4_inline(__this, /*hidden argument*/NULL); SkeletonRendererData_set_ShouldUseSystemGestureMaterial_m55ED4E183CE0EDFB4A6366C2F5C9B63A74C5AC00_inline((SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE *)(&V_0), L_6, /*hidden argument*/NULL); } IL_005b: { // return data; SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE L_7 = V_0; return L_7; } } // OVRMesh/MeshType OVRHand::OVRMesh.IOVRMeshDataProvider.GetMeshType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRHand_OVRMesh_IOVRMeshDataProvider_GetMeshType_mEFBCA2615315D3A32B4ACA4892CC0F8E6DBC550B (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // switch (HandType) int32_t L_0 = __this->get_HandType_4(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)(-1)))) { case 0: { goto IL_001d; } case 1: { goto IL_001f; } case 2: { goto IL_0021; } } } { goto IL_0023; } IL_001d: { // return OVRMesh.MeshType.None; return (int32_t)((-1)); } IL_001f: { // return OVRMesh.MeshType.HandLeft; return (int32_t)(0); } IL_0021: { // return OVRMesh.MeshType.HandRight; return (int32_t)(1); } IL_0023: { // return OVRMesh.MeshType.None; return (int32_t)((-1)); } } // OVRMeshRenderer/MeshRendererData OVRHand::OVRMeshRenderer.IOVRMeshRendererDataProvider.GetMeshRendererData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D OVRHand_OVRMeshRenderer_IOVRMeshRendererDataProvider_GetMeshRendererData_m24C655FACA1DA247B61D76A88D62D02548068D9A (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D V_0; memset((&V_0), 0, sizeof(V_0)); MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D * G_B3_0 = NULL; MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D * G_B2_0 = NULL; int32_t G_B4_0 = 0; MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D * G_B4_1 = NULL; { // var data = new OVRMeshRenderer.MeshRendererData(); il2cpp_codegen_initobj((&V_0), sizeof(MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D )); // data.IsDataValid = IsDataValid; bool L_0; L_0 = OVRHand_get_IsDataValid_m73BABA756C47728B7C74CA056E4CB34ED6F08131_inline(__this, /*hidden argument*/NULL); MeshRendererData_set_IsDataValid_m6D88886E007DBD80C8C6CF14AAF49E7B78443F3B_inline((MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D *)(&V_0), L_0, /*hidden argument*/NULL); // if (IsDataValid) bool L_1; L_1 = OVRHand_get_IsDataValid_m73BABA756C47728B7C74CA056E4CB34ED6F08131_inline(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0049; } } { // data.IsDataHighConfidence = IsTracked && HandConfidence == TrackingConfidence.High; bool L_2; L_2 = OVRHand_get_IsTracked_m1B1B95C54623252AD41089F461ACC3669CE2AE7C_inline(__this, /*hidden argument*/NULL); G_B2_0 = (&V_0); if (!L_2) { G_B3_0 = (&V_0); goto IL_0036; } } { int32_t L_3; L_3 = OVRHand_get_HandConfidence_mE06ACA8BA1C4D00BA5F196AC3CA3DCD46C9801FE_inline(__this, /*hidden argument*/NULL); G_B4_0 = ((((int32_t)L_3) == ((int32_t)((int32_t)1065353216)))? 1 : 0); G_B4_1 = G_B2_0; goto IL_0037; } IL_0036: { G_B4_0 = 0; G_B4_1 = G_B3_0; } IL_0037: { MeshRendererData_set_IsDataHighConfidence_m9A91DF4184CEBD074F03BECD3363998803393F8B_inline((MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D *)G_B4_1, (bool)G_B4_0, /*hidden argument*/NULL); // data.ShouldUseSystemGestureMaterial = IsSystemGestureInProgress; bool L_4; L_4 = OVRHand_get_IsSystemGestureInProgress_m452ED3E62CB2DBF72B327580C14C932DE95421E4_inline(__this, /*hidden argument*/NULL); MeshRendererData_set_ShouldUseSystemGestureMaterial_m339E2B712F05A1503A8CBB40A63232D74019B4B2_inline((MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D *)(&V_0), L_4, /*hidden argument*/NULL); } IL_0049: { // return data; MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D L_5 = V_0; return L_5; } } // System.Void OVRHand::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHand__ctor_m71BCCA3085701F61977BA92821CC7EA619A674DB (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // private Hand HandType = Hand.None; __this->set_HandType_4((-1)); 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 OVRHandTest::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHandTest_Start_m103388E4817BC15C47781B8EB90D93573377711C (OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE03D8D04F294D6D11B72FDECA9664FD533702FEA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3DE8DD88F2ECC3A8FA4F020B322AB933A598A197_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B_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*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__14_0_m453394582E0C6BCBE61FDFD80C169910A3B7F200_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AF1B8EC176834ECE63ABE42587B79B4F11D5E9D); s_Il2CppMethodInitialized = true; } BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * G_B4_0 = NULL; String_t* G_B4_1 = NULL; List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * G_B4_2 = NULL; List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * G_B4_3 = NULL; OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF * G_B4_4 = NULL; BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * G_B3_0 = NULL; String_t* G_B3_1 = NULL; List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * G_B3_2 = NULL; List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * G_B3_3 = NULL; OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF * G_B3_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() // { // new BoolMonitor("One", () => OVRInput.Get(OVRInput.Button.One)), // }; List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * L_4 = (List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B *)il2cpp_codegen_object_new(List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B_il2cpp_TypeInfo_var); List_1__ctor_m3DE8DD88F2ECC3A8FA4F020B322AB933A598A197(L_4, /*hidden argument*/List_1__ctor_m3DE8DD88F2ECC3A8FA4F020B322AB933A598A197_RuntimeMethod_var); List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * L_5 = L_4; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_il2cpp_TypeInfo_var); BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * L_6 = ((U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_il2cpp_TypeInfo_var))->get_U3CU3E9__14_0_1(); BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * 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_t3D5DE16F2659F983F258131FA31A31DE646D474F_il2cpp_TypeInfo_var); U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F * L_8 = ((U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * L_9 = (BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A *)il2cpp_codegen_object_new(BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A_il2cpp_TypeInfo_var); BoolGenerator__ctor_m667FD63CD77F959A64AED08ABA0832EDC5E6C2FB(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__14_0_m453394582E0C6BCBE61FDFD80C169910A3B7F200_RuntimeMethod_var), /*hidden argument*/NULL); BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * L_10 = L_9; ((U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_il2cpp_TypeInfo_var))->set_U3CU3E9__14_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_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * L_11 = (BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 *)il2cpp_codegen_object_new(BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626_il2cpp_TypeInfo_var); BoolMonitor__ctor_m7C3BA815F28705760ADE1CEAD9DAF1762C92665E(L_11, G_B4_1, G_B4_0, (0.5f), /*hidden argument*/NULL); NullCheck(G_B4_2); List_1_Add_mE03D8D04F294D6D11B72FDECA9664FD533702FEA(G_B4_2, L_11, /*hidden argument*/List_1_Add_mE03D8D04F294D6D11B72FDECA9664FD533702FEA_RuntimeMethod_var); NullCheck(G_B4_4); G_B4_4->set_monitors_5(G_B4_3); // result_skel_LH = OVRPlugin.GetSkeleton(OVRPlugin.SkeletonType.HandLeft, out skel_LH); Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 * L_12 = __this->get_address_of_skel_LH_9(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_13; L_13 = OVRPlugin_GetSkeleton_mFA37912777CC7A0BBA2A3FDB100F9B5797DB2B75(0, (Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 *)L_12, /*hidden argument*/NULL); __this->set_result_skel_LH_13(L_13); // result_skel_RH = OVRPlugin.GetSkeleton(OVRPlugin.SkeletonType.HandRight, out skel_RH); Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 * L_14 = __this->get_address_of_skel_RH_10(); bool L_15; L_15 = OVRPlugin_GetSkeleton_mFA37912777CC7A0BBA2A3FDB100F9B5797DB2B75(1, (Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 *)L_14, /*hidden argument*/NULL); __this->set_result_skel_RH_14(L_15); // result_mesh_LH = OVRPlugin.GetMesh(OVRPlugin.MeshType.HandLeft, out mesh_LH); Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E ** L_16 = __this->get_address_of_mesh_LH_11(); bool L_17; L_17 = OVRPlugin_GetMesh_mD3661A9571F70B44DE30927812FE60B073F43950(0, (Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E **)L_16, /*hidden argument*/NULL); __this->set_result_mesh_LH_15(L_17); // result_mesh_RH = OVRPlugin.GetMesh(OVRPlugin.MeshType.HandRight, out mesh_RH); Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E ** L_18 = __this->get_address_of_mesh_RH_12(); bool L_19; L_19 = OVRPlugin_GetMesh_mD3661A9571F70B44DE30927812FE60B073F43950(1, (Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E **)L_18, /*hidden argument*/NULL); __this->set_result_mesh_RH_16(L_19); // } return; } } // System.Void OVRHandTest::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHandTest_Update_m8259FB8ABCC9DF5CA5954587F3B534DAB84B7AA0 (OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF * __this, 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*)&Controller_tEEDA108639533B73057BAE8B95FE21725355C48F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HandStatus_t3CD43284B7DC75BB49345FE221FDB6046EFC9B65_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5D0D8906DFE3E0F010C3A9E363A7AAD75B9C73EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8140A688994147CE411FEA4AD6410BF4042BFED1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshType_t2A1F373C7DF794F5DD951192CFF3D1A226FCBD98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_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*)&Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeletonType_tA6B9642BF519E11B92A7A71113FCB5D3412201AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackingConfidence_t33FDA3D2EA5B7D420BF70D7F0586ACBB4CDCF506_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral056E727825D385DE25B5C569BCA1F4626E4A124E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral140720CA82827BA4E2D44F73B9FDACC68D452B39); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral211F0A6EB938A6DBB3891940343F3915DE04DC73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral216FF699C77D649AA8F950D83F3E1D5D3B9AB815); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24CD9717008790700537D8CA9899E9537D8BBC05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A418F079373BCA61BCA9B08A3307EC301394ED0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C0733FE118D03C82A508ABC404237B1202DE3E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E1B1C60769E89DD3801707C8CFD95A6A74C8728); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31A881857064E67F55434AF059DBE2FEC1AE5B80); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38C389B8A51674DE1A72D7B887783BAC6DE2E324); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5902FE47AE4F3B5F71D09531E480ADDD07A9123A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral796887E938D8E06F7D0314B01CDD3D7D10338151); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C2C5412B3E1BA80BF105C96D9616D4E31953A9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8109B24F1B81FF51E00577B10C5079C930773C82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral846A63A3D8AB7EFB87280ADEBBEAA269EA330CB3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8710C54FF3C1DCA32EB78CE6FCEE779BB0E73108); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88E2CB4B07DFE1388FDA64B3E02817A682D6C055); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89CBC35A585AAB038097315F3D3B8A59C811D18F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99792060EE1F47909CB80385409FB6BEF82DA30E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1DA8BC357C64BE1EA04468AFB6855A58043E6A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2A3554E0BC03677608CBCB8135870268AD41BB3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC08ED5AE1A63753109B8440D99D439168D44AC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2FE03509A05C9B1DEE971592892A0D696803395); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE98F5A399A93A47BA11807528D392386A88FB06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB7C03CAE6FE7390826C4859D1CB78C9AF7ABD5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF52FB64659CBDBE75326119E4FA87DDC42455E76); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_4; memset((&V_4), 0, sizeof(V_4)); bool V_5 = false; bool V_6 = false; int32_t V_7 = 0; int32_t V_8 = 0; { // data.Length = 0; StringBuilder_t * L_0 = __this->get_data_6(); NullCheck(L_0); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_0, 0, /*hidden argument*/NULL); // OVRInput.Controller activeController = OVRInput.GetActiveController(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); int32_t L_1; L_1 = OVRInput_GetActiveController_mB03C3BDC6933688B3F8C26B2DECF2CFF20795824_inline(/*hidden argument*/NULL); V_0 = L_1; // string activeControllerName = activeController.ToString(); RuntimeObject * L_2 = Box(Controller_tEEDA108639533B73057BAE8B95FE21725355C48F_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); V_0 = *(int32_t*)UnBox(L_2); V_1 = L_3; // data.AppendFormat("Active: {0}\n", activeControllerName); StringBuilder_t * L_4 = __this->get_data_6(); String_t* L_5 = V_1; NullCheck(L_4); StringBuilder_t * L_6; L_6 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_4, _stringLiteralB1DA8BC357C64BE1EA04468AFB6855A58043E6A9, L_5, /*hidden argument*/NULL); // string connectedControllerNames = OVRInput.GetConnectedControllers().ToString(); int32_t L_7; L_7 = OVRInput_GetConnectedControllers_mE69D0392FF67E9784E5116130E895E57E8C81FD1_inline(/*hidden argument*/NULL); V_7 = L_7; RuntimeObject * L_8 = Box(Controller_tEEDA108639533B73057BAE8B95FE21725355C48F_il2cpp_TypeInfo_var, (&V_7)); NullCheck(L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); V_7 = *(int32_t*)UnBox(L_8); V_2 = L_9; // data.AppendFormat("Connected: {0}\n", connectedControllerNames); StringBuilder_t * L_10 = __this->get_data_6(); String_t* L_11 = V_2; NullCheck(L_10); StringBuilder_t * L_12; L_12 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_10, _stringLiteral5902FE47AE4F3B5F71D09531E480ADDD07A9123A, L_11, /*hidden argument*/NULL); // data.AppendFormat("PrevConnected: {0}\n", prevConnected); StringBuilder_t * L_13 = __this->get_data_6(); IL2CPP_RUNTIME_CLASS_INIT(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_il2cpp_TypeInfo_var); String_t* L_14 = ((OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_StaticFields*)il2cpp_codegen_static_fields_for(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_il2cpp_TypeInfo_var))->get_prevConnected_17(); NullCheck(L_13); StringBuilder_t * L_15; L_15 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_13, _stringLiteralCE98F5A399A93A47BA11807528D392386A88FB06, L_14, /*hidden argument*/NULL); // controllers.Update(); BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * L_16 = ((OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_StaticFields*)il2cpp_codegen_static_fields_for(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_il2cpp_TypeInfo_var))->get_controllers_18(); NullCheck(L_16); BoolMonitor_Update_mF6F2D9B0541FF10B6A86B95ABD8157874826C9A1(L_16, /*hidden argument*/NULL); // controllers.AppendToStringBuilder(ref data); BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * L_17 = ((OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_StaticFields*)il2cpp_codegen_static_fields_for(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_il2cpp_TypeInfo_var))->get_controllers_18(); StringBuilder_t ** L_18 = __this->get_address_of_data_6(); NullCheck(L_17); BoolMonitor_AppendToStringBuilder_m3FB33BA374A8FA29E741D44036463DEBA83D65F9(L_17, (StringBuilder_t **)L_18, /*hidden argument*/NULL); // prevConnected = connectedControllerNames; String_t* L_19 = V_2; ((OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_StaticFields*)il2cpp_codegen_static_fields_for(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_il2cpp_TypeInfo_var))->set_prevConnected_17(L_19); // Vector3 pos = OVRInput.GetLocalControllerPosition(activeController); int32_t L_20 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = OVRInput_GetLocalControllerPosition_mC993A57FF4792AC91F94639C8D867B2EC8E8B859(L_20, /*hidden argument*/NULL); V_3 = L_21; // data.AppendFormat("Position: ({0:F2}, {1:F2}, {2:F2})\n", pos.x, pos.y, pos.z); StringBuilder_t * L_22 = __this->get_data_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = V_3; float L_24 = L_23.get_x_2(); float L_25 = L_24; RuntimeObject * L_26 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_25); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27 = V_3; float L_28 = L_27.get_y_3(); float L_29 = L_28; RuntimeObject * L_30 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_29); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = V_3; float L_32 = L_31.get_z_4(); float L_33 = L_32; RuntimeObject * L_34 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_33); NullCheck(L_22); StringBuilder_t * L_35; L_35 = StringBuilder_AppendFormat_m3648BC8C77CEA688F3B90C7D79007CEDE85947E3(L_22, _stringLiteral796887E938D8E06F7D0314B01CDD3D7D10338151, L_26, L_30, L_34, /*hidden argument*/NULL); // Quaternion rot = OVRInput.GetLocalControllerRotation(activeController); int32_t L_36 = V_0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_37; L_37 = OVRInput_GetLocalControllerRotation_m590D6D7EB560F88FEFD2D634D463AC75F110FD4B(L_36, /*hidden argument*/NULL); V_4 = L_37; // data.AppendFormat("Orientation: ({0:F2}, {1:F2}, {2:F2}, {3:F2})\n", rot.x, rot.y, rot.z, rot.w); StringBuilder_t * L_38 = __this->get_data_6(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_39 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = L_39; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_41 = V_4; float L_42 = L_41.get_x_0(); float L_43 = L_42; RuntimeObject * L_44 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_43); NullCheck(L_40); ArrayElementTypeCheck (L_40, L_44); (L_40)->SetAt(static_cast(0), (RuntimeObject *)L_44); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_45 = L_40; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_46 = V_4; float L_47 = L_46.get_y_1(); float L_48 = L_47; RuntimeObject * L_49 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_48); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_49); (L_45)->SetAt(static_cast(1), (RuntimeObject *)L_49); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_50 = L_45; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_51 = V_4; float L_52 = L_51.get_z_2(); float L_53 = L_52; RuntimeObject * L_54 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_53); NullCheck(L_50); ArrayElementTypeCheck (L_50, L_54); (L_50)->SetAt(static_cast(2), (RuntimeObject *)L_54); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_55 = L_50; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_56 = V_4; float L_57 = L_56.get_w_3(); float L_58 = L_57; RuntimeObject * L_59 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_58); NullCheck(L_55); ArrayElementTypeCheck (L_55, L_59); (L_55)->SetAt(static_cast(3), (RuntimeObject *)L_59); NullCheck(L_38); StringBuilder_t * L_60; L_60 = StringBuilder_AppendFormat_m97C4AAABA51FCC2D426BD22FE05BEC045AB9D6F8(L_38, _stringLiteral31A881857064E67F55434AF059DBE2FEC1AE5B80, L_55, /*hidden argument*/NULL); // data.AppendFormat("HandTrackingEnabled: {0}\n", OVRPlugin.GetHandTrackingEnabled()); StringBuilder_t * L_61 = __this->get_data_6(); IL2CPP_RUNTIME_CLASS_INIT(OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var); bool L_62; L_62 = OVRPlugin_GetHandTrackingEnabled_mB11CCFDF6E6CF13C20B9ACA0C9899F16FEFB8AE9(/*hidden argument*/NULL); bool L_63 = L_62; RuntimeObject * L_64 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_63); NullCheck(L_61); StringBuilder_t * L_65; L_65 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_61, _stringLiteral140720CA82827BA4E2D44F73B9FDACC68D452B39, L_64, /*hidden argument*/NULL); // bool result_hs_LH = OVRPlugin.GetHandState(OVRPlugin.Step.Render, OVRPlugin.Hand.HandLeft, ref hs_LH); HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_66 = __this->get_address_of_hs_LH_7(); bool L_67; L_67 = OVRPlugin_GetHandState_mDC41746DC42DDCB55CEFDB8692BC3A71E25B3C0D((-1), 0, (HandState_t5377A12318B95003B2BB256777077FE3D05D0090 *)L_66, /*hidden argument*/NULL); V_5 = L_67; // data.AppendFormat("LH HS Query Res: {0}\n", result_hs_LH); StringBuilder_t * L_68 = __this->get_data_6(); bool L_69 = V_5; bool L_70 = L_69; RuntimeObject * L_71 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_70); NullCheck(L_68); StringBuilder_t * L_72; L_72 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_68, _stringLiteral216FF699C77D649AA8F950D83F3E1D5D3B9AB815, L_71, /*hidden argument*/NULL); // data.AppendFormat("LH HS Status: {0}\n", hs_LH.Status); StringBuilder_t * L_73 = __this->get_data_6(); HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_74 = __this->get_address_of_hs_LH_7(); int32_t L_75 = L_74->get_Status_0(); int32_t L_76 = L_75; RuntimeObject * L_77 = Box(HandStatus_t3CD43284B7DC75BB49345FE221FDB6046EFC9B65_il2cpp_TypeInfo_var, &L_76); NullCheck(L_73); StringBuilder_t * L_78; L_78 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_73, _stringLiteral2C0733FE118D03C82A508ABC404237B1202DE3E2, L_77, /*hidden argument*/NULL); // data.AppendFormat("LH HS Pose: {0}\n", hs_LH.RootPose); StringBuilder_t * L_79 = __this->get_data_6(); HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_80 = __this->get_address_of_hs_LH_7(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_81 = L_80->get_RootPose_1(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_82 = L_81; RuntimeObject * L_83 = Box(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952_il2cpp_TypeInfo_var, &L_82); NullCheck(L_79); StringBuilder_t * L_84; L_84 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_79, _stringLiteral38C389B8A51674DE1A72D7B887783BAC6DE2E324, L_83, /*hidden argument*/NULL); // data.AppendFormat("LH HS HandConf: {0}\n", hs_LH.HandConfidence); StringBuilder_t * L_85 = __this->get_data_6(); HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_86 = __this->get_address_of_hs_LH_7(); int32_t L_87 = L_86->get_HandConfidence_7(); int32_t L_88 = L_87; RuntimeObject * L_89 = Box(TrackingConfidence_t33FDA3D2EA5B7D420BF70D7F0586ACBB4CDCF506_il2cpp_TypeInfo_var, &L_88); NullCheck(L_85); StringBuilder_t * L_90; L_90 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_85, _stringLiteral7C2C5412B3E1BA80BF105C96D9616D4E31953A9D, L_89, /*hidden argument*/NULL); // bool result_hs_RH = OVRPlugin.GetHandState(OVRPlugin.Step.Render, OVRPlugin.Hand.HandRight, ref hs_RH); HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_91 = __this->get_address_of_hs_RH_8(); bool L_92; L_92 = OVRPlugin_GetHandState_mDC41746DC42DDCB55CEFDB8692BC3A71E25B3C0D((-1), 1, (HandState_t5377A12318B95003B2BB256777077FE3D05D0090 *)L_91, /*hidden argument*/NULL); V_6 = L_92; // data.AppendFormat("RH HS Query Res: {0}\n", result_hs_RH); StringBuilder_t * L_93 = __this->get_data_6(); bool L_94 = V_6; bool L_95 = L_94; RuntimeObject * L_96 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_95); NullCheck(L_93); StringBuilder_t * L_97; L_97 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_93, _stringLiteral88E2CB4B07DFE1388FDA64B3E02817A682D6C055, L_96, /*hidden argument*/NULL); // data.AppendFormat("RH HS Status: {0}\n", hs_RH.Status); StringBuilder_t * L_98 = __this->get_data_6(); HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_99 = __this->get_address_of_hs_RH_8(); int32_t L_100 = L_99->get_Status_0(); int32_t L_101 = L_100; RuntimeObject * L_102 = Box(HandStatus_t3CD43284B7DC75BB49345FE221FDB6046EFC9B65_il2cpp_TypeInfo_var, &L_101); NullCheck(L_98); StringBuilder_t * L_103; L_103 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_98, _stringLiteralBC08ED5AE1A63753109B8440D99D439168D44AC2, L_102, /*hidden argument*/NULL); // data.AppendFormat("RH HS Pose: {0}\n", hs_RH.RootPose); StringBuilder_t * L_104 = __this->get_data_6(); HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_105 = __this->get_address_of_hs_RH_8(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_106 = L_105->get_RootPose_1(); Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_107 = L_106; RuntimeObject * L_108 = Box(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952_il2cpp_TypeInfo_var, &L_107); NullCheck(L_104); StringBuilder_t * L_109; L_109 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_104, _stringLiteral99792060EE1F47909CB80385409FB6BEF82DA30E, L_108, /*hidden argument*/NULL); // data.AppendFormat("RH HS HandConf: {0}\n", hs_RH.HandConfidence); StringBuilder_t * L_110 = __this->get_data_6(); HandState_t5377A12318B95003B2BB256777077FE3D05D0090 * L_111 = __this->get_address_of_hs_RH_8(); int32_t L_112 = L_111->get_HandConfidence_7(); int32_t L_113 = L_112; RuntimeObject * L_114 = Box(TrackingConfidence_t33FDA3D2EA5B7D420BF70D7F0586ACBB4CDCF506_il2cpp_TypeInfo_var, &L_113); NullCheck(L_110); StringBuilder_t * L_115; L_115 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_110, _stringLiteral8109B24F1B81FF51E00577B10C5079C930773C82, L_114, /*hidden argument*/NULL); // data.AppendFormat("LH Skel Query Res: {0}\n", result_skel_LH); StringBuilder_t * L_116 = __this->get_data_6(); bool L_117 = __this->get_result_skel_LH_13(); bool L_118 = L_117; RuntimeObject * L_119 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_118); NullCheck(L_116); StringBuilder_t * L_120; L_120 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_116, _stringLiteral24CD9717008790700537D8CA9899E9537D8BBC05, L_119, /*hidden argument*/NULL); // data.AppendFormat("LH Skel Type: {0}\n", skel_LH.Type); StringBuilder_t * L_121 = __this->get_data_6(); Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 * L_122 = __this->get_address_of_skel_LH_9(); int32_t L_123 = L_122->get_Type_0(); int32_t L_124 = L_123; RuntimeObject * L_125 = Box(SkeletonType_tA6B9642BF519E11B92A7A71113FCB5D3412201AF_il2cpp_TypeInfo_var, &L_124); NullCheck(L_121); StringBuilder_t * L_126; L_126 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_121, _stringLiteral2E1B1C60769E89DD3801707C8CFD95A6A74C8728, L_125, /*hidden argument*/NULL); // data.AppendFormat("LH Skel NumBones: {0}\n", skel_LH.NumBones); StringBuilder_t * L_127 = __this->get_data_6(); Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 * L_128 = __this->get_address_of_skel_LH_9(); uint32_t L_129 = L_128->get_NumBones_1(); uint32_t L_130 = L_129; RuntimeObject * L_131 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_130); NullCheck(L_127); StringBuilder_t * L_132; L_132 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_127, _stringLiteral056E727825D385DE25B5C569BCA1F4626E4A124E, L_131, /*hidden argument*/NULL); // data.AppendFormat("RH Skel Query Res: {0}\n", result_skel_RH); StringBuilder_t * L_133 = __this->get_data_6(); bool L_134 = __this->get_result_skel_RH_14(); bool L_135 = L_134; RuntimeObject * L_136 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_135); NullCheck(L_133); StringBuilder_t * L_137; L_137 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_133, _stringLiteralEB7C03CAE6FE7390826C4859D1CB78C9AF7ABD5F, L_136, /*hidden argument*/NULL); // data.AppendFormat("RH Skel Type: {0}\n", skel_RH.Type); StringBuilder_t * L_138 = __this->get_data_6(); Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 * L_139 = __this->get_address_of_skel_RH_10(); int32_t L_140 = L_139->get_Type_0(); int32_t L_141 = L_140; RuntimeObject * L_142 = Box(SkeletonType_tA6B9642BF519E11B92A7A71113FCB5D3412201AF_il2cpp_TypeInfo_var, &L_141); NullCheck(L_138); StringBuilder_t * L_143; L_143 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_138, _stringLiteralF52FB64659CBDBE75326119E4FA87DDC42455E76, L_142, /*hidden argument*/NULL); // data.AppendFormat("RH Skel NumBones: {0}\n", skel_RH.NumBones); StringBuilder_t * L_144 = __this->get_data_6(); Skeleton_tBAC0DCE56C05E3067BF433FF144348CD74844099 * L_145 = __this->get_address_of_skel_RH_10(); uint32_t L_146 = L_145->get_NumBones_1(); uint32_t L_147 = L_146; RuntimeObject * L_148 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_147); NullCheck(L_144); StringBuilder_t * L_149; L_149 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_144, _stringLiteralC2FE03509A05C9B1DEE971592892A0D696803395, L_148, /*hidden argument*/NULL); // data.AppendFormat("LH Mesh Query Res: {0}\n", result_mesh_LH); StringBuilder_t * L_150 = __this->get_data_6(); bool L_151 = __this->get_result_mesh_LH_15(); bool L_152 = L_151; RuntimeObject * L_153 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_152); NullCheck(L_150); StringBuilder_t * L_154; L_154 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_150, _stringLiteral89CBC35A585AAB038097315F3D3B8A59C811D18F, L_153, /*hidden argument*/NULL); // data.AppendFormat("LH Mesh Type: {0}\n", mesh_LH.Type); StringBuilder_t * L_155 = __this->get_data_6(); Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E * L_156 = __this->get_mesh_LH_11(); NullCheck(L_156); int32_t L_157 = L_156->get_Type_0(); int32_t L_158 = L_157; RuntimeObject * L_159 = Box(MeshType_t2A1F373C7DF794F5DD951192CFF3D1A226FCBD98_il2cpp_TypeInfo_var, &L_158); NullCheck(L_155); StringBuilder_t * L_160; L_160 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_155, _stringLiteral211F0A6EB938A6DBB3891940343F3915DE04DC73, L_159, /*hidden argument*/NULL); // data.AppendFormat("LH Mesh NumVers: {0}\n", mesh_LH.NumVertices); StringBuilder_t * L_161 = __this->get_data_6(); Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E * L_162 = __this->get_mesh_LH_11(); NullCheck(L_162); uint32_t L_163 = L_162->get_NumVertices_1(); uint32_t L_164 = L_163; RuntimeObject * L_165 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_164); NullCheck(L_161); StringBuilder_t * L_166; L_166 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_161, _stringLiteralB2A3554E0BC03677608CBCB8135870268AD41BB3, L_165, /*hidden argument*/NULL); // data.AppendFormat("RH Mesh Query Res: {0}\n", result_mesh_RH); StringBuilder_t * L_167 = __this->get_data_6(); bool L_168 = __this->get_result_mesh_RH_16(); bool L_169 = L_168; RuntimeObject * L_170 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_169); NullCheck(L_167); StringBuilder_t * L_171; L_171 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_167, _stringLiteral2A418F079373BCA61BCA9B08A3307EC301394ED0, L_170, /*hidden argument*/NULL); // data.AppendFormat("RH Mesh Type: {0}\n", mesh_RH.Type); StringBuilder_t * L_172 = __this->get_data_6(); Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E * L_173 = __this->get_mesh_RH_12(); NullCheck(L_173); int32_t L_174 = L_173->get_Type_0(); int32_t L_175 = L_174; RuntimeObject * L_176 = Box(MeshType_t2A1F373C7DF794F5DD951192CFF3D1A226FCBD98_il2cpp_TypeInfo_var, &L_175); NullCheck(L_172); StringBuilder_t * L_177; L_177 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_172, _stringLiteral8710C54FF3C1DCA32EB78CE6FCEE779BB0E73108, L_176, /*hidden argument*/NULL); // data.AppendFormat("RH Mesh NumVers: {0}\n", mesh_RH.NumVertices); StringBuilder_t * L_178 = __this->get_data_6(); Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E * L_179 = __this->get_mesh_RH_12(); NullCheck(L_179); uint32_t L_180 = L_179->get_NumVertices_1(); uint32_t L_181 = L_180; RuntimeObject * L_182 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_181); NullCheck(L_178); StringBuilder_t * L_183; L_183 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_178, _stringLiteral846A63A3D8AB7EFB87280ADEBBEAA269EA330CB3, L_182, /*hidden argument*/NULL); // for (int i = 0; i < monitors.Count; i++) V_8 = 0; goto IL_03ff; } IL_03cf: { // monitors[i].Update(); List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * L_184 = __this->get_monitors_5(); int32_t L_185 = V_8; NullCheck(L_184); BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * L_186; L_186 = List_1_get_Item_m8140A688994147CE411FEA4AD6410BF4042BFED1_inline(L_184, L_185, /*hidden argument*/List_1_get_Item_m8140A688994147CE411FEA4AD6410BF4042BFED1_RuntimeMethod_var); NullCheck(L_186); BoolMonitor_Update_mF6F2D9B0541FF10B6A86B95ABD8157874826C9A1(L_186, /*hidden argument*/NULL); // monitors[i].AppendToStringBuilder(ref data); List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * L_187 = __this->get_monitors_5(); int32_t L_188 = V_8; NullCheck(L_187); BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * L_189; L_189 = List_1_get_Item_m8140A688994147CE411FEA4AD6410BF4042BFED1_inline(L_187, L_188, /*hidden argument*/List_1_get_Item_m8140A688994147CE411FEA4AD6410BF4042BFED1_RuntimeMethod_var); StringBuilder_t ** L_190 = __this->get_address_of_data_6(); NullCheck(L_189); BoolMonitor_AppendToStringBuilder_m3FB33BA374A8FA29E741D44036463DEBA83D65F9(L_189, (StringBuilder_t **)L_190, /*hidden argument*/NULL); // for (int i = 0; i < monitors.Count; i++) int32_t L_191 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_191, (int32_t)1)); } IL_03ff: { // for (int i = 0; i < monitors.Count; i++) int32_t L_192 = V_8; List_1_t615E6F3A4C2A54B096257A75A930596B3A8DDC4B * L_193 = __this->get_monitors_5(); NullCheck(L_193); int32_t L_194; L_194 = List_1_get_Count_m5D0D8906DFE3E0F010C3A9E363A7AAD75B9C73EB_inline(L_193, /*hidden argument*/List_1_get_Count_m5D0D8906DFE3E0F010C3A9E363A7AAD75B9C73EB_RuntimeMethod_var); if ((((int32_t)L_192) < ((int32_t)L_194))) { goto IL_03cf; } } { // if (uiText != null) Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_195 = __this->get_uiText_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_196; L_196 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_195, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_196) { goto IL_0432; } } { // uiText.text = data.ToString(); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_197 = __this->get_uiText_4(); StringBuilder_t * L_198 = __this->get_data_6(); NullCheck(L_198); String_t* L_199; L_199 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_198); NullCheck(L_197); VirtActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_197, L_199); } IL_0432: { // } return; } } // System.Void OVRHandTest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHandTest__ctor_m47585BAF5DFC6753FC6770CB2FA0974349FE50F2 (OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private OVRPlugin.Mesh mesh_LH = new OVRPlugin.Mesh(); Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E * L_0 = (Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E *)il2cpp_codegen_object_new(Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E_il2cpp_TypeInfo_var); Mesh__ctor_mC55AC9EC6278881FECC7418D19868FC7BDD9EC70(L_0, /*hidden argument*/NULL); __this->set_mesh_LH_11(L_0); // private OVRPlugin.Mesh mesh_RH = new OVRPlugin.Mesh(); Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E * L_1 = (Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E *)il2cpp_codegen_object_new(Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E_il2cpp_TypeInfo_var); Mesh__ctor_mC55AC9EC6278881FECC7418D19868FC7BDD9EC70(L_1, /*hidden argument*/NULL); __this->set_mesh_RH_12(L_1); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void OVRHandTest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHandTest__cctor_mD9D52BF1D14BF5A20A8F6A319E3CFDACE9CFA844 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__19_0_m522F583882D721684B070D4299CA90604969FBDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_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 = ""; ((OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_StaticFields*)il2cpp_codegen_static_fields_for(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_il2cpp_TypeInfo_var))->set_prevConnected_17(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // static BoolMonitor controllers = new BoolMonitor("Controllers Changed", () => { return OVRInput.GetConnectedControllers().ToString() != prevConnected; }); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_il2cpp_TypeInfo_var); U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F * L_0 = ((U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t3D5DE16F2659F983F258131FA31A31DE646D474F_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A * L_1 = (BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A *)il2cpp_codegen_object_new(BoolGenerator_tA4243826AF1B7C9568E961263BB190F9DD9CDC3A_il2cpp_TypeInfo_var); BoolGenerator__ctor_m667FD63CD77F959A64AED08ABA0832EDC5E6C2FB(L_1, L_0, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__19_0_m522F583882D721684B070D4299CA90604969FBDF_RuntimeMethod_var), /*hidden argument*/NULL); BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 * L_2 = (BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626 *)il2cpp_codegen_object_new(BoolMonitor_t4BB3E4B514A9C95FA0E4116F0CEA9A3805AC4626_il2cpp_TypeInfo_var); BoolMonitor__ctor_m7C3BA815F28705760ADE1CEAD9DAF1762C92665E(L_2, _stringLiteral47A60143369707E1DFC44B78A1861871247FAB2F, L_1, (0.5f), /*hidden argument*/NULL); ((OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_StaticFields*)il2cpp_codegen_static_fields_for(OVRHandTest_t0E2E855DDF7B25EE80A0760B9A6F1C5BC82722DF_il2cpp_TypeInfo_var))->set_controllers_18(L_2); 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 OVRHaptics::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHaptics__cctor_m7821B8C053BF672154BBEE6FF318AF5ADD29CFC2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Config.Load(); IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); Config_Load_mA326CFD0A599CBBAB58D50CDFC38BB08DCD8A903(/*hidden argument*/NULL); // m_outputs = new OVRHapticsOutput[] // { // new OVRHapticsOutput((uint)OVRPlugin.Controller.LTouch), // new OVRHapticsOutput((uint)OVRPlugin.Controller.RTouch), // }; OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D* L_0 = (OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D*)(OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D*)SZArrayNew(OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D_il2cpp_TypeInfo_var, (uint32_t)2); OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D* L_1 = L_0; OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D * L_2 = (OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D *)il2cpp_codegen_object_new(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D_il2cpp_TypeInfo_var); OVRHapticsOutput__ctor_mC9320993425C8F1CA7FAAFFDFEF819744641CB33(L_2, 1, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D *)L_2); OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D* L_3 = L_1; OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D * L_4 = (OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D *)il2cpp_codegen_object_new(OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D_il2cpp_TypeInfo_var); OVRHapticsOutput__ctor_mC9320993425C8F1CA7FAAFFDFEF819744641CB33(L_4, 2, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D *)L_4); ((OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_StaticFields*)il2cpp_codegen_static_fields_for(OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_il2cpp_TypeInfo_var))->set_m_outputs_3(L_3); // Channels = new OVRHapticsChannel[] // { // LeftChannel = new OVRHapticsChannel(0), // RightChannel = new OVRHapticsChannel(1), // }; OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059* L_5 = (OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059*)(OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059*)SZArrayNew(OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059_il2cpp_TypeInfo_var, (uint32_t)2); OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059* L_6 = L_5; OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * L_7 = (OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 *)il2cpp_codegen_object_new(OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05_il2cpp_TypeInfo_var); OVRHapticsChannel__ctor_m04A22A48E1B4D080A608B735A8062DEBAB4BFCF1(L_7, 0, /*hidden argument*/NULL); OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * L_8 = L_7; ((OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_StaticFields*)il2cpp_codegen_static_fields_for(OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_il2cpp_TypeInfo_var))->set_LeftChannel_1(L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(0), (OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 *)L_8); OVRHapticsChannelU5BU5D_t26BA3E1C8D54352F52B58BEBC5AD9BC08A740059* L_9 = L_6; OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * L_10 = (OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 *)il2cpp_codegen_object_new(OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05_il2cpp_TypeInfo_var); OVRHapticsChannel__ctor_m04A22A48E1B4D080A608B735A8062DEBAB4BFCF1(L_10, 1, /*hidden argument*/NULL); OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 * L_11 = L_10; ((OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_StaticFields*)il2cpp_codegen_static_fields_for(OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_il2cpp_TypeInfo_var))->set_RightChannel_2(L_11); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(1), (OVRHapticsChannel_t6FC902044604FAEA5D2DB1AA3823E72EDFB2CF05 *)L_11); ((OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_StaticFields*)il2cpp_codegen_static_fields_for(OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_il2cpp_TypeInfo_var))->set_Channels_0(L_9); // } return; } } // System.Void OVRHaptics::Process() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHaptics_Process_m8CCB0C6D86C1D800CBB18CE004CDAFC01733B017 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // Config.Load(); IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); Config_Load_mA326CFD0A599CBBAB58D50CDFC38BB08DCD8A903(/*hidden argument*/NULL); // for (int i = 0; i < m_outputs.Length; i++) V_0 = 0; goto IL_0019; } IL_0009: { // m_outputs[i].Process(); IL2CPP_RUNTIME_CLASS_INIT(OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_il2cpp_TypeInfo_var); OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D* L_0 = ((OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_StaticFields*)il2cpp_codegen_static_fields_for(OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_il2cpp_TypeInfo_var))->get_m_outputs_3(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; OVRHapticsOutput_t1E23FA0F95FEFFFDB70D2A6DB08EA6BC4895392D * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); OVRHapticsOutput_Process_mE773255784899CDA1268947E709AF10438358F81(L_3, /*hidden argument*/NULL); // for (int i = 0; i < m_outputs.Length; i++) int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0019: { // for (int i = 0; i < m_outputs.Length; i++) int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_il2cpp_TypeInfo_var); OVRHapticsOutputU5BU5D_t0F2C11C9BD9F36931FAD556406FAD1CB5B33004D* L_6 = ((OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_StaticFields*)il2cpp_codegen_static_fields_for(OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_il2cpp_TypeInfo_var))->get_m_outputs_3(); NullCheck(L_6); if ((((int32_t)L_5) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_0009; } } { // } 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.Int32 OVRHapticsClip::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, const RuntimeMethod* method) { { // public int Count { get; private set; } int32_t L_0 = __this->get_U3CCountU3Ek__BackingField_0(); return L_0; } } // System.Void OVRHapticsClip::set_Count(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsClip_set_Count_m5C2DA3467D6B57CF536926EAA78BAEE6742ED6BA (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int Count { get; private set; } int32_t L_0 = ___value0; __this->set_U3CCountU3Ek__BackingField_0(L_0); return; } } // System.Int32 OVRHapticsClip::get_Capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OVRHapticsClip_get_Capacity_mB78EFE8E98CE34A08E20E1D2F7FDC5DBEC58BAE7 (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, const RuntimeMethod* method) { { // public int Capacity { get; private set; } int32_t L_0 = __this->get_U3CCapacityU3Ek__BackingField_1(); return L_0; } } // System.Void OVRHapticsClip::set_Capacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsClip_set_Capacity_m04B32233A16B57A32E243112BD33098F3B279199 (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int Capacity { get; private set; } int32_t L_0 = ___value0; __this->set_U3CCapacityU3Ek__BackingField_1(L_0); return; } } // System.Byte[] OVRHapticsClip::get_Samples() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* OVRHapticsClip_get_Samples_mDB261524D217F8DF99540C6BA720E462F2A0C0A6 (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, const RuntimeMethod* method) { { // public byte[] Samples { get; private set; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_U3CSamplesU3Ek__BackingField_2(); return L_0; } } // System.Void OVRHapticsClip::set_Samples(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsClip_set_Samples_mE241BE760C18DD25355AD7907C3325EA6B4B8DF8 (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { { // public byte[] Samples { get; private set; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; __this->set_U3CSamplesU3Ek__BackingField_2(L_0); return; } } // System.Void OVRHapticsClip::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsClip__ctor_m8A2E322192FE9E73FA3B59331729BA49C920F964 (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public OVRHapticsClip() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Capacity = OVRHaptics.Config.MaximumBufferSamplesCount; IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); int32_t L_0; L_0 = Config_get_MaximumBufferSamplesCount_mCF860AA8971C6A238861BB6BC29C4F7B75E106D7_inline(/*hidden argument*/NULL); OVRHapticsClip_set_Capacity_m04B32233A16B57A32E243112BD33098F3B279199_inline(__this, L_0, /*hidden argument*/NULL); // Samples = new byte[Capacity * OVRHaptics.Config.SampleSizeInBytes]; int32_t L_1; L_1 = OVRHapticsClip_get_Capacity_mB78EFE8E98CE34A08E20E1D2F7FDC5DBEC58BAE7_inline(__this, /*hidden argument*/NULL); int32_t L_2; L_2 = Config_get_SampleSizeInBytes_m5F636BF2166898CD564FA372B1573CCA966405F5_inline(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2))); OVRHapticsClip_set_Samples_mE241BE760C18DD25355AD7907C3325EA6B4B8DF8_inline(__this, L_3, /*hidden argument*/NULL); // } return; } } // System.Void OVRHapticsClip::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsClip__ctor_m112EF39CD867BEBED5A3822A1C4B0EADCB513F93 (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * G_B2_0 = NULL; OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * G_B1_0 = NULL; int32_t G_B3_0 = 0; OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * G_B3_1 = NULL; { // public OVRHapticsClip(int capacity) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Capacity = (capacity >= 0) ? capacity : 0; int32_t L_0 = ___capacity0; G_B1_0 = __this; if ((((int32_t)L_0) >= ((int32_t)0))) { G_B2_0 = __this; goto IL_000e; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_000f; } IL_000e: { int32_t L_1 = ___capacity0; G_B3_0 = L_1; G_B3_1 = G_B2_0; } IL_000f: { NullCheck(G_B3_1); OVRHapticsClip_set_Capacity_m04B32233A16B57A32E243112BD33098F3B279199_inline(G_B3_1, G_B3_0, /*hidden argument*/NULL); // Samples = new byte[Capacity * OVRHaptics.Config.SampleSizeInBytes]; int32_t L_2; L_2 = OVRHapticsClip_get_Capacity_mB78EFE8E98CE34A08E20E1D2F7FDC5DBEC58BAE7_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Config_get_SampleSizeInBytes_m5F636BF2166898CD564FA372B1573CCA966405F5_inline(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3))); OVRHapticsClip_set_Samples_mE241BE760C18DD25355AD7907C3325EA6B4B8DF8_inline(__this, L_4, /*hidden argument*/NULL); // } return; } } // System.Void OVRHapticsClip::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsClip__ctor_m29DA74AFE25CDEAB847E1565954DCC3274E39702 (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___samples0, int32_t ___samplesCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * G_B2_0 = NULL; OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * G_B1_0 = NULL; int32_t G_B3_0 = 0; OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * G_B3_1 = NULL; { // public OVRHapticsClip(byte[] samples, int samplesCount) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Samples = samples; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___samples0; OVRHapticsClip_set_Samples_mE241BE760C18DD25355AD7907C3325EA6B4B8DF8_inline(__this, L_0, /*hidden argument*/NULL); // Capacity = Samples.Length / OVRHaptics.Config.SampleSizeInBytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = OVRHapticsClip_get_Samples_mDB261524D217F8DF99540C6BA720E462F2A0C0A6_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Config_get_SampleSizeInBytes_m5F636BF2166898CD564FA372B1573CCA966405F5_inline(/*hidden argument*/NULL); OVRHapticsClip_set_Capacity_m04B32233A16B57A32E243112BD33098F3B279199_inline(__this, ((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))/(int32_t)L_2)), /*hidden argument*/NULL); // Count = (samplesCount >= 0) ? samplesCount : 0; int32_t L_3 = ___samplesCount1; G_B1_0 = __this; if ((((int32_t)L_3) >= ((int32_t)0))) { G_B2_0 = __this; goto IL_0029; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_002a; } IL_0029: { int32_t L_4 = ___samplesCount1; G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_002a: { NullCheck(G_B3_1); OVRHapticsClip_set_Count_m5C2DA3467D6B57CF536926EAA78BAEE6742ED6BA_inline(G_B3_1, G_B3_0, /*hidden argument*/NULL); // } return; } } // System.Void OVRHapticsClip::.ctor(OVRHapticsClip,OVRHapticsClip) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsClip__ctor_m48B743397C2A6FFEEDF8702F7EE815A4A95696CE (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * ___a0, OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint8_t V_2 = 0x0; { // public OVRHapticsClip(OVRHapticsClip a, OVRHapticsClip b) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // int maxCount = a.Count; OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * L_0 = ___a0; NullCheck(L_0); int32_t L_1; L_1 = OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (b.Count > maxCount) OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * L_2 = ___b1; NullCheck(L_2); int32_t L_3; L_3 = OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline(L_2, /*hidden argument*/NULL); int32_t L_4 = V_0; if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_001d; } } { // maxCount = b.Count; OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * L_5 = ___b1; NullCheck(L_5); int32_t L_6; L_6 = OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline(L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_001d: { // Capacity = maxCount; int32_t L_7 = V_0; OVRHapticsClip_set_Capacity_m04B32233A16B57A32E243112BD33098F3B279199_inline(__this, L_7, /*hidden argument*/NULL); // Samples = new byte[Capacity * OVRHaptics.Config.SampleSizeInBytes]; int32_t L_8; L_8 = OVRHapticsClip_get_Capacity_mB78EFE8E98CE34A08E20E1D2F7FDC5DBEC58BAE7_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); int32_t L_9; L_9 = Config_get_SampleSizeInBytes_m5F636BF2166898CD564FA372B1573CCA966405F5_inline(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))); OVRHapticsClip_set_Samples_mE241BE760C18DD25355AD7907C3325EA6B4B8DF8_inline(__this, L_10, /*hidden argument*/NULL); // for (int i = 0; i < a.Count || i < b.Count; i++) V_1 = 0; goto IL_00ac; } IL_003f: { // if (OVRHaptics.Config.SampleSizeInBytes == 1) IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); int32_t L_11; L_11 = Config_get_SampleSizeInBytes_m5F636BF2166898CD564FA372B1573CCA966405F5_inline(/*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_00a8; } } { // byte sample = 0; // TODO support multi-byte samples V_2 = (uint8_t)0; // if ((i < a.Count) && (i < b.Count)) int32_t L_12 = V_1; OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * L_13 = ___a0; NullCheck(L_13); int32_t L_14; L_14 = OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) >= ((int32_t)L_14))) { goto IL_007b; } } { int32_t L_15 = V_1; OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * L_16 = ___b1; NullCheck(L_16); int32_t L_17; L_17 = OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline(L_16, /*hidden argument*/NULL); if ((((int32_t)L_15) >= ((int32_t)L_17))) { goto IL_007b; } } { // sample = (byte)(Mathf.Clamp(a.Samples[i] + b.Samples[i], 0, System.Byte.MaxValue)); // TODO support multi-byte samples OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * L_18 = ___a0; NullCheck(L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = OVRHapticsClip_get_Samples_mDB261524D217F8DF99540C6BA720E462F2A0C0A6_inline(L_18, /*hidden argument*/NULL); int32_t L_20 = V_1; NullCheck(L_19); int32_t L_21 = L_20; uint8_t L_22 = (L_19)->GetAt(static_cast(L_21)); OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * L_23 = ___b1; NullCheck(L_23); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24; L_24 = OVRHapticsClip_get_Samples_mDB261524D217F8DF99540C6BA720E462F2A0C0A6_inline(L_23, /*hidden argument*/NULL); int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = L_25; uint8_t L_27 = (L_24)->GetAt(static_cast(L_26)); int32_t L_28; L_28 = Mathf_Clamp_m3899EEB9D73D22E0C4524189E89D36A647581CBF(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_27)), 0, ((int32_t)255), /*hidden argument*/NULL); V_2 = (uint8_t)((int32_t)((uint8_t)L_28)); goto IL_00a1; } IL_007b: { // else if (i < a.Count) int32_t L_29 = V_1; OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * L_30 = ___a0; NullCheck(L_30); int32_t L_31; L_31 = OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline(L_30, /*hidden argument*/NULL); if ((((int32_t)L_29) >= ((int32_t)L_31))) { goto IL_008f; } } { // sample = a.Samples[i]; // TODO support multi-byte samples OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * L_32 = ___a0; NullCheck(L_32); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33; L_33 = OVRHapticsClip_get_Samples_mDB261524D217F8DF99540C6BA720E462F2A0C0A6_inline(L_32, /*hidden argument*/NULL); int32_t L_34 = V_1; NullCheck(L_33); int32_t L_35 = L_34; uint8_t L_36 = (L_33)->GetAt(static_cast(L_35)); V_2 = L_36; goto IL_00a1; } IL_008f: { // else if (i < b.Count) int32_t L_37 = V_1; OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * L_38 = ___b1; NullCheck(L_38); int32_t L_39; L_39 = OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline(L_38, /*hidden argument*/NULL); if ((((int32_t)L_37) >= ((int32_t)L_39))) { goto IL_00a1; } } { // sample = b.Samples[i]; // TODO support multi-byte samples OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * L_40 = ___b1; NullCheck(L_40); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41; L_41 = OVRHapticsClip_get_Samples_mDB261524D217F8DF99540C6BA720E462F2A0C0A6_inline(L_40, /*hidden argument*/NULL); int32_t L_42 = V_1; NullCheck(L_41); int32_t L_43 = L_42; uint8_t L_44 = (L_41)->GetAt(static_cast(L_43)); V_2 = L_44; } IL_00a1: { // WriteSample(sample); // TODO support multi-byte samples uint8_t L_45 = V_2; OVRHapticsClip_WriteSample_m300FC0B99105F3C5523D70CA034EFB113EFBCC5C(__this, L_45, /*hidden argument*/NULL); } IL_00a8: { // for (int i = 0; i < a.Count || i < b.Count; i++) int32_t L_46 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00ac: { // for (int i = 0; i < a.Count || i < b.Count; i++) int32_t L_47 = V_1; OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * L_48 = ___a0; NullCheck(L_48); int32_t L_49; L_49 = OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline(L_48, /*hidden argument*/NULL); if ((((int32_t)L_47) < ((int32_t)L_49))) { goto IL_003f; } } { int32_t L_50 = V_1; OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * L_51 = ___b1; NullCheck(L_51); int32_t L_52; L_52 = OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline(L_51, /*hidden argument*/NULL); if ((((int32_t)L_50) < ((int32_t)L_52))) { goto IL_003f; } } { // } return; } } // System.Void OVRHapticsClip::.ctor(UnityEngine.AudioClip,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsClip__ctor_mD781F2467F877A4CD39BA7232510E05C8C75D5BC (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___audioClip0, int32_t ___channel1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* V_0 = NULL; { // public OVRHapticsClip(AudioClip audioClip, int channel = 0) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // float[] audioData = new float[audioClip.samples * audioClip.channels]; AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_0 = ___audioClip0; NullCheck(L_0); int32_t L_1; L_1 = AudioClip_get_samples_m741BFBA562FBFDBE67AFE98A38B1B4A871D2D567(L_0, /*hidden argument*/NULL); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_2 = ___audioClip0; NullCheck(L_2); int32_t L_3; L_3 = AudioClip_get_channels_m7592B378317BFA41DF2228636124E4DD5B86D3B8(L_2, /*hidden argument*/NULL); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_3))); V_0 = L_4; // audioClip.GetData(audioData, 0); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_5 = ___audioClip0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = V_0; NullCheck(L_5); bool L_7; L_7 = AudioClip_GetData_m2D7410645789EBED93CAA8146D271C79156E2CB0(L_5, L_6, 0, /*hidden argument*/NULL); // InitializeFromAudioFloatTrack(audioData, audioClip.frequency, audioClip.channels, channel); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_8 = V_0; AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_9 = ___audioClip0; NullCheck(L_9); int32_t L_10; L_10 = AudioClip_get_frequency_m5346F253EE3761A2535B20E0E27B6AB0B875BFCD(L_9, /*hidden argument*/NULL); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_11 = ___audioClip0; NullCheck(L_11); int32_t L_12; L_12 = AudioClip_get_channels_m7592B378317BFA41DF2228636124E4DD5B86D3B8(L_11, /*hidden argument*/NULL); int32_t L_13 = ___channel1; OVRHapticsClip_InitializeFromAudioFloatTrack_m9CAED9E9EDCE660FA6480E6E74FD88601B45DAC7(__this, L_8, ((double)((double)L_10)), L_12, L_13, /*hidden argument*/NULL); // } return; } } // System.Void OVRHapticsClip::WriteSample(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsClip_WriteSample_m300FC0B99105F3C5523D70CA034EFB113EFBCC5C (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, uint8_t ___sample0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (Count >= Capacity) int32_t L_0; L_0 = OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline(__this, /*hidden argument*/NULL); int32_t L_1; L_1 = OVRHapticsClip_get_Capacity_mB78EFE8E98CE34A08E20E1D2F7FDC5DBEC58BAE7_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_000f; } } { // return; return; } IL_000f: { // if (OVRHaptics.Config.SampleSizeInBytes == 1) IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Config_get_SampleSizeInBytes_m5F636BF2166898CD564FA372B1573CCA966405F5_inline(/*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_002b; } } { // Samples[Count * OVRHaptics.Config.SampleSizeInBytes] = sample; // TODO support multi-byte samples ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = OVRHapticsClip_get_Samples_mDB261524D217F8DF99540C6BA720E462F2A0C0A6_inline(__this, /*hidden argument*/NULL); int32_t L_4; L_4 = OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); int32_t L_5; L_5 = Config_get_SampleSizeInBytes_m5F636BF2166898CD564FA372B1573CCA966405F5_inline(/*hidden argument*/NULL); uint8_t L_6 = ___sample0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)L_5))), (uint8_t)L_6); } IL_002b: { // Count++; int32_t L_7; L_7 = OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline(__this, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; OVRHapticsClip_set_Count_m5C2DA3467D6B57CF536926EAA78BAEE6742ED6BA_inline(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL); // } return; } } // System.Void OVRHapticsClip::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsClip_Reset_mCB72F6739B5324D22AEC1FB1AAB782EDAAC7FBC0 (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, const RuntimeMethod* method) { { // Count = 0; OVRHapticsClip_set_Count_m5C2DA3467D6B57CF536926EAA78BAEE6742ED6BA_inline(__this, 0, /*hidden argument*/NULL); // } return; } } // System.Void OVRHapticsClip::InitializeFromAudioFloatTrack(System.Single[],System.Double,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRHapticsClip_InitializeFromAudioFloatTrack_m9CAED9E9EDCE660FA6480E6E74FD88601B45DAC7 (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___sourceData0, double ___sourceFrequency1, int32_t ___sourceChannelCount2, int32_t ___sourceChannel3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; int32_t V_1 = 0; double V_2 = 0.0; double V_3 = 0.0; int32_t V_4 = 0; int32_t V_5 = 0; { // double stepSizePrecise = (sourceFrequency + 1e-6) / OVRHaptics.Config.SampleRateHz; double L_0 = ___sourceFrequency1; IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Config_get_SampleRateHz_m45E819F80B37F4AC7C331CD39034A8D7D4C5EAD7_inline(/*hidden argument*/NULL); V_0 = ((double)((double)((double)il2cpp_codegen_add((double)L_0, (double)(9.9999999999999995E-07)))/(double)((double)((double)L_1)))); // if (stepSizePrecise < 1.0) double L_2 = V_0; if ((!(((double)L_2) < ((double)(1.0))))) { goto IL_0020; } } { // return; return; } IL_0020: { // int stepSize = (int)stepSizePrecise; double L_3 = V_0; V_1 = il2cpp_codegen_cast_double_to_int(L_3); // double stepSizeError = stepSizePrecise - stepSize; double L_4 = V_0; int32_t L_5 = V_1; V_2 = ((double)il2cpp_codegen_subtract((double)L_4, (double)((double)((double)L_5)))); // double accumulatedStepSizeError = 0.0f; V_3 = (0.0); // int length = sourceData.Length; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = ___sourceData0; NullCheck(L_6); V_4 = ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))); // Count = 0; OVRHapticsClip_set_Count_m5C2DA3467D6B57CF536926EAA78BAEE6742ED6BA_inline(__this, 0, /*hidden argument*/NULL); // Capacity = length / sourceChannelCount / stepSize + 1; int32_t L_7 = V_4; int32_t L_8 = ___sourceChannelCount2; int32_t L_9 = V_1; OVRHapticsClip_set_Capacity_m04B32233A16B57A32E243112BD33098F3B279199_inline(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7/(int32_t)L_8))/(int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); // Samples = new byte[Capacity * OVRHaptics.Config.SampleSizeInBytes]; int32_t L_10; L_10 = OVRHapticsClip_get_Capacity_mB78EFE8E98CE34A08E20E1D2F7FDC5DBEC58BAE7_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); int32_t L_11; L_11 = Config_get_SampleSizeInBytes_m5F636BF2166898CD564FA372B1573CCA966405F5_inline(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)L_11))); OVRHapticsClip_set_Samples_mE241BE760C18DD25355AD7907C3325EA6B4B8DF8_inline(__this, L_12, /*hidden argument*/NULL); // int i = sourceChannel % sourceChannelCount; int32_t L_13 = ___sourceChannel3; int32_t L_14 = ___sourceChannelCount2; V_5 = ((int32_t)((int32_t)L_13%(int32_t)L_14)); goto IL_00ae; } IL_006b: { // if (OVRHaptics.Config.SampleSizeInBytes == 1) IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); int32_t L_15; L_15 = Config_get_SampleSizeInBytes_m5F636BF2166898CD564FA372B1573CCA966405F5_inline(/*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_008e; } } { // WriteSample((byte)(Mathf.Clamp01(Mathf.Abs(sourceData[i])) * System.Byte.MaxValue)); // TODO support multi-byte samples SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_16 = ___sourceData0; int32_t L_17 = V_5; NullCheck(L_16); int32_t L_18 = L_17; float L_19 = (L_16)->GetAt(static_cast(L_18)); float L_20; L_20 = fabsf(L_19); float L_21; L_21 = Mathf_Clamp01_m831CBA1D198C3CDE660E8172A67A4E41BD0D0171(L_20, /*hidden argument*/NULL); OVRHapticsClip_WriteSample_m300FC0B99105F3C5523D70CA034EFB113EFBCC5C(__this, (uint8_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_multiply((float)L_21, (float)(255.0f)))), /*hidden argument*/NULL); } IL_008e: { // i+= stepSize * sourceChannelCount; int32_t L_22 = V_5; int32_t L_23 = V_1; int32_t L_24 = ___sourceChannelCount2; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)L_24)))); // accumulatedStepSizeError += stepSizeError; double L_25 = V_3; double L_26 = V_2; V_3 = ((double)il2cpp_codegen_add((double)L_25, (double)L_26)); // if ((int)accumulatedStepSizeError > 0) double L_27 = V_3; if ((((int32_t)il2cpp_codegen_cast_double_to_int(L_27)) <= ((int32_t)0))) { goto IL_00ae; } } { // i+= (int)accumulatedStepSizeError * sourceChannelCount; int32_t L_28 = V_5; double L_29 = V_3; int32_t L_30 = ___sourceChannelCount2; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)il2cpp_codegen_cast_double_to_int(L_29), (int32_t)L_30)))); // accumulatedStepSizeError = accumulatedStepSizeError - (int)accumulatedStepSizeError; double L_31 = V_3; double L_32 = V_3; V_3 = ((double)il2cpp_codegen_subtract((double)L_31, (double)((double)((double)il2cpp_codegen_cast_double_to_int(L_32))))); } IL_00ae: { // while (i < length) int32_t L_33 = V_5; int32_t L_34 = V_4; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_006b; } } { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif 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 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 OVRSkeleton_set_Bones_mAC3ACECEBF53F36CBC2D9D672AFDB4ADFCD7BDEF_inline (OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public IList Bones { get; protected set; } RuntimeObject* L_0 = ___value0; __this->set_U3CBonesU3Ek__BackingField_20(L_0); 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 int32_t OVRBone_get_Id_m60B032C7EB5D597C9F5D3D7911A241F31EE8E12E_inline (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, const RuntimeMethod* method) { { // public OVRSkeleton.BoneId Id { get; set; } int32_t L_0 = __this->get_U3CIdU3Ek__BackingField_0(); return L_0; } } 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 Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRBone_get_Transform_m0E8C60FF2CF31336D654B3319EFFB04BDC964FCB_inline (OVRBone_tF9C031559703607035E455CE642549C722BBF081 * __this, const RuntimeMethod* method) { { // public Transform Transform { get; set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CTransformU3Ek__BackingField_2(); 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 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 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 OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * OVRManager_get_display_mA9F9565DF2499A1FE054C733F774959F49D143AA_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 OVRDisplay display { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E * L_0 = ((OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_StaticFields*)il2cpp_codegen_static_fields_for(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var))->get_U3CdisplayU3Ek__BackingField_5(); 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 void UniversalAdditionalCameraData_set_allowXRRendering_mAC7E0511ED9E19F8A91244D1D9A184DA99E43603_inline (UniversalAdditionalCameraData_t2F571B5E91C1601A48B36D5A4C5BFD7A3C716A3E * __this, bool ___value0, const RuntimeMethod* method) { { // set => m_AllowXRRendering = value; bool L_0 = ___value0; __this->set_m_AllowXRRendering_19(L_0); return; } } 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 void Vector3_Scale_m52F0C3F26DBEE84B5E292F2E084DA2F7329B6EFF_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___scale0, const RuntimeMethod* method) { { float L_0 = __this->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___scale0; float L_2 = L_1.get_x_2(); __this->set_x_2(((float)il2cpp_codegen_multiply((float)L_0, (float)L_2))); float L_3 = __this->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___scale0; float L_5 = L_4.get_y_3(); __this->set_y_3(((float)il2cpp_codegen_multiply((float)L_3, (float)L_5))); float L_6 = __this->get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___scale0; float L_8 = L_7.get_z_4(); __this->set_z_4(((float)il2cpp_codegen_multiply((float)L_6, (float)L_8))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_op_Division_mEE0FBCB81F75118640AF0311F325C47688385964_inline (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___a0, float ___d1, const RuntimeMethod* method) { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_0 = ___a0; float L_1 = L_0.get_x_1(); float L_2 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_3 = ___a0; float L_4 = L_3.get_y_2(); float L_5 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_6 = ___a0; float L_7 = L_6.get_z_3(); float L_8 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_9 = ___a0; float L_10 = L_9.get_w_4(); float L_11 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_12; memset((&L_12), 0, sizeof(L_12)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_12), ((float)((float)L_1/(float)L_2)), ((float)((float)L_4/(float)L_5)), ((float)((float)L_7/(float)L_8)), ((float)((float)L_10/(float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0029; } IL_0029: { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRGLTFAccessor_GetDataCount_m3055954DED439FAAC136BEF369E7F4AF708813BD_inline (OVRGLTFAccessor_tF1776DED8855793BA17B7DA5C368591412E8EFA3 * __this, const RuntimeMethod* method) { { // return dataCount; int32_t L_0 = __this->get_dataCount_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRGazePointer_set_currentScale_mE3201C85EE9B950A62C4A7014DA259B928587D61_inline (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, float ___value0, const RuntimeMethod* method) { { // public float currentScale { get; private set; } float L_0 = ___value0; __this->set_U3CcurrentScaleU3Ek__BackingField_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRGazePointer_get_hidden_m19334F06096B6117B7E1B34ABB9E10DA9B05D143_inline (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method) { { // public bool hidden { get; private set; } bool L_0 = __this->get_U3ChiddenU3Ek__BackingField_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float OVRGazePointer_get_currentScale_m905EC2ADA49910F326447062C59C83E380877E90_inline (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, const RuntimeMethod* method) { { // public float currentScale { get; private set; } float L_0 = __this->get_U3CcurrentScaleU3Ek__BackingField_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRGazePointer_set_hidden_m03529551FCDAE18277C12272572348334D84755A_inline (OVRGazePointer_tD738EE7541291063F4817AB3345DAEDF40AC2885 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool hidden { get; private set; } bool L_0 = ___value0; __this->set_U3ChiddenU3Ek__BackingField_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRGrabbable_get_allowOffhandGrab_mA898D7CDD73E8680615048FA2BC04F74FC7A4B5C_inline (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_allowOffhandGrab; } bool L_0 = __this->get_m_allowOffhandGrab_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* OVRGrabbable_get_grabPoints_m805A33BE37EA7F64A7D27AB54159C935F338E46D_inline (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_grabPoints; } ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_0 = __this->get_m_grabPoints_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * OVRGrabbable_get_grabbedBy_mE58C37AC403FECAE17271C8E724EDF9C4A51BB9A_inline (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_grabbedBy; } OVRGrabber_t1245001EF7DD0A83CCF03CAAABE5BE52B34516D1 * L_0 = __this->get_m_grabbedBy_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRGrabbable_get_snapPosition_m1D088A3F6147B7C3DDFA46A3EED801535C3123CE_inline (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_snapPosition; } bool L_0 = __this->get_m_snapPosition_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRGrabbable_get_snapOffset_m891B2B7E524DF074C9D8F400EEAB5E4A1A65A599_inline (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_snapOffset; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_m_snapOffset_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRGrabbable_get_snapOrientation_mBDF771F38600DAB7E1930689324B71A29196C210_inline (OVRGrabbable_tAAA20DB314FD1DD5D909EC9E99F41535A0F162D4 * __this, const RuntimeMethod* method) { { // get { return m_snapOrientation; } bool L_0 = __this->get_m_snapOrientation_6(); 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 void OVRHand_set_PointerPose_m34DD737648C1C4108EFD3DFAE8466E43B6B8137A_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method) { { // public Transform PointerPose { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___value0; __this->set_U3CPointerPoseU3Ek__BackingField_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * OVRHand_get_PointerPose_m5FD5EE4BC344C1F3D2F85B1F8C6E3D0E518DF7A2_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public Transform PointerPose { get; private set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_U3CPointerPoseU3Ek__BackingField_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_IsTracked_mAA3E3A2201DE33D054E1DFBECD8BA0DCFBE52C55_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsTracked { get; private set; } bool L_0 = ___value0; __this->set_U3CIsTrackedU3Ek__BackingField_10(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_IsSystemGestureInProgress_mA98300B7DDD232FB19F03DEBEC57281EE23CBB40_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsSystemGestureInProgress { get; private set; } bool L_0 = ___value0; __this->set_U3CIsSystemGestureInProgressU3Ek__BackingField_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_IsPointerPoseValid_mAF125CC99D8D8B3206A25FE5F410BEE41772B657_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsPointerPoseValid { get; private set; } bool L_0 = ___value0; __this->set_U3CIsPointerPoseValidU3Ek__BackingField_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_IsDominantHand_m5A5FAAD098BDECEF3F8003833FBDE5E812DF61E5_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsDominantHand { get; private set; } bool L_0 = ___value0; __this->set_U3CIsDominantHandU3Ek__BackingField_16(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_HandScale_m61A9F68BDE48BA8409D326037AE214A039E20DAE_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, float ___value0, const RuntimeMethod* method) { { // public float HandScale { get; private set; } float L_0 = ___value0; __this->set_U3CHandScaleU3Ek__BackingField_14(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_HandConfidence_m37DFDEE3D33A871276B0A834131CD38D1D3DC764_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, int32_t ___value0, const RuntimeMethod* method) { { // public TrackingConfidence HandConfidence { get; private set; } int32_t L_0 = ___value0; __this->set_U3CHandConfidenceU3Ek__BackingField_15(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_IsDataValid_m8424866786FEFB3AC0017815606BA3494C3A7BDB_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsDataValid { get; private set; } bool L_0 = ___value0; __this->set_U3CIsDataValidU3Ek__BackingField_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRHand_get_IsTracked_m1B1B95C54623252AD41089F461ACC3669CE2AE7C_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public bool IsTracked { get; private set; } bool L_0 = __this->get_U3CIsTrackedU3Ek__BackingField_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRHand_get_HandConfidence_mE06ACA8BA1C4D00BA5F196AC3CA3DCD46C9801FE_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public TrackingConfidence HandConfidence { get; private set; } int32_t L_0 = __this->get_U3CHandConfidenceU3Ek__BackingField_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHand_set_IsDataHighConfidence_m85DCD3D305A3F0ED8DFA8FD519C70AA90656D1F5_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsDataHighConfidence { get; private set; } bool L_0 = ___value0; __this->set_U3CIsDataHighConfidenceU3Ek__BackingField_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRHand_get_IsDataValid_m73BABA756C47728B7C74CA056E4CB34ED6F08131_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public bool IsDataValid { get; private set; } bool L_0 = __this->get_U3CIsDataValidU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonPoseData_set_IsDataValid_m0DDB1E4DB75026F96B6470E4678302C6DC47968A_inline (SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsDataValid { get; set; } bool L_0 = ___value0; __this->set_U3CIsDataValidU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonPoseData_set_RootPose_mA62FF0D3757B42B1A1E72E9CDB16B951492657D2_inline (SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E * __this, Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___value0, const RuntimeMethod* method) { { // public OVRPlugin.Posef RootPose { get; set; } Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 L_0 = ___value0; __this->set_U3CRootPoseU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonPoseData_set_RootScale_mA7B8162C2BD89864FFFBD836D0F8FDDBD58A2031_inline (SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E * __this, float ___value0, const RuntimeMethod* method) { { // public float RootScale { get; set; } float L_0 = ___value0; __this->set_U3CRootScaleU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonPoseData_set_BoneRotations_m50EE7D6F0085AC6A67A071DD0F1CE76470E08A9E_inline (SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E * __this, QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5* ___value0, const RuntimeMethod* method) { { // public OVRPlugin.Quatf[] BoneRotations { get; set; } QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5* L_0 = ___value0; __this->set_U3CBoneRotationsU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonPoseData_set_IsDataHighConfidence_m14C298CB21B846A17493988BA23A5F12D3EE3E4B_inline (SkeletonPoseData_t59D9BF0F4126D1439B0071D482B6134E5215509E * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsDataHighConfidence { get; set; } bool L_0 = ___value0; __this->set_U3CIsDataHighConfidenceU3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonRendererData_set_IsDataValid_mC96D90E90D94CA29CDC482B4D4F47320D1D08B9A_inline (SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsDataValid { get; set; } bool L_0 = ___value0; __this->set_U3CIsDataValidU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonRendererData_set_RootScale_m390D0F58A1D46D4DC90F61E0FD029D81B276041B_inline (SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE * __this, float ___value0, const RuntimeMethod* method) { { // public float RootScale { get; set; } float L_0 = ___value0; __this->set_U3CRootScaleU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonRendererData_set_IsDataHighConfidence_m345B5BFFF74B0F9B55D9A35BCA05C81ED8086842_inline (SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsDataHighConfidence { get; set; } bool L_0 = ___value0; __this->set_U3CIsDataHighConfidenceU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OVRHand_get_IsSystemGestureInProgress_m452ED3E62CB2DBF72B327580C14C932DE95421E4_inline (OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A * __this, const RuntimeMethod* method) { { // public bool IsSystemGestureInProgress { get; private set; } bool L_0 = __this->get_U3CIsSystemGestureInProgressU3Ek__BackingField_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SkeletonRendererData_set_ShouldUseSystemGestureMaterial_m55ED4E183CE0EDFB4A6366C2F5C9B63A74C5AC00_inline (SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE * __this, bool ___value0, const RuntimeMethod* method) { { // public bool ShouldUseSystemGestureMaterial { get; set; } bool L_0 = ___value0; __this->set_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshRendererData_set_IsDataValid_m6D88886E007DBD80C8C6CF14AAF49E7B78443F3B_inline (MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsDataValid { get; set; } bool L_0 = ___value0; __this->set_U3CIsDataValidU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshRendererData_set_IsDataHighConfidence_m9A91DF4184CEBD074F03BECD3363998803393F8B_inline (MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsDataHighConfidence { get; set; } bool L_0 = ___value0; __this->set_U3CIsDataHighConfidenceU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshRendererData_set_ShouldUseSystemGestureMaterial_m339E2B712F05A1503A8CBB40A63232D74019B4B2_inline (MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D * __this, bool ___value0, const RuntimeMethod* method) { { // public bool ShouldUseSystemGestureMaterial { get; set; } bool L_0 = ___value0; __this->set_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2(L_0); return; } } 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 Config_get_MaximumBufferSamplesCount_mCF860AA8971C6A238861BB6BC29C4F7B75E106D7_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static int MaximumBufferSamplesCount { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); int32_t L_0 = ((Config_t9013183A0F27B3C6B9D150A51347092354F928EA_StaticFields*)il2cpp_codegen_static_fields_for(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var))->get_U3CMaximumBufferSamplesCountU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHapticsClip_set_Capacity_m04B32233A16B57A32E243112BD33098F3B279199_inline (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int Capacity { get; private set; } int32_t L_0 = ___value0; __this->set_U3CCapacityU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRHapticsClip_get_Capacity_mB78EFE8E98CE34A08E20E1D2F7FDC5DBEC58BAE7_inline (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, const RuntimeMethod* method) { { // public int Capacity { get; private set; } int32_t L_0 = __this->get_U3CCapacityU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Config_get_SampleSizeInBytes_m5F636BF2166898CD564FA372B1573CCA966405F5_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static int SampleSizeInBytes { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); int32_t L_0 = ((Config_t9013183A0F27B3C6B9D150A51347092354F928EA_StaticFields*)il2cpp_codegen_static_fields_for(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var))->get_U3CSampleSizeInBytesU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHapticsClip_set_Samples_mE241BE760C18DD25355AD7907C3325EA6B4B8DF8_inline (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { { // public byte[] Samples { get; private set; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; __this->set_U3CSamplesU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* OVRHapticsClip_get_Samples_mDB261524D217F8DF99540C6BA720E462F2A0C0A6_inline (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, const RuntimeMethod* method) { { // public byte[] Samples { get; private set; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_U3CSamplesU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OVRHapticsClip_set_Count_m5C2DA3467D6B57CF536926EAA78BAEE6742ED6BA_inline (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int Count { get; private set; } int32_t L_0 = ___value0; __this->set_U3CCountU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OVRHapticsClip_get_Count_m6E120C17F35E64BB70473A87B34C5C05D1C6061E_inline (OVRHapticsClip_t212861601F92515E05F9190C6E3894CF9D3F0619 * __this, const RuntimeMethod* method) { { // public int Count { get; private set; } int32_t L_0 = __this->get_U3CCountU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Config_get_SampleRateHz_m45E819F80B37F4AC7C331CD39034A8D7D4C5EAD7_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static int SampleRateHz { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var); int32_t L_0 = ((Config_t9013183A0F27B3C6B9D150A51347092354F928EA_StaticFields*)il2cpp_codegen_static_fields_for(Config_t9013183A0F27B3C6B9D150A51347092354F928EA_il2cpp_TypeInfo_var))->get_U3CSampleRateHzU3Ek__BackingField_0(); 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 ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_mC23BA23E80BF8D9009F8E9D84CFFB76DAFB652CC_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ((EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0(); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m7577339CA0941CF47BA92256F81ECDC3C91ACA9C_gshared_inline (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * __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 * Enumerator_get_Current_m2CCCCA8F2AC3C52BBFDE257E16189AC172B18AEF_gshared_inline (Enumerator_tC65CCC1226A8ADC61C1D0B645D6B48EDC74C7713 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_currentKey_3(); return (RuntimeObject *)L_0; } }