#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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 GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579; // System.Action`1 struct Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD; // System.Action`1 struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0; // System.Action`1 struct Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0; // System.Action`1 struct Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Attribute struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74; // System.Boolean[] struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tA277DF3D05CABC059E6137D5CD3EE743BE673A2E; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D; // System.Collections.Generic.List`1 struct List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0; // System.Collections.Generic.List`1 struct List_1_t53AD896B2509A4686D143641030CF022753D3B04; // System.Collections.Generic.List`1 struct List_1_tAAE8BF32F260E5939A1EAF05F4C38C7841B64300; // System.Collections.Generic.List`1 struct List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694; // System.Collections.Generic.List`1 struct List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.Exception struct Exception_t; // System.Func`1 struct Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.NullReferenceException struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.Predicate`1 struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979; // System.Predicate`1 struct Predicate_1_tF1969050567D17C36A2ECAF3F0C603D1F6489F6A; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.ConstructorInfo struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.ParameterInfo struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.Single[] struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5; // System.String struct String_t; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // Unity.Collections.LowLevel.Unsafe.NativeContainerAttribute struct NativeContainerAttribute_tA41A5C1CDBB226F97686298958A26B3462A2F0BD; // Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsDeallocateOnJobCompletionAttribute struct NativeContainerSupportsDeallocateOnJobCompletionAttribute_t9A5F86298A0ACEA749C828A02C92D5BA57C7EFA2; // Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsDeferredConvertListToArray struct NativeContainerSupportsDeferredConvertListToArray_t8D1FF5AD33328E8B2F6D181F377CE87FB20AF0CC; // Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsMinMaxWriteRestrictionAttribute struct NativeContainerSupportsMinMaxWriteRestrictionAttribute_tD4B1BA8B6DA73E5A72877276F83A33189750D4F6; // Unity.Collections.LowLevel.Unsafe.NativeDisableUnsafePtrRestrictionAttribute struct NativeDisableUnsafePtrRestrictionAttribute_t6275EEE5A68EC18F3221CA98A04B586A127D7A56; // Unity.Collections.LowLevel.Unsafe.WriteAccessRequiredAttribute struct WriteAccessRequiredAttribute_tF7C9F7B8CF860866B56AC525CEA325C657EE94F2; // UnityEngine.AddComponentMenu struct AddComponentMenu_tFC506BD3AC7C5903974088EF5A1815BC72AF8245; // UnityEngine.AnimationCurve struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C; // UnityEngine.Application/AdvertisingIdentifierCallback struct AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E; // UnityEngine.Application/LogCallback struct LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778; // UnityEngine.Application/LowMemoryCallback struct LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00; // UnityEngine.Assertions.AssertionException struct AssertionException_t2E33237ABD721A57D41FC8745BCA4573DB40626E; // UnityEngine.AsyncOperation struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D; // UnityEngine.BeforeRenderHelper/OrderBlock[] struct OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101; // UnityEngine.BeforeRenderOrderAttribute struct BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5; // UnityEngine.Behaviour struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8; // UnityEngine.BootConfigData struct BootConfigData_tDAD0635222140DCA86FC3C27BA41140D7ACD3500; // UnityEngine.Camera struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34; // UnityEngine.Camera/CameraCallback struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0; // UnityEngine.Camera[] struct CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9; // UnityEngine.Component struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621; // UnityEngine.Component[] struct ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155; // UnityEngine.ComputeShader struct ComputeShader_tF8B65214DC8C7C124C01984EB5CCD28F55C85B2A; // UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC; // UnityEngine.Cubemap struct Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF; // UnityEngine.CubemapArray struct CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5; // UnityEngine.CullingGroup struct CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F; // UnityEngine.CullingGroup/StateChanged struct StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161; // UnityEngine.CustomYieldInstruction struct CustomYieldInstruction_t819BB0973AFF22766749FF087B8AEFEAF3C2CB7D; // UnityEngine.DebugLogHandler struct DebugLogHandler_tA80C96792806DC12E21DE8B2FF47B69846467C70; // UnityEngine.DefaultExecutionOrder struct DefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398; // UnityEngine.DisallowMultipleComponent struct DisallowMultipleComponent_t78AA2992145F22B15B787B94A789B391635D9BCA; // UnityEngine.DisallowMultipleComponent[] struct DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3; // UnityEngine.Display struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57; // UnityEngine.Display/DisplaysUpdatedDelegate struct DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90; // UnityEngine.Display[] struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9; // UnityEngine.Events.ArgumentCache struct ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C; // UnityEngine.Events.BaseInvokableCall struct BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5; // UnityEngine.Events.BaseInvokableCall[] struct BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3; // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7; // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6; // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_tF7F1670398EB759A3D4AFEB35F47850DCD7D00AD; // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A; // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_tEA955BEC4B02C3BEF9C37E41A639EAE294B6E8C4; // UnityEngine.Events.InvokableCall struct InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC; // UnityEngine.Events.InvokableCallList struct InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F; // UnityEngine.Events.PersistentCall struct PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F; // UnityEngine.Events.PersistentCall[] struct PersistentCallU5BU5D_tFE2FAC868410270E54FFFDBA8E8343459C9D2835; // UnityEngine.Events.UnityAction struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_tC17304886B9B905228EEC74E84B4FDBF72A3C5A5; // UnityEngine.Events.UnityEvent struct UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F; // UnityEngine.Events.UnityEventBase struct UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5; // UnityEngine.ExcludeFromObjectFactoryAttribute struct ExcludeFromObjectFactoryAttribute_tC66D4CE9F5BEAB6A12509F14BE508C469F1ED221; // UnityEngine.ExcludeFromPresetAttribute struct ExcludeFromPresetAttribute_t36852ADC0AB8D9696334AA238410394C7C5CD9CF; // UnityEngine.ExecuteInEditMode struct ExecuteInEditMode_t2CEB97B05448F9AB3523C32B6D43E14383FAFB4E; // UnityEngine.ExecuteInEditMode[] struct ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80; // UnityEngine.Experimental.GlobalIllumination.Lightmapping/<>c struct U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A; // UnityEngine.Experimental.GlobalIllumination.Lightmapping/RequestLightsDelegate struct RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8; // UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem struct BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45; // UnityEngine.Experimental.Rendering.IScriptableRuntimeReflectionSystem struct IScriptableRuntimeReflectionSystem_t3635F81D0F014A163A32492F27885B589F491CFD; // UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper struct ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4; // UnityEngine.ExtensionOfNativeClassAttribute struct ExtensionOfNativeClassAttribute_t595E5601C3ACC7C8A8C5AEE90A05E7C7FF977FDF; // UnityEngine.Flare struct Flare_t0D4DE26B68BE167415B3E1ED4D37B691DF8C920F; // UnityEngine.GameObject struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520; // UnityEngine.Gradient struct Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A; // UnityEngine.HideInInspector struct HideInInspector_t522BD4481F0172BDB5872D1D344053EE6DACF288; // UnityEngine.ILogHandler struct ILogHandler_t941F581F97535C9BFC019CF1D0B44990E31F92B4; // UnityEngine.ILogger struct ILogger_t572B66532D8EB6E76240476A788384A26D70866F; // UnityEngine.Internal.DefaultValueAttribute struct DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A; // UnityEngine.Internal.ExcludeFromDocsAttribute struct ExcludeFromDocsAttribute_tD383C690B3BAC7B087185EACA5A93BEEF03C7B7A; // UnityEngine.Keyframe[] struct KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D; // UnityEngine.Light struct Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C; // UnityEngine.Light[] struct LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45; // UnityEngine.Logger struct Logger_tEB67FD7450076B84B97F22DBE8B2911FC4FBC35F; // UnityEngine.Material struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598; // UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0; // UnityEngine.RenderBuffer[] struct RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3; // UnityEngine.RenderTexture struct RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6; // UnityEngine.Rendering.CommandBuffer struct CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD; // UnityEngine.Rendering.CommandBuffer[] struct CommandBufferU5BU5D_t67150454F13B9E5CF7CCCD5A44CAB45DD465C5A0; // UnityEngine.RequireComponent struct RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1; // UnityEngine.RequireComponent[] struct RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D; // UnityEngine.Shader struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA; // UnityEngine.Texture struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4; // UnityEngine.Transform struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA; // UnityEngine.UnityException struct UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28; // UnityEngine.Vector2[] struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6; // UnityEngine.Vector3[] struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28; // UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44; IL2CPP_EXTERN_C RuntimeClass* Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Assert_t124AD7D2277A352FA54D1E6AAF8AFD5992FD39EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AssertionException_t2E33237ABD721A57D41FC8745BCA4573DB40626E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BootConfigData_tDAD0635222140DCA86FC3C27BA41140D7ACD3500_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CachedInvokableCall_1_tEA955BEC4B02C3BEF9C37E41A639EAE294B6E8C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DebugLogHandler_tA80C96792806DC12E21DE8B2FF47B69846467C70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Graphics_t6FB7A5D4561F3AB3C34BF334BB0BD8061BE763B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILogHandler_t941F581F97535C9BFC019CF1D0B44990E31F92B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILogger_t572B66532D8EB6E76240476A788384A26D70866F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IScriptableRuntimeReflectionSystem_t3635F81D0F014A163A32492F27885B589F491CFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t53AD896B2509A4686D143641030CF022753D3B04_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Logger_tEB67FD7450076B84B97F22DBE8B2911FC4FBC35F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NativeLeakDetection_tE520FB2F1FBF6EE18C680B9BE25D981674987477_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_tF1969050567D17C36A2ECAF3F0C603D1F6489F6A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral06F698F91B91896BF75FB59AAB15C32EE16915B5; IL2CPP_EXTERN_C String_t* _stringLiteral0E8A3AD980EC179856012B7EECF4327E99CD44CD; IL2CPP_EXTERN_C String_t* _stringLiteral191827B5D228086B4CD27450EF30E26AEE039BC4; IL2CPP_EXTERN_C String_t* _stringLiteral1C8D81506A5291DBB0387C737FDF626D63480060; IL2CPP_EXTERN_C String_t* _stringLiteral1E99EFAFA01D35F97926E2BBE328610919F36659; IL2CPP_EXTERN_C String_t* _stringLiteral26BC9FCC4A22AC826376FD5B01994A9E68FF20C6; IL2CPP_EXTERN_C String_t* _stringLiteral283DC162F559BF50910DB3C25284CB429E9EE14A; IL2CPP_EXTERN_C String_t* _stringLiteral429E5FA4D1D7144F34D28671D44DCF82BA6A3ADD; IL2CPP_EXTERN_C String_t* _stringLiteral42A57E9753A1AFFFE949244ED042966A087A8C2F; IL2CPP_EXTERN_C String_t* _stringLiteral439D2FB31B9EB56BFB8160BCC2CC1762048E00AF; IL2CPP_EXTERN_C String_t* _stringLiteral5D42AD1769F229C76031F30A404B4F7863D68DE0; IL2CPP_EXTERN_C String_t* _stringLiteral5E1FAEFEBCA2C780744CF670E527AE37E3B7757E; IL2CPP_EXTERN_C String_t* _stringLiteral66278A7E8BBEBD2AD034B5FC7E1EE8EA944251C8; IL2CPP_EXTERN_C String_t* _stringLiteral6947818AC409551F11FBAA78F0EA6391960AA5B8; IL2CPP_EXTERN_C String_t* _stringLiteral739F90911BF55016B285AF40C8E2133B9414FA7E; IL2CPP_EXTERN_C String_t* _stringLiteral74576FED5C59241DD0FDF64D0CA13849CA887B85; IL2CPP_EXTERN_C String_t* _stringLiteral7E493E42997D8BF6BAD12EDC42A763008C83B810; IL2CPP_EXTERN_C String_t* _stringLiteral87FCC6DBB03A66D222D43C3DDB39600F4225FF3B; IL2CPP_EXTERN_C String_t* _stringLiteral90DB30F1092F19237481D194C23E43DF265AE3D6; IL2CPP_EXTERN_C String_t* _stringLiteral9A8AEF5DF06C4A0630DBA0718222FBDA7F2AE98B; IL2CPP_EXTERN_C String_t* _stringLiteralA28E0E257FBF0B2A2322682E5107D0883DA67B04; IL2CPP_EXTERN_C String_t* _stringLiteralA9BB0EF2F1E06136DCF1BA6255AC08D6FBCD3D9E; IL2CPP_EXTERN_C String_t* _stringLiteralAD4B41A314A57C614C6AAC576837796B98D7F5A8; IL2CPP_EXTERN_C String_t* _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC; IL2CPP_EXTERN_C String_t* _stringLiteralB245F58149930DBC70CF0AA7D270B51BF8AD5B2F; IL2CPP_EXTERN_C String_t* _stringLiteralB2508706F03454C318CD2A078CC572987C2C6B5D; IL2CPP_EXTERN_C String_t* _stringLiteralB5E13566AA93EC76B029981582479BF4E654B374; IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6; IL2CPP_EXTERN_C String_t* _stringLiteralB8FF02892916FF59F7FBD4E617FCCD01F6BCA576; IL2CPP_EXTERN_C String_t* _stringLiteralBCDD51CC9F8CB6B408AA795D76539161DBE19FF2; IL2CPP_EXTERN_C String_t* _stringLiteralBE54B2A1DE3657CE39CBFEC5A3861C97B54378E1; IL2CPP_EXTERN_C String_t* _stringLiteralC218E39EFA2E1AAE69F39D2054528369CE1E1F46; IL2CPP_EXTERN_C String_t* _stringLiteralC44A284D6202E8C0E5E102C5C16B7A69DB85BA68; IL2CPP_EXTERN_C String_t* _stringLiteralD066FC085455ED98DB6AC1BADC818019C77C44AB; IL2CPP_EXTERN_C String_t* _stringLiteralD2BABF0A89B50342AE8899FA0A79089D85C263BC; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDEFD5E9B261ED78A5B2BDEBE8237B5CA376F31BD; IL2CPP_EXTERN_C String_t* _stringLiteralF6961D3E49B484A1558A2669134D24CA24F48BEC; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m45E8F9900F9DB395C48A868A7C6A83BDD7FC692F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m5A882D685B08943847510936E0C7EA3F00C0B599_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m6328F763431ED2ACDDB6ED8F0FDEA6194403E79F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Assert_AreEqual_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m93A2791A7ACB2E54E08F096A025BA23220E0BF4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Assert_Fail_m9A3A2A08A2E1D18D0BB7D0C635055839EAA2EF02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AttributeHelperEngine_GetCustomAttributeOfType_TisDefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398_m3182DFB95C025B79D83220A5E1664EBA1C012478_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BootConfigData__ctor_m6C109EB48CAE91C89BB6C4BFD10C77EA6723E5AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CachedInvokableCall_1__ctor_m208307DC945B843624A47886B3AB95A974528DB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CachedInvokableCall_1__ctor_m356112807416B358ED661EBB9CF67BCCE0B19394_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CachedInvokableCall_1__ctor_mA3C18A22B57202EE83921ED0909FCB6CD4154409_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CachedInvokableCall_1__ctor_mDAAE3953F8E06CCF91E667D7FFEA60A4783C703E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Camera_AddCommandBufferAsync_m64734A12AF5972F7186ACA9EADA1022B9124A52A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Camera_AddCommandBuffer_mA3A1341F6C15A1C9DEF1BA7471726238797880B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Camera_CalculateFrustumCorners_m27339477F5E19334DC49B9EA226B9984C16FCD73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Camera_GetAllCameras_m500A4F27E7BE1C259E9EAA0AEBB1E1B35893059C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Camera_RemoveCommandBuffer_m323F15CA3AB7E38DB77C73930A9B517400403320_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Camera_set_layerCullDistances_mA2FBC7BED4BE67845358DF4F146CAE073F255BEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CubemapArray_Internal_Create_m2503EFCE0A71CBCCCA87C93E15B9F83709274A58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Cubemap_Internal_Create_m7D1672F9247A6CA2578874A69C901311B6196289_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DebugLogHandler_LogException_m816CF2DDA84DFC1D1715B24F9626BD623FF05416_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m7FC1078762C289F754BC7184EB4FF99752BE7F34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mE65201380E1436A130728E61D45EE131B2B3E26A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mE73DAE2FA96A6AA3E22862757EB298AC6CD41F9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_mFA91B93A5C91290D4A3C475C4117CA05B43419E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Graphics_BlitMultiTap_m68957C274C362CD59546AA69740397EA196AEB98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m74017CD88D2317FF72D39ADDC4DC5404BE9C6AAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0B2D1D24DF475E0A9FF3ACB89CFFB9FD07958AD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m32A82BEF867C7AEA950D1BDC69303DD9833A8873_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mEB9D575B07EA016CA45755872C61752936AC5BC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m0B5548AF8B02D382174A7E564006EEF681596292_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mC60D3BD21C0F45B2732381FA901DFFF61DE2A7E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAll_mD02E9ED04E2C094CEF5B8E58114877889F5DFC97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m8EB2E0BBA1AB810C58BEED0114266E213812280F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m0815A1791AB4F143DE6C6957E9DDC1C4F5CA061E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m436E3B15DCD8A1038326FF4BDC1229B3E7584F3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD54E50BB7BABDBB33629C45B3DA7194715F1E15D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mEC05D12D4D99D281A54478346E9E0E0BC3123399_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mEE1A1CA738D3FB658F0B985315A8D9CF7015DDA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m81256FA6A1423E6A61F696EF1268497C43475FB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mDC7DA39F5282E6349415C0E7E139B6D5D978E1F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mAA1994A73C84AA7153192D4C6E1C5F28A705DD45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mD7AFB293FDB633E3BAAE963C0F5DB9A4A25E9649_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_m0BF07A3A1C1DBB82B5F98ABC86FE98958CCB138B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__7_0_m2D9D2C1DEA68EC9BC1F47CA41F462BB9EF72CF7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CachedInvokableCall_1_t438C6D909B861C90FB046743ADB50D4F1EF3626E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DisallowMultipleComponent_t78AA2992145F22B15B787B94A789B391635D9BCA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ExecuteAlways_t57FCDBAAAA5AECB1568C3221FAE1E914B382B0A0_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ExecuteInEditMode_t2CEB97B05448F9AB3523C32B6D43E14383FAFB4E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* MethodInfo_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_0_0_0_var; IL2CPP_EXTERN_C const uint32_t AdvertisingIdentifierCallback_BeginInvoke_mC0972A598CA5BCEFF50CB292CE43AA8FF4E3B2BF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AnimationCurve_Equals_m5E3528A0595AC6714584CAD54549D756C9B3DDD5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AnimationCurve_Equals_m60310C21F9B109BAC9BA4FACE9BEF88931B22DED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_CallLogCallback_mCA351E4FBE7397C3D09A7FBD8A9B074A4745ED89_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_CallLowMemory_m4C6693BD717D61DB33C2FB061FDA8CE055966E75_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_Internal_ApplicationQuit_mC9ACAA5CB0800C837DBD9925E1E389FB918F3DED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_Internal_ApplicationWantsToQuit_mDF35192EF816ECD73F0BD4AFBCDE1460EF06442A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_InvokeDeepLinkActivated_m473D851836BD708C896850AA1DAE2B56A4B01176_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_InvokeFocusChanged_m61786C9688D01809FAC41250B371CE13C9DBBD6F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_InvokeOnBeforeRender_mF2E1F3E67C1D160AD1209C1DBC1EC91E8FB88C97_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_RegisterLogCallback_mBDEFF0D15BDF97F998EFA0ACF9DF2D57396D1417_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_add_deepLinkActivated_m8EDC8B392F5B5DBCDC0AB835A316739F07DC55ED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_add_focusChanged_m8E5009CE510B6FBEE112151E0777EA3A55B26C5E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_add_logMessageReceivedThreaded_m6EAA7C1782E341A6A72AC0C9160CF3F781322ABB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_add_logMessageReceived_m2DDAF59D2C0AF572C6412E946898E2CE070C38AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_add_lowMemory_mC747F7C8E7A304125DF3FF98C47DCCFA7CCC32B7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_add_onBeforeRender_mC00950B8FC35DB9048121D43BE8F69D55BCB4723_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_add_quitting_mE52EC4900AD328AFD5BE1E3AFDBE28537FC00853_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_add_wantsToQuit_m94FD948866E5EC33796B5957337E16974ADC2E24_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_remove_deepLinkActivated_m9783155A3745ECAF28603660AA8CC79DE96ECCBB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_remove_focusChanged_m52D25E963D85224B07E37008740ABA124038DC93_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_remove_logMessageReceivedThreaded_m2BD60919BDACAF705EC45A89DE2AC815F965B7C2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_remove_logMessageReceived_mC1822286AE6419921088089C8FBF5BDA58EC3DBF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_remove_lowMemory_m63B1AA5BD12ADE7ACDBFE3EA8224E31C15EEF798_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_remove_onBeforeRender_m4601D9804BC86F64FB071348EC1CF448C55CBA3B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_remove_quitting_m289579EFBA8C0A05B7D9DB5943E26B30DAE24F21_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Application_remove_wantsToQuit_m9CFD062EDD15C338667ABA514BC2BF9437DAC55C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ArgumentCache_TidyAssemblyTypeName_m2D4AFE74BEB5F32B14165BB52F6AB29A75306936_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Assert_AreEqual_mF4EDACE982A071478F520E76D1901B840411A91E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Assert_AreEqual_mFD46F687B9319093BA13D285D19999C801DC0A60_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Assert_Fail_m9A3A2A08A2E1D18D0BB7D0C635055839EAA2EF02_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Assert__cctor_mB34E1F44EB37A40F434BDB787B5E55F2B4033AF5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssertionException__ctor_mDB97D95CF48EE1F6C184D30F6C3E099E1C4DA7FD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssertionException_get_Message_m857FDA8060518415B2FFFCCA4A6BEE7B9BF66ECE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssertionMessageUtil_GetEqualityMessage_mDBD27DDE3A03418E4A2F8DB377AE866F656C812A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssertionMessageUtil_GetMessage_m97506B9B19E9F75E8FE164BF64085466FC96EA18_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AssertionMessageUtil_GetMessage_mA6DC7467BAF09543EA091FC63587C9011E1CA261_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncOperation_InvokeCompletionEvent_m5F86FF01A5143016630C9CFADF6AA01DBBBD73A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncOperation_add_completed_mD9CC08F727DA8EBB849CBF8903333EF6110C7ED6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncOperation_remove_completed_mE0EA5D4CE4308A12C896F2A8CF193CD0BF5B19DE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_com_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_pinvoke_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttributeHelperEngine_CheckIsEditorScript_m95CEEF4147D16BC2985EAADD300905AB736F857E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttributeHelperEngine_GetDefaultExecutionOrderFor_m0972E47FA03C9CEF196B1E7B2E708E30DF4AD063_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttributeHelperEngine_GetExecuteMode_mDE99262C53FA67B470B8668A13F968B4D5A8E0A1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttributeHelperEngine_GetParentTypeDisallowingMultipleInclusion_m716999F8F469E9398A275432AA5C68E81DD8DB24_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttributeHelperEngine_GetRequiredComponents_m869E1FF24FE124874E0723E11C12A906E57E3007_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttributeHelperEngine__cctor_mAE0863DCF7EF9C1806BDC1D4DF64573464674964_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BeforeRenderHelper_GetUpdateOrder_m5F3F25FB927FB199365D325B3A18133D7BAD4C56_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BeforeRenderHelper_Invoke_m5CADC9F58196CF3F11CB1203AEAF40003C7D4ADD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BeforeRenderHelper_RegisterCallback_mB6AE5DD737C0236D3B92BDDE7A4CA6BC7A98F166_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BeforeRenderHelper_UnregisterCallback_mA8F825EAB5B4AB45E00F18C26D5C979A773A5A06_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BeforeRenderHelper__cctor_mAF1DF30E8F7C2CE586303CAA41303230FE2DEB0D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BootConfigData_WrapBootConfigData_m7C2DCB60E1456C2B7748ECFAAEB492611A5D7690_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BootConfigData__ctor_m6C109EB48CAE91C89BB6C4BFD10C77EA6723E5AE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Bounds_Equals_m1ECFAEFE19BAFB61FFECA5C0B8AE068483A39C61_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Bounds_ToString_m4637EA7C58B9C75651A040182471E9BAB9295666_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Bounds__ctor_m294E77A20EC1A3E96985FE1A925CB271D1B5266D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Bounds_get_size_m0739F2686AE2D3416A33AEF892653091347FD4A6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BuiltinRuntimeReflectionSystem_Internal_BuiltinRuntimeReflectionSystem_New_m1B6EE7816B71869B7F874488A51FF0093F1FF8CB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CameraPlayable_Equals_mBA0325A3187672B8FDE237D2D5229474C19E3A52_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Camera_AddCommandBufferAsync_m64734A12AF5972F7186ACA9EADA1022B9124A52A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Camera_AddCommandBuffer_mA3A1341F6C15A1C9DEF1BA7471726238797880B7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Camera_CalculateFrustumCorners_m27339477F5E19334DC49B9EA226B9984C16FCD73_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Camera_FireOnPostRender_m17457A692D59CBDDDBBE0E4C441D393DAD58654B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Camera_FireOnPreCull_m7E8B65875444B1DE75170805AE22908ADE52301E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Camera_FireOnPreRender_m996699B5D50FC3D0AB05EED9F9CE581CCDC2FF67_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Camera_GetAllCameras_m500A4F27E7BE1C259E9EAA0AEBB1E1B35893059C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Camera_RemoveCommandBuffer_m323F15CA3AB7E38DB77C73930A9B517400403320_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Camera_ScreenPointToRay_m7069BC09C3D802595AC1FBAEFB3C59C8F1FE5FE2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Camera_ViewportPointToRay_m7EEE6C27BDD240274EF8708D28109B0DB57BFDCE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Camera_get_allCameras_m1A9AB71F049261399443FE1F1F443FF2657F0014_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Camera_set_layerCullDistances_mA2FBC7BED4BE67845358DF4F146CAE073F255BEA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Color32_ToString_m217F2AD5C02E630E37BE5CFB0933630F6D0C3555_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Color_Equals_m63ECBA87A0F27CD7D09EEA36BCB697652E076F4E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Color_ToString_m17A27E0CFB20D9946D130DAEDB5BDCACA5A4473F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Color_get_linear_mB10CD29D56ADE2C811AD74A605BA11F6656E9D1A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Color_get_maxColorComponent_mBA8595CB2790747F42145CB696C10E64C9BBD76D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Component__ctor_m5E2740C0ACA4B368BC460315FAA2EDBFEAC0B8EF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CubemapArray_Internal_Create_m2503EFCE0A71CBCCCA87C93E15B9F83709274A58_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CubemapArray__ctor_m1FC2738B93636229EC645E15D36C9A3F67FE0E54_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CubemapArray__ctor_m390539598EAAEE1AAE0B89D2241A60EE6BD1B219_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CubemapArray__ctor_m88D0AB083EEF112A636EE307337BAFAF036E0A2B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Cubemap_Internal_Create_m7D1672F9247A6CA2578874A69C901311B6196289_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Cubemap__ctor_m823CBFD84E8497FEEDE6858F1781ADECB0C6CFBF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Cubemap__ctor_mB0430DC19209C90736915B41A670C7AC65698D71_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Cubemap__ctor_mC713C6EC5AA4BB7091AF19FC75E1A5D3A133550B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Cubemap__ctor_mDEAB11F63268FC5F1115D928499AC270F21FB249_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Cubemap__ctor_mFC82AF58FF4875D6750838AF47A05D5B203523A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_com_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_pinvoke_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DebugLogHandler_LogException_m816CF2DDA84DFC1D1715B24F9626BD623FF05416_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_Assert_m0283DD85C5E5F5029793C17A335DB16BC307E62E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_Assert_m84EE43ACFD01E8C0CEC0160C494B2CE77338F7BC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_CallOverridenDebugHandler_m5F5FC22445A9C957A655734DA5B661A5E256BEBE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_LogAssertion_m2A8940871EC1BD01A405103429F2FCE2AFB12506_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_LogErrorFormat_mB54A656B267CF936439D50348FC828921AEDA8A9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_LogError_m97139CB2EE76D5CD8308C1AD0499A5F163FC7F51_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_LogException_mBAA6702C240E37B2A834AA74E4FDC15A3A5589A9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_LogFormat_mB23DDD2CD05B2E66F9CF8CA72ECA66C02DCC209E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_LogWarningFormat_m29C3DA389E1AA2C1C48C9100F1E83EAE72772FDB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_LogWarning_mD417697331190AC1D21C463F412C475103A7256E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug__cctor_m9BFDFB65B30AA2962FDACD15F36FC666471D1C5E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DefaultValueAttribute_Equals_mD9073A5C537D4DBDFBD5E3616BC5A05B5D0C51B2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Display_FireDisplaysUpdated_m1655DF7464EA901E47BCDD6C3BBB9AFF52757D86_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Display_RecreateDisplayList_mA7E2B69AF4BD88A0C45B9A0BB7E1FFDDA5C60FE8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Display_RelativeMouseAt_mABDA4BAC2C1B328A2C6A205D552AA5488BFFAA93_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Display__cctor_mC1A1851D26DD51ECF2C09DBB1147A7CF05EEEC9D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Display_get_renderingHeight_m1496BF9D66501280B4F75A31A515D8CF416838B0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Display_get_renderingWidth_mA02F65BF724686D7A0CD0C192954CA22592C3B12_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Display_get_systemHeight_m0D7950CB39015167C175634EF8A5E0C52FBF5EC7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Display_get_systemWidth_mA14AF2D3B017CF4BA2C2990DC2398E528AF83413_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Flare__ctor_m31F55B55A97DF3F8A338FFF57FC798C6A0D75678_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GameObject_GetComponentsInChildren_m39CCEFC6BC28CBD9587311B1E1C842B63DC8BDDB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GameObject_GetComponentsInParent_mFDE58BE6E14D1F34DE76EF62623BD0A46A99D24B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GameObject_GetComponents_mD9AF87D297017455ADD8CF0DF05BB57B4382375F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GameObject_TryGetComponent_m2AA8E1EF55AE188975F247B84E88EA8830126174_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GameObject__ctor_m20BE06980A232E1D64016957059A9DD834173F68_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GameObject__ctor_mA4DFA8F4471418C248E95B55070665EF344B4B2D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Gradient_Equals_m0A13AD7938F81F21CC380609A506A39B37CF2097_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Gradient_Equals_m7F23C7692189DDD94FC31758493D4C99C2F3FB1E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Graphics_BlitMultiTap_m68957C274C362CD59546AA69740397EA196AEB98_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Graphics_Blit_mB042EC04307A5617038DA4210DE7BA4B3E529113_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Graphics__cctor_m87F7D324CC82B1B70ADFEC237B2BBEDC1767F1FF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Hash128_CompareTo_m3595697B0FC7ACAED77C03FEC7FF80A073A4F6AE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Hash128_Equals_m4701FDD64B5C5F81B1E494D5586C5CB4519BC007_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InvokableCallList_AddListener_mE4069F40E8762EF21140D688175D7A4E46FD2E83_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InvokableCallList_AddPersistentInvokableCall_m62BDD6521FB7B68B58673D5C5B1117FCE4826CAD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InvokableCallList_ClearPersistent_m4038DB499DCD84B79C0F1A698AAA7B9519553D49_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InvokableCallList_PrepareInvoke_m5BB28A5FBF10C84ECF5B52EBC52F9FCCDC840DC1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InvokableCallList_RemoveListener_mC886122D45A6682A85066E48637339065085D6DE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InvokableCallList__ctor_m8A5D49D58DCCC3D962D84C6DAD703DCABE74EC2D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InvokableCall__ctor_m2F9F0CD09FCFFEBCBBA87EC75D9BA50058C5B873_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InvokableCall_add_Delegate_mCE91CE04CF7A8B962FF566B018C8C516351AD0F3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InvokableCall_remove_Delegate_m0CFD9A25842A757309236C500089752BF544E3C7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LightDataGI_Init_m236C2DEE096CDCF4B4489B9A5630E231531DF022_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LightDataGI_Init_m93EBCF45B2A5F8A0C9879FD2CF1B853514837F4B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LightmapperUtils_ExtractInnerCone_mAB6BC006F6841F7881DAC60077A61BA525E09C48_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Lightmapping_GetDelegate_mCFE706531D3E5A96E71ED963AF8CB4B93A1C0AEE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Lightmapping_RequestLights_m572FA5D5ADA94FF109696431E2EAE13B6D5C9AB6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Lightmapping_ResetDelegate_m25E3082200DFB9F101AEE07039FC4A33C4183738_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Lightmapping_SetDelegate_mEA4A2549370F078869895AAC4E01EB916BB49A01_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Lightmapping__cctor_m542D9D32613B348F62541FB1F0AF70EBF7EBB93A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LogCallback_BeginInvoke_mECA20C96EB7E35915BC9202F833685D0ED5F66A7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MaterialEffectPlayable_Equals_m9C2DB0EB37CFB9679961D667B61E2360384C71DA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NativeLeakDetection_Initialize_m70E48965BE4B399698C8034015B4F0EBD8D4C6E7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_com_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_pinvoke_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PersistentCallGroup_Initialize_m9F47B3D16F78FD424D50E9AE41EB066BA9C681A3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PersistentCallGroup__ctor_m46B7802855B55149B9C1ECD9C9C97B8025BF2D7A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PersistentCall_GetObjectCall_m895EBE1B8E2A4FB297A8C268371CA4CD320F72C9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PersistentCall_GetRuntimeCall_m68F27109F868C451A47DAC3863B27839C515C3A6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PersistentCall_IsValid_mF3E3A11AF1547E84B2AC78AFAF6B2907C9B159AE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PersistentCall__ctor_mBF65325BE6B4EBC6B3E8ADAD3C6FA77EF5BBEFA8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RequestLightsDelegate_BeginInvoke_m842A0B872EE1BDC505161CC083CA189F222784A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScriptableRuntimeReflectionSystemSettings__cctor_m9CC42ECA95CACFFF874575B63D1FA461667D194C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScriptableRuntimeReflectionSystemSettings_get_Internal_ScriptableRuntimeReflectionSystemSettings_instance_m67BF9AE5DFB70144A8114705C51C96FFB497AA3E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScriptableRuntimeReflectionSystemSettings_set_Internal_ScriptableRuntimeReflectionSystemSettings_system_m9D4C5A04E52667F4A9C15144B854A9D84D089590_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ScriptableRuntimeReflectionSystemWrapper_Internal_ScriptableRuntimeReflectionSystemWrapper_TickRealtimeProbes_m65564441C57A8D5D3BA116C171ECE95B91F734A2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StateChanged_BeginInvoke_m5BD458B36BF2E71F4FB19444B0FAAA1B87BF8912_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextureMixerPlayable_Equals_mEDE18FD43C9501F04871D2357DC66BABE43F397B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_mB5E5B471CF113C81A1D2CF2C4245C2181590DB0C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnityEventBase_FindMethod_m4E838DE0D107C86C7CAA5B05D4683066E9EB9C32_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnityEventBase_FindMethod_m82A135403D677ECE42CEE42A322E15EB2EA53797_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnityEventBase_ToString_m7672D78CA070AC49FFF04E645523864C300DD66D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnityEventBase__ctor_m57AF08DAFA9C1B4F4C8DA855116900BAE8DF9595_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnityEvent_FindMethod_Impl_mC96F40A83BB4D1430E254DAE9B091E27E42E8796_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnityEvent_GetDelegate_m8D277E2D713BB3605B3D46E5A3DB708B6A338EB0_MetadataUsageId; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694; struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA; struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5; struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; struct OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101; struct CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9; struct ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155; struct DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3; struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9; struct ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80; struct GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520; struct KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D; struct LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45; struct RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3; struct CommandBufferU5BU5D_t67150454F13B9E5CF7CCCD5A44CAB45DD465C5A0; struct RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D; struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6; struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t721799D5E718B5EDD7BFDDF4EFBA50C642140B3F { public: public: }; // System.Object struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject { public: public: }; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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); } }; struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ____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_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0, ____items_1)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get__items_1() const { return ____items_1; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0, ____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_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0, ____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_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0, ____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); } }; struct List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_StaticFields, ____emptyArray_5)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get__emptyArray_5() const { return ____emptyArray_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t53AD896B2509A4686D143641030CF022753D3B04 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101* ____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_t53AD896B2509A4686D143641030CF022753D3B04, ____items_1)); } inline OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101* get__items_1() const { return ____items_1; } inline OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101** get_address_of__items_1() { return &____items_1; } inline void set__items_1(OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101* 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_t53AD896B2509A4686D143641030CF022753D3B04, ____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_t53AD896B2509A4686D143641030CF022753D3B04, ____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_t53AD896B2509A4686D143641030CF022753D3B04, ____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); } }; struct List_1_t53AD896B2509A4686D143641030CF022753D3B04_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t53AD896B2509A4686D143641030CF022753D3B04_StaticFields, ____emptyArray_5)); } inline OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101* get__emptyArray_5() const { return ____emptyArray_5; } inline OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tAAE8BF32F260E5939A1EAF05F4C38C7841B64300 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* ____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_tAAE8BF32F260E5939A1EAF05F4C38C7841B64300, ____items_1)); } inline ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* get__items_1() const { return ____items_1; } inline ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* 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_tAAE8BF32F260E5939A1EAF05F4C38C7841B64300, ____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_tAAE8BF32F260E5939A1EAF05F4C38C7841B64300, ____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_tAAE8BF32F260E5939A1EAF05F4C38C7841B64300, ____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); } }; struct List_1_tAAE8BF32F260E5939A1EAF05F4C38C7841B64300_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tAAE8BF32F260E5939A1EAF05F4C38C7841B64300_StaticFields, ____emptyArray_5)); } inline ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* get__emptyArray_5() const { return ____emptyArray_5; } inline ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3* ____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_tB6CB50ED979D7494123AC5ADF0C1C587142B5694, ____items_1)); } inline BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3* get__items_1() const { return ____items_1; } inline BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3* 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_tB6CB50ED979D7494123AC5ADF0C1C587142B5694, ____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_tB6CB50ED979D7494123AC5ADF0C1C587142B5694, ____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_tB6CB50ED979D7494123AC5ADF0C1C587142B5694, ____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); } }; struct List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694_StaticFields, ____emptyArray_5)); } inline BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3* get__emptyArray_5() const { return ____emptyArray_5; } inline BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PersistentCallU5BU5D_tFE2FAC868410270E54FFFDBA8E8343459C9D2835* ____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_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2, ____items_1)); } inline PersistentCallU5BU5D_tFE2FAC868410270E54FFFDBA8E8343459C9D2835* get__items_1() const { return ____items_1; } inline PersistentCallU5BU5D_tFE2FAC868410270E54FFFDBA8E8343459C9D2835** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PersistentCallU5BU5D_tFE2FAC868410270E54FFFDBA8E8343459C9D2835* 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_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2, ____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_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2, ____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_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2, ____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); } }; struct List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PersistentCallU5BU5D_tFE2FAC868410270E54FFFDBA8E8343459C9D2835* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2_StaticFields, ____emptyArray_5)); } inline PersistentCallU5BU5D_tFE2FAC868410270E54FFFDBA8E8343459C9D2835* get__emptyArray_5() const { return ____emptyArray_5; } inline PersistentCallU5BU5D_tFE2FAC868410270E54FFFDBA8E8343459C9D2835** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PersistentCallU5BU5D_tFE2FAC868410270E54FFFDBA8E8343459C9D2835* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : 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; } }; 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.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility struct NativeArrayUnsafeUtility_t2B01CE90013CE5874AC6E98925C55FA6C1F5F4BA : public RuntimeObject { public: public: }; // Unity.Collections.LowLevel.Unsafe.UnsafeUtility struct UnsafeUtility_t78D5F2C60E6994F1B44020D1B4368BB8DD559AA8 : public RuntimeObject { public: public: }; // Unity.Collections.NativeLeakDetection struct NativeLeakDetection_tE520FB2F1FBF6EE18C680B9BE25D981674987477 : public RuntimeObject { public: public: }; struct NativeLeakDetection_tE520FB2F1FBF6EE18C680B9BE25D981674987477_StaticFields { public: // System.Int32 Unity.Collections.NativeLeakDetection::s_NativeLeakDetectionMode int32_t ___s_NativeLeakDetectionMode_0; public: inline static int32_t get_offset_of_s_NativeLeakDetectionMode_0() { return static_cast(offsetof(NativeLeakDetection_tE520FB2F1FBF6EE18C680B9BE25D981674987477_StaticFields, ___s_NativeLeakDetectionMode_0)); } inline int32_t get_s_NativeLeakDetectionMode_0() const { return ___s_NativeLeakDetectionMode_0; } inline int32_t* get_address_of_s_NativeLeakDetectionMode_0() { return &___s_NativeLeakDetectionMode_0; } inline void set_s_NativeLeakDetectionMode_0(int32_t value) { ___s_NativeLeakDetectionMode_0 = value; } }; // UnityEngine.Application struct Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316 : public RuntimeObject { public: public: }; struct Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields { public: // UnityEngine.Application_LowMemoryCallback UnityEngine.Application::lowMemory LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * ___lowMemory_0; // UnityEngine.Application_LogCallback UnityEngine.Application::s_LogCallbackHandler LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___s_LogCallbackHandler_1; // UnityEngine.Application_LogCallback UnityEngine.Application::s_LogCallbackHandlerThreaded LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___s_LogCallbackHandlerThreaded_2; // System.Action`1 UnityEngine.Application::focusChanged Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___focusChanged_3; // System.Action`1 UnityEngine.Application::deepLinkActivated Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * ___deepLinkActivated_4; // System.Func`1 UnityEngine.Application::wantsToQuit Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * ___wantsToQuit_5; // System.Action UnityEngine.Application::quitting Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___quitting_6; // UnityEngine.Application_LogCallback modreq(System.Runtime.CompilerServices.IsVolatile) UnityEngine.Application::s_RegisterLogCallbackDeprecated LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___s_RegisterLogCallbackDeprecated_7; public: inline static int32_t get_offset_of_lowMemory_0() { return static_cast(offsetof(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields, ___lowMemory_0)); } inline LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * get_lowMemory_0() const { return ___lowMemory_0; } inline LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 ** get_address_of_lowMemory_0() { return &___lowMemory_0; } inline void set_lowMemory_0(LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * value) { ___lowMemory_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___lowMemory_0), (void*)value); } inline static int32_t get_offset_of_s_LogCallbackHandler_1() { return static_cast(offsetof(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields, ___s_LogCallbackHandler_1)); } inline LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * get_s_LogCallbackHandler_1() const { return ___s_LogCallbackHandler_1; } inline LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 ** get_address_of_s_LogCallbackHandler_1() { return &___s_LogCallbackHandler_1; } inline void set_s_LogCallbackHandler_1(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * value) { ___s_LogCallbackHandler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LogCallbackHandler_1), (void*)value); } inline static int32_t get_offset_of_s_LogCallbackHandlerThreaded_2() { return static_cast(offsetof(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields, ___s_LogCallbackHandlerThreaded_2)); } inline LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * get_s_LogCallbackHandlerThreaded_2() const { return ___s_LogCallbackHandlerThreaded_2; } inline LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 ** get_address_of_s_LogCallbackHandlerThreaded_2() { return &___s_LogCallbackHandlerThreaded_2; } inline void set_s_LogCallbackHandlerThreaded_2(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * value) { ___s_LogCallbackHandlerThreaded_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LogCallbackHandlerThreaded_2), (void*)value); } inline static int32_t get_offset_of_focusChanged_3() { return static_cast(offsetof(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields, ___focusChanged_3)); } inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * get_focusChanged_3() const { return ___focusChanged_3; } inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD ** get_address_of_focusChanged_3() { return &___focusChanged_3; } inline void set_focusChanged_3(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * value) { ___focusChanged_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___focusChanged_3), (void*)value); } inline static int32_t get_offset_of_deepLinkActivated_4() { return static_cast(offsetof(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields, ___deepLinkActivated_4)); } inline Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * get_deepLinkActivated_4() const { return ___deepLinkActivated_4; } inline Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 ** get_address_of_deepLinkActivated_4() { return &___deepLinkActivated_4; } inline void set_deepLinkActivated_4(Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * value) { ___deepLinkActivated_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___deepLinkActivated_4), (void*)value); } inline static int32_t get_offset_of_wantsToQuit_5() { return static_cast(offsetof(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields, ___wantsToQuit_5)); } inline Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * get_wantsToQuit_5() const { return ___wantsToQuit_5; } inline Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 ** get_address_of_wantsToQuit_5() { return &___wantsToQuit_5; } inline void set_wantsToQuit_5(Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * value) { ___wantsToQuit_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___wantsToQuit_5), (void*)value); } inline static int32_t get_offset_of_quitting_6() { return static_cast(offsetof(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields, ___quitting_6)); } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_quitting_6() const { return ___quitting_6; } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_quitting_6() { return &___quitting_6; } inline void set_quitting_6(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value) { ___quitting_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___quitting_6), (void*)value); } inline static int32_t get_offset_of_s_RegisterLogCallbackDeprecated_7() { return static_cast(offsetof(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields, ___s_RegisterLogCallbackDeprecated_7)); } inline LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * get_s_RegisterLogCallbackDeprecated_7() const { return ___s_RegisterLogCallbackDeprecated_7; } inline LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 ** get_address_of_s_RegisterLogCallbackDeprecated_7() { return &___s_RegisterLogCallbackDeprecated_7; } inline void set_s_RegisterLogCallbackDeprecated_7(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * value) { ___s_RegisterLogCallbackDeprecated_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_RegisterLogCallbackDeprecated_7), (void*)value); } }; // UnityEngine.Assertions.Assert struct Assert_t124AD7D2277A352FA54D1E6AAF8AFD5992FD39EC : public RuntimeObject { public: public: }; struct Assert_t124AD7D2277A352FA54D1E6AAF8AFD5992FD39EC_StaticFields { public: // System.Boolean UnityEngine.Assertions.Assert::raiseExceptions bool ___raiseExceptions_0; public: inline static int32_t get_offset_of_raiseExceptions_0() { return static_cast(offsetof(Assert_t124AD7D2277A352FA54D1E6AAF8AFD5992FD39EC_StaticFields, ___raiseExceptions_0)); } inline bool get_raiseExceptions_0() const { return ___raiseExceptions_0; } inline bool* get_address_of_raiseExceptions_0() { return &___raiseExceptions_0; } inline void set_raiseExceptions_0(bool value) { ___raiseExceptions_0 = value; } }; // UnityEngine.Assertions.AssertionMessageUtil struct AssertionMessageUtil_t53E18C221F3DDFDBA8E96C385F488FB99A54C265 : public RuntimeObject { public: public: }; // UnityEngine.AttributeHelperEngine struct AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601 : public RuntimeObject { public: public: }; struct AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_StaticFields { public: // UnityEngine.DisallowMultipleComponent[] UnityEngine.AttributeHelperEngine::_disallowMultipleComponentArray DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3* ____disallowMultipleComponentArray_0; // UnityEngine.ExecuteInEditMode[] UnityEngine.AttributeHelperEngine::_executeInEditModeArray ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80* ____executeInEditModeArray_1; // UnityEngine.RequireComponent[] UnityEngine.AttributeHelperEngine::_requireComponentArray RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D* ____requireComponentArray_2; public: inline static int32_t get_offset_of__disallowMultipleComponentArray_0() { return static_cast(offsetof(AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_StaticFields, ____disallowMultipleComponentArray_0)); } inline DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3* get__disallowMultipleComponentArray_0() const { return ____disallowMultipleComponentArray_0; } inline DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3** get_address_of__disallowMultipleComponentArray_0() { return &____disallowMultipleComponentArray_0; } inline void set__disallowMultipleComponentArray_0(DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3* value) { ____disallowMultipleComponentArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____disallowMultipleComponentArray_0), (void*)value); } inline static int32_t get_offset_of__executeInEditModeArray_1() { return static_cast(offsetof(AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_StaticFields, ____executeInEditModeArray_1)); } inline ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80* get__executeInEditModeArray_1() const { return ____executeInEditModeArray_1; } inline ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80** get_address_of__executeInEditModeArray_1() { return &____executeInEditModeArray_1; } inline void set__executeInEditModeArray_1(ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80* value) { ____executeInEditModeArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____executeInEditModeArray_1), (void*)value); } inline static int32_t get_offset_of__requireComponentArray_2() { return static_cast(offsetof(AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_StaticFields, ____requireComponentArray_2)); } inline RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D* get__requireComponentArray_2() const { return ____requireComponentArray_2; } inline RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D** get_address_of__requireComponentArray_2() { return &____requireComponentArray_2; } inline void set__requireComponentArray_2(RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D* value) { ____requireComponentArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____requireComponentArray_2), (void*)value); } }; // UnityEngine.BeforeRenderHelper struct BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2 : public RuntimeObject { public: public: }; struct BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields { public: // System.Collections.Generic.List`1 UnityEngine.BeforeRenderHelper::s_OrderBlocks List_1_t53AD896B2509A4686D143641030CF022753D3B04 * ___s_OrderBlocks_0; public: inline static int32_t get_offset_of_s_OrderBlocks_0() { return static_cast(offsetof(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields, ___s_OrderBlocks_0)); } inline List_1_t53AD896B2509A4686D143641030CF022753D3B04 * get_s_OrderBlocks_0() const { return ___s_OrderBlocks_0; } inline List_1_t53AD896B2509A4686D143641030CF022753D3B04 ** get_address_of_s_OrderBlocks_0() { return &___s_OrderBlocks_0; } inline void set_s_OrderBlocks_0(List_1_t53AD896B2509A4686D143641030CF022753D3B04 * value) { ___s_OrderBlocks_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_OrderBlocks_0), (void*)value); } }; // UnityEngine.ClassLibraryInitializer struct ClassLibraryInitializer_t24E21A05B08AF4DF2E31A47DBA9606ACC3529C00 : public RuntimeObject { public: public: }; // UnityEngine.CustomYieldInstruction struct CustomYieldInstruction_t819BB0973AFF22766749FF087B8AEFEAF3C2CB7D : public RuntimeObject { public: public: }; // UnityEngine.Debug struct Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4 : public RuntimeObject { public: public: }; struct Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_StaticFields { public: // UnityEngine.ILogger UnityEngine.Debug::s_Logger RuntimeObject* ___s_Logger_0; public: inline static int32_t get_offset_of_s_Logger_0() { return static_cast(offsetof(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_StaticFields, ___s_Logger_0)); } inline RuntimeObject* get_s_Logger_0() const { return ___s_Logger_0; } inline RuntimeObject** get_address_of_s_Logger_0() { return &___s_Logger_0; } inline void set_s_Logger_0(RuntimeObject* value) { ___s_Logger_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Logger_0), (void*)value); } }; // UnityEngine.DebugLogHandler struct DebugLogHandler_tA80C96792806DC12E21DE8B2FF47B69846467C70 : public RuntimeObject { public: public: }; // UnityEngine.Events.ArgumentCache struct ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C : public RuntimeObject { public: // UnityEngine.Object UnityEngine.Events.ArgumentCache::m_ObjectArgument Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___m_ObjectArgument_0; // System.String UnityEngine.Events.ArgumentCache::m_ObjectArgumentAssemblyTypeName String_t* ___m_ObjectArgumentAssemblyTypeName_1; // System.Int32 UnityEngine.Events.ArgumentCache::m_IntArgument int32_t ___m_IntArgument_2; // System.Single UnityEngine.Events.ArgumentCache::m_FloatArgument float ___m_FloatArgument_3; // System.String UnityEngine.Events.ArgumentCache::m_StringArgument String_t* ___m_StringArgument_4; // System.Boolean UnityEngine.Events.ArgumentCache::m_BoolArgument bool ___m_BoolArgument_5; public: inline static int32_t get_offset_of_m_ObjectArgument_0() { return static_cast(offsetof(ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C, ___m_ObjectArgument_0)); } inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * get_m_ObjectArgument_0() const { return ___m_ObjectArgument_0; } inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 ** get_address_of_m_ObjectArgument_0() { return &___m_ObjectArgument_0; } inline void set_m_ObjectArgument_0(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * value) { ___m_ObjectArgument_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ObjectArgument_0), (void*)value); } inline static int32_t get_offset_of_m_ObjectArgumentAssemblyTypeName_1() { return static_cast(offsetof(ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C, ___m_ObjectArgumentAssemblyTypeName_1)); } inline String_t* get_m_ObjectArgumentAssemblyTypeName_1() const { return ___m_ObjectArgumentAssemblyTypeName_1; } inline String_t** get_address_of_m_ObjectArgumentAssemblyTypeName_1() { return &___m_ObjectArgumentAssemblyTypeName_1; } inline void set_m_ObjectArgumentAssemblyTypeName_1(String_t* value) { ___m_ObjectArgumentAssemblyTypeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ObjectArgumentAssemblyTypeName_1), (void*)value); } inline static int32_t get_offset_of_m_IntArgument_2() { return static_cast(offsetof(ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C, ___m_IntArgument_2)); } inline int32_t get_m_IntArgument_2() const { return ___m_IntArgument_2; } inline int32_t* get_address_of_m_IntArgument_2() { return &___m_IntArgument_2; } inline void set_m_IntArgument_2(int32_t value) { ___m_IntArgument_2 = value; } inline static int32_t get_offset_of_m_FloatArgument_3() { return static_cast(offsetof(ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C, ___m_FloatArgument_3)); } inline float get_m_FloatArgument_3() const { return ___m_FloatArgument_3; } inline float* get_address_of_m_FloatArgument_3() { return &___m_FloatArgument_3; } inline void set_m_FloatArgument_3(float value) { ___m_FloatArgument_3 = value; } inline static int32_t get_offset_of_m_StringArgument_4() { return static_cast(offsetof(ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C, ___m_StringArgument_4)); } inline String_t* get_m_StringArgument_4() const { return ___m_StringArgument_4; } inline String_t** get_address_of_m_StringArgument_4() { return &___m_StringArgument_4; } inline void set_m_StringArgument_4(String_t* value) { ___m_StringArgument_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StringArgument_4), (void*)value); } inline static int32_t get_offset_of_m_BoolArgument_5() { return static_cast(offsetof(ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C, ___m_BoolArgument_5)); } inline bool get_m_BoolArgument_5() const { return ___m_BoolArgument_5; } inline bool* get_address_of_m_BoolArgument_5() { return &___m_BoolArgument_5; } inline void set_m_BoolArgument_5(bool value) { ___m_BoolArgument_5 = value; } }; // UnityEngine.Events.BaseInvokableCall struct BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 : public RuntimeObject { public: public: }; // UnityEngine.Events.InvokableCallList struct InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.Events.InvokableCallList::m_PersistentCalls List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * ___m_PersistentCalls_0; // System.Collections.Generic.List`1 UnityEngine.Events.InvokableCallList::m_RuntimeCalls List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * ___m_RuntimeCalls_1; // System.Collections.Generic.List`1 UnityEngine.Events.InvokableCallList::m_ExecutingCalls List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * ___m_ExecutingCalls_2; // System.Boolean UnityEngine.Events.InvokableCallList::m_NeedsUpdate bool ___m_NeedsUpdate_3; public: inline static int32_t get_offset_of_m_PersistentCalls_0() { return static_cast(offsetof(InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F, ___m_PersistentCalls_0)); } inline List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * get_m_PersistentCalls_0() const { return ___m_PersistentCalls_0; } inline List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 ** get_address_of_m_PersistentCalls_0() { return &___m_PersistentCalls_0; } inline void set_m_PersistentCalls_0(List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * value) { ___m_PersistentCalls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PersistentCalls_0), (void*)value); } inline static int32_t get_offset_of_m_RuntimeCalls_1() { return static_cast(offsetof(InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F, ___m_RuntimeCalls_1)); } inline List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * get_m_RuntimeCalls_1() const { return ___m_RuntimeCalls_1; } inline List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 ** get_address_of_m_RuntimeCalls_1() { return &___m_RuntimeCalls_1; } inline void set_m_RuntimeCalls_1(List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * value) { ___m_RuntimeCalls_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RuntimeCalls_1), (void*)value); } inline static int32_t get_offset_of_m_ExecutingCalls_2() { return static_cast(offsetof(InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F, ___m_ExecutingCalls_2)); } inline List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * get_m_ExecutingCalls_2() const { return ___m_ExecutingCalls_2; } inline List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 ** get_address_of_m_ExecutingCalls_2() { return &___m_ExecutingCalls_2; } inline void set_m_ExecutingCalls_2(List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * value) { ___m_ExecutingCalls_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutingCalls_2), (void*)value); } inline static int32_t get_offset_of_m_NeedsUpdate_3() { return static_cast(offsetof(InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F, ___m_NeedsUpdate_3)); } inline bool get_m_NeedsUpdate_3() const { return ___m_NeedsUpdate_3; } inline bool* get_address_of_m_NeedsUpdate_3() { return &___m_NeedsUpdate_3; } inline void set_m_NeedsUpdate_3(bool value) { ___m_NeedsUpdate_3 = value; } }; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.Events.PersistentCallGroup::m_Calls List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 * ___m_Calls_0; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F, ___m_Calls_0)); } inline List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 * get_m_Calls_0() const { return ___m_Calls_0; } inline List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Calls_0), (void*)value); } }; // UnityEngine.Events.UnityEventBase struct UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * ___m_PersistentCalls_1; // System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_2; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_Calls_0)); } inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Calls_0), (void*)value); } inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * value) { ___m_PersistentCalls_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PersistentCalls_1), (void*)value); } inline static int32_t get_offset_of_m_CallsDirty_2() { return static_cast(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_CallsDirty_2)); } inline bool get_m_CallsDirty_2() const { return ___m_CallsDirty_2; } inline bool* get_address_of_m_CallsDirty_2() { return &___m_CallsDirty_2; } inline void set_m_CallsDirty_2(bool value) { ___m_CallsDirty_2 = value; } }; // UnityEngine.Experimental.GlobalIllumination.LightmapperUtils struct LightmapperUtils_tCDD48F2C4D5E85C04A82077787435F4C86B2E738 : public RuntimeObject { public: public: }; // UnityEngine.Experimental.GlobalIllumination.Lightmapping struct Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287 : public RuntimeObject { public: public: }; struct Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_StaticFields { public: // UnityEngine.Experimental.GlobalIllumination.Lightmapping_RequestLightsDelegate UnityEngine.Experimental.GlobalIllumination.Lightmapping::s_DefaultDelegate RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * ___s_DefaultDelegate_0; // UnityEngine.Experimental.GlobalIllumination.Lightmapping_RequestLightsDelegate UnityEngine.Experimental.GlobalIllumination.Lightmapping::s_RequestLightsDelegate RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * ___s_RequestLightsDelegate_1; public: inline static int32_t get_offset_of_s_DefaultDelegate_0() { return static_cast(offsetof(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_StaticFields, ___s_DefaultDelegate_0)); } inline RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * get_s_DefaultDelegate_0() const { return ___s_DefaultDelegate_0; } inline RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 ** get_address_of_s_DefaultDelegate_0() { return &___s_DefaultDelegate_0; } inline void set_s_DefaultDelegate_0(RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * value) { ___s_DefaultDelegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultDelegate_0), (void*)value); } inline static int32_t get_offset_of_s_RequestLightsDelegate_1() { return static_cast(offsetof(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_StaticFields, ___s_RequestLightsDelegate_1)); } inline RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * get_s_RequestLightsDelegate_1() const { return ___s_RequestLightsDelegate_1; } inline RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 ** get_address_of_s_RequestLightsDelegate_1() { return &___s_RequestLightsDelegate_1; } inline void set_s_RequestLightsDelegate_1(RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * value) { ___s_RequestLightsDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_RequestLightsDelegate_1), (void*)value); } }; // UnityEngine.Experimental.GlobalIllumination.Lightmapping_<>c struct U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A : public RuntimeObject { public: public: }; struct U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A_StaticFields { public: // UnityEngine.Experimental.GlobalIllumination.Lightmapping_<>c UnityEngine.Experimental.GlobalIllumination.Lightmapping_<>c::<>9 U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem struct BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45 : public RuntimeObject { public: public: }; // UnityEngine.Experimental.Rendering.GraphicsFormatUtility struct GraphicsFormatUtility_tB3AA8AC9EB2D5C0685EC41FBCD4B1A3417596F3E : public RuntimeObject { public: public: }; // UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings struct ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84 : public RuntimeObject { public: public: }; struct ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_StaticFields { public: // UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings::s_Instance ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_StaticFields, ___s_Instance_0)); } inline ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * get_s_Instance_0() const { return ___s_Instance_0; } inline ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } }; // UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper struct ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 : public RuntimeObject { public: // UnityEngine.Experimental.Rendering.IScriptableRuntimeReflectionSystem UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper::k__BackingField RuntimeObject* ___U3CimplementationU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CimplementationU3Ek__BackingField_0() { return static_cast(offsetof(ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4, ___U3CimplementationU3Ek__BackingField_0)); } inline RuntimeObject* get_U3CimplementationU3Ek__BackingField_0() const { return ___U3CimplementationU3Ek__BackingField_0; } inline RuntimeObject** get_address_of_U3CimplementationU3Ek__BackingField_0() { return &___U3CimplementationU3Ek__BackingField_0; } inline void set_U3CimplementationU3Ek__BackingField_0(RuntimeObject* value) { ___U3CimplementationU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CimplementationU3Ek__BackingField_0), (void*)value); } }; // UnityEngine.Experimental.U2D.SpriteRendererGroup struct SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.U2D.SpriteRendererGroup struct SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.Experimental.U2D.SpriteRendererGroup struct SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_marshaled_com { }; // UnityEngine.GL struct GL_t9943600BC77EB1AC120CDD367ADE6F9F23888C99 : public RuntimeObject { public: public: }; // UnityEngine.Gizmos struct Gizmos_tC851880036A7D7F895C95C232F1B8593B61A6506 : public RuntimeObject { public: public: }; // UnityEngine.Graphics struct Graphics_t6FB7A5D4561F3AB3C34BF334BB0BD8061BE763B1 : public RuntimeObject { public: public: }; struct Graphics_t6FB7A5D4561F3AB3C34BF334BB0BD8061BE763B1_StaticFields { public: // System.Int32 UnityEngine.Graphics::kMaxDrawMeshInstanceCount int32_t ___kMaxDrawMeshInstanceCount_0; public: inline static int32_t get_offset_of_kMaxDrawMeshInstanceCount_0() { return static_cast(offsetof(Graphics_t6FB7A5D4561F3AB3C34BF334BB0BD8061BE763B1_StaticFields, ___kMaxDrawMeshInstanceCount_0)); } inline int32_t get_kMaxDrawMeshInstanceCount_0() const { return ___kMaxDrawMeshInstanceCount_0; } inline int32_t* get_address_of_kMaxDrawMeshInstanceCount_0() { return &___kMaxDrawMeshInstanceCount_0; } inline void set_kMaxDrawMeshInstanceCount_0(int32_t value) { ___kMaxDrawMeshInstanceCount_0 = value; } }; // UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { 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_tB53F6830F670160873277339AA58F15CAED4399C, ___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; } }; struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_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.Byte struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07 { 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_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___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.Collections.Generic.List`1_Enumerator struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___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_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA, ___list_0)); } inline List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 * get_list_0() const { return ___list_0; } inline List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA, ___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_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA, ___current_3)); } inline PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * get_current_3() const { return ___current_3; } inline PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; // System.Int32 struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102 { 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_t585191389E07734F19F3156FF88FB3EF4800D102, ___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.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; } }; 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.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Reflection.ParameterModifier struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E { public: // System.Boolean[] System.Reflection.ParameterModifier::_byRef BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ____byRef_0; public: inline static int32_t get_offset_of__byRef_0() { return static_cast(offsetof(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E, ____byRef_0)); } inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get__byRef_0() const { return ____byRef_0; } inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of__byRef_0() { return &____byRef_0; } inline void set__byRef_0(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value) { ____byRef_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke { int32_t* ____byRef_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com { int32_t* ____byRef_0; }; // System.Single struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1 { 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_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.UInt16 struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E { 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_tAE45CEF73BF720100519F6867F32145D075F928E, ___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_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { 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_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; // Unity.Collections.DeallocateOnJobCompletionAttribute struct DeallocateOnJobCompletionAttribute_t6974C33F86149EF17B807AC2200FEAAE56923908 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.LowLevel.Unsafe.NativeContainerAttribute struct NativeContainerAttribute_tA41A5C1CDBB226F97686298958A26B3462A2F0BD : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.LowLevel.Unsafe.NativeContainerIsAtomicWriteOnlyAttribute struct NativeContainerIsAtomicWriteOnlyAttribute_t87429684B6A22D8A36E38E3DA9D428C7BCC24B8E : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.LowLevel.Unsafe.NativeContainerIsReadOnlyAttribute struct NativeContainerIsReadOnlyAttribute_t7EEC9A0834A923C413FE03020014F0F12FDD87F4 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.LowLevel.Unsafe.NativeContainerNeedsThreadIndexAttribute struct NativeContainerNeedsThreadIndexAttribute_tC7C03FCE793F95DDA42578A2278E193206D36488 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsDeallocateOnJobCompletionAttribute struct NativeContainerSupportsDeallocateOnJobCompletionAttribute_t9A5F86298A0ACEA749C828A02C92D5BA57C7EFA2 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsDeferredConvertListToArray struct NativeContainerSupportsDeferredConvertListToArray_t8D1FF5AD33328E8B2F6D181F377CE87FB20AF0CC : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsMinMaxWriteRestrictionAttribute struct NativeContainerSupportsMinMaxWriteRestrictionAttribute_tD4B1BA8B6DA73E5A72877276F83A33189750D4F6 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.LowLevel.Unsafe.NativeDisableContainerSafetyRestrictionAttribute struct NativeDisableContainerSafetyRestrictionAttribute_tA068CFC45177423A1249952AFCB44B9BD19F1764 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.LowLevel.Unsafe.NativeDisableUnsafePtrRestrictionAttribute struct NativeDisableUnsafePtrRestrictionAttribute_t6275EEE5A68EC18F3221CA98A04B586A127D7A56 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.LowLevel.Unsafe.NativeSetClassTypeToNullOnScheduleAttribute struct NativeSetClassTypeToNullOnScheduleAttribute_tA1A492DA4FBF09132EB5EC84B3739C65E8659817 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.LowLevel.Unsafe.NativeSetThreadIndexAttribute struct NativeSetThreadIndexAttribute_t9384A5B4E5B6C72AA835B8CFAFC60B1E7779027F : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.LowLevel.Unsafe.WriteAccessRequiredAttribute struct WriteAccessRequiredAttribute_tF7C9F7B8CF860866B56AC525CEA325C657EE94F2 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.NativeDisableParallelForRestrictionAttribute struct NativeDisableParallelForRestrictionAttribute_tD574524F3727126E6F1C208E7D40931F96467970 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.NativeFixedLengthAttribute struct NativeFixedLengthAttribute_tF2310E8637FD244E7882EC578737BD23ECF93204 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.NativeMatchesParallelForLengthAttribute struct NativeMatchesParallelForLengthAttribute_t06F2632AC8D9D4EEA3643C42B52C1A4F0CEDF08A : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.ReadOnlyAttribute struct ReadOnlyAttribute_t02FEA505529DA76FE09AAE0863BC2FB3667D39E2 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // Unity.Collections.WriteOnlyAttribute struct WriteOnlyAttribute_tC833DA145332E4094135E58B27D9B9B239861820 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // UnityEngine.AddComponentMenu struct AddComponentMenu_tFC506BD3AC7C5903974088EF5A1815BC72AF8245 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: // System.String UnityEngine.AddComponentMenu::m_AddComponentMenu String_t* ___m_AddComponentMenu_0; // System.Int32 UnityEngine.AddComponentMenu::m_Ordering int32_t ___m_Ordering_1; public: inline static int32_t get_offset_of_m_AddComponentMenu_0() { return static_cast(offsetof(AddComponentMenu_tFC506BD3AC7C5903974088EF5A1815BC72AF8245, ___m_AddComponentMenu_0)); } inline String_t* get_m_AddComponentMenu_0() const { return ___m_AddComponentMenu_0; } inline String_t** get_address_of_m_AddComponentMenu_0() { return &___m_AddComponentMenu_0; } inline void set_m_AddComponentMenu_0(String_t* value) { ___m_AddComponentMenu_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AddComponentMenu_0), (void*)value); } inline static int32_t get_offset_of_m_Ordering_1() { return static_cast(offsetof(AddComponentMenu_tFC506BD3AC7C5903974088EF5A1815BC72AF8245, ___m_Ordering_1)); } inline int32_t get_m_Ordering_1() const { return ___m_Ordering_1; } inline int32_t* get_address_of_m_Ordering_1() { return &___m_Ordering_1; } inline void set_m_Ordering_1(int32_t value) { ___m_Ordering_1 = value; } }; // UnityEngine.AssemblyIsEditorAssembly struct AssemblyIsEditorAssembly_t195DAEA39D7334D226FDD85F18907498900D76CF : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // UnityEngine.BeforeRenderHelper_OrderBlock struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 { public: // System.Int32 UnityEngine.BeforeRenderHelper_OrderBlock::order int32_t ___order_0; // UnityEngine.Events.UnityAction UnityEngine.BeforeRenderHelper_OrderBlock::callback UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___callback_1; public: inline static int32_t get_offset_of_order_0() { return static_cast(offsetof(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727, ___order_0)); } inline int32_t get_order_0() const { return ___order_0; } inline int32_t* get_address_of_order_0() { return &___order_0; } inline void set_order_0(int32_t value) { ___order_0 = value; } inline static int32_t get_offset_of_callback_1() { return static_cast(offsetof(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727, ___callback_1)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_callback_1() const { return ___callback_1; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_callback_1() { return &___callback_1; } inline void set_callback_1(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___callback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_pinvoke { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // Native definition for COM marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_com { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // UnityEngine.BeforeRenderOrderAttribute struct BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: // System.Int32 UnityEngine.BeforeRenderOrderAttribute::k__BackingField int32_t ___U3CorderU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CorderU3Ek__BackingField_0() { return static_cast(offsetof(BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5, ___U3CorderU3Ek__BackingField_0)); } inline int32_t get_U3CorderU3Ek__BackingField_0() const { return ___U3CorderU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CorderU3Ek__BackingField_0() { return &___U3CorderU3Ek__BackingField_0; } inline void set_U3CorderU3Ek__BackingField_0(int32_t value) { ___U3CorderU3Ek__BackingField_0 = value; } }; // UnityEngine.Color struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 { 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_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___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_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___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_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___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_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // UnityEngine.Color32 struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; // UnityEngine.ContextMenu struct ContextMenu_t3D0ECE9B3C39699CBA1E1F56E05C93533657F8DC : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // UnityEngine.CullingGroupEvent struct CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 { public: // System.Int32 UnityEngine.CullingGroupEvent::m_Index int32_t ___m_Index_0; // System.Byte UnityEngine.CullingGroupEvent::m_PrevState uint8_t ___m_PrevState_1; // System.Byte UnityEngine.CullingGroupEvent::m_ThisState uint8_t ___m_ThisState_2; public: inline static int32_t get_offset_of_m_Index_0() { return static_cast(offsetof(CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85, ___m_Index_0)); } inline int32_t get_m_Index_0() const { return ___m_Index_0; } inline int32_t* get_address_of_m_Index_0() { return &___m_Index_0; } inline void set_m_Index_0(int32_t value) { ___m_Index_0 = value; } inline static int32_t get_offset_of_m_PrevState_1() { return static_cast(offsetof(CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85, ___m_PrevState_1)); } inline uint8_t get_m_PrevState_1() const { return ___m_PrevState_1; } inline uint8_t* get_address_of_m_PrevState_1() { return &___m_PrevState_1; } inline void set_m_PrevState_1(uint8_t value) { ___m_PrevState_1 = value; } inline static int32_t get_offset_of_m_ThisState_2() { return static_cast(offsetof(CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85, ___m_ThisState_2)); } inline uint8_t get_m_ThisState_2() const { return ___m_ThisState_2; } inline uint8_t* get_address_of_m_ThisState_2() { return &___m_ThisState_2; } inline void set_m_ThisState_2(uint8_t value) { ___m_ThisState_2 = value; } }; // UnityEngine.DefaultExecutionOrder struct DefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: // System.Int32 UnityEngine.DefaultExecutionOrder::m_Order int32_t ___m_Order_0; public: inline static int32_t get_offset_of_m_Order_0() { return static_cast(offsetof(DefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398, ___m_Order_0)); } inline int32_t get_m_Order_0() const { return ___m_Order_0; } inline int32_t* get_address_of_m_Order_0() { return &___m_Order_0; } inline void set_m_Order_0(int32_t value) { ___m_Order_0 = value; } }; // UnityEngine.DisallowMultipleComponent struct DisallowMultipleComponent_t78AA2992145F22B15B787B94A789B391635D9BCA : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // UnityEngine.Events.InvokableCall struct InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC : public BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 { public: // UnityEngine.Events.UnityAction UnityEngine.Events.InvokableCall::Delegate UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC, ___Delegate_0)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Delegate_0), (void*)value); } }; // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB : public BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 { public: // UnityEngine.Events.UnityAction`1 UnityEngine.Events.InvokableCall`1::Delegate UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB, ___Delegate_0)); } inline UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Delegate_0), (void*)value); } }; // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 : public BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 { public: // UnityEngine.Events.UnityAction`1 UnityEngine.Events.InvokableCall`1::Delegate UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5, ___Delegate_0)); } inline UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Delegate_0), (void*)value); } }; // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 : public BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 { public: // UnityEngine.Events.UnityAction`1 UnityEngine.Events.InvokableCall`1::Delegate UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26, ___Delegate_0)); } inline UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Delegate_0), (void*)value); } }; // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_t983D84CB23C19EAD308201E139FB2278DA008F18 : public BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 { public: // UnityEngine.Events.UnityAction`1 UnityEngine.Events.InvokableCall`1::Delegate UnityAction_1_tC17304886B9B905228EEC74E84B4FDBF72A3C5A5 * ___Delegate_0; public: inline static int32_t get_offset_of_Delegate_0() { return static_cast(offsetof(InvokableCall_1_t983D84CB23C19EAD308201E139FB2278DA008F18, ___Delegate_0)); } inline UnityAction_1_tC17304886B9B905228EEC74E84B4FDBF72A3C5A5 * get_Delegate_0() const { return ___Delegate_0; } inline UnityAction_1_tC17304886B9B905228EEC74E84B4FDBF72A3C5A5 ** get_address_of_Delegate_0() { return &___Delegate_0; } inline void set_Delegate_0(UnityAction_1_tC17304886B9B905228EEC74E84B4FDBF72A3C5A5 * value) { ___Delegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Delegate_0), (void*)value); } }; // UnityEngine.Events.UnityEvent struct UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 { public: // System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F, ___m_InvokeArray_3)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.ExcludeFromObjectFactoryAttribute struct ExcludeFromObjectFactoryAttribute_tC66D4CE9F5BEAB6A12509F14BE508C469F1ED221 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // UnityEngine.ExcludeFromPresetAttribute struct ExcludeFromPresetAttribute_t36852ADC0AB8D9696334AA238410394C7C5CD9CF : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // UnityEngine.ExecuteAlways struct ExecuteAlways_t57FCDBAAAA5AECB1568C3221FAE1E914B382B0A0 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // UnityEngine.ExecuteInEditMode struct ExecuteInEditMode_t2CEB97B05448F9AB3523C32B6D43E14383FAFB4E : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // UnityEngine.Experimental.GlobalIllumination.LinearColor struct LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD { public: // System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_red float ___m_red_0; // System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_green float ___m_green_1; // System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_blue float ___m_blue_2; // System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_intensity float ___m_intensity_3; public: inline static int32_t get_offset_of_m_red_0() { return static_cast(offsetof(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD, ___m_red_0)); } inline float get_m_red_0() const { return ___m_red_0; } inline float* get_address_of_m_red_0() { return &___m_red_0; } inline void set_m_red_0(float value) { ___m_red_0 = value; } inline static int32_t get_offset_of_m_green_1() { return static_cast(offsetof(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD, ___m_green_1)); } inline float get_m_green_1() const { return ___m_green_1; } inline float* get_address_of_m_green_1() { return &___m_green_1; } inline void set_m_green_1(float value) { ___m_green_1 = value; } inline static int32_t get_offset_of_m_blue_2() { return static_cast(offsetof(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD, ___m_blue_2)); } inline float get_m_blue_2() const { return ___m_blue_2; } inline float* get_address_of_m_blue_2() { return &___m_blue_2; } inline void set_m_blue_2(float value) { ___m_blue_2 = value; } inline static int32_t get_offset_of_m_intensity_3() { return static_cast(offsetof(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD, ___m_intensity_3)); } inline float get_m_intensity_3() const { return ___m_intensity_3; } inline float* get_address_of_m_intensity_3() { return &___m_intensity_3; } inline void set_m_intensity_3(float value) { ___m_intensity_3 = value; } }; // UnityEngine.ExtensionOfNativeClassAttribute struct ExtensionOfNativeClassAttribute_t595E5601C3ACC7C8A8C5AEE90A05E7C7FF977FDF : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // UnityEngine.Hash128 struct Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 { public: // System.UInt32 UnityEngine.Hash128::m_u32_0 uint32_t ___m_u32_0_0; // System.UInt32 UnityEngine.Hash128::m_u32_1 uint32_t ___m_u32_1_1; // System.UInt32 UnityEngine.Hash128::m_u32_2 uint32_t ___m_u32_2_2; // System.UInt32 UnityEngine.Hash128::m_u32_3 uint32_t ___m_u32_3_3; public: inline static int32_t get_offset_of_m_u32_0_0() { return static_cast(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_0_0)); } inline uint32_t get_m_u32_0_0() const { return ___m_u32_0_0; } inline uint32_t* get_address_of_m_u32_0_0() { return &___m_u32_0_0; } inline void set_m_u32_0_0(uint32_t value) { ___m_u32_0_0 = value; } inline static int32_t get_offset_of_m_u32_1_1() { return static_cast(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_1_1)); } inline uint32_t get_m_u32_1_1() const { return ___m_u32_1_1; } inline uint32_t* get_address_of_m_u32_1_1() { return &___m_u32_1_1; } inline void set_m_u32_1_1(uint32_t value) { ___m_u32_1_1 = value; } inline static int32_t get_offset_of_m_u32_2_2() { return static_cast(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_2_2)); } inline uint32_t get_m_u32_2_2() const { return ___m_u32_2_2; } inline uint32_t* get_address_of_m_u32_2_2() { return &___m_u32_2_2; } inline void set_m_u32_2_2(uint32_t value) { ___m_u32_2_2 = value; } inline static int32_t get_offset_of_m_u32_3_3() { return static_cast(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_3_3)); } inline uint32_t get_m_u32_3_3() const { return ___m_u32_3_3; } inline uint32_t* get_address_of_m_u32_3_3() { return &___m_u32_3_3; } inline void set_m_u32_3_3(uint32_t value) { ___m_u32_3_3 = value; } }; // UnityEngine.HideInInspector struct HideInInspector_t522BD4481F0172BDB5872D1D344053EE6DACF288 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // UnityEngine.Internal.DefaultValueAttribute struct DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: // System.Object UnityEngine.Internal.DefaultValueAttribute::DefaultValue RuntimeObject * ___DefaultValue_0; public: inline static int32_t get_offset_of_DefaultValue_0() { return static_cast(offsetof(DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A, ___DefaultValue_0)); } inline RuntimeObject * get_DefaultValue_0() const { return ___DefaultValue_0; } inline RuntimeObject ** get_address_of_DefaultValue_0() { return &___DefaultValue_0; } inline void set_DefaultValue_0(RuntimeObject * value) { ___DefaultValue_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValue_0), (void*)value); } }; // UnityEngine.Internal.ExcludeFromDocsAttribute struct ExcludeFromDocsAttribute_tD383C690B3BAC7B087185EACA5A93BEEF03C7B7A : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // UnityEngine.Keyframe struct Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 { public: // System.Single UnityEngine.Keyframe::m_Time float ___m_Time_0; // System.Single UnityEngine.Keyframe::m_Value float ___m_Value_1; // System.Single UnityEngine.Keyframe::m_InTangent float ___m_InTangent_2; // System.Single UnityEngine.Keyframe::m_OutTangent float ___m_OutTangent_3; // System.Int32 UnityEngine.Keyframe::m_WeightedMode int32_t ___m_WeightedMode_4; // System.Single UnityEngine.Keyframe::m_InWeight float ___m_InWeight_5; // System.Single UnityEngine.Keyframe::m_OutWeight float ___m_OutWeight_6; public: inline static int32_t get_offset_of_m_Time_0() { return static_cast(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_Time_0)); } inline float get_m_Time_0() const { return ___m_Time_0; } inline float* get_address_of_m_Time_0() { return &___m_Time_0; } inline void set_m_Time_0(float value) { ___m_Time_0 = value; } inline static int32_t get_offset_of_m_Value_1() { return static_cast(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_Value_1)); } inline float get_m_Value_1() const { return ___m_Value_1; } inline float* get_address_of_m_Value_1() { return &___m_Value_1; } inline void set_m_Value_1(float value) { ___m_Value_1 = value; } inline static int32_t get_offset_of_m_InTangent_2() { return static_cast(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_InTangent_2)); } inline float get_m_InTangent_2() const { return ___m_InTangent_2; } inline float* get_address_of_m_InTangent_2() { return &___m_InTangent_2; } inline void set_m_InTangent_2(float value) { ___m_InTangent_2 = value; } inline static int32_t get_offset_of_m_OutTangent_3() { return static_cast(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_OutTangent_3)); } inline float get_m_OutTangent_3() const { return ___m_OutTangent_3; } inline float* get_address_of_m_OutTangent_3() { return &___m_OutTangent_3; } inline void set_m_OutTangent_3(float value) { ___m_OutTangent_3 = value; } inline static int32_t get_offset_of_m_WeightedMode_4() { return static_cast(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_WeightedMode_4)); } inline int32_t get_m_WeightedMode_4() const { return ___m_WeightedMode_4; } inline int32_t* get_address_of_m_WeightedMode_4() { return &___m_WeightedMode_4; } inline void set_m_WeightedMode_4(int32_t value) { ___m_WeightedMode_4 = value; } inline static int32_t get_offset_of_m_InWeight_5() { return static_cast(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_InWeight_5)); } inline float get_m_InWeight_5() const { return ___m_InWeight_5; } inline float* get_address_of_m_InWeight_5() { return &___m_InWeight_5; } inline void set_m_InWeight_5(float value) { ___m_InWeight_5 = value; } inline static int32_t get_offset_of_m_OutWeight_6() { return static_cast(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_OutWeight_6)); } inline float get_m_OutWeight_6() const { return ___m_OutWeight_6; } inline float* get_address_of_m_OutWeight_6() { return &___m_OutWeight_6; } inline void set_m_OutWeight_6(float value) { ___m_OutWeight_6 = value; } }; // UnityEngine.LayerMask struct LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 { 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_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA { 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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___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; } }; struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___identityMatrix_17 = value; } }; // UnityEngine.Quaternion struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 { 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_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___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_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___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_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___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_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___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; } }; struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.Rect struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE { 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_t35B976DE901B5423C11705E156938EA27AB402CE, ___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_t35B976DE901B5423C11705E156938EA27AB402CE, ___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_t35B976DE901B5423C11705E156938EA27AB402CE, ___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_t35B976DE901B5423C11705E156938EA27AB402CE, ___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; } }; // UnityEngine.Rendering.CameraProperties_e__FixedBuffer struct U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 { public: union { struct { // System.Single UnityEngine.Rendering.CameraProperties_e__FixedBuffer::FixedElementField float ___FixedElementField_0; }; uint8_t U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292__padding[128]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292, ___FixedElementField_0)); } inline float get_FixedElementField_0() const { return ___FixedElementField_0; } inline float* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(float value) { ___FixedElementField_0 = value; } }; // UnityEngine.Rendering.CameraProperties_e__FixedBuffer struct U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 { public: union { struct { // System.Byte UnityEngine.Rendering.CameraProperties_e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06__padding[96]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.Rendering.CameraProperties_e__FixedBuffer struct U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C { public: union { struct { // System.Byte UnityEngine.Rendering.CameraProperties_e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C__padding[96]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.Rendering.CoreCameraValues struct CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC { public: // System.Int32 UnityEngine.Rendering.CoreCameraValues::filterMode int32_t ___filterMode_0; // System.UInt32 UnityEngine.Rendering.CoreCameraValues::cullingMask uint32_t ___cullingMask_1; // System.Int32 UnityEngine.Rendering.CoreCameraValues::instanceID int32_t ___instanceID_2; // System.Int32 UnityEngine.Rendering.CoreCameraValues::renderImmediateObjects int32_t ___renderImmediateObjects_3; public: inline static int32_t get_offset_of_filterMode_0() { return static_cast(offsetof(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC, ___filterMode_0)); } inline int32_t get_filterMode_0() const { return ___filterMode_0; } inline int32_t* get_address_of_filterMode_0() { return &___filterMode_0; } inline void set_filterMode_0(int32_t value) { ___filterMode_0 = value; } inline static int32_t get_offset_of_cullingMask_1() { return static_cast(offsetof(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC, ___cullingMask_1)); } inline uint32_t get_cullingMask_1() const { return ___cullingMask_1; } inline uint32_t* get_address_of_cullingMask_1() { return &___cullingMask_1; } inline void set_cullingMask_1(uint32_t value) { ___cullingMask_1 = value; } inline static int32_t get_offset_of_instanceID_2() { return static_cast(offsetof(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC, ___instanceID_2)); } inline int32_t get_instanceID_2() const { return ___instanceID_2; } inline int32_t* get_address_of_instanceID_2() { return &___instanceID_2; } inline void set_instanceID_2(int32_t value) { ___instanceID_2 = value; } inline static int32_t get_offset_of_renderImmediateObjects_3() { return static_cast(offsetof(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC, ___renderImmediateObjects_3)); } inline int32_t get_renderImmediateObjects_3() const { return ___renderImmediateObjects_3; } inline int32_t* get_address_of_renderImmediateObjects_3() { return &___renderImmediateObjects_3; } inline void set_renderImmediateObjects_3(int32_t value) { ___renderImmediateObjects_3 = value; } }; // UnityEngine.Rendering.ScriptableCullingParameters_e__FixedBuffer struct U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC { public: union { struct { // System.Byte UnityEngine.Rendering.ScriptableCullingParameters_e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC__padding[160]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.Rendering.ScriptableCullingParameters_e__FixedBuffer struct U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E { public: union { struct { // System.Single UnityEngine.Rendering.ScriptableCullingParameters_e__FixedBuffer::FixedElementField float ___FixedElementField_0; }; uint8_t U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E__padding[128]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E, ___FixedElementField_0)); } inline float get_FixedElementField_0() const { return ___FixedElementField_0; } inline float* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(float value) { ___FixedElementField_0 = value; } }; // UnityEngine.RequireComponent struct RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: // System.Type UnityEngine.RequireComponent::m_Type0 Type_t * ___m_Type0_0; // System.Type UnityEngine.RequireComponent::m_Type1 Type_t * ___m_Type1_1; // System.Type UnityEngine.RequireComponent::m_Type2 Type_t * ___m_Type2_2; public: inline static int32_t get_offset_of_m_Type0_0() { return static_cast(offsetof(RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1, ___m_Type0_0)); } inline Type_t * get_m_Type0_0() const { return ___m_Type0_0; } inline Type_t ** get_address_of_m_Type0_0() { return &___m_Type0_0; } inline void set_m_Type0_0(Type_t * value) { ___m_Type0_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Type0_0), (void*)value); } inline static int32_t get_offset_of_m_Type1_1() { return static_cast(offsetof(RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1, ___m_Type1_1)); } inline Type_t * get_m_Type1_1() const { return ___m_Type1_1; } inline Type_t ** get_address_of_m_Type1_1() { return &___m_Type1_1; } inline void set_m_Type1_1(Type_t * value) { ___m_Type1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Type1_1), (void*)value); } inline static int32_t get_offset_of_m_Type2_2() { return static_cast(offsetof(RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1, ___m_Type2_2)); } inline Type_t * get_m_Type2_2() const { return ___m_Type2_2; } inline Type_t ** get_address_of_m_Type2_2() { return &___m_Type2_2; } inline void set_m_Type2_2(Type_t * value) { ___m_Type2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Type2_2), (void*)value); } }; // UnityEngine.SceneManagement.Scene struct Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 { public: // System.Int32 UnityEngine.SceneManagement.Scene::m_Handle int32_t ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2, ___m_Handle_0)); } inline int32_t get_m_Handle_0() const { return ___m_Handle_0; } inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(int32_t value) { ___m_Handle_0 = value; } }; // UnityEngine.Vector2 struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D { 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_tA85D2DD88578276CA8A8796756458277E72D073D, ___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_tA85D2DD88578276CA8A8796756458277E72D073D, ___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; } }; struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 { 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_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___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_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___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_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___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; } }; struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E { 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_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___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_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___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_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___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_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___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; } }; struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___negativeInfinityVector_8 = 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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * 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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; // 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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * 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_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* 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_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; 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); } }; // 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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Reflection.BindingFlags struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0 { 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_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); } inline int32_t get_value___2() const { return ___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.ConstructorInfo struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF : public MethodBase_t { public: public: }; struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value); } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // System.Reflection.ParameterAttributes struct ParameterAttributes_tF9962395513C2A48CF5AF2F371C66DD52789F110 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParameterAttributes_tF9962395513C2A48CF5AF2F371C66DD52789F110, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D { 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_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // Unity.Collections.Allocator struct Allocator_t62A091275262E7067EAAD565B67764FA877D58D6 { public: // System.Int32 Unity.Collections.Allocator::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Allocator_t62A091275262E7067EAAD565B67764FA877D58D6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Unity.Jobs.JobHandle struct JobHandle_tDA498A2E49AEDE014468F416A8A98A6B258D73D1 { public: // System.IntPtr Unity.Jobs.JobHandle::jobGroup intptr_t ___jobGroup_0; // System.Int32 Unity.Jobs.JobHandle::version int32_t ___version_1; public: inline static int32_t get_offset_of_jobGroup_0() { return static_cast(offsetof(JobHandle_tDA498A2E49AEDE014468F416A8A98A6B258D73D1, ___jobGroup_0)); } inline intptr_t get_jobGroup_0() const { return ___jobGroup_0; } inline intptr_t* get_address_of_jobGroup_0() { return &___jobGroup_0; } inline void set_jobGroup_0(intptr_t value) { ___jobGroup_0 = value; } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(JobHandle_tDA498A2E49AEDE014468F416A8A98A6B258D73D1, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } }; // Unity.Profiling.ProfilerMarker struct ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 { public: // System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86, ___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; } }; // Unity.Profiling.ProfilerMarker_AutoScope struct AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F { public: // System.IntPtr Unity.Profiling.ProfilerMarker_AutoScope::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F, ___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; } }; // UnityEngine.AnimationCurve struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C : public RuntimeObject { public: // System.IntPtr UnityEngine.AnimationCurve::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C, ___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.AnimationCurve struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.AnimationCurve struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.AnisotropicFiltering struct AnisotropicFiltering_t36A532A4BCAE61F9062E000FB945DE376EE619A2 { public: // System.Int32 UnityEngine.AnisotropicFiltering::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AnisotropicFiltering_t36A532A4BCAE61F9062E000FB945DE376EE619A2, ___value___2)); } inline int32_t get_value___2() const { return ___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.ApplicationInstallMode struct ApplicationInstallMode_t77E5F4E2A9824F8686E7029B78B590B15294516B { public: // System.Int32 UnityEngine.ApplicationInstallMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ApplicationInstallMode_t77E5F4E2A9824F8686E7029B78B590B15294516B, ___value___2)); } inline int32_t get_value___2() const { return ___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.ApplicationSandboxType struct ApplicationSandboxType_t7BC0505C4D04923E7B28112F933B5FC56D8038E5 { public: // System.Int32 UnityEngine.ApplicationSandboxType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ApplicationSandboxType_t7BC0505C4D04923E7B28112F933B5FC56D8038E5, ___value___2)); } inline int32_t get_value___2() const { return ___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.AsyncOperation struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 { public: // System.IntPtr UnityEngine.AsyncOperation::m_Ptr intptr_t ___m_Ptr_0; // System.Action`1 UnityEngine.AsyncOperation::m_completeCallback Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * ___m_completeCallback_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_completeCallback_1() { return static_cast(offsetof(AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D, ___m_completeCallback_1)); } inline Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * get_m_completeCallback_1() const { return ___m_completeCallback_1; } inline Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 ** get_address_of_m_completeCallback_1() { return &___m_completeCallback_1; } inline void set_m_completeCallback_1(Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * value) { ___m_completeCallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_completeCallback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.AsyncOperation struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // Native definition for COM marshalling of UnityEngine.AsyncOperation struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // UnityEngine.AudioType struct AudioType_t1E5DFC4E25E8978C0A60B1DBA1BC0C595C655C9D { public: // System.Int32 UnityEngine.AudioType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AudioType_t1E5DFC4E25E8978C0A60B1DBA1BC0C595C655C9D, ___value___2)); } inline int32_t get_value___2() const { return ___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.BatteryStatus struct BatteryStatus_tB219EE61BDF1468FFAA78BA22B47ECEA1C879DE2 { public: // System.Int32 UnityEngine.BatteryStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BatteryStatus_tB219EE61BDF1468FFAA78BA22B47ECEA1C879DE2, ___value___2)); } inline int32_t get_value___2() const { return ___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.BootConfigData struct BootConfigData_tDAD0635222140DCA86FC3C27BA41140D7ACD3500 : public RuntimeObject { public: // System.IntPtr UnityEngine.BootConfigData::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(BootConfigData_tDAD0635222140DCA86FC3C27BA41140D7ACD3500, ___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; } }; // UnityEngine.Bounds struct Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Center_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Center_0() const { return ___m_Center_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Extents_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Extents_1 = value; } }; // UnityEngine.CachedAssetBundle struct CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 { public: // System.String UnityEngine.CachedAssetBundle::m_Name String_t* ___m_Name_0; // UnityEngine.Hash128 UnityEngine.CachedAssetBundle::m_Hash Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___m_Hash_1; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3, ___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_Hash_1() { return static_cast(offsetof(CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3, ___m_Hash_1)); } inline Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 get_m_Hash_1() const { return ___m_Hash_1; } inline Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * get_address_of_m_Hash_1() { return &___m_Hash_1; } inline void set_m_Hash_1(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 value) { ___m_Hash_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.CachedAssetBundle struct CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_pinvoke { char* ___m_Name_0; Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___m_Hash_1; }; // Native definition for COM marshalling of UnityEngine.CachedAssetBundle struct CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_com { Il2CppChar* ___m_Name_0; Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___m_Hash_1; }; // UnityEngine.Camera_GateFitMode struct GateFitMode_tB6297A6394E8D409AB76FB3A9A89DFA170B8839F { public: // System.Int32 UnityEngine.Camera_GateFitMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GateFitMode_tB6297A6394E8D409AB76FB3A9A89DFA170B8839F, ___value___2)); } inline int32_t get_value___2() const { return ___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.Camera_MonoOrStereoscopicEye struct MonoOrStereoscopicEye_tF20D93CAEDB45B23B4436B8FECD1C14CACA839D7 { public: // System.Int32 UnityEngine.Camera_MonoOrStereoscopicEye::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MonoOrStereoscopicEye_tF20D93CAEDB45B23B4436B8FECD1C14CACA839D7, ___value___2)); } inline int32_t get_value___2() const { return ___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.Camera_StereoscopicEye struct StereoscopicEye_tAA17FAA1DDDE2B446B3C8E75243C45A00D97592C { public: // System.Int32 UnityEngine.Camera_StereoscopicEye::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StereoscopicEye_tAA17FAA1DDDE2B446B3C8E75243C45A00D97592C, ___value___2)); } inline int32_t get_value___2() const { return ___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_tAC22BD22D12708CBDC63F6CFB31109E5E17CF239 { 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_tAC22BD22D12708CBDC63F6CFB31109E5E17CF239, ___value___2)); } inline int32_t get_value___2() const { return ___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.CameraType struct CameraType_tA7E955A95EA9E181C17145D4F0357E095BB38A0E { public: // System.Int32 UnityEngine.CameraType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraType_tA7E955A95EA9E181C17145D4F0357E095BB38A0E, ___value___2)); } inline int32_t get_value___2() const { return ___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.ColorSpace struct ColorSpace_tAB3C938B1B47C6E9AC4596BF142AEDCD8A60936F { public: // System.Int32 UnityEngine.ColorSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ColorSpace_tAB3C938B1B47C6E9AC4596BF142AEDCD8A60936F, ___value___2)); } inline int32_t get_value___2() const { return ___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.ComputeBuffer struct ComputeBuffer_t52D8926E1D54293AD28F4C29FE3F5363749B0FE5 : public RuntimeObject { public: // System.IntPtr UnityEngine.ComputeBuffer::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(ComputeBuffer_t52D8926E1D54293AD28F4C29FE3F5363749B0FE5, ___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; } }; // UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.CubemapFace struct CubemapFace_t74DD9C86D8A5E5F782F136F8753580668F96FFB9 { 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_t74DD9C86D8A5E5F782F136F8753580668F96FFB9, ___value___2)); } inline int32_t get_value___2() const { return ___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.CullingGroup struct CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F : public RuntimeObject { public: // System.IntPtr UnityEngine.CullingGroup::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.CullingGroup_StateChanged UnityEngine.CullingGroup::m_OnStateChanged StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 * ___m_OnStateChanged_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F, ___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_OnStateChanged_1() { return static_cast(offsetof(CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F, ___m_OnStateChanged_1)); } inline StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 * get_m_OnStateChanged_1() const { return ___m_OnStateChanged_1; } inline StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 ** get_address_of_m_OnStateChanged_1() { return &___m_OnStateChanged_1; } inline void set_m_OnStateChanged_1(StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 * value) { ___m_OnStateChanged_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnStateChanged_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.CullingGroup struct CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_OnStateChanged_1; }; // Native definition for COM marshalling of UnityEngine.CullingGroup struct CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshaled_com { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_OnStateChanged_1; }; // UnityEngine.DepthTextureMode struct DepthTextureMode_t284833A8AB245ACA7E27BE611BE03B18B0249F01 { 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_t284833A8AB245ACA7E27BE611BE03B18B0249F01, ___value___2)); } inline int32_t get_value___2() const { return ___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.DeviceType struct DeviceType_tB62FC22AC0F4007AB37906B04F7E0DB969BC41CF { public: // System.Int32 UnityEngine.DeviceType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeviceType_tB62FC22AC0F4007AB37906B04F7E0DB969BC41CF, ___value___2)); } inline int32_t get_value___2() const { return ___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.Display struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 : public RuntimeObject { public: // System.IntPtr UnityEngine.Display::nativeDisplay intptr_t ___nativeDisplay_0; public: inline static int32_t get_offset_of_nativeDisplay_0() { return static_cast(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57, ___nativeDisplay_0)); } inline intptr_t get_nativeDisplay_0() const { return ___nativeDisplay_0; } inline intptr_t* get_address_of_nativeDisplay_0() { return &___nativeDisplay_0; } inline void set_nativeDisplay_0(intptr_t value) { ___nativeDisplay_0 = value; } }; struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields { public: // UnityEngine.Display[] UnityEngine.Display::displays DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* ___displays_1; // UnityEngine.Display UnityEngine.Display::_mainDisplay Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * ____mainDisplay_2; // UnityEngine.Display_DisplaysUpdatedDelegate UnityEngine.Display::onDisplaysUpdated DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * ___onDisplaysUpdated_3; public: inline static int32_t get_offset_of_displays_1() { return static_cast(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ___displays_1)); } inline DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* get_displays_1() const { return ___displays_1; } inline DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9** get_address_of_displays_1() { return &___displays_1; } inline void set_displays_1(DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* value) { ___displays_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___displays_1), (void*)value); } inline static int32_t get_offset_of__mainDisplay_2() { return static_cast(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ____mainDisplay_2)); } inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * get__mainDisplay_2() const { return ____mainDisplay_2; } inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** get_address_of__mainDisplay_2() { return &____mainDisplay_2; } inline void set__mainDisplay_2(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value) { ____mainDisplay_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____mainDisplay_2), (void*)value); } inline static int32_t get_offset_of_onDisplaysUpdated_3() { return static_cast(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ___onDisplaysUpdated_3)); } inline DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * get_onDisplaysUpdated_3() const { return ___onDisplaysUpdated_3; } inline DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 ** get_address_of_onDisplaysUpdated_3() { return &___onDisplaysUpdated_3; } inline void set_onDisplaysUpdated_3(DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * value) { ___onDisplaysUpdated_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDisplaysUpdated_3), (void*)value); } }; // UnityEngine.EnabledOrientation struct EnabledOrientation_tB1B1F472F97FC55795D5B6D9B2CCE3E1C9555F96 { public: // System.Int32 UnityEngine.EnabledOrientation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EnabledOrientation_tB1B1F472F97FC55795D5B6D9B2CCE3E1C9555F96, ___value___2)); } inline int32_t get_value___2() const { return ___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.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7 : public InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB { public: // T UnityEngine.Events.CachedInvokableCall`1::m_Arg1 bool ___m_Arg1_1; public: inline static int32_t get_offset_of_m_Arg1_1() { return static_cast(offsetof(CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7, ___m_Arg1_1)); } inline bool get_m_Arg1_1() const { return ___m_Arg1_1; } inline bool* get_address_of_m_Arg1_1() { return &___m_Arg1_1; } inline void set_m_Arg1_1(bool value) { ___m_Arg1_1 = value; } }; // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6 : public InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 { public: // T UnityEngine.Events.CachedInvokableCall`1::m_Arg1 int32_t ___m_Arg1_1; public: inline static int32_t get_offset_of_m_Arg1_1() { return static_cast(offsetof(CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6, ___m_Arg1_1)); } inline int32_t get_m_Arg1_1() const { return ___m_Arg1_1; } inline int32_t* get_address_of_m_Arg1_1() { return &___m_Arg1_1; } inline void set_m_Arg1_1(int32_t value) { ___m_Arg1_1 = value; } }; // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A : public InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 { public: // T UnityEngine.Events.CachedInvokableCall`1::m_Arg1 float ___m_Arg1_1; public: inline static int32_t get_offset_of_m_Arg1_1() { return static_cast(offsetof(CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A, ___m_Arg1_1)); } inline float get_m_Arg1_1() const { return ___m_Arg1_1; } inline float* get_address_of_m_Arg1_1() { return &___m_Arg1_1; } inline void set_m_Arg1_1(float value) { ___m_Arg1_1 = value; } }; // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_tEA955BEC4B02C3BEF9C37E41A639EAE294B6E8C4 : public InvokableCall_1_t983D84CB23C19EAD308201E139FB2278DA008F18 { public: // T UnityEngine.Events.CachedInvokableCall`1::m_Arg1 String_t* ___m_Arg1_1; public: inline static int32_t get_offset_of_m_Arg1_1() { return static_cast(offsetof(CachedInvokableCall_1_tEA955BEC4B02C3BEF9C37E41A639EAE294B6E8C4, ___m_Arg1_1)); } inline String_t* get_m_Arg1_1() const { return ___m_Arg1_1; } inline String_t** get_address_of_m_Arg1_1() { return &___m_Arg1_1; } inline void set_m_Arg1_1(String_t* value) { ___m_Arg1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Arg1_1), (void*)value); } }; // UnityEngine.Events.PersistentListenerMode struct PersistentListenerMode_t30AFC0420B2DFBF9B081AABBF799753412C44E4D { public: // System.Int32 UnityEngine.Events.PersistentListenerMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PersistentListenerMode_t30AFC0420B2DFBF9B081AABBF799753412C44E4D, ___value___2)); } inline int32_t get_value___2() const { return ___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.Events.UnityEventCallState struct UnityEventCallState_t9DAC0E82071EC326FCE98DC1470D18897713DD6D { public: // System.Int32 UnityEngine.Events.UnityEventCallState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UnityEventCallState_t9DAC0E82071EC326FCE98DC1470D18897713DD6D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Experimental.GlobalIllumination.AngularFalloffType struct AngularFalloffType_t4CCE251E51B0AEEE486681902BEC512859CEBB90 { public: // System.Byte UnityEngine.Experimental.GlobalIllumination.AngularFalloffType::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AngularFalloffType_t4CCE251E51B0AEEE486681902BEC512859CEBB90, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityEngine.Experimental.GlobalIllumination.FalloffType struct FalloffType_t7875E80627449B25D89C044D11A2BA22AB4996E9 { public: // System.Byte UnityEngine.Experimental.GlobalIllumination.FalloffType::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FalloffType_t7875E80627449B25D89C044D11A2BA22AB4996E9, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityEngine.Experimental.GlobalIllumination.LightMode struct LightMode_t2EFF26B7FB14FB7D2ACF550C591375B5A95A854A { public: // System.Byte UnityEngine.Experimental.GlobalIllumination.LightMode::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightMode_t2EFF26B7FB14FB7D2ACF550C591375B5A95A854A, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityEngine.Experimental.GlobalIllumination.LightType struct LightType_t684FE1E4FB26D1A27EFCDB36446F55984C414E88 { public: // System.Byte UnityEngine.Experimental.GlobalIllumination.LightType::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightType_t684FE1E4FB26D1A27EFCDB36446F55984C414E88, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityEngine.Experimental.Rendering.DefaultFormat struct DefaultFormat_t2805EE51926BE3D5D8555D130DCF8F98D28BD921 { public: // System.Int32 UnityEngine.Experimental.Rendering.DefaultFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DefaultFormat_t2805EE51926BE3D5D8555D130DCF8F98D28BD921, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Experimental.Rendering.FormatUsage struct FormatUsage_t117AE34283B21B51894E10162A58F65FBF9E4D83 { public: // System.Int32 UnityEngine.Experimental.Rendering.FormatUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FormatUsage_t117AE34283B21B51894E10162A58F65FBF9E4D83, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Experimental.Rendering.GraphicsFormat struct GraphicsFormat_t512915BBE299AE115F4DB0B96DF1DA2E72ECA181 { public: // System.Int32 UnityEngine.Experimental.Rendering.GraphicsFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GraphicsFormat_t512915BBE299AE115F4DB0B96DF1DA2E72ECA181, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Experimental.Rendering.RayTracingMode struct RayTracingMode_tF48F85F51C6F312AC06F0D1C3DBE403B38503C1E { public: // System.Int32 UnityEngine.Experimental.Rendering.RayTracingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RayTracingMode_tF48F85F51C6F312AC06F0D1C3DBE403B38503C1E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Experimental.Rendering.TextureCreationFlags struct TextureCreationFlags_t53DF64FEEF1551EC3224A2930BDFAAC63133E870 { public: // System.Int32 UnityEngine.Experimental.Rendering.TextureCreationFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureCreationFlags_t53DF64FEEF1551EC3224A2930BDFAAC63133E870, ___value___2)); } inline int32_t get_value___2() const { return ___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.FilterMode struct FilterMode_t6590B4B0BAE2BBBCABA8E1E93FA07A052B3261AF { public: // System.Int32 UnityEngine.FilterMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FilterMode_t6590B4B0BAE2BBBCABA8E1E93FA07A052B3261AF, ___value___2)); } inline int32_t get_value___2() const { return ___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.FogMode struct FogMode_tD8FF2FB70BA96FBC1913CA31CC2EDBD234ED712B { public: // System.Int32 UnityEngine.FogMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FogMode_tD8FF2FB70BA96FBC1913CA31CC2EDBD234ED712B, ___value___2)); } inline int32_t get_value___2() const { return ___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.FullScreenMode struct FullScreenMode_t40FFA9D1865A1BA5622901B7FFE4534C3DCF125D { public: // System.Int32 UnityEngine.FullScreenMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FullScreenMode_t40FFA9D1865A1BA5622901B7FFE4534C3DCF125D, ___value___2)); } inline int32_t get_value___2() const { return ___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_t35A694DDA1066524440E325E582B01E33DE66A3A : 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_t35A694DDA1066524440E325E582B01E33DE66A3A, ___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_t35A694DDA1066524440E325E582B01E33DE66A3A_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Gradient struct Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.HideFlags struct HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37 { 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_t30B57DC00548E963A569318C8F4A4123E7447E37, ___value___2)); } inline int32_t get_value___2() const { return ___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_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C { 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_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C, ___value___2)); } inline int32_t get_value___2() const { return ___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.LightRenderMode struct LightRenderMode_tB679BBAE01715745266192819041CD717F1F619D { public: // System.Int32 UnityEngine.LightRenderMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightRenderMode_tB679BBAE01715745266192819041CD717F1F619D, ___value___2)); } inline int32_t get_value___2() const { return ___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.LightShadowCasterMode struct LightShadowCasterMode_t3FD081E0F10EFF795CEEB17398E372689D0F8B5F { public: // System.Int32 UnityEngine.LightShadowCasterMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightShadowCasterMode_t3FD081E0F10EFF795CEEB17398E372689D0F8B5F, ___value___2)); } inline int32_t get_value___2() const { return ___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.LightShadows struct LightShadows_tAEABAEF3CD1CA8C8A5C85F50C509E0D99C026CC6 { public: // System.Int32 UnityEngine.LightShadows::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightShadows_tAEABAEF3CD1CA8C8A5C85F50C509E0D99C026CC6, ___value___2)); } inline int32_t get_value___2() const { return ___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.LightShape struct LightShape_tF95FCDF7EECEFDDA76DA8F69E92F4BA91B4254C3 { public: // System.Int32 UnityEngine.LightShape::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightShape_tF95FCDF7EECEFDDA76DA8F69E92F4BA91B4254C3, ___value___2)); } inline int32_t get_value___2() const { return ___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.LightType struct LightType_t5B27FCCF8FBDFA21F5A34A48BB8333C05889DD0B { public: // System.Int32 UnityEngine.LightType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightType_t5B27FCCF8FBDFA21F5A34A48BB8333C05889DD0B, ___value___2)); } inline int32_t get_value___2() const { return ___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.LightmapBakeType struct LightmapBakeType_tE25771860DE24FF67A6C12EBF0277B1018C48C22 { public: // System.Int32 UnityEngine.LightmapBakeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightmapBakeType_tE25771860DE24FF67A6C12EBF0277B1018C48C22, ___value___2)); } inline int32_t get_value___2() const { return ___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.LogOption struct LogOption_tBEEA7463C7557BAD6D113ACE4712D3B5F18B8BA9 { public: // System.Int32 UnityEngine.LogOption::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LogOption_tBEEA7463C7557BAD6D113ACE4712D3B5F18B8BA9, ___value___2)); } inline int32_t get_value___2() const { return ___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.LogType struct LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D { public: // System.Int32 UnityEngine.LogType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D, ___value___2)); } inline int32_t get_value___2() const { return ___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.MixedLightingMode struct MixedLightingMode_tD50D086A6C9F7CC6A40199CA74FCED3FAAF7150C { public: // System.Int32 UnityEngine.MixedLightingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MixedLightingMode_tD50D086A6C9F7CC6A40199CA74FCED3FAAF7150C, ___value___2)); } inline int32_t get_value___2() const { return ___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.NetworkReachability struct NetworkReachability_t087B53A52A7317136038FE00D4AF827A6B8DB56E { public: // System.Int32 UnityEngine.NetworkReachability::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NetworkReachability_t087B53A52A7317136038FE00D4AF827A6B8DB56E, ___value___2)); } inline int32_t get_value___2() const { return ___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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : 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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___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; } }; struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_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; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 { public: // System.IntPtr UnityEngine.Playables.PlayableHandle::m_Handle intptr_t ___m_Handle_0; // System.UInt32 UnityEngine.Playables.PlayableHandle::m_Version uint32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182, ___m_Version_1)); } inline uint32_t get_m_Version_1() const { return ___m_Version_1; } inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(uint32_t value) { ___m_Version_1 = value; } }; struct PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182_StaticFields { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.PlayableHandle::m_Null PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 ___m_Null_2; public: inline static int32_t get_offset_of_m_Null_2() { return static_cast(offsetof(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182_StaticFields, ___m_Null_2)); } inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 get_m_Null_2() const { return ___m_Null_2; } inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * get_address_of_m_Null_2() { return &___m_Null_2; } inline void set_m_Null_2(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 value) { ___m_Null_2 = value; } }; // UnityEngine.Playables.PlayableOutputHandle struct PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 { public: // System.IntPtr UnityEngine.Playables.PlayableOutputHandle::m_Handle intptr_t ___m_Handle_0; // System.UInt32 UnityEngine.Playables.PlayableOutputHandle::m_Version uint32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922, ___m_Version_1)); } inline uint32_t get_m_Version_1() const { return ___m_Version_1; } inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(uint32_t value) { ___m_Version_1 = value; } }; struct PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922_StaticFields { public: // UnityEngine.Playables.PlayableOutputHandle UnityEngine.Playables.PlayableOutputHandle::m_Null PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 ___m_Null_2; public: inline static int32_t get_offset_of_m_Null_2() { return static_cast(offsetof(PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922_StaticFields, ___m_Null_2)); } inline PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 get_m_Null_2() const { return ___m_Null_2; } inline PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 * get_address_of_m_Null_2() { return &___m_Null_2; } inline void set_m_Null_2(PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 value) { ___m_Null_2 = value; } }; // UnityEngine.PrimitiveType struct PrimitiveType_t37F0056BA9C61594039522E27426D4D52D0943DE { 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_t37F0056BA9C61594039522E27426D4D52D0943DE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Ray struct Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Origin_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Direction_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Direction_1 = value; } }; // UnityEngine.RenderBuffer struct RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 { public: // System.Int32 UnityEngine.RenderBuffer::m_RenderTextureInstanceID int32_t ___m_RenderTextureInstanceID_0; // System.IntPtr UnityEngine.RenderBuffer::m_BufferPtr intptr_t ___m_BufferPtr_1; public: inline static int32_t get_offset_of_m_RenderTextureInstanceID_0() { return static_cast(offsetof(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6, ___m_RenderTextureInstanceID_0)); } inline int32_t get_m_RenderTextureInstanceID_0() const { return ___m_RenderTextureInstanceID_0; } inline int32_t* get_address_of_m_RenderTextureInstanceID_0() { return &___m_RenderTextureInstanceID_0; } inline void set_m_RenderTextureInstanceID_0(int32_t value) { ___m_RenderTextureInstanceID_0 = value; } inline static int32_t get_offset_of_m_BufferPtr_1() { return static_cast(offsetof(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6, ___m_BufferPtr_1)); } inline intptr_t get_m_BufferPtr_1() const { return ___m_BufferPtr_1; } inline intptr_t* get_address_of_m_BufferPtr_1() { return &___m_BufferPtr_1; } inline void set_m_BufferPtr_1(intptr_t value) { ___m_BufferPtr_1 = value; } }; // UnityEngine.RenderTextureFormat struct RenderTextureFormat_t2AB1B77FBD247648292FBBE1182F12B5FC47AF85 { 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_t2AB1B77FBD247648292FBBE1182F12B5FC47AF85, ___value___2)); } inline int32_t get_value___2() const { return ___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.RenderTextureReadWrite struct RenderTextureReadWrite_t3CCCB992A820A6F3229071EBC0E3927DC81D04F8 { public: // System.Int32 UnityEngine.RenderTextureReadWrite::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderTextureReadWrite_t3CCCB992A820A6F3229071EBC0E3927DC81D04F8, ___value___2)); } inline int32_t get_value___2() const { return ___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.CameraEvent struct CameraEvent_t4EEF32937F0C44471D8ED5E6D8B04C73055E9CB5 { public: // System.Int32 UnityEngine.Rendering.CameraEvent::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraEvent_t4EEF32937F0C44471D8ED5E6D8B04C73055E9CB5, ___value___2)); } inline int32_t get_value___2() const { return ___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.CameraProperties struct CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 { public: // UnityEngine.Rect UnityEngine.Rendering.CameraProperties::screenRect Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___screenRect_0; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::viewDir Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___viewDir_1; // System.Single UnityEngine.Rendering.CameraProperties::projectionNear float ___projectionNear_2; // System.Single UnityEngine.Rendering.CameraProperties::projectionFar float ___projectionFar_3; // System.Single UnityEngine.Rendering.CameraProperties::cameraNear float ___cameraNear_4; // System.Single UnityEngine.Rendering.CameraProperties::cameraFar float ___cameraFar_5; // System.Single UnityEngine.Rendering.CameraProperties::cameraAspect float ___cameraAspect_6; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::cameraToWorld Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___cameraToWorld_7; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::actualWorldToClip Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___actualWorldToClip_8; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::cameraClipToWorld Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___cameraClipToWorld_9; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::cameraWorldToClip Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___cameraWorldToClip_10; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::implicitProjection Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___implicitProjection_11; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::stereoWorldToClipLeft Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___stereoWorldToClipLeft_12; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::stereoWorldToClipRight Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___stereoWorldToClipRight_13; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::worldToCamera Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___worldToCamera_14; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::up Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___up_15; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::right Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___right_16; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::transformDirection Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___transformDirection_17; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::cameraEuler Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___cameraEuler_18; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::velocity Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___velocity_19; // System.Single UnityEngine.Rendering.CameraProperties::farPlaneWorldSpaceLength float ___farPlaneWorldSpaceLength_20; // System.UInt32 UnityEngine.Rendering.CameraProperties::rendererCount uint32_t ___rendererCount_21; // UnityEngine.Rendering.CameraProperties_e__FixedBuffer UnityEngine.Rendering.CameraProperties::m_ShadowCullPlanes U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C ___m_ShadowCullPlanes_22; // UnityEngine.Rendering.CameraProperties_e__FixedBuffer UnityEngine.Rendering.CameraProperties::m_CameraCullPlanes U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 ___m_CameraCullPlanes_23; // System.Single UnityEngine.Rendering.CameraProperties::baseFarDistance float ___baseFarDistance_24; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::shadowCullCenter Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___shadowCullCenter_25; // UnityEngine.Rendering.CameraProperties_e__FixedBuffer UnityEngine.Rendering.CameraProperties::layerCullDistances U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 ___layerCullDistances_26; // System.Int32 UnityEngine.Rendering.CameraProperties::layerCullSpherical int32_t ___layerCullSpherical_27; // UnityEngine.Rendering.CoreCameraValues UnityEngine.Rendering.CameraProperties::coreCameraValues CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC ___coreCameraValues_28; // System.UInt32 UnityEngine.Rendering.CameraProperties::cameraType uint32_t ___cameraType_29; // System.Int32 UnityEngine.Rendering.CameraProperties::projectionIsOblique int32_t ___projectionIsOblique_30; // System.Int32 UnityEngine.Rendering.CameraProperties::isImplicitProjectionMatrix int32_t ___isImplicitProjectionMatrix_31; public: inline static int32_t get_offset_of_screenRect_0() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___screenRect_0)); } inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_screenRect_0() const { return ___screenRect_0; } inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_screenRect_0() { return &___screenRect_0; } inline void set_screenRect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value) { ___screenRect_0 = value; } inline static int32_t get_offset_of_viewDir_1() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___viewDir_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_viewDir_1() const { return ___viewDir_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_viewDir_1() { return &___viewDir_1; } inline void set_viewDir_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___viewDir_1 = value; } inline static int32_t get_offset_of_projectionNear_2() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___projectionNear_2)); } inline float get_projectionNear_2() const { return ___projectionNear_2; } inline float* get_address_of_projectionNear_2() { return &___projectionNear_2; } inline void set_projectionNear_2(float value) { ___projectionNear_2 = value; } inline static int32_t get_offset_of_projectionFar_3() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___projectionFar_3)); } inline float get_projectionFar_3() const { return ___projectionFar_3; } inline float* get_address_of_projectionFar_3() { return &___projectionFar_3; } inline void set_projectionFar_3(float value) { ___projectionFar_3 = value; } inline static int32_t get_offset_of_cameraNear_4() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraNear_4)); } inline float get_cameraNear_4() const { return ___cameraNear_4; } inline float* get_address_of_cameraNear_4() { return &___cameraNear_4; } inline void set_cameraNear_4(float value) { ___cameraNear_4 = value; } inline static int32_t get_offset_of_cameraFar_5() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraFar_5)); } inline float get_cameraFar_5() const { return ___cameraFar_5; } inline float* get_address_of_cameraFar_5() { return &___cameraFar_5; } inline void set_cameraFar_5(float value) { ___cameraFar_5 = value; } inline static int32_t get_offset_of_cameraAspect_6() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraAspect_6)); } inline float get_cameraAspect_6() const { return ___cameraAspect_6; } inline float* get_address_of_cameraAspect_6() { return &___cameraAspect_6; } inline void set_cameraAspect_6(float value) { ___cameraAspect_6 = value; } inline static int32_t get_offset_of_cameraToWorld_7() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraToWorld_7)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_cameraToWorld_7() const { return ___cameraToWorld_7; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_cameraToWorld_7() { return &___cameraToWorld_7; } inline void set_cameraToWorld_7(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___cameraToWorld_7 = value; } inline static int32_t get_offset_of_actualWorldToClip_8() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___actualWorldToClip_8)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_actualWorldToClip_8() const { return ___actualWorldToClip_8; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_actualWorldToClip_8() { return &___actualWorldToClip_8; } inline void set_actualWorldToClip_8(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___actualWorldToClip_8 = value; } inline static int32_t get_offset_of_cameraClipToWorld_9() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraClipToWorld_9)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_cameraClipToWorld_9() const { return ___cameraClipToWorld_9; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_cameraClipToWorld_9() { return &___cameraClipToWorld_9; } inline void set_cameraClipToWorld_9(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___cameraClipToWorld_9 = value; } inline static int32_t get_offset_of_cameraWorldToClip_10() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraWorldToClip_10)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_cameraWorldToClip_10() const { return ___cameraWorldToClip_10; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_cameraWorldToClip_10() { return &___cameraWorldToClip_10; } inline void set_cameraWorldToClip_10(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___cameraWorldToClip_10 = value; } inline static int32_t get_offset_of_implicitProjection_11() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___implicitProjection_11)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_implicitProjection_11() const { return ___implicitProjection_11; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_implicitProjection_11() { return &___implicitProjection_11; } inline void set_implicitProjection_11(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___implicitProjection_11 = value; } inline static int32_t get_offset_of_stereoWorldToClipLeft_12() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___stereoWorldToClipLeft_12)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_stereoWorldToClipLeft_12() const { return ___stereoWorldToClipLeft_12; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_stereoWorldToClipLeft_12() { return &___stereoWorldToClipLeft_12; } inline void set_stereoWorldToClipLeft_12(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___stereoWorldToClipLeft_12 = value; } inline static int32_t get_offset_of_stereoWorldToClipRight_13() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___stereoWorldToClipRight_13)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_stereoWorldToClipRight_13() const { return ___stereoWorldToClipRight_13; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_stereoWorldToClipRight_13() { return &___stereoWorldToClipRight_13; } inline void set_stereoWorldToClipRight_13(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___stereoWorldToClipRight_13 = value; } inline static int32_t get_offset_of_worldToCamera_14() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___worldToCamera_14)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_worldToCamera_14() const { return ___worldToCamera_14; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_worldToCamera_14() { return &___worldToCamera_14; } inline void set_worldToCamera_14(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___worldToCamera_14 = value; } inline static int32_t get_offset_of_up_15() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___up_15)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_up_15() const { return ___up_15; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_up_15() { return &___up_15; } inline void set_up_15(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___up_15 = value; } inline static int32_t get_offset_of_right_16() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___right_16)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_right_16() const { return ___right_16; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_right_16() { return &___right_16; } inline void set_right_16(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___right_16 = value; } inline static int32_t get_offset_of_transformDirection_17() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___transformDirection_17)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_transformDirection_17() const { return ___transformDirection_17; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_transformDirection_17() { return &___transformDirection_17; } inline void set_transformDirection_17(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___transformDirection_17 = value; } inline static int32_t get_offset_of_cameraEuler_18() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraEuler_18)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_cameraEuler_18() const { return ___cameraEuler_18; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_cameraEuler_18() { return &___cameraEuler_18; } inline void set_cameraEuler_18(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___cameraEuler_18 = value; } inline static int32_t get_offset_of_velocity_19() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___velocity_19)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_velocity_19() const { return ___velocity_19; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_velocity_19() { return &___velocity_19; } inline void set_velocity_19(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___velocity_19 = value; } inline static int32_t get_offset_of_farPlaneWorldSpaceLength_20() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___farPlaneWorldSpaceLength_20)); } inline float get_farPlaneWorldSpaceLength_20() const { return ___farPlaneWorldSpaceLength_20; } inline float* get_address_of_farPlaneWorldSpaceLength_20() { return &___farPlaneWorldSpaceLength_20; } inline void set_farPlaneWorldSpaceLength_20(float value) { ___farPlaneWorldSpaceLength_20 = value; } inline static int32_t get_offset_of_rendererCount_21() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___rendererCount_21)); } inline uint32_t get_rendererCount_21() const { return ___rendererCount_21; } inline uint32_t* get_address_of_rendererCount_21() { return &___rendererCount_21; } inline void set_rendererCount_21(uint32_t value) { ___rendererCount_21 = value; } inline static int32_t get_offset_of_m_ShadowCullPlanes_22() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___m_ShadowCullPlanes_22)); } inline U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C get_m_ShadowCullPlanes_22() const { return ___m_ShadowCullPlanes_22; } inline U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C * get_address_of_m_ShadowCullPlanes_22() { return &___m_ShadowCullPlanes_22; } inline void set_m_ShadowCullPlanes_22(U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C value) { ___m_ShadowCullPlanes_22 = value; } inline static int32_t get_offset_of_m_CameraCullPlanes_23() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___m_CameraCullPlanes_23)); } inline U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 get_m_CameraCullPlanes_23() const { return ___m_CameraCullPlanes_23; } inline U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 * get_address_of_m_CameraCullPlanes_23() { return &___m_CameraCullPlanes_23; } inline void set_m_CameraCullPlanes_23(U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 value) { ___m_CameraCullPlanes_23 = value; } inline static int32_t get_offset_of_baseFarDistance_24() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___baseFarDistance_24)); } inline float get_baseFarDistance_24() const { return ___baseFarDistance_24; } inline float* get_address_of_baseFarDistance_24() { return &___baseFarDistance_24; } inline void set_baseFarDistance_24(float value) { ___baseFarDistance_24 = value; } inline static int32_t get_offset_of_shadowCullCenter_25() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___shadowCullCenter_25)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_shadowCullCenter_25() const { return ___shadowCullCenter_25; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_shadowCullCenter_25() { return &___shadowCullCenter_25; } inline void set_shadowCullCenter_25(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___shadowCullCenter_25 = value; } inline static int32_t get_offset_of_layerCullDistances_26() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___layerCullDistances_26)); } inline U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 get_layerCullDistances_26() const { return ___layerCullDistances_26; } inline U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 * get_address_of_layerCullDistances_26() { return &___layerCullDistances_26; } inline void set_layerCullDistances_26(U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 value) { ___layerCullDistances_26 = value; } inline static int32_t get_offset_of_layerCullSpherical_27() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___layerCullSpherical_27)); } inline int32_t get_layerCullSpherical_27() const { return ___layerCullSpherical_27; } inline int32_t* get_address_of_layerCullSpherical_27() { return &___layerCullSpherical_27; } inline void set_layerCullSpherical_27(int32_t value) { ___layerCullSpherical_27 = value; } inline static int32_t get_offset_of_coreCameraValues_28() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___coreCameraValues_28)); } inline CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC get_coreCameraValues_28() const { return ___coreCameraValues_28; } inline CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC * get_address_of_coreCameraValues_28() { return &___coreCameraValues_28; } inline void set_coreCameraValues_28(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC value) { ___coreCameraValues_28 = value; } inline static int32_t get_offset_of_cameraType_29() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraType_29)); } inline uint32_t get_cameraType_29() const { return ___cameraType_29; } inline uint32_t* get_address_of_cameraType_29() { return &___cameraType_29; } inline void set_cameraType_29(uint32_t value) { ___cameraType_29 = value; } inline static int32_t get_offset_of_projectionIsOblique_30() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___projectionIsOblique_30)); } inline int32_t get_projectionIsOblique_30() const { return ___projectionIsOblique_30; } inline int32_t* get_address_of_projectionIsOblique_30() { return &___projectionIsOblique_30; } inline void set_projectionIsOblique_30(int32_t value) { ___projectionIsOblique_30 = value; } inline static int32_t get_offset_of_isImplicitProjectionMatrix_31() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___isImplicitProjectionMatrix_31)); } inline int32_t get_isImplicitProjectionMatrix_31() const { return ___isImplicitProjectionMatrix_31; } inline int32_t* get_address_of_isImplicitProjectionMatrix_31() { return &___isImplicitProjectionMatrix_31; } inline void set_isImplicitProjectionMatrix_31(int32_t value) { ___isImplicitProjectionMatrix_31 = value; } }; // UnityEngine.Rendering.CommandBuffer struct CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD : public RuntimeObject { public: // System.IntPtr UnityEngine.Rendering.CommandBuffer::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD, ___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; } }; // UnityEngine.Rendering.ComputeQueueType struct ComputeQueueType_t9AA1540F1DFB2D31C7D20E415BC3275E68B3150B { public: // System.Int32 UnityEngine.Rendering.ComputeQueueType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ComputeQueueType_t9AA1540F1DFB2D31C7D20E415BC3275E68B3150B, ___value___2)); } inline int32_t get_value___2() const { return ___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.CullingOptions struct CullingOptions_tFB17482412500C1641E9A7D5C2492DBACCF56241 { public: // System.Int32 UnityEngine.Rendering.CullingOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CullingOptions_tFB17482412500C1641E9A7D5C2492DBACCF56241, ___value___2)); } inline int32_t get_value___2() const { return ___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.LODParameters struct LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 { public: // System.Int32 UnityEngine.Rendering.LODParameters::m_IsOrthographic int32_t ___m_IsOrthographic_0; // UnityEngine.Vector3 UnityEngine.Rendering.LODParameters::m_CameraPosition Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_CameraPosition_1; // System.Single UnityEngine.Rendering.LODParameters::m_FieldOfView float ___m_FieldOfView_2; // System.Single UnityEngine.Rendering.LODParameters::m_OrthoSize float ___m_OrthoSize_3; // System.Int32 UnityEngine.Rendering.LODParameters::m_CameraPixelHeight int32_t ___m_CameraPixelHeight_4; public: inline static int32_t get_offset_of_m_IsOrthographic_0() { return static_cast(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_IsOrthographic_0)); } inline int32_t get_m_IsOrthographic_0() const { return ___m_IsOrthographic_0; } inline int32_t* get_address_of_m_IsOrthographic_0() { return &___m_IsOrthographic_0; } inline void set_m_IsOrthographic_0(int32_t value) { ___m_IsOrthographic_0 = value; } inline static int32_t get_offset_of_m_CameraPosition_1() { return static_cast(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_CameraPosition_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_CameraPosition_1() const { return ___m_CameraPosition_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_CameraPosition_1() { return &___m_CameraPosition_1; } inline void set_m_CameraPosition_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_CameraPosition_1 = value; } inline static int32_t get_offset_of_m_FieldOfView_2() { return static_cast(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_FieldOfView_2)); } inline float get_m_FieldOfView_2() const { return ___m_FieldOfView_2; } inline float* get_address_of_m_FieldOfView_2() { return &___m_FieldOfView_2; } inline void set_m_FieldOfView_2(float value) { ___m_FieldOfView_2 = value; } inline static int32_t get_offset_of_m_OrthoSize_3() { return static_cast(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_OrthoSize_3)); } inline float get_m_OrthoSize_3() const { return ___m_OrthoSize_3; } inline float* get_address_of_m_OrthoSize_3() { return &___m_OrthoSize_3; } inline void set_m_OrthoSize_3(float value) { ___m_OrthoSize_3 = value; } inline static int32_t get_offset_of_m_CameraPixelHeight_4() { return static_cast(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_CameraPixelHeight_4)); } inline int32_t get_m_CameraPixelHeight_4() const { return ___m_CameraPixelHeight_4; } inline int32_t* get_address_of_m_CameraPixelHeight_4() { return &___m_CameraPixelHeight_4; } inline void set_m_CameraPixelHeight_4(int32_t value) { ___m_CameraPixelHeight_4 = value; } }; // UnityEngine.Rendering.LightEvent struct LightEvent_t107A66E3468E79BA4DEDBF45F30D4D70A80C5D20 { public: // System.Int32 UnityEngine.Rendering.LightEvent::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightEvent_t107A66E3468E79BA4DEDBF45F30D4D70A80C5D20, ___value___2)); } inline int32_t get_value___2() const { return ___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.LightShadowResolution struct LightShadowResolution_t6B151FE083ACB6DA5A15F89BD7028E962876D785 { public: // System.Int32 UnityEngine.Rendering.LightShadowResolution::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightShadowResolution_t6B151FE083ACB6DA5A15F89BD7028E962876D785, ___value___2)); } inline int32_t get_value___2() const { return ___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.OpaqueSortMode struct OpaqueSortMode_t05B6E83EFC138F5043263630E77C831CC3A9F5A1 { public: // System.Int32 UnityEngine.Rendering.OpaqueSortMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OpaqueSortMode_t05B6E83EFC138F5043263630E77C831CC3A9F5A1, ___value___2)); } inline int32_t get_value___2() const { return ___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.ReflectionProbeSortingCriteria struct ReflectionProbeSortingCriteria_tC1C3E81B34A812E5516C397C8C29BD5722CA9794 { public: // System.Int32 UnityEngine.Rendering.ReflectionProbeSortingCriteria::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReflectionProbeSortingCriteria_tC1C3E81B34A812E5516C397C8C29BD5722CA9794, ___value___2)); } inline int32_t get_value___2() const { return ___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.ShadowMapPass struct ShadowMapPass_tE1B679C4AEC4ABDA0FAA0918F79B8B593717C643 { public: // System.Int32 UnityEngine.Rendering.ShadowMapPass::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ShadowMapPass_tE1B679C4AEC4ABDA0FAA0918F79B8B593717C643, ___value___2)); } inline int32_t get_value___2() const { return ___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.RenderingPath struct RenderingPath_t5E196960B7ECE9BA17943445415336FA4E19F82B { public: // System.Int32 UnityEngine.RenderingPath::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderingPath_t5E196960B7ECE9BA17943445415336FA4E19F82B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.RuntimePlatform struct RuntimePlatform_tD5F5737C1BBBCBB115EB104DF2B7876387E80132 { public: // System.Int32 UnityEngine.RuntimePlatform::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RuntimePlatform_tD5F5737C1BBBCBB115EB104DF2B7876387E80132, ___value___2)); } inline int32_t get_value___2() const { return ___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.SendMessageOptions struct SendMessageOptions_t4EA4645A7D0C4E0186BD7A984CDF4EE2C8F26250 { public: // System.Int32 UnityEngine.SendMessageOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SendMessageOptions_t4EA4645A7D0C4E0186BD7A984CDF4EE2C8F26250, ___value___2)); } inline int32_t get_value___2() const { return ___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.StackTraceLogType struct StackTraceLogType_t79D1449B0F10BC06A02E06EF9C63C7D1098A806E { public: // System.Int32 UnityEngine.StackTraceLogType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StackTraceLogType_t79D1449B0F10BC06A02E06EF9C63C7D1098A806E, ___value___2)); } inline int32_t get_value___2() const { return ___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.StereoTargetEyeMask struct StereoTargetEyeMask_t9B10176C5D3A38A3C2B226428A96859D2A88C8A0 { public: // System.Int32 UnityEngine.StereoTargetEyeMask::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StereoTargetEyeMask_t9B10176C5D3A38A3C2B226428A96859D2A88C8A0, ___value___2)); } inline int32_t get_value___2() const { return ___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.SystemLanguage struct SystemLanguage_tDFC6112B5AB6A51D92EFFA0FD9BE2F35E7359ED0 { public: // System.Int32 UnityEngine.SystemLanguage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SystemLanguage_tDFC6112B5AB6A51D92EFFA0FD9BE2F35E7359ED0, ___value___2)); } inline int32_t get_value___2() const { return ___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_t7C6B5101554065C47682E592D1E26079D4EC2DCE { 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_t7C6B5101554065C47682E592D1E26079D4EC2DCE, ___value___2)); } inline int32_t get_value___2() const { return ___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.ThreadPriority struct ThreadPriority_tCA32DC97B1FAF52087C84FF48A88EBFF9AB637B7 { public: // System.Int32 UnityEngine.ThreadPriority::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ThreadPriority_tCA32DC97B1FAF52087C84FF48A88EBFF9AB637B7, ___value___2)); } inline int32_t get_value___2() const { return ___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.TransparencySortMode struct TransparencySortMode_t177DBFAB613C9975D73C8B07A1DC93CBB537F474 { public: // System.Int32 UnityEngine.TransparencySortMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransparencySortMode_t177DBFAB613C9975D73C8B07A1DC93CBB537F474, ___value___2)); } inline int32_t get_value___2() const { return ___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.UserAuthorization struct UserAuthorization_t16292E40CEEAB48F45B89275E9FCB15F5DF0FADD { public: // System.Int32 UnityEngine.UserAuthorization::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UserAuthorization_t16292E40CEEAB48F45B89275E9FCB15F5DF0FADD, ___value___2)); } inline int32_t get_value___2() const { return ___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.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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; }; // System.Reflection.ParameterInfo struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___marshalAs_6)); } inline MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * get_marshalAs_6() const { return ___marshalAs_6; } inline MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_pinvoke { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; char* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6; }; // Native definition for COM marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_com { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; Il2CppChar* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6; }; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // UnityEngine.Assertions.AssertionException struct AssertionException_t2E33237ABD721A57D41FC8745BCA4573DB40626E : public Exception_t { public: // System.String UnityEngine.Assertions.AssertionException::m_UserMessage String_t* ___m_UserMessage_17; public: inline static int32_t get_offset_of_m_UserMessage_17() { return static_cast(offsetof(AssertionException_t2E33237ABD721A57D41FC8745BCA4573DB40626E, ___m_UserMessage_17)); } inline String_t* get_m_UserMessage_17() const { return ___m_UserMessage_17; } inline String_t** get_address_of_m_UserMessage_17() { return &___m_UserMessage_17; } inline void set_m_UserMessage_17(String_t* value) { ___m_UserMessage_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_UserMessage_17), (void*)value); } }; // UnityEngine.Camera_GateFitParameters struct GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 { public: // UnityEngine.Camera_GateFitMode UnityEngine.Camera_GateFitParameters::k__BackingField int32_t ___U3CmodeU3Ek__BackingField_0; // System.Single UnityEngine.Camera_GateFitParameters::k__BackingField float ___U3CaspectU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CmodeU3Ek__BackingField_0() { return static_cast(offsetof(GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604, ___U3CmodeU3Ek__BackingField_0)); } inline int32_t get_U3CmodeU3Ek__BackingField_0() const { return ___U3CmodeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CmodeU3Ek__BackingField_0() { return &___U3CmodeU3Ek__BackingField_0; } inline void set_U3CmodeU3Ek__BackingField_0(int32_t value) { ___U3CmodeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CaspectU3Ek__BackingField_1() { return static_cast(offsetof(GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604, ___U3CaspectU3Ek__BackingField_1)); } inline float get_U3CaspectU3Ek__BackingField_1() const { return ___U3CaspectU3Ek__BackingField_1; } inline float* get_address_of_U3CaspectU3Ek__BackingField_1() { return &___U3CaspectU3Ek__BackingField_1; } inline void set_U3CaspectU3Ek__BackingField_1(float value) { ___U3CaspectU3Ek__BackingField_1 = value; } }; // UnityEngine.Component struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // UnityEngine.ComputeShader struct ComputeShader_tF8B65214DC8C7C124C01984EB5CCD28F55C85B2A : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // UnityEngine.Events.PersistentCall struct PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 : public RuntimeObject { public: // UnityEngine.Object UnityEngine.Events.PersistentCall::m_Target Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___m_Target_0; // System.String UnityEngine.Events.PersistentCall::m_MethodName String_t* ___m_MethodName_1; // UnityEngine.Events.PersistentListenerMode UnityEngine.Events.PersistentCall::m_Mode int32_t ___m_Mode_2; // UnityEngine.Events.ArgumentCache UnityEngine.Events.PersistentCall::m_Arguments ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * ___m_Arguments_3; // UnityEngine.Events.UnityEventCallState UnityEngine.Events.PersistentCall::m_CallState int32_t ___m_CallState_4; public: inline static int32_t get_offset_of_m_Target_0() { return static_cast(offsetof(PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41, ___m_Target_0)); } inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * get_m_Target_0() const { return ___m_Target_0; } inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 ** get_address_of_m_Target_0() { return &___m_Target_0; } inline void set_m_Target_0(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * value) { ___m_Target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Target_0), (void*)value); } inline static int32_t get_offset_of_m_MethodName_1() { return static_cast(offsetof(PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41, ___m_MethodName_1)); } inline String_t* get_m_MethodName_1() const { return ___m_MethodName_1; } inline String_t** get_address_of_m_MethodName_1() { return &___m_MethodName_1; } inline void set_m_MethodName_1(String_t* value) { ___m_MethodName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MethodName_1), (void*)value); } inline static int32_t get_offset_of_m_Mode_2() { return static_cast(offsetof(PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41, ___m_Mode_2)); } inline int32_t get_m_Mode_2() const { return ___m_Mode_2; } inline int32_t* get_address_of_m_Mode_2() { return &___m_Mode_2; } inline void set_m_Mode_2(int32_t value) { ___m_Mode_2 = value; } inline static int32_t get_offset_of_m_Arguments_3() { return static_cast(offsetof(PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41, ___m_Arguments_3)); } inline ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * get_m_Arguments_3() const { return ___m_Arguments_3; } inline ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C ** get_address_of_m_Arguments_3() { return &___m_Arguments_3; } inline void set_m_Arguments_3(ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * value) { ___m_Arguments_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Arguments_3), (void*)value); } inline static int32_t get_offset_of_m_CallState_4() { return static_cast(offsetof(PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41, ___m_CallState_4)); } inline int32_t get_m_CallState_4() const { return ___m_CallState_4; } inline int32_t* get_address_of_m_CallState_4() { return &___m_CallState_4; } inline void set_m_CallState_4(int32_t value) { ___m_CallState_4 = value; } }; // UnityEngine.Experimental.GlobalIllumination.DirectionalLight struct DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE { public: // System.Int32 UnityEngine.Experimental.GlobalIllumination.DirectionalLight::instanceID int32_t ___instanceID_0; // System.Boolean UnityEngine.Experimental.GlobalIllumination.DirectionalLight::shadow bool ___shadow_1; // UnityEngine.Experimental.GlobalIllumination.LightMode UnityEngine.Experimental.GlobalIllumination.DirectionalLight::mode uint8_t ___mode_2; // UnityEngine.Vector3 UnityEngine.Experimental.GlobalIllumination.DirectionalLight::direction Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction_3; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.DirectionalLight::color LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_4; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.DirectionalLight::indirectColor LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_5; // System.Single UnityEngine.Experimental.GlobalIllumination.DirectionalLight::penumbraWidthRadian float ___penumbraWidthRadian_6; public: inline static int32_t get_offset_of_instanceID_0() { return static_cast(offsetof(DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE, ___instanceID_0)); } inline int32_t get_instanceID_0() const { return ___instanceID_0; } inline int32_t* get_address_of_instanceID_0() { return &___instanceID_0; } inline void set_instanceID_0(int32_t value) { ___instanceID_0 = value; } inline static int32_t get_offset_of_shadow_1() { return static_cast(offsetof(DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE, ___shadow_1)); } inline bool get_shadow_1() const { return ___shadow_1; } inline bool* get_address_of_shadow_1() { return &___shadow_1; } inline void set_shadow_1(bool value) { ___shadow_1 = value; } inline static int32_t get_offset_of_mode_2() { return static_cast(offsetof(DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE, ___mode_2)); } inline uint8_t get_mode_2() const { return ___mode_2; } inline uint8_t* get_address_of_mode_2() { return &___mode_2; } inline void set_mode_2(uint8_t value) { ___mode_2 = value; } inline static int32_t get_offset_of_direction_3() { return static_cast(offsetof(DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE, ___direction_3)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_direction_3() const { return ___direction_3; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_direction_3() { return &___direction_3; } inline void set_direction_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___direction_3 = value; } inline static int32_t get_offset_of_color_4() { return static_cast(offsetof(DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE, ___color_4)); } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_color_4() const { return ___color_4; } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_color_4() { return &___color_4; } inline void set_color_4(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value) { ___color_4 = value; } inline static int32_t get_offset_of_indirectColor_5() { return static_cast(offsetof(DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE, ___indirectColor_5)); } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_indirectColor_5() const { return ___indirectColor_5; } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_indirectColor_5() { return &___indirectColor_5; } inline void set_indirectColor_5(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value) { ___indirectColor_5 = value; } inline static int32_t get_offset_of_penumbraWidthRadian_6() { return static_cast(offsetof(DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE, ___penumbraWidthRadian_6)); } inline float get_penumbraWidthRadian_6() const { return ___penumbraWidthRadian_6; } inline float* get_address_of_penumbraWidthRadian_6() { return &___penumbraWidthRadian_6; } inline void set_penumbraWidthRadian_6(float value) { ___penumbraWidthRadian_6 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.GlobalIllumination.DirectionalLight struct DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshaled_pinvoke { int32_t ___instanceID_0; int32_t ___shadow_1; uint8_t ___mode_2; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction_3; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_4; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_5; float ___penumbraWidthRadian_6; }; // Native definition for COM marshalling of UnityEngine.Experimental.GlobalIllumination.DirectionalLight struct DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshaled_com { int32_t ___instanceID_0; int32_t ___shadow_1; uint8_t ___mode_2; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction_3; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_4; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_5; float ___penumbraWidthRadian_6; }; // UnityEngine.Experimental.GlobalIllumination.DiscLight struct DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF { public: // System.Int32 UnityEngine.Experimental.GlobalIllumination.DiscLight::instanceID int32_t ___instanceID_0; // System.Boolean UnityEngine.Experimental.GlobalIllumination.DiscLight::shadow bool ___shadow_1; // UnityEngine.Experimental.GlobalIllumination.LightMode UnityEngine.Experimental.GlobalIllumination.DiscLight::mode uint8_t ___mode_2; // UnityEngine.Vector3 UnityEngine.Experimental.GlobalIllumination.DiscLight::position Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_3; // UnityEngine.Quaternion UnityEngine.Experimental.GlobalIllumination.DiscLight::orientation Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___orientation_4; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.DiscLight::color LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_5; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.DiscLight::indirectColor LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_6; // System.Single UnityEngine.Experimental.GlobalIllumination.DiscLight::range float ___range_7; // System.Single UnityEngine.Experimental.GlobalIllumination.DiscLight::radius float ___radius_8; // UnityEngine.Experimental.GlobalIllumination.FalloffType UnityEngine.Experimental.GlobalIllumination.DiscLight::falloff uint8_t ___falloff_9; public: inline static int32_t get_offset_of_instanceID_0() { return static_cast(offsetof(DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF, ___instanceID_0)); } inline int32_t get_instanceID_0() const { return ___instanceID_0; } inline int32_t* get_address_of_instanceID_0() { return &___instanceID_0; } inline void set_instanceID_0(int32_t value) { ___instanceID_0 = value; } inline static int32_t get_offset_of_shadow_1() { return static_cast(offsetof(DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF, ___shadow_1)); } inline bool get_shadow_1() const { return ___shadow_1; } inline bool* get_address_of_shadow_1() { return &___shadow_1; } inline void set_shadow_1(bool value) { ___shadow_1 = value; } inline static int32_t get_offset_of_mode_2() { return static_cast(offsetof(DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF, ___mode_2)); } inline uint8_t get_mode_2() const { return ___mode_2; } inline uint8_t* get_address_of_mode_2() { return &___mode_2; } inline void set_mode_2(uint8_t value) { ___mode_2 = value; } inline static int32_t get_offset_of_position_3() { return static_cast(offsetof(DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF, ___position_3)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_position_3() const { return ___position_3; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_position_3() { return &___position_3; } inline void set_position_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___position_3 = value; } inline static int32_t get_offset_of_orientation_4() { return static_cast(offsetof(DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF, ___orientation_4)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_orientation_4() const { return ___orientation_4; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_orientation_4() { return &___orientation_4; } inline void set_orientation_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___orientation_4 = value; } inline static int32_t get_offset_of_color_5() { return static_cast(offsetof(DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF, ___color_5)); } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_color_5() const { return ___color_5; } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_color_5() { return &___color_5; } inline void set_color_5(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value) { ___color_5 = value; } inline static int32_t get_offset_of_indirectColor_6() { return static_cast(offsetof(DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF, ___indirectColor_6)); } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_indirectColor_6() const { return ___indirectColor_6; } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_indirectColor_6() { return &___indirectColor_6; } inline void set_indirectColor_6(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value) { ___indirectColor_6 = value; } inline static int32_t get_offset_of_range_7() { return static_cast(offsetof(DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF, ___range_7)); } inline float get_range_7() const { return ___range_7; } inline float* get_address_of_range_7() { return &___range_7; } inline void set_range_7(float value) { ___range_7 = value; } inline static int32_t get_offset_of_radius_8() { return static_cast(offsetof(DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF, ___radius_8)); } inline float get_radius_8() const { return ___radius_8; } inline float* get_address_of_radius_8() { return &___radius_8; } inline void set_radius_8(float value) { ___radius_8 = value; } inline static int32_t get_offset_of_falloff_9() { return static_cast(offsetof(DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF, ___falloff_9)); } inline uint8_t get_falloff_9() const { return ___falloff_9; } inline uint8_t* get_address_of_falloff_9() { return &___falloff_9; } inline void set_falloff_9(uint8_t value) { ___falloff_9 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.GlobalIllumination.DiscLight struct DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_marshaled_pinvoke { int32_t ___instanceID_0; int32_t ___shadow_1; uint8_t ___mode_2; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_3; Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___orientation_4; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_5; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_6; float ___range_7; float ___radius_8; uint8_t ___falloff_9; }; // Native definition for COM marshalling of UnityEngine.Experimental.GlobalIllumination.DiscLight struct DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_marshaled_com { int32_t ___instanceID_0; int32_t ___shadow_1; uint8_t ___mode_2; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_3; Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___orientation_4; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_5; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_6; float ___range_7; float ___radius_8; uint8_t ___falloff_9; }; // UnityEngine.Experimental.GlobalIllumination.LightDataGI struct LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 { public: // System.Int32 UnityEngine.Experimental.GlobalIllumination.LightDataGI::instanceID int32_t ___instanceID_0; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LightDataGI::color LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_1; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LightDataGI::indirectColor LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_2; // UnityEngine.Quaternion UnityEngine.Experimental.GlobalIllumination.LightDataGI::orientation Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___orientation_3; // UnityEngine.Vector3 UnityEngine.Experimental.GlobalIllumination.LightDataGI::position Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_4; // System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::range float ___range_5; // System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::coneAngle float ___coneAngle_6; // System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::innerConeAngle float ___innerConeAngle_7; // System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::shape0 float ___shape0_8; // System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::shape1 float ___shape1_9; // UnityEngine.Experimental.GlobalIllumination.LightType UnityEngine.Experimental.GlobalIllumination.LightDataGI::type uint8_t ___type_10; // UnityEngine.Experimental.GlobalIllumination.LightMode UnityEngine.Experimental.GlobalIllumination.LightDataGI::mode uint8_t ___mode_11; // System.Byte UnityEngine.Experimental.GlobalIllumination.LightDataGI::shadow uint8_t ___shadow_12; // UnityEngine.Experimental.GlobalIllumination.FalloffType UnityEngine.Experimental.GlobalIllumination.LightDataGI::falloff uint8_t ___falloff_13; public: inline static int32_t get_offset_of_instanceID_0() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___instanceID_0)); } inline int32_t get_instanceID_0() const { return ___instanceID_0; } inline int32_t* get_address_of_instanceID_0() { return &___instanceID_0; } inline void set_instanceID_0(int32_t value) { ___instanceID_0 = value; } inline static int32_t get_offset_of_color_1() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___color_1)); } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_color_1() const { return ___color_1; } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_color_1() { return &___color_1; } inline void set_color_1(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value) { ___color_1 = value; } inline static int32_t get_offset_of_indirectColor_2() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___indirectColor_2)); } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_indirectColor_2() const { return ___indirectColor_2; } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_indirectColor_2() { return &___indirectColor_2; } inline void set_indirectColor_2(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value) { ___indirectColor_2 = value; } inline static int32_t get_offset_of_orientation_3() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___orientation_3)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_orientation_3() const { return ___orientation_3; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_orientation_3() { return &___orientation_3; } inline void set_orientation_3(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___orientation_3 = value; } inline static int32_t get_offset_of_position_4() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___position_4)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_position_4() const { return ___position_4; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_position_4() { return &___position_4; } inline void set_position_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___position_4 = value; } inline static int32_t get_offset_of_range_5() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___range_5)); } inline float get_range_5() const { return ___range_5; } inline float* get_address_of_range_5() { return &___range_5; } inline void set_range_5(float value) { ___range_5 = value; } inline static int32_t get_offset_of_coneAngle_6() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___coneAngle_6)); } inline float get_coneAngle_6() const { return ___coneAngle_6; } inline float* get_address_of_coneAngle_6() { return &___coneAngle_6; } inline void set_coneAngle_6(float value) { ___coneAngle_6 = value; } inline static int32_t get_offset_of_innerConeAngle_7() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___innerConeAngle_7)); } inline float get_innerConeAngle_7() const { return ___innerConeAngle_7; } inline float* get_address_of_innerConeAngle_7() { return &___innerConeAngle_7; } inline void set_innerConeAngle_7(float value) { ___innerConeAngle_7 = value; } inline static int32_t get_offset_of_shape0_8() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___shape0_8)); } inline float get_shape0_8() const { return ___shape0_8; } inline float* get_address_of_shape0_8() { return &___shape0_8; } inline void set_shape0_8(float value) { ___shape0_8 = value; } inline static int32_t get_offset_of_shape1_9() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___shape1_9)); } inline float get_shape1_9() const { return ___shape1_9; } inline float* get_address_of_shape1_9() { return &___shape1_9; } inline void set_shape1_9(float value) { ___shape1_9 = value; } inline static int32_t get_offset_of_type_10() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___type_10)); } inline uint8_t get_type_10() const { return ___type_10; } inline uint8_t* get_address_of_type_10() { return &___type_10; } inline void set_type_10(uint8_t value) { ___type_10 = value; } inline static int32_t get_offset_of_mode_11() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___mode_11)); } inline uint8_t get_mode_11() const { return ___mode_11; } inline uint8_t* get_address_of_mode_11() { return &___mode_11; } inline void set_mode_11(uint8_t value) { ___mode_11 = value; } inline static int32_t get_offset_of_shadow_12() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___shadow_12)); } inline uint8_t get_shadow_12() const { return ___shadow_12; } inline uint8_t* get_address_of_shadow_12() { return &___shadow_12; } inline void set_shadow_12(uint8_t value) { ___shadow_12 = value; } inline static int32_t get_offset_of_falloff_13() { return static_cast(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___falloff_13)); } inline uint8_t get_falloff_13() const { return ___falloff_13; } inline uint8_t* get_address_of_falloff_13() { return &___falloff_13; } inline void set_falloff_13(uint8_t value) { ___falloff_13 = value; } }; // UnityEngine.Experimental.GlobalIllumination.PointLight struct PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D { public: // System.Int32 UnityEngine.Experimental.GlobalIllumination.PointLight::instanceID int32_t ___instanceID_0; // System.Boolean UnityEngine.Experimental.GlobalIllumination.PointLight::shadow bool ___shadow_1; // UnityEngine.Experimental.GlobalIllumination.LightMode UnityEngine.Experimental.GlobalIllumination.PointLight::mode uint8_t ___mode_2; // UnityEngine.Vector3 UnityEngine.Experimental.GlobalIllumination.PointLight::position Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_3; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.PointLight::color LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_4; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.PointLight::indirectColor LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_5; // System.Single UnityEngine.Experimental.GlobalIllumination.PointLight::range float ___range_6; // System.Single UnityEngine.Experimental.GlobalIllumination.PointLight::sphereRadius float ___sphereRadius_7; // UnityEngine.Experimental.GlobalIllumination.FalloffType UnityEngine.Experimental.GlobalIllumination.PointLight::falloff uint8_t ___falloff_8; public: inline static int32_t get_offset_of_instanceID_0() { return static_cast(offsetof(PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D, ___instanceID_0)); } inline int32_t get_instanceID_0() const { return ___instanceID_0; } inline int32_t* get_address_of_instanceID_0() { return &___instanceID_0; } inline void set_instanceID_0(int32_t value) { ___instanceID_0 = value; } inline static int32_t get_offset_of_shadow_1() { return static_cast(offsetof(PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D, ___shadow_1)); } inline bool get_shadow_1() const { return ___shadow_1; } inline bool* get_address_of_shadow_1() { return &___shadow_1; } inline void set_shadow_1(bool value) { ___shadow_1 = value; } inline static int32_t get_offset_of_mode_2() { return static_cast(offsetof(PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D, ___mode_2)); } inline uint8_t get_mode_2() const { return ___mode_2; } inline uint8_t* get_address_of_mode_2() { return &___mode_2; } inline void set_mode_2(uint8_t value) { ___mode_2 = value; } inline static int32_t get_offset_of_position_3() { return static_cast(offsetof(PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D, ___position_3)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_position_3() const { return ___position_3; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_position_3() { return &___position_3; } inline void set_position_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___position_3 = value; } inline static int32_t get_offset_of_color_4() { return static_cast(offsetof(PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D, ___color_4)); } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_color_4() const { return ___color_4; } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_color_4() { return &___color_4; } inline void set_color_4(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value) { ___color_4 = value; } inline static int32_t get_offset_of_indirectColor_5() { return static_cast(offsetof(PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D, ___indirectColor_5)); } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_indirectColor_5() const { return ___indirectColor_5; } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_indirectColor_5() { return &___indirectColor_5; } inline void set_indirectColor_5(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value) { ___indirectColor_5 = value; } inline static int32_t get_offset_of_range_6() { return static_cast(offsetof(PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D, ___range_6)); } inline float get_range_6() const { return ___range_6; } inline float* get_address_of_range_6() { return &___range_6; } inline void set_range_6(float value) { ___range_6 = value; } inline static int32_t get_offset_of_sphereRadius_7() { return static_cast(offsetof(PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D, ___sphereRadius_7)); } inline float get_sphereRadius_7() const { return ___sphereRadius_7; } inline float* get_address_of_sphereRadius_7() { return &___sphereRadius_7; } inline void set_sphereRadius_7(float value) { ___sphereRadius_7 = value; } inline static int32_t get_offset_of_falloff_8() { return static_cast(offsetof(PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D, ___falloff_8)); } inline uint8_t get_falloff_8() const { return ___falloff_8; } inline uint8_t* get_address_of_falloff_8() { return &___falloff_8; } inline void set_falloff_8(uint8_t value) { ___falloff_8 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.GlobalIllumination.PointLight struct PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshaled_pinvoke { int32_t ___instanceID_0; int32_t ___shadow_1; uint8_t ___mode_2; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_3; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_4; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_5; float ___range_6; float ___sphereRadius_7; uint8_t ___falloff_8; }; // Native definition for COM marshalling of UnityEngine.Experimental.GlobalIllumination.PointLight struct PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshaled_com { int32_t ___instanceID_0; int32_t ___shadow_1; uint8_t ___mode_2; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_3; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_4; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_5; float ___range_6; float ___sphereRadius_7; uint8_t ___falloff_8; }; // UnityEngine.Experimental.GlobalIllumination.RectangleLight struct RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F { public: // System.Int32 UnityEngine.Experimental.GlobalIllumination.RectangleLight::instanceID int32_t ___instanceID_0; // System.Boolean UnityEngine.Experimental.GlobalIllumination.RectangleLight::shadow bool ___shadow_1; // UnityEngine.Experimental.GlobalIllumination.LightMode UnityEngine.Experimental.GlobalIllumination.RectangleLight::mode uint8_t ___mode_2; // UnityEngine.Vector3 UnityEngine.Experimental.GlobalIllumination.RectangleLight::position Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_3; // UnityEngine.Quaternion UnityEngine.Experimental.GlobalIllumination.RectangleLight::orientation Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___orientation_4; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.RectangleLight::color LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_5; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.RectangleLight::indirectColor LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_6; // System.Single UnityEngine.Experimental.GlobalIllumination.RectangleLight::range float ___range_7; // System.Single UnityEngine.Experimental.GlobalIllumination.RectangleLight::width float ___width_8; // System.Single UnityEngine.Experimental.GlobalIllumination.RectangleLight::height float ___height_9; // UnityEngine.Experimental.GlobalIllumination.FalloffType UnityEngine.Experimental.GlobalIllumination.RectangleLight::falloff uint8_t ___falloff_10; public: inline static int32_t get_offset_of_instanceID_0() { return static_cast(offsetof(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F, ___instanceID_0)); } inline int32_t get_instanceID_0() const { return ___instanceID_0; } inline int32_t* get_address_of_instanceID_0() { return &___instanceID_0; } inline void set_instanceID_0(int32_t value) { ___instanceID_0 = value; } inline static int32_t get_offset_of_shadow_1() { return static_cast(offsetof(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F, ___shadow_1)); } inline bool get_shadow_1() const { return ___shadow_1; } inline bool* get_address_of_shadow_1() { return &___shadow_1; } inline void set_shadow_1(bool value) { ___shadow_1 = value; } inline static int32_t get_offset_of_mode_2() { return static_cast(offsetof(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F, ___mode_2)); } inline uint8_t get_mode_2() const { return ___mode_2; } inline uint8_t* get_address_of_mode_2() { return &___mode_2; } inline void set_mode_2(uint8_t value) { ___mode_2 = value; } inline static int32_t get_offset_of_position_3() { return static_cast(offsetof(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F, ___position_3)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_position_3() const { return ___position_3; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_position_3() { return &___position_3; } inline void set_position_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___position_3 = value; } inline static int32_t get_offset_of_orientation_4() { return static_cast(offsetof(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F, ___orientation_4)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_orientation_4() const { return ___orientation_4; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_orientation_4() { return &___orientation_4; } inline void set_orientation_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___orientation_4 = value; } inline static int32_t get_offset_of_color_5() { return static_cast(offsetof(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F, ___color_5)); } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_color_5() const { return ___color_5; } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_color_5() { return &___color_5; } inline void set_color_5(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value) { ___color_5 = value; } inline static int32_t get_offset_of_indirectColor_6() { return static_cast(offsetof(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F, ___indirectColor_6)); } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_indirectColor_6() const { return ___indirectColor_6; } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_indirectColor_6() { return &___indirectColor_6; } inline void set_indirectColor_6(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value) { ___indirectColor_6 = value; } inline static int32_t get_offset_of_range_7() { return static_cast(offsetof(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F, ___range_7)); } inline float get_range_7() const { return ___range_7; } inline float* get_address_of_range_7() { return &___range_7; } inline void set_range_7(float value) { ___range_7 = value; } inline static int32_t get_offset_of_width_8() { return static_cast(offsetof(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F, ___width_8)); } inline float get_width_8() const { return ___width_8; } inline float* get_address_of_width_8() { return &___width_8; } inline void set_width_8(float value) { ___width_8 = value; } inline static int32_t get_offset_of_height_9() { return static_cast(offsetof(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F, ___height_9)); } inline float get_height_9() const { return ___height_9; } inline float* get_address_of_height_9() { return &___height_9; } inline void set_height_9(float value) { ___height_9 = value; } inline static int32_t get_offset_of_falloff_10() { return static_cast(offsetof(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F, ___falloff_10)); } inline uint8_t get_falloff_10() const { return ___falloff_10; } inline uint8_t* get_address_of_falloff_10() { return &___falloff_10; } inline void set_falloff_10(uint8_t value) { ___falloff_10 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.GlobalIllumination.RectangleLight struct RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshaled_pinvoke { int32_t ___instanceID_0; int32_t ___shadow_1; uint8_t ___mode_2; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_3; Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___orientation_4; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_5; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_6; float ___range_7; float ___width_8; float ___height_9; uint8_t ___falloff_10; }; // Native definition for COM marshalling of UnityEngine.Experimental.GlobalIllumination.RectangleLight struct RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshaled_com { int32_t ___instanceID_0; int32_t ___shadow_1; uint8_t ___mode_2; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_3; Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___orientation_4; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_5; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_6; float ___range_7; float ___width_8; float ___height_9; uint8_t ___falloff_10; }; // UnityEngine.Experimental.GlobalIllumination.SpotLight struct SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C { public: // System.Int32 UnityEngine.Experimental.GlobalIllumination.SpotLight::instanceID int32_t ___instanceID_0; // System.Boolean UnityEngine.Experimental.GlobalIllumination.SpotLight::shadow bool ___shadow_1; // UnityEngine.Experimental.GlobalIllumination.LightMode UnityEngine.Experimental.GlobalIllumination.SpotLight::mode uint8_t ___mode_2; // UnityEngine.Vector3 UnityEngine.Experimental.GlobalIllumination.SpotLight::position Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_3; // UnityEngine.Quaternion UnityEngine.Experimental.GlobalIllumination.SpotLight::orientation Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___orientation_4; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.SpotLight::color LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_5; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.SpotLight::indirectColor LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_6; // System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight::range float ___range_7; // System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight::sphereRadius float ___sphereRadius_8; // System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight::coneAngle float ___coneAngle_9; // System.Single UnityEngine.Experimental.GlobalIllumination.SpotLight::innerConeAngle float ___innerConeAngle_10; // UnityEngine.Experimental.GlobalIllumination.FalloffType UnityEngine.Experimental.GlobalIllumination.SpotLight::falloff uint8_t ___falloff_11; // UnityEngine.Experimental.GlobalIllumination.AngularFalloffType UnityEngine.Experimental.GlobalIllumination.SpotLight::angularFalloff uint8_t ___angularFalloff_12; public: inline static int32_t get_offset_of_instanceID_0() { return static_cast(offsetof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C, ___instanceID_0)); } inline int32_t get_instanceID_0() const { return ___instanceID_0; } inline int32_t* get_address_of_instanceID_0() { return &___instanceID_0; } inline void set_instanceID_0(int32_t value) { ___instanceID_0 = value; } inline static int32_t get_offset_of_shadow_1() { return static_cast(offsetof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C, ___shadow_1)); } inline bool get_shadow_1() const { return ___shadow_1; } inline bool* get_address_of_shadow_1() { return &___shadow_1; } inline void set_shadow_1(bool value) { ___shadow_1 = value; } inline static int32_t get_offset_of_mode_2() { return static_cast(offsetof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C, ___mode_2)); } inline uint8_t get_mode_2() const { return ___mode_2; } inline uint8_t* get_address_of_mode_2() { return &___mode_2; } inline void set_mode_2(uint8_t value) { ___mode_2 = value; } inline static int32_t get_offset_of_position_3() { return static_cast(offsetof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C, ___position_3)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_position_3() const { return ___position_3; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_position_3() { return &___position_3; } inline void set_position_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___position_3 = value; } inline static int32_t get_offset_of_orientation_4() { return static_cast(offsetof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C, ___orientation_4)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_orientation_4() const { return ___orientation_4; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_orientation_4() { return &___orientation_4; } inline void set_orientation_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___orientation_4 = value; } inline static int32_t get_offset_of_color_5() { return static_cast(offsetof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C, ___color_5)); } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_color_5() const { return ___color_5; } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_color_5() { return &___color_5; } inline void set_color_5(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value) { ___color_5 = value; } inline static int32_t get_offset_of_indirectColor_6() { return static_cast(offsetof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C, ___indirectColor_6)); } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_indirectColor_6() const { return ___indirectColor_6; } inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_indirectColor_6() { return &___indirectColor_6; } inline void set_indirectColor_6(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value) { ___indirectColor_6 = value; } inline static int32_t get_offset_of_range_7() { return static_cast(offsetof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C, ___range_7)); } inline float get_range_7() const { return ___range_7; } inline float* get_address_of_range_7() { return &___range_7; } inline void set_range_7(float value) { ___range_7 = value; } inline static int32_t get_offset_of_sphereRadius_8() { return static_cast(offsetof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C, ___sphereRadius_8)); } inline float get_sphereRadius_8() const { return ___sphereRadius_8; } inline float* get_address_of_sphereRadius_8() { return &___sphereRadius_8; } inline void set_sphereRadius_8(float value) { ___sphereRadius_8 = value; } inline static int32_t get_offset_of_coneAngle_9() { return static_cast(offsetof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C, ___coneAngle_9)); } inline float get_coneAngle_9() const { return ___coneAngle_9; } inline float* get_address_of_coneAngle_9() { return &___coneAngle_9; } inline void set_coneAngle_9(float value) { ___coneAngle_9 = value; } inline static int32_t get_offset_of_innerConeAngle_10() { return static_cast(offsetof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C, ___innerConeAngle_10)); } inline float get_innerConeAngle_10() const { return ___innerConeAngle_10; } inline float* get_address_of_innerConeAngle_10() { return &___innerConeAngle_10; } inline void set_innerConeAngle_10(float value) { ___innerConeAngle_10 = value; } inline static int32_t get_offset_of_falloff_11() { return static_cast(offsetof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C, ___falloff_11)); } inline uint8_t get_falloff_11() const { return ___falloff_11; } inline uint8_t* get_address_of_falloff_11() { return &___falloff_11; } inline void set_falloff_11(uint8_t value) { ___falloff_11 = value; } inline static int32_t get_offset_of_angularFalloff_12() { return static_cast(offsetof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C, ___angularFalloff_12)); } inline uint8_t get_angularFalloff_12() const { return ___angularFalloff_12; } inline uint8_t* get_address_of_angularFalloff_12() { return &___angularFalloff_12; } inline void set_angularFalloff_12(uint8_t value) { ___angularFalloff_12 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.GlobalIllumination.SpotLight struct SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_marshaled_pinvoke { int32_t ___instanceID_0; int32_t ___shadow_1; uint8_t ___mode_2; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_3; Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___orientation_4; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_5; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_6; float ___range_7; float ___sphereRadius_8; float ___coneAngle_9; float ___innerConeAngle_10; uint8_t ___falloff_11; uint8_t ___angularFalloff_12; }; // Native definition for COM marshalling of UnityEngine.Experimental.GlobalIllumination.SpotLight struct SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_marshaled_com { int32_t ___instanceID_0; int32_t ___shadow_1; uint8_t ___mode_2; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_3; Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___orientation_4; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_5; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_6; float ___range_7; float ___sphereRadius_8; float ___coneAngle_9; float ___innerConeAngle_10; uint8_t ___falloff_11; uint8_t ___angularFalloff_12; }; // UnityEngine.Experimental.Playables.CameraPlayable struct CameraPlayable_t3EEDF247328760DA29DC7E39B712076ED0FD9937 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Experimental.Playables.CameraPlayable::m_Handle PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(CameraPlayable_t3EEDF247328760DA29DC7E39B712076ED0FD9937, ___m_Handle_0)); } inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 value) { ___m_Handle_0 = value; } }; // UnityEngine.Experimental.Playables.MaterialEffectPlayable struct MaterialEffectPlayable_t40911576524A28294D958991232297B1728713FC { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Experimental.Playables.MaterialEffectPlayable::m_Handle PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(MaterialEffectPlayable_t40911576524A28294D958991232297B1728713FC, ___m_Handle_0)); } inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 value) { ___m_Handle_0 = value; } }; // UnityEngine.Experimental.Playables.TextureMixerPlayable struct TextureMixerPlayable_tC536766EC72A3E271307F13E649F22BA411B9326 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Experimental.Playables.TextureMixerPlayable::m_Handle PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(TextureMixerPlayable_tC536766EC72A3E271307F13E649F22BA411B9326, ___m_Handle_0)); } inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 value) { ___m_Handle_0 = value; } }; // UnityEngine.Experimental.Playables.TexturePlayableOutput struct TexturePlayableOutput_t0D35788D263A2C088E9778F2D9984A24ECEC0845 { public: // UnityEngine.Playables.PlayableOutputHandle UnityEngine.Experimental.Playables.TexturePlayableOutput::m_Handle PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(TexturePlayableOutput_t0D35788D263A2C088E9778F2D9984A24ECEC0845, ___m_Handle_0)); } inline PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 value) { ___m_Handle_0 = value; } }; // UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo struct SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394 { public: // System.Int32 UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::SpriteID int32_t ___SpriteID_0; // System.Int32 UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::TextureID int32_t ___TextureID_1; // System.Int32 UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::MaterialID int32_t ___MaterialID_2; // UnityEngine.Color UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::Color Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___Color_3; // UnityEngine.Matrix4x4 UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::Transform Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___Transform_4; // UnityEngine.Bounds UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::Bounds Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___Bounds_5; // System.Int32 UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::Layer int32_t ___Layer_6; // System.Int32 UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::SortingLayer int32_t ___SortingLayer_7; // System.Int32 UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::SortingOrder int32_t ___SortingOrder_8; // System.UInt64 UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::SceneCullingMask uint64_t ___SceneCullingMask_9; // System.IntPtr UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::IndexData intptr_t ___IndexData_10; // System.IntPtr UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::VertexData intptr_t ___VertexData_11; // System.Int32 UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::IndexCount int32_t ___IndexCount_12; // System.Int32 UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::VertexCount int32_t ___VertexCount_13; // System.Int32 UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo::ShaderChannelMask int32_t ___ShaderChannelMask_14; public: inline static int32_t get_offset_of_SpriteID_0() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___SpriteID_0)); } inline int32_t get_SpriteID_0() const { return ___SpriteID_0; } inline int32_t* get_address_of_SpriteID_0() { return &___SpriteID_0; } inline void set_SpriteID_0(int32_t value) { ___SpriteID_0 = value; } inline static int32_t get_offset_of_TextureID_1() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___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_MaterialID_2() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___MaterialID_2)); } inline int32_t get_MaterialID_2() const { return ___MaterialID_2; } inline int32_t* get_address_of_MaterialID_2() { return &___MaterialID_2; } inline void set_MaterialID_2(int32_t value) { ___MaterialID_2 = value; } inline static int32_t get_offset_of_Color_3() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___Color_3)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_Color_3() const { return ___Color_3; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_Color_3() { return &___Color_3; } inline void set_Color_3(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___Color_3 = value; } inline static int32_t get_offset_of_Transform_4() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___Transform_4)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_Transform_4() const { return ___Transform_4; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_Transform_4() { return &___Transform_4; } inline void set_Transform_4(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___Transform_4 = value; } inline static int32_t get_offset_of_Bounds_5() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___Bounds_5)); } inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 get_Bounds_5() const { return ___Bounds_5; } inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * get_address_of_Bounds_5() { return &___Bounds_5; } inline void set_Bounds_5(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 value) { ___Bounds_5 = value; } inline static int32_t get_offset_of_Layer_6() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___Layer_6)); } inline int32_t get_Layer_6() const { return ___Layer_6; } inline int32_t* get_address_of_Layer_6() { return &___Layer_6; } inline void set_Layer_6(int32_t value) { ___Layer_6 = value; } inline static int32_t get_offset_of_SortingLayer_7() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___SortingLayer_7)); } inline int32_t get_SortingLayer_7() const { return ___SortingLayer_7; } inline int32_t* get_address_of_SortingLayer_7() { return &___SortingLayer_7; } inline void set_SortingLayer_7(int32_t value) { ___SortingLayer_7 = value; } inline static int32_t get_offset_of_SortingOrder_8() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___SortingOrder_8)); } inline int32_t get_SortingOrder_8() const { return ___SortingOrder_8; } inline int32_t* get_address_of_SortingOrder_8() { return &___SortingOrder_8; } inline void set_SortingOrder_8(int32_t value) { ___SortingOrder_8 = value; } inline static int32_t get_offset_of_SceneCullingMask_9() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___SceneCullingMask_9)); } inline uint64_t get_SceneCullingMask_9() const { return ___SceneCullingMask_9; } inline uint64_t* get_address_of_SceneCullingMask_9() { return &___SceneCullingMask_9; } inline void set_SceneCullingMask_9(uint64_t value) { ___SceneCullingMask_9 = value; } inline static int32_t get_offset_of_IndexData_10() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___IndexData_10)); } inline intptr_t get_IndexData_10() const { return ___IndexData_10; } inline intptr_t* get_address_of_IndexData_10() { return &___IndexData_10; } inline void set_IndexData_10(intptr_t value) { ___IndexData_10 = value; } inline static int32_t get_offset_of_VertexData_11() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___VertexData_11)); } inline intptr_t get_VertexData_11() const { return ___VertexData_11; } inline intptr_t* get_address_of_VertexData_11() { return &___VertexData_11; } inline void set_VertexData_11(intptr_t value) { ___VertexData_11 = value; } inline static int32_t get_offset_of_IndexCount_12() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___IndexCount_12)); } inline int32_t get_IndexCount_12() const { return ___IndexCount_12; } inline int32_t* get_address_of_IndexCount_12() { return &___IndexCount_12; } inline void set_IndexCount_12(int32_t value) { ___IndexCount_12 = value; } inline static int32_t get_offset_of_VertexCount_13() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___VertexCount_13)); } inline int32_t get_VertexCount_13() const { return ___VertexCount_13; } inline int32_t* get_address_of_VertexCount_13() { return &___VertexCount_13; } inline void set_VertexCount_13(int32_t value) { ___VertexCount_13 = value; } inline static int32_t get_offset_of_ShaderChannelMask_14() { return static_cast(offsetof(SpriteIntermediateRendererInfo_tAD633A8722B3CCBA5901520630D32D3C1AF36394, ___ShaderChannelMask_14)); } inline int32_t get_ShaderChannelMask_14() const { return ___ShaderChannelMask_14; } inline int32_t* get_address_of_ShaderChannelMask_14() { return &___ShaderChannelMask_14; } inline void set_ShaderChannelMask_14(int32_t value) { ___ShaderChannelMask_14 = value; } }; // UnityEngine.FailedToLoadScriptObject struct FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.FailedToLoadScriptObject struct FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_marshaled_pinvoke : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.FailedToLoadScriptObject struct FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_marshaled_com : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com { }; // UnityEngine.Flare struct Flare_t0D4DE26B68BE167415B3E1ED4D37B691DF8C920F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // UnityEngine.GameObject struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // UnityEngine.LightBakingOutput struct LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 { public: // System.Int32 UnityEngine.LightBakingOutput::probeOcclusionLightIndex int32_t ___probeOcclusionLightIndex_0; // System.Int32 UnityEngine.LightBakingOutput::occlusionMaskChannel int32_t ___occlusionMaskChannel_1; // UnityEngine.LightmapBakeType UnityEngine.LightBakingOutput::lightmapBakeType int32_t ___lightmapBakeType_2; // UnityEngine.MixedLightingMode UnityEngine.LightBakingOutput::mixedLightingMode int32_t ___mixedLightingMode_3; // System.Boolean UnityEngine.LightBakingOutput::isBaked bool ___isBaked_4; public: inline static int32_t get_offset_of_probeOcclusionLightIndex_0() { return static_cast(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___probeOcclusionLightIndex_0)); } inline int32_t get_probeOcclusionLightIndex_0() const { return ___probeOcclusionLightIndex_0; } inline int32_t* get_address_of_probeOcclusionLightIndex_0() { return &___probeOcclusionLightIndex_0; } inline void set_probeOcclusionLightIndex_0(int32_t value) { ___probeOcclusionLightIndex_0 = value; } inline static int32_t get_offset_of_occlusionMaskChannel_1() { return static_cast(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___occlusionMaskChannel_1)); } inline int32_t get_occlusionMaskChannel_1() const { return ___occlusionMaskChannel_1; } inline int32_t* get_address_of_occlusionMaskChannel_1() { return &___occlusionMaskChannel_1; } inline void set_occlusionMaskChannel_1(int32_t value) { ___occlusionMaskChannel_1 = value; } inline static int32_t get_offset_of_lightmapBakeType_2() { return static_cast(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___lightmapBakeType_2)); } inline int32_t get_lightmapBakeType_2() const { return ___lightmapBakeType_2; } inline int32_t* get_address_of_lightmapBakeType_2() { return &___lightmapBakeType_2; } inline void set_lightmapBakeType_2(int32_t value) { ___lightmapBakeType_2 = value; } inline static int32_t get_offset_of_mixedLightingMode_3() { return static_cast(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___mixedLightingMode_3)); } inline int32_t get_mixedLightingMode_3() const { return ___mixedLightingMode_3; } inline int32_t* get_address_of_mixedLightingMode_3() { return &___mixedLightingMode_3; } inline void set_mixedLightingMode_3(int32_t value) { ___mixedLightingMode_3 = value; } inline static int32_t get_offset_of_isBaked_4() { return static_cast(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___isBaked_4)); } inline bool get_isBaked_4() const { return ___isBaked_4; } inline bool* get_address_of_isBaked_4() { return &___isBaked_4; } inline void set_isBaked_4(bool value) { ___isBaked_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.LightBakingOutput struct LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshaled_pinvoke { int32_t ___probeOcclusionLightIndex_0; int32_t ___occlusionMaskChannel_1; int32_t ___lightmapBakeType_2; int32_t ___mixedLightingMode_3; int32_t ___isBaked_4; }; // Native definition for COM marshalling of UnityEngine.LightBakingOutput struct LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshaled_com { int32_t ___probeOcclusionLightIndex_0; int32_t ___occlusionMaskChannel_1; int32_t ___lightmapBakeType_2; int32_t ___mixedLightingMode_3; int32_t ___isBaked_4; }; // UnityEngine.Logger struct Logger_tEB67FD7450076B84B97F22DBE8B2911FC4FBC35F : public RuntimeObject { public: // UnityEngine.ILogHandler UnityEngine.Logger::k__BackingField RuntimeObject* ___U3ClogHandlerU3Ek__BackingField_0; // System.Boolean UnityEngine.Logger::k__BackingField bool ___U3ClogEnabledU3Ek__BackingField_1; // UnityEngine.LogType UnityEngine.Logger::k__BackingField int32_t ___U3CfilterLogTypeU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3ClogHandlerU3Ek__BackingField_0() { return static_cast(offsetof(Logger_tEB67FD7450076B84B97F22DBE8B2911FC4FBC35F, ___U3ClogHandlerU3Ek__BackingField_0)); } inline RuntimeObject* get_U3ClogHandlerU3Ek__BackingField_0() const { return ___U3ClogHandlerU3Ek__BackingField_0; } inline RuntimeObject** get_address_of_U3ClogHandlerU3Ek__BackingField_0() { return &___U3ClogHandlerU3Ek__BackingField_0; } inline void set_U3ClogHandlerU3Ek__BackingField_0(RuntimeObject* value) { ___U3ClogHandlerU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ClogHandlerU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3ClogEnabledU3Ek__BackingField_1() { return static_cast(offsetof(Logger_tEB67FD7450076B84B97F22DBE8B2911FC4FBC35F, ___U3ClogEnabledU3Ek__BackingField_1)); } inline bool get_U3ClogEnabledU3Ek__BackingField_1() const { return ___U3ClogEnabledU3Ek__BackingField_1; } inline bool* get_address_of_U3ClogEnabledU3Ek__BackingField_1() { return &___U3ClogEnabledU3Ek__BackingField_1; } inline void set_U3ClogEnabledU3Ek__BackingField_1(bool value) { ___U3ClogEnabledU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CfilterLogTypeU3Ek__BackingField_2() { return static_cast(offsetof(Logger_tEB67FD7450076B84B97F22DBE8B2911FC4FBC35F, ___U3CfilterLogTypeU3Ek__BackingField_2)); } inline int32_t get_U3CfilterLogTypeU3Ek__BackingField_2() const { return ___U3CfilterLogTypeU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CfilterLogTypeU3Ek__BackingField_2() { return &___U3CfilterLogTypeU3Ek__BackingField_2; } inline void set_U3CfilterLogTypeU3Ek__BackingField_2(int32_t value) { ___U3CfilterLogTypeU3Ek__BackingField_2 = value; } }; // UnityEngine.Material struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // UnityEngine.Rendering.ScriptableCullingParameters struct ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D { public: // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_IsOrthographic int32_t ___m_IsOrthographic_0; // UnityEngine.Rendering.LODParameters UnityEngine.Rendering.ScriptableCullingParameters::m_LODParameters LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 ___m_LODParameters_1; // UnityEngine.Rendering.ScriptableCullingParameters_e__FixedBuffer UnityEngine.Rendering.ScriptableCullingParameters::m_CullingPlanes U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC ___m_CullingPlanes_3; // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_CullingPlaneCount int32_t ___m_CullingPlaneCount_4; // System.UInt32 UnityEngine.Rendering.ScriptableCullingParameters::m_CullingMask uint32_t ___m_CullingMask_5; // System.UInt64 UnityEngine.Rendering.ScriptableCullingParameters::m_SceneMask uint64_t ___m_SceneMask_6; // UnityEngine.Rendering.ScriptableCullingParameters_e__FixedBuffer UnityEngine.Rendering.ScriptableCullingParameters::m_LayerFarCullDistances U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E ___m_LayerFarCullDistances_8; // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_LayerCull int32_t ___m_LayerCull_9; // UnityEngine.Matrix4x4 UnityEngine.Rendering.ScriptableCullingParameters::m_CullingMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_CullingMatrix_10; // UnityEngine.Vector3 UnityEngine.Rendering.ScriptableCullingParameters::m_Origin Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Origin_11; // System.Single UnityEngine.Rendering.ScriptableCullingParameters::m_ShadowDistance float ___m_ShadowDistance_12; // UnityEngine.Rendering.CullingOptions UnityEngine.Rendering.ScriptableCullingParameters::m_CullingOptions int32_t ___m_CullingOptions_13; // UnityEngine.Rendering.ReflectionProbeSortingCriteria UnityEngine.Rendering.ScriptableCullingParameters::m_ReflectionProbeSortingCriteria int32_t ___m_ReflectionProbeSortingCriteria_14; // UnityEngine.Rendering.CameraProperties UnityEngine.Rendering.ScriptableCullingParameters::m_CameraProperties CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 ___m_CameraProperties_15; // System.Single UnityEngine.Rendering.ScriptableCullingParameters::m_AccurateOcclusionThreshold float ___m_AccurateOcclusionThreshold_16; // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_MaximumPortalCullingJobs int32_t ___m_MaximumPortalCullingJobs_17; // UnityEngine.Matrix4x4 UnityEngine.Rendering.ScriptableCullingParameters::m_StereoViewMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_StereoViewMatrix_18; // UnityEngine.Matrix4x4 UnityEngine.Rendering.ScriptableCullingParameters::m_StereoProjectionMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_StereoProjectionMatrix_19; // System.Single UnityEngine.Rendering.ScriptableCullingParameters::m_StereoSeparationDistance float ___m_StereoSeparationDistance_20; // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_maximumVisibleLights int32_t ___m_maximumVisibleLights_21; public: inline static int32_t get_offset_of_m_IsOrthographic_0() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_IsOrthographic_0)); } inline int32_t get_m_IsOrthographic_0() const { return ___m_IsOrthographic_0; } inline int32_t* get_address_of_m_IsOrthographic_0() { return &___m_IsOrthographic_0; } inline void set_m_IsOrthographic_0(int32_t value) { ___m_IsOrthographic_0 = value; } inline static int32_t get_offset_of_m_LODParameters_1() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_LODParameters_1)); } inline LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 get_m_LODParameters_1() const { return ___m_LODParameters_1; } inline LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 * get_address_of_m_LODParameters_1() { return &___m_LODParameters_1; } inline void set_m_LODParameters_1(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 value) { ___m_LODParameters_1 = value; } inline static int32_t get_offset_of_m_CullingPlanes_3() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingPlanes_3)); } inline U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC get_m_CullingPlanes_3() const { return ___m_CullingPlanes_3; } inline U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC * get_address_of_m_CullingPlanes_3() { return &___m_CullingPlanes_3; } inline void set_m_CullingPlanes_3(U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC value) { ___m_CullingPlanes_3 = value; } inline static int32_t get_offset_of_m_CullingPlaneCount_4() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingPlaneCount_4)); } inline int32_t get_m_CullingPlaneCount_4() const { return ___m_CullingPlaneCount_4; } inline int32_t* get_address_of_m_CullingPlaneCount_4() { return &___m_CullingPlaneCount_4; } inline void set_m_CullingPlaneCount_4(int32_t value) { ___m_CullingPlaneCount_4 = value; } inline static int32_t get_offset_of_m_CullingMask_5() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingMask_5)); } inline uint32_t get_m_CullingMask_5() const { return ___m_CullingMask_5; } inline uint32_t* get_address_of_m_CullingMask_5() { return &___m_CullingMask_5; } inline void set_m_CullingMask_5(uint32_t value) { ___m_CullingMask_5 = value; } inline static int32_t get_offset_of_m_SceneMask_6() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_SceneMask_6)); } inline uint64_t get_m_SceneMask_6() const { return ___m_SceneMask_6; } inline uint64_t* get_address_of_m_SceneMask_6() { return &___m_SceneMask_6; } inline void set_m_SceneMask_6(uint64_t value) { ___m_SceneMask_6 = value; } inline static int32_t get_offset_of_m_LayerFarCullDistances_8() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_LayerFarCullDistances_8)); } inline U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E get_m_LayerFarCullDistances_8() const { return ___m_LayerFarCullDistances_8; } inline U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E * get_address_of_m_LayerFarCullDistances_8() { return &___m_LayerFarCullDistances_8; } inline void set_m_LayerFarCullDistances_8(U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E value) { ___m_LayerFarCullDistances_8 = value; } inline static int32_t get_offset_of_m_LayerCull_9() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_LayerCull_9)); } inline int32_t get_m_LayerCull_9() const { return ___m_LayerCull_9; } inline int32_t* get_address_of_m_LayerCull_9() { return &___m_LayerCull_9; } inline void set_m_LayerCull_9(int32_t value) { ___m_LayerCull_9 = value; } inline static int32_t get_offset_of_m_CullingMatrix_10() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingMatrix_10)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_CullingMatrix_10() const { return ___m_CullingMatrix_10; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_CullingMatrix_10() { return &___m_CullingMatrix_10; } inline void set_m_CullingMatrix_10(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___m_CullingMatrix_10 = value; } inline static int32_t get_offset_of_m_Origin_11() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_Origin_11)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Origin_11() const { return ___m_Origin_11; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Origin_11() { return &___m_Origin_11; } inline void set_m_Origin_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Origin_11 = value; } inline static int32_t get_offset_of_m_ShadowDistance_12() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_ShadowDistance_12)); } inline float get_m_ShadowDistance_12() const { return ___m_ShadowDistance_12; } inline float* get_address_of_m_ShadowDistance_12() { return &___m_ShadowDistance_12; } inline void set_m_ShadowDistance_12(float value) { ___m_ShadowDistance_12 = value; } inline static int32_t get_offset_of_m_CullingOptions_13() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingOptions_13)); } inline int32_t get_m_CullingOptions_13() const { return ___m_CullingOptions_13; } inline int32_t* get_address_of_m_CullingOptions_13() { return &___m_CullingOptions_13; } inline void set_m_CullingOptions_13(int32_t value) { ___m_CullingOptions_13 = value; } inline static int32_t get_offset_of_m_ReflectionProbeSortingCriteria_14() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_ReflectionProbeSortingCriteria_14)); } inline int32_t get_m_ReflectionProbeSortingCriteria_14() const { return ___m_ReflectionProbeSortingCriteria_14; } inline int32_t* get_address_of_m_ReflectionProbeSortingCriteria_14() { return &___m_ReflectionProbeSortingCriteria_14; } inline void set_m_ReflectionProbeSortingCriteria_14(int32_t value) { ___m_ReflectionProbeSortingCriteria_14 = value; } inline static int32_t get_offset_of_m_CameraProperties_15() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CameraProperties_15)); } inline CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 get_m_CameraProperties_15() const { return ___m_CameraProperties_15; } inline CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 * get_address_of_m_CameraProperties_15() { return &___m_CameraProperties_15; } inline void set_m_CameraProperties_15(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 value) { ___m_CameraProperties_15 = value; } inline static int32_t get_offset_of_m_AccurateOcclusionThreshold_16() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_AccurateOcclusionThreshold_16)); } inline float get_m_AccurateOcclusionThreshold_16() const { return ___m_AccurateOcclusionThreshold_16; } inline float* get_address_of_m_AccurateOcclusionThreshold_16() { return &___m_AccurateOcclusionThreshold_16; } inline void set_m_AccurateOcclusionThreshold_16(float value) { ___m_AccurateOcclusionThreshold_16 = value; } inline static int32_t get_offset_of_m_MaximumPortalCullingJobs_17() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_MaximumPortalCullingJobs_17)); } inline int32_t get_m_MaximumPortalCullingJobs_17() const { return ___m_MaximumPortalCullingJobs_17; } inline int32_t* get_address_of_m_MaximumPortalCullingJobs_17() { return &___m_MaximumPortalCullingJobs_17; } inline void set_m_MaximumPortalCullingJobs_17(int32_t value) { ___m_MaximumPortalCullingJobs_17 = value; } inline static int32_t get_offset_of_m_StereoViewMatrix_18() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_StereoViewMatrix_18)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_StereoViewMatrix_18() const { return ___m_StereoViewMatrix_18; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_StereoViewMatrix_18() { return &___m_StereoViewMatrix_18; } inline void set_m_StereoViewMatrix_18(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___m_StereoViewMatrix_18 = value; } inline static int32_t get_offset_of_m_StereoProjectionMatrix_19() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_StereoProjectionMatrix_19)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_StereoProjectionMatrix_19() const { return ___m_StereoProjectionMatrix_19; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_StereoProjectionMatrix_19() { return &___m_StereoProjectionMatrix_19; } inline void set_m_StereoProjectionMatrix_19(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___m_StereoProjectionMatrix_19 = value; } inline static int32_t get_offset_of_m_StereoSeparationDistance_20() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_StereoSeparationDistance_20)); } inline float get_m_StereoSeparationDistance_20() const { return ___m_StereoSeparationDistance_20; } inline float* get_address_of_m_StereoSeparationDistance_20() { return &___m_StereoSeparationDistance_20; } inline void set_m_StereoSeparationDistance_20(float value) { ___m_StereoSeparationDistance_20 = value; } inline static int32_t get_offset_of_m_maximumVisibleLights_21() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_maximumVisibleLights_21)); } inline int32_t get_m_maximumVisibleLights_21() const { return ___m_maximumVisibleLights_21; } inline int32_t* get_address_of_m_maximumVisibleLights_21() { return &___m_maximumVisibleLights_21; } inline void set_m_maximumVisibleLights_21(int32_t value) { ___m_maximumVisibleLights_21 = value; } }; struct ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D_StaticFields { public: // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::maximumCullingPlaneCount int32_t ___maximumCullingPlaneCount_2; // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::layerCount int32_t ___layerCount_7; public: inline static int32_t get_offset_of_maximumCullingPlaneCount_2() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D_StaticFields, ___maximumCullingPlaneCount_2)); } inline int32_t get_maximumCullingPlaneCount_2() const { return ___maximumCullingPlaneCount_2; } inline int32_t* get_address_of_maximumCullingPlaneCount_2() { return &___maximumCullingPlaneCount_2; } inline void set_maximumCullingPlaneCount_2(int32_t value) { ___maximumCullingPlaneCount_2 = value; } inline static int32_t get_offset_of_layerCount_7() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D_StaticFields, ___layerCount_7)); } inline int32_t get_layerCount_7() const { return ___layerCount_7; } inline int32_t* get_address_of_layerCount_7() { return &___layerCount_7; } inline void set_layerCount_7(int32_t value) { ___layerCount_7 = value; } }; // UnityEngine.Shader struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // UnityEngine.Texture struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_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_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_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.UnityException struct UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 : public Exception_t { public: public: }; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { 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_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___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); } }; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 : public MulticastDelegate_t { public: public: }; // System.NullReferenceException struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Predicate`1 struct Predicate_1_tF1969050567D17C36A2ECAF3F0C603D1F6489F6A : public MulticastDelegate_t { public: public: }; // UnityEngine.Application_AdvertisingIdentifierCallback struct AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E : public MulticastDelegate_t { public: public: }; // UnityEngine.Application_LogCallback struct LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 : public MulticastDelegate_t { public: public: }; // UnityEngine.Application_LowMemoryCallback struct LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 : public MulticastDelegate_t { public: public: }; // UnityEngine.Behaviour struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 { public: public: }; // UnityEngine.Camera_CameraCallback struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 : public MulticastDelegate_t { public: public: }; // UnityEngine.Cubemap struct Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF : public Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 { public: public: }; // UnityEngine.CubemapArray struct CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 : public Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 { public: public: }; // UnityEngine.CullingGroup_StateChanged struct StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 : public MulticastDelegate_t { public: public: }; // UnityEngine.Display_DisplaysUpdatedDelegate struct DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 : public MulticastDelegate_t { public: public: }; // UnityEngine.Experimental.GlobalIllumination.Lightmapping_RequestLightsDelegate struct RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 : public MulticastDelegate_t { public: public: }; // UnityEngine.RenderTexture struct RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 : public Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 { public: public: }; // UnityEngine.Transform struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 { public: public: }; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: public: }; // UnityEngine.Camera struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 { public: public: }; struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields { public: // UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreCull CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreCull_4; // UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreRender CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreRender_5; // UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPostRender CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreCull_4)); } inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreRender_5)); } inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPostRender_6)); } inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // UnityEngine.Light struct Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 { public: // System.Int32 UnityEngine.Light::m_BakedIndex int32_t ___m_BakedIndex_4; public: inline static int32_t get_offset_of_m_BakedIndex_4() { return static_cast(offsetof(Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C, ___m_BakedIndex_4)); } inline int32_t get_m_BakedIndex_4() const { return ___m_BakedIndex_4; } inline int32_t* get_address_of_m_BakedIndex_4() { return &___m_BakedIndex_4; } inline void set_m_BakedIndex_4(int32_t value) { ___m_BakedIndex_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // UnityEngine.Keyframe[] struct KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D : public RuntimeArray { public: ALIGN_FIELD (8) Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 m_Items[1]; public: inline Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 * 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, Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : 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); } }; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F : 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.RequireComponent[] struct RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D : public RuntimeArray { public: ALIGN_FIELD (8) RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * m_Items[1]; public: inline RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 ** 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, RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.DisallowMultipleComponent[] struct DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3 : public RuntimeArray { public: ALIGN_FIELD (8) DisallowMultipleComponent_t78AA2992145F22B15B787B94A789B391635D9BCA * m_Items[1]; public: inline DisallowMultipleComponent_t78AA2992145F22B15B787B94A789B391635D9BCA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DisallowMultipleComponent_t78AA2992145F22B15B787B94A789B391635D9BCA ** 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, DisallowMultipleComponent_t78AA2992145F22B15B787B94A789B391635D9BCA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline DisallowMultipleComponent_t78AA2992145F22B15B787B94A789B391635D9BCA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DisallowMultipleComponent_t78AA2992145F22B15B787B94A789B391635D9BCA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DisallowMultipleComponent_t78AA2992145F22B15B787B94A789B391635D9BCA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.ExecuteInEditMode[] struct ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80 : public RuntimeArray { public: ALIGN_FIELD (8) ExecuteInEditMode_t2CEB97B05448F9AB3523C32B6D43E14383FAFB4E * m_Items[1]; public: inline ExecuteInEditMode_t2CEB97B05448F9AB3523C32B6D43E14383FAFB4E * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ExecuteInEditMode_t2CEB97B05448F9AB3523C32B6D43E14383FAFB4E ** 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, ExecuteInEditMode_t2CEB97B05448F9AB3523C32B6D43E14383FAFB4E * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ExecuteInEditMode_t2CEB97B05448F9AB3523C32B6D43E14383FAFB4E * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ExecuteInEditMode_t2CEB97B05448F9AB3523C32B6D43E14383FAFB4E ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ExecuteInEditMode_t2CEB97B05448F9AB3523C32B6D43E14383FAFB4E * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Single[] struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5 : 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.RenderBuffer[] struct RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3 : public RuntimeArray { public: ALIGN_FIELD (8) RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 m_Items[1]; public: inline RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 * 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, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 value) { m_Items[index] = value; } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 m_Items[1]; public: inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * 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_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { m_Items[index] = value; } }; // UnityEngine.Camera[] struct CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9 : public RuntimeArray { public: ALIGN_FIELD (8) Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * m_Items[1]; public: inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** 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, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Rendering.CommandBuffer[] struct CommandBufferU5BU5D_t67150454F13B9E5CF7CCCD5A44CAB45DD465C5A0 : public RuntimeArray { public: ALIGN_FIELD (8) CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * m_Items[1]; public: inline CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD ** 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, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Component[] struct ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155 : public RuntimeArray { public: ALIGN_FIELD (8) Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * m_Items[1]; public: inline Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 ** 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, Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD : public RuntimeArray { public: ALIGN_FIELD (8) intptr_t m_Items[1]; public: inline intptr_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline intptr_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, intptr_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline intptr_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline intptr_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, intptr_t value) { m_Items[index] = value; } }; // UnityEngine.Display[] struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9 : public RuntimeArray { public: ALIGN_FIELD (8) Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * m_Items[1]; public: inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** 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, Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * m_Items[1]; public: inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB ** 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, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E m_Items[1]; public: inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * 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, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } }; // UnityEngine.Light[] struct LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45 : public RuntimeArray { public: ALIGN_FIELD (8) Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * m_Items[1]; public: inline Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C ** 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, Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520 : public RuntimeArray { public: ALIGN_FIELD (8) GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * m_Items[1]; public: inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** 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, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6 : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_tA85D2DD88578276CA8A8796756458277E72D073D m_Items[1]; public: inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * 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_tA85D2DD88578276CA8A8796756458277E72D073D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { m_Items[index] = value; } }; // UnityEngine.BeforeRenderHelper_OrderBlock[] struct OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101 : public RuntimeArray { public: ALIGN_FIELD (8) OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 m_Items[1]; public: inline OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 * 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, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___callback_1), (void*)NULL); } inline OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___callback_1), (void*)NULL); } }; // !0 System.Func`1::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_1_Invoke_mFA91B93A5C91290D4A3C475C4117CA05B43419E6_gshared (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m45E8F9900F9DB395C48A868A7C6A83BDD7FC692F_gshared (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * __this, bool ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.Assertions.Assert::AreEqual(T,T,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assert_AreEqual_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m93A2791A7ACB2E54E08F096A025BA23220E0BF4A_gshared (int32_t ___expected0, int32_t ___actual1, String_t* ___message2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // T UnityEngine.AttributeHelperEngine::GetCustomAttributeOfType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AttributeHelperEngine_GetCustomAttributeOfType_TisRuntimeObject_m7AEF0374A18EED15CB2B6318117FDC6364AC2F3B_gshared (Type_t * ___klass0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_gshared_inline (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __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_mAA1994A73C84AA7153192D4C6E1C5F28A705DD45_gshared (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __this, int32_t ___index0, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___value1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mDC7DA39F5282E6349415C0E7E139B6D5D978E1F2_gshared_inline (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_mC60D3BD21C0F45B2732381FA901DFFF61DE2A7E2_gshared (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __this, int32_t ___index0, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___item1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m8EB2E0BBA1AB810C58BEED0114266E213812280F_gshared (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE1A1CA738D3FB658F0B985315A8D9CF7015DDA0_gshared (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::RemoveAll(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_RemoveAll_m568E7007C316A2B83B0D08A324AA8A9C8D2796DF_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___match0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __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_m629B40CD4286736C328FA496AAFC388F697CF984_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Void UnityEngine.Events.CachedInvokableCall`1::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1__ctor_m208307DC945B843624A47886B3AB95A974528DB6_gshared (CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A * __this, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___theFunction1, float ___argument2, const RuntimeMethod* method); // System.Void UnityEngine.Events.CachedInvokableCall`1::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1__ctor_m356112807416B358ED661EBB9CF67BCCE0B19394_gshared (CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6 * __this, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___theFunction1, int32_t ___argument2, const RuntimeMethod* method); // System.Void UnityEngine.Events.CachedInvokableCall`1::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1__ctor_mB15077A11BD14A961B3E106B55FA77B468269505_gshared (CachedInvokableCall_1_tF7F1670398EB759A3D4AFEB35F47850DCD7D00AD * __this, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___theFunction1, RuntimeObject * ___argument2, const RuntimeMethod* method); // System.Void UnityEngine.Events.CachedInvokableCall`1::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1__ctor_mA3C18A22B57202EE83921ED0909FCB6CD4154409_gshared (CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7 * __this, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___theFunction1, bool ___argument2, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // Unity.Collections.NativeArray`1 Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray(System.Void*,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mD7AFB293FDB633E3BAAE963C0F5DB9A4A25E9649_gshared (void* ___dataPointer0, int32_t ___length1, int32_t ___allocator2, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method); // System.IntPtr Unity.Profiling.ProfilerMarker::Internal_Create(System.String,System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ProfilerMarker_Internal_Create_m92F2A7651D4BF3F3D0CB62078DD79B71839FA370 (String_t* ___name0, uint16_t ___flags1, const RuntimeMethod* method); // System.Void Unity.Profiling.ProfilerMarker::.ctor(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mF9F9BDCB1E4618F9533D83D47EAD7325A32FDC2A_inline (ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Unity.Profiling.ProfilerMarker::Internal_Begin(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerMarker_Internal_Begin_m79272E72708A53AFDEEEB81CF66C7D62920AC5B5 (intptr_t ___markerPtr0, const RuntimeMethod* method); // System.Void Unity.Profiling.ProfilerMarker::Begin() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ProfilerMarker_Begin_m590B79FC0E13EDAEFB8BF6522995C8FD56667D39_inline (ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * __this, const RuntimeMethod* method); // System.Void Unity.Profiling.ProfilerMarker::Internal_End(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerMarker_Internal_End_mE25FE55A23DF111614CE890359972D96A65B499A (intptr_t ___markerPtr0, const RuntimeMethod* method); // System.Void Unity.Profiling.ProfilerMarker::End() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ProfilerMarker_End_mAC7099DA8D4864AA1D0289F368F85E31A9BFE502_inline (ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * __this, const RuntimeMethod* method); // System.Void Unity.Profiling.ProfilerMarker/AutoScope::.ctor(System.IntPtr) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AutoScope__ctor_mDB99051F3C5C2BFFF71574AC515AB523F04E3320_inline (AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F * __this, intptr_t ___markerPtr0, const RuntimeMethod* method); // Unity.Profiling.ProfilerMarker/AutoScope Unity.Profiling.ProfilerMarker::Auto() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F ProfilerMarker_Auto_m27C8BA4E46F26F3005760C48C4B92EBC284A5D02_inline (ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * __this, const RuntimeMethod* method); // System.Void Unity.Profiling.ProfilerMarker/AutoScope::Dispose() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AutoScope_Dispose_m3663B79F5E62F2FA39FAAB5956A5EA141BA98AF2_inline (AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F * __this, const RuntimeMethod* method); // System.Void UnityEngine.AnimationCurve::Internal_Destroy(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationCurve_Internal_Destroy_m295BAECEF97D64ACFE55D7EA91B9E9C077DB6A7C (intptr_t ___ptr0, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method); // System.IntPtr UnityEngine.AnimationCurve::Internal_Create(UnityEngine.Keyframe[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AnimationCurve_Internal_Create_mA7A2A0191C4AAE7BD5B18F0DCC05AD4290D1691B (KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D* ___keys0, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.AnimationCurve::Equals(UnityEngine.AnimationCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AnimationCurve_Equals_m60310C21F9B109BAC9BA4FACE9BEF88931B22DED (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * __this, AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * ___other0, const RuntimeMethod* method); // System.Boolean System.IntPtr::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_Equals_m4C1C372B05E29E20EC5E9B48EF8AAEA3E49B874D (intptr_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean UnityEngine.AnimationCurve::Internal_Equals(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AnimationCurve_Internal_Equals_m7ACF09175F2DC61D95006ABB5BBE1CF7434B2D1D (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * __this, intptr_t ___other0, const RuntimeMethod* method); // System.Int32 System.IntPtr::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_GetHashCode_m0A6AE0C85A4AEEA127235FB5A32056F630E3749A (intptr_t* __this, const RuntimeMethod* method); // System.Void UnityEngine.Application::Quit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_Quit_m514D6F92E1A06D53D1BCA2F2A646ABA6678717B2 (int32_t ___exitCode0, const RuntimeMethod* method); // System.Int32 UnityEngine.SceneManagement.SceneManager::get_sceneCountInBuildSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SceneManager_get_sceneCountInBuildSettings_mDEF095420E9AC2FDA96136F51B55254CE11ED529 (const RuntimeMethod* method); // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672 (const RuntimeMethod* method); // UnityEngine.DeviceType UnityEngine.SystemInfo::get_deviceType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_deviceType_mAFCA02B695EE4E37FA3B87B8C05804B6616E1528 (const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (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_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Application/LowMemoryCallback::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowMemoryCallback_Invoke_m3082D6F2046585D3504696B94A59A4CBC43262F8 (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Application::SetLogCallbackDefined(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_SetLogCallbackDefined_mC1FBF1745A2EDE55B290DC4C392A7F991F5039A8 (bool ___defined0, const RuntimeMethod* method); // System.Void UnityEngine.Application/LogCallback::Invoke(System.String,System.String,UnityEngine.LogType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogCallback_Invoke_mCB0C38C44CBF8BBE88690BE6C0382011C5D5B61F (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * __this, String_t* ___condition0, String_t* ___stackTrace1, int32_t ___type2, const RuntimeMethod* method); // System.Void UnityEngine.BeforeRenderHelper::RegisterCallback(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BeforeRenderHelper_RegisterCallback_mB6AE5DD737C0236D3B92BDDE7A4CA6BC7A98F166 (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___callback0, const RuntimeMethod* method); // System.Void UnityEngine.BeforeRenderHelper::UnregisterCallback(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BeforeRenderHelper_UnregisterCallback_mA8F825EAB5B4AB45E00F18C26D5C979A773A5A06 (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___callback0, const RuntimeMethod* method); // !0 System.Func`1::Invoke() inline bool Func_1_Invoke_mFA91B93A5C91290D4A3C475C4117CA05B43419E6 (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * __this, const RuntimeMethod* method) { return (( bool (*) (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *, const RuntimeMethod*))Func_1_Invoke_mFA91B93A5C91290D4A3C475C4117CA05B43419E6_gshared)(__this, method); } // System.Void UnityEngine.Debug::LogException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_mBAA6702C240E37B2A834AA74E4FDC15A3A5589A9 (Exception_t * ___exception0, const RuntimeMethod* method); // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, const RuntimeMethod* method); // System.Void UnityEngine.BeforeRenderHelper::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BeforeRenderHelper_Invoke_m5CADC9F58196CF3F11CB1203AEAF40003C7D4ADD (const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m45E8F9900F9DB395C48A868A7C6A83BDD7FC692F (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * __this, bool ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *, bool, const RuntimeMethod*))Action_1_Invoke_m45E8F9900F9DB395C48A868A7C6A83BDD7FC692F_gshared)(__this, ___obj0, method); } // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m6328F763431ED2ACDDB6ED8F0FDEA6194403E79F (Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * __this, String_t* ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 *, String_t*, const RuntimeMethod*))Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared)(__this, ___obj0, method); } // System.Void UnityEngine.Application::RegisterLogCallback(UnityEngine.Application/LogCallback,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_RegisterLogCallback_mBDEFF0D15BDF97F998EFA0ACF9DF2D57396D1417 (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___handler0, bool ___threaded1, const RuntimeMethod* method); // System.Void UnityEngine.Application::remove_logMessageReceived(UnityEngine.Application/LogCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_logMessageReceived_mC1822286AE6419921088089C8FBF5BDA58EC3DBF (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Application::remove_logMessageReceivedThreaded(UnityEngine.Application/LogCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_logMessageReceivedThreaded_m2BD60919BDACAF705EC45A89DE2AC815F965B7C2 (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Application::add_logMessageReceivedThreaded(UnityEngine.Application/LogCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_logMessageReceivedThreaded_m6EAA7C1782E341A6A72AC0C9160CF3F781322ABB (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Application::add_logMessageReceived(UnityEngine.Application/LogCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_logMessageReceived_m2DDAF59D2C0AF572C6412E946898E2CE070C38AD (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___value0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogAssertion(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogAssertion_m2A8940871EC1BD01A405103429F2FCE2AFB12506 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Assertions.AssertionException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssertionException__ctor_mDB97D95CF48EE1F6C184D30F6C3E099E1C4DA7FD (AssertionException_t2E33237ABD721A57D41FC8745BCA4573DB40626E * __this, String_t* ___message0, String_t* ___userMessage1, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method); // System.String UnityEngine.Assertions.AssertionMessageUtil::GetEqualityMessage(System.Object,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssertionMessageUtil_GetEqualityMessage_mDBD27DDE3A03418E4A2F8DB377AE866F656C812A (RuntimeObject * ___actual0, RuntimeObject * ___expected1, bool ___expectEqual2, const RuntimeMethod* method); // System.Void UnityEngine.Assertions.Assert::Fail(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assert_Fail_m9A3A2A08A2E1D18D0BB7D0C635055839EAA2EF02 (String_t* ___message0, String_t* ___userMessage1, const RuntimeMethod* method); // System.Void UnityEngine.Assertions.Assert::AreEqual(T,T,System.String) inline void Assert_AreEqual_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m93A2791A7ACB2E54E08F096A025BA23220E0BF4A (int32_t ___expected0, int32_t ___actual1, String_t* ___message2, const RuntimeMethod* method) { (( void (*) (int32_t, int32_t, String_t*, const RuntimeMethod*))Assert_AreEqual_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m93A2791A7ACB2E54E08F096A025BA23220E0BF4A_gshared)(___expected0, ___actual1, ___message2, method); } // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Exception::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD (Exception_t * __this, const RuntimeMethod* method); // System.String UnityEngine.UnityString::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387 (String_t* ___fmt0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method); // System.String UnityEngine.Assertions.AssertionMessageUtil::GetMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssertionMessageUtil_GetMessage_mA6DC7467BAF09543EA091FC63587C9011E1CA261 (String_t* ___failureMessage0, const RuntimeMethod* method); // System.String UnityEngine.Assertions.AssertionMessageUtil::GetMessage(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssertionMessageUtil_GetMessage_m97506B9B19E9F75E8FE164BF64085466FC96EA18 (String_t* ___failureMessage0, String_t* ___expected1, const RuntimeMethod* method); // System.Void UnityEngine.AsyncOperation::InternalDestroy(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_InternalDestroy_m22D4FE202FC59024E9ED7F6537C87D26F96FC551 (intptr_t ___ptr0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m5A882D685B08943847510936E0C7EA3F00C0B599 (Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * __this, AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 *, AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D *, const RuntimeMethod*))Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared)(__this, ___obj0, method); } // System.Boolean UnityEngine.AsyncOperation::get_isDone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncOperation_get_isDone_m2A08EE3D38FD9FE81F2D619FA66255B6F61DAB54 (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, const RuntimeMethod* method); // System.Void UnityEngine.YieldInstruction::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YieldInstruction__ctor_mA72AD367FB081E0C2493649C6E8F7CFC592AB620 (YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method); // System.Boolean System.Attribute::IsDefined(System.Reflection.MemberInfo,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Attribute_IsDefined_m3456E1BF5B06C7ABFA5F19192A475A854D6C3F43 (MemberInfo_t * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mEC05D12D4D99D281A54478346E9E0E0BC3123399 (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m0B2D1D24DF475E0A9FF3ACB89CFFB9FD07958AD3 (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * __this, Type_t * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *, Type_t *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* List_1_ToArray_m0815A1791AB4F143DE6C6957E9DDC1C4F5CA061E (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * __this, const RuntimeMethod* method) { return (( TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* (*) (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method); } // System.Int32 UnityEngine.AttributeHelperEngine::GetExecuteMode(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeHelperEngine_GetExecuteMode_mDE99262C53FA67B470B8668A13F968B4D5A8E0A1 (Type_t * ___klass0, const RuntimeMethod* method); // T UnityEngine.AttributeHelperEngine::GetCustomAttributeOfType(System.Type) inline DefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398 * AttributeHelperEngine_GetCustomAttributeOfType_TisDefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398_m3182DFB95C025B79D83220A5E1664EBA1C012478 (Type_t * ___klass0, const RuntimeMethod* method) { return (( DefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398 * (*) (Type_t *, const RuntimeMethod*))AttributeHelperEngine_GetCustomAttributeOfType_TisRuntimeObject_m7AEF0374A18EED15CB2B6318117FDC6364AC2F3B_gshared)(___klass0, method); } // System.Int32 UnityEngine.DefaultExecutionOrder::get_order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultExecutionOrder_get_order_mFD2CD99AEF550E218FAFC6CB3DDA3CE8D78614A9 (DefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Delegate::get_Method() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048 (Delegate_t * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.BeforeRenderOrderAttribute::get_order() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t BeforeRenderOrderAttribute_get_order_m80D9D0346B34EF8D82A90450FC3F6FD96EBF6E24_inline (BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.BeforeRenderHelper::GetUpdateOrder(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BeforeRenderHelper_GetUpdateOrder_m5F3F25FB927FB199365D325B3A18133D7BAD4C56 (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___callback0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102 (RuntimeObject * ___obj0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_inline (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 (*) (List_1_t53AD896B2509A4686D143641030CF022753D3B04 *, int32_t, const RuntimeMethod*))List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_gshared_inline)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_mAA1994A73C84AA7153192D4C6E1C5F28A705DD45 (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __this, int32_t ___index0, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___value1, const RuntimeMethod* method) { (( void (*) (List_1_t53AD896B2509A4686D143641030CF022753D3B04 *, int32_t, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 , const RuntimeMethod*))List_1_set_Item_mAA1994A73C84AA7153192D4C6E1C5F28A705DD45_gshared)(__this, ___index0, ___value1, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mDC7DA39F5282E6349415C0E7E139B6D5D978E1F2_inline (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t53AD896B2509A4686D143641030CF022753D3B04 *, const RuntimeMethod*))List_1_get_Count_mDC7DA39F5282E6349415C0E7E139B6D5D978E1F2_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) inline void List_1_Insert_mC60D3BD21C0F45B2732381FA901DFFF61DE2A7E2 (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __this, int32_t ___index0, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___item1, const RuntimeMethod* method) { (( void (*) (List_1_t53AD896B2509A4686D143641030CF022753D3B04 *, int32_t, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 , const RuntimeMethod*))List_1_Insert_mC60D3BD21C0F45B2732381FA901DFFF61DE2A7E2_gshared)(__this, ___index0, ___item1, method); } // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m8EB2E0BBA1AB810C58BEED0114266E213812280F (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t53AD896B2509A4686D143641030CF022753D3B04 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m8EB2E0BBA1AB810C58BEED0114266E213812280F_gshared)(__this, ___index0, method); } // System.Void UnityEngine.Events.UnityAction::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_Invoke_mC9FF5AA1F82FDE635B3B6644CE71C94C31C3E71A (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mEE1A1CA738D3FB658F0B985315A8D9CF7015DDA0 (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t53AD896B2509A4686D143641030CF022753D3B04 *, const RuntimeMethod*))List_1__ctor_mEE1A1CA738D3FB658F0B985315A8D9CF7015DDA0_gshared)(__this, method); } // System.Void UnityEngine.Component::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component__ctor_m5E2740C0ACA4B368BC460315FAA2EDBFEAC0B8EF (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method); // System.Void UnityEngine.BootConfigData::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BootConfigData__ctor_m6C109EB48CAE91C89BB6C4BFD10C77EA6723E5AE (BootConfigData_tDAD0635222140DCA86FC3C27BA41140D7ACD3500 * __this, intptr_t ___nativeHandle0, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, float ___d1, const RuntimeMethod* method); // System.Void UnityEngine.Bounds::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bounds__ctor_m294E77A20EC1A3E96985FE1A925CB271D1B5266D (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___center0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___size1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Bounds::get_center() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Bounds_get_center_m4FB6E99F0533EE2D432988B08474D6DC9B8B744B (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Vector3::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3_GetHashCode_m6C42B4F413A489535D180E8A99BE0298AD078B0B (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Bounds::get_extents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Bounds_get_extents_mBA4B2196036DD5A858BDAD53BC71A778B41841C9 (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Bounds::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bounds_GetHashCode_m9F5F751E9D52F99FCC3DC07407410078451F06AC (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Bounds::Equals(UnityEngine.Bounds) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bounds_Equals_mC2E2B04AB16455E2C17CD0B3C1497835DEA39859 (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Bounds::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bounds_Equals_m1ECFAEFE19BAFB61FFECA5C0B8AE068483A39C61 (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector3::Equals(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3_Equals_m6B991540378DB8541CEB9472F7ED2BF5FF72B5DB (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___other0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Bounds::get_size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Bounds_get_size_m0739F2686AE2D3416A33AEF892653091347FD4A6 (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, const RuntimeMethod* method); // System.String UnityEngine.Bounds::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Bounds_ToString_m4637EA7C58B9C75651A040182471E9BAB9295666 (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, const RuntimeMethod* method); // System.Void UnityEngine.CachedAssetBundle::.ctor(System.String,UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedAssetBundle__ctor_mBB07A43F19F5095BC21A44543684F6B4269CE315 (CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 * __this, String_t* ___name0, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___hash1, const RuntimeMethod* method); // System.String UnityEngine.CachedAssetBundle::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CachedAssetBundle_get_name_m31556A8588D4BE9261B0AB02486118A30D3ED971 (CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 * __this, const RuntimeMethod* method); // UnityEngine.Hash128 UnityEngine.CachedAssetBundle::get_hash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 CachedAssetBundle_get_hash_mC7D2AD78B64D7CDEF0604C934BF97D6C388A3EC1 (CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_transparencySortAxis_Injected(UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_transparencySortAxis_Injected_m4894DACE92310DB64C26329CC8B26205D38EA095 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_transparencySortAxis_Injected(UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_transparencySortAxis_Injected_m2C2827CC835043F52020001975DFD37C78E33114 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_velocity_Injected(UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_velocity_Injected_mB9033CF572C59BB3340546C918FEB08D2D8E8339 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret0, const RuntimeMethod* method); // System.Single[] UnityEngine.Camera::GetLayerCullDistances() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* Camera_GetLayerCullDistances_mD3976A4C1503F6BF7866285D59C64712CB1444A5 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method); // System.Void UnityEngine.UnityException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityException__ctor_mE42363D886E6DD7F075A6AEA689434C8E96722D9 (UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::SetLayerCullDistances(System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetLayerCullDistances_mE49760BAB4F9D1B792F530A8211CA98A558EFC16 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___d0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_cullingMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_cullingMatrix_Injected_m4B0507215686CB6A9DF4D862C12E3DEF41D6370E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_cullingMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_cullingMatrix_Injected_mF421800C4F7623EF0E4496BA27835E4F0928B47B (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_backgroundColor_Injected(UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_backgroundColor_Injected_m35D7092E021C199D24A3457297EEEAA520CAC999 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_backgroundColor_Injected(UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_backgroundColor_Injected_m5E1BF10175DAB3F4E2D83810640D1FB5EF49A9F9 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_sensorSize_Injected(UnityEngine.Vector2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_sensorSize_Injected_m91BBA4137F71D84A5E777C811C60729B74B9C1CF (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_sensorSize_Injected(UnityEngine.Vector2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_sensorSize_Injected_mC8991C477E673BC712C1B4EF308B96C1EC39C872 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_lensShift_Injected(UnityEngine.Vector2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_lensShift_Injected_m90EAB180D323E3604114E672F26B57C4B3BEC968 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_lensShift_Injected(UnityEngine.Vector2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_lensShift_Injected_m2596CCAF97BF92B530F3D35480647376C6206041 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::GetGateFittedLensShift_Injected(UnityEngine.Vector2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_GetGateFittedLensShift_Injected_m3D3C6822BA5F403667A633C51555201852EB9AD2 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_rect_Injected(UnityEngine.Rect&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_rect_Injected_m88F10E0BE4F27E638C97010D4616DBB14338EEED (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_rect_Injected(UnityEngine.Rect&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_rect_Injected_m62EE0CFFE15C612C226DEAB0ADB3D3B81ABE0C4E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_pixelRect_Injected(UnityEngine.Rect&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_pixelRect_Injected_mDE6A7F125BC1DD2BCFEA3CB03DFA948E5635E631 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_pixelRect_Injected(UnityEngine.Rect&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_pixelRect_Injected_mBE9F9ED0BC921A91C9E1B85075E8E7F8ECD61D45 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::SetTargetBuffersImpl_Injected(UnityEngine.RenderBuffer&,UnityEngine.RenderBuffer&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetTargetBuffersImpl_Injected_m60C29298F30C4C8F6DD7F551AFFC53E68D696C65 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 * ___color0, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 * ___depth1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::SetTargetBuffersImpl(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetTargetBuffersImpl_m0D415881FA0DB752C4578024D1F67F36D3D43E6A (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 ___color0, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 ___depth1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::SetTargetBuffersMRTImpl_Injected(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetTargetBuffersMRTImpl_Injected_m32462C1CBC899B39924F80B2BC79BBAFD46E0FBA (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3* ___color0, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 * ___depth1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::SetTargetBuffersMRTImpl(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetTargetBuffersMRTImpl_m27951BDF61FB9B6291DC8120EDFB02AA5A7E36AC (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3* ___color0, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 ___depth1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_cameraToWorldMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_cameraToWorldMatrix_Injected_mBE3737B79C0DDC21E46A217AF8FCEC0939E36B2A (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_worldToCameraMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_worldToCameraMatrix_Injected_mF75446D0941E2CBEC1DDFE4FCFBE13E7ACAD0025 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_worldToCameraMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_worldToCameraMatrix_Injected_mA848604C2BE1736B773F75FD83D39C4EF8E68EFA (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_projectionMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_projectionMatrix_Injected_mB52990E81F3B593935C384045A72611A1E160E30 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_projectionMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_projectionMatrix_Injected_mB28032ABFAE3E47A6738FE0E1C0908638B3ADAA6 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_nonJitteredProjectionMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_nonJitteredProjectionMatrix_Injected_m0D047D1DFCAA06176DA978B02E5522EDB12DF23A (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_nonJitteredProjectionMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_nonJitteredProjectionMatrix_Injected_m1E3DA618413D91A8BBD8A94499279F1D13825B63 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_previousViewProjectionMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_previousViewProjectionMatrix_Injected_m561A3E17F833E7D09E644931D2ADEF9B5E3727C1 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::CalculateObliqueMatrix_Injected(UnityEngine.Vector4&,UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CalculateObliqueMatrix_Injected_mDF728B5CBF4649C36D672C83BB21E27A7FCA005C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___clipPlane0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::WorldToScreenPoint_Injected(UnityEngine.Vector3&,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_WorldToScreenPoint_Injected_m640C6AFA68F6C2AD25AFD9E06C1AEFEAC5B48B01 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___position0, int32_t ___eye1, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret2, const RuntimeMethod* method); // System.Void UnityEngine.Camera::WorldToViewportPoint_Injected(UnityEngine.Vector3&,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_WorldToViewportPoint_Injected_m5491C4691EB46452E1A48AE20A18769D41B5216C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___position0, int32_t ___eye1, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret2, const RuntimeMethod* method); // System.Void UnityEngine.Camera::ViewportToWorldPoint_Injected(UnityEngine.Vector3&,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ViewportToWorldPoint_Injected_m0354B7B25373D1283F1B6F3534547A0912CE2C6F (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___position0, int32_t ___eye1, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret2, const RuntimeMethod* method); // System.Void UnityEngine.Camera::ScreenToWorldPoint_Injected(UnityEngine.Vector3&,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ScreenToWorldPoint_Injected_m52AC81C9FABFBF9790CD386D357747F512F66199 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___position0, int32_t ___eye1, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::WorldToScreenPoint(UnityEngine.Vector3,UnityEngine.Camera/MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_WorldToScreenPoint_m315B44D111E92F6C81C39B7B0927622289C1BC52 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, int32_t ___eye1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::WorldToViewportPoint(UnityEngine.Vector3,UnityEngine.Camera/MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_WorldToViewportPoint_m20C50DA05728A82BCDE98CBED34841BA6FB0EA59 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, int32_t ___eye1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::ViewportToWorldPoint(UnityEngine.Vector3,UnityEngine.Camera/MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_ViewportToWorldPoint_m92FF3FAE278000FB9BF170393A19BA2B5858D653 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, int32_t ___eye1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::ScreenToWorldPoint(UnityEngine.Vector3,UnityEngine.Camera/MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_ScreenToWorldPoint_mC02706AEA795F8EBC4AB01944A985DA71C9D91D9 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, int32_t ___eye1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::ScreenToViewportPoint_Injected(UnityEngine.Vector3&,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ScreenToViewportPoint_Injected_m407A30EDD4AC317DE3DD0B4361664F438E5A6639 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___position0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::ViewportToScreenPoint_Injected(UnityEngine.Vector3&,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ViewportToScreenPoint_Injected_m09DA4634172863ED8813391EBD5C2F376DFDB6D0 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___position0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::ViewportPointToRay_Injected(UnityEngine.Vector2&,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Ray&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ViewportPointToRay_Injected_mCFE4B57234D3175B6DFC731DD0017202719D62E4 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___pos0, int32_t ___eye1, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * ___ret2, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___v0, const RuntimeMethod* method); // UnityEngine.Ray UnityEngine.Camera::ViewportPointToRay(UnityEngine.Vector2,UnityEngine.Camera/MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Camera_ViewportPointToRay_m8E4D61D47432CD20A0E65DA4BB127EF4857E333B (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pos0, int32_t ___eye1, const RuntimeMethod* method); // UnityEngine.Ray UnityEngine.Camera::ViewportPointToRay(UnityEngine.Vector3,UnityEngine.Camera/MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Camera_ViewportPointToRay_m7EEE6C27BDD240274EF8708D28109B0DB57BFDCE (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, int32_t ___eye1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::ScreenPointToRay_Injected(UnityEngine.Vector2&,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Ray&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ScreenPointToRay_Injected_m1135D2C450C7DED657837BEFE5AD7FAFB9B99387 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___pos0, int32_t ___eye1, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * ___ret2, const RuntimeMethod* method); // UnityEngine.Ray UnityEngine.Camera::ScreenPointToRay(UnityEngine.Vector2,UnityEngine.Camera/MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Camera_ScreenPointToRay_m84C3D8E0A4E8390A353C2361A0900372742065A0 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pos0, int32_t ___eye1, const RuntimeMethod* method); // UnityEngine.Ray UnityEngine.Camera::ScreenPointToRay(UnityEngine.Vector3,UnityEngine.Camera/MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Camera_ScreenPointToRay_m7069BC09C3D802595AC1FBAEFB3C59C8F1FE5FE2 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, int32_t ___eye1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::CalculateFrustumCornersInternal_Injected(UnityEngine.Rect&,System.Single,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CalculateFrustumCornersInternal_Injected_m7CC997A662E746BEA8772D6BEAD91F07D1217A37 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___viewport0, float ___z1, int32_t ___eye2, Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___outCorners3, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::CalculateFrustumCornersInternal(UnityEngine.Rect,System.Single,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CalculateFrustumCornersInternal_mE4401EBDBF3E837DB9E5B2289433214496ACF974 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___viewport0, float ___z1, int32_t ___eye2, Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___outCorners3, const RuntimeMethod* method); // System.Void UnityEngine.Camera::CalculateProjectionMatrixFromPhysicalPropertiesInternal_Injected(UnityEngine.Matrix4x4&,System.Single,UnityEngine.Vector2&,UnityEngine.Vector2&,System.Single,System.Single,System.Single,UnityEngine.Camera/GateFitMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CalculateProjectionMatrixFromPhysicalPropertiesInternal_Injected_mA272CF8143BF81D892C688187144A04010326C3B (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___output0, float ___focalLength1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___sensorSize2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___lensShift3, float ___nearClip4, float ___farClip5, float ___gateAspect6, int32_t ___gateFitMode7, const RuntimeMethod* method); // System.Single UnityEngine.Camera/GateFitParameters::get_aspect() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GateFitParameters_get_aspect_mEB02EBD88F796002FF1B7A9922B9AF1F8BBF44EF_inline (GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 * __this, const RuntimeMethod* method); // UnityEngine.Camera/GateFitMode UnityEngine.Camera/GateFitParameters::get_mode() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GateFitParameters_get_mode_mBA328856CDACAC630EBCA916618060A3FD548238_inline (GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::CalculateProjectionMatrixFromPhysicalPropertiesInternal(UnityEngine.Matrix4x4&,System.Single,UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Single,System.Single,UnityEngine.Camera/GateFitMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CalculateProjectionMatrixFromPhysicalPropertiesInternal_m2DE1A6754C29E3498E19DA0AD1A678FD326CEEA4 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___output0, float ___focalLength1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___sensorSize2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lensShift3, float ___nearClip4, float ___farClip5, float ___gateAspect6, int32_t ___gateFitMode7, const RuntimeMethod* method); // System.Void UnityEngine.Camera::get_scene_Injected(UnityEngine.SceneManagement.Scene&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_scene_Injected_mD928C81646D5619002B7C61B491D1CB265D018A8 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_scene_Injected(UnityEngine.SceneManagement.Scene&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_scene_Injected_m8E059E8559BAA52404141C186CD569677406B626 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::GetStereoNonJitteredProjectionMatrix_Injected(UnityEngine.Camera/StereoscopicEye,UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_GetStereoNonJitteredProjectionMatrix_Injected_m6753AE870333C22965565897C333F52DA596CE7D (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::GetStereoViewMatrix_Injected(UnityEngine.Camera/StereoscopicEye,UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_GetStereoViewMatrix_Injected_mBDAB69AC4EEEC3BAEAA553E6BBFB7EAEB9C81C84 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::GetStereoProjectionMatrix_Injected(UnityEngine.Camera/StereoscopicEye,UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_GetStereoProjectionMatrix_Injected_m61750B60EEE2E580C8B86140B93AC721F48F1CAA (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::SetStereoProjectionMatrix_Injected(UnityEngine.Camera/StereoscopicEye,UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetStereoProjectionMatrix_Injected_m4718B935BB7B70C11F85EA5D40B1FF7AABA3457E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___matrix1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::SetStereoViewMatrix_Injected(UnityEngine.Camera/StereoscopicEye,UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetStereoViewMatrix_Injected_mF8EE8DA7FB008C1DA0E7476F9432FC7A690CF596 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___matrix1, const RuntimeMethod* method); // System.Int32 UnityEngine.Camera::GetAllCamerasCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_GetAllCamerasCount_mBA721F43F94AA5DB555461DE11351CBAF8267662 (const RuntimeMethod* method); // System.Int32 UnityEngine.Camera::get_allCamerasCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_allCamerasCount_mF6CDC46D6F61B1F1A0337A9AD7DFA485E408E6A1 (const RuntimeMethod* method); // System.Int32 UnityEngine.Camera::GetAllCamerasImpl(UnityEngine.Camera[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_GetAllCamerasImpl_mC93829FFC53391EA6C5012E5FA3817BA20DBEA89 (CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9* ___cam0, const RuntimeMethod* method); // System.Void System.NullReferenceException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Camera::RenderToCubemapImpl(UnityEngine.Texture,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_RenderToCubemapImpl_mB0C0E880D12F23D0C707DC458F0E5AF137A8FC79 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___tex0, int32_t ___faceMask1, const RuntimeMethod* method); // System.Boolean UnityEngine.Camera::RenderToCubemapEyeImpl(UnityEngine.RenderTexture,System.Int32,UnityEngine.Camera/MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_RenderToCubemapEyeImpl_mFD521BEE5F28D3977284ADCFB5B88481A6E8A089 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___cubemap0, int32_t ___faceMask1, int32_t ___stereoEye2, const RuntimeMethod* method); // System.Boolean UnityEngine.Rendering.CameraEventUtils::IsValid(UnityEngine.Rendering.CameraEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CameraEventUtils_IsValid_mFD16775AFB55CA30A444FC115FF338D7E08CFFED (int32_t ___value0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void System.NullReferenceException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349 (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::AddCommandBufferImpl(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_AddCommandBufferImpl_m6ECDDF5CFB78C926E0C415DE4ABD87039228B4D7 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::AddCommandBufferAsyncImpl(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ComputeQueueType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_AddCommandBufferAsyncImpl_m35A7A01393DF0E96805DC29AC4891E5F1B279C8E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, int32_t ___queueType2, const RuntimeMethod* method); // System.Void UnityEngine.Camera::RemoveCommandBufferImpl(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_RemoveCommandBufferImpl_mABD512779233871E264157297BBB447F71716071 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, const RuntimeMethod* method); // System.Void UnityEngine.Camera/CameraCallback::Invoke(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraCallback_Invoke_m2B4F10A7BF2620A9BBF1C071D5B4EE828FFE821F (CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * __this, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cam0, const RuntimeMethod* method); // System.Boolean UnityEngine.Camera::GetCullingParameters_Internal(UnityEngine.Camera,System.Boolean,UnityEngine.Rendering.ScriptableCullingParameters&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_GetCullingParameters_Internal_m97DCDFD9FC11DFE1024ACDDB2E6233079883F774 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera0, bool ___stereoAware1, ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D * ___cullingParameters2, int32_t ___managedCullingParametersSize3, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour__ctor_m409AEC21511ACF9A4CC0654DF4B8253E0D81D22C (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 * __this, const RuntimeMethod* method); // System.Void UnityEngine.UnityLogWriter::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogWriter_Init_mAD1F3BFE2183E39CFA1E7BEFB948B368547D9E99 (const RuntimeMethod* method); // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method); // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_mC9AEEB3931D5B8C37483A884DD8EB40DC8946369 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___r0, float ___g1, float ___b2, const RuntimeMethod* method); // System.String UnityEngine.Color::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Color_ToString_m17A27E0CFB20D9946D130DAEDB5BDCACA5A4473F (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Color::op_Implicit(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Color_op_Implicit_m653C1CE2391B0A04114B9132C37E41AC92B33AFE (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___c0, const RuntimeMethod* method); // System.Int32 UnityEngine.Vector4::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector4_GetHashCode_m7329FEA2E90CDBDBF4F09F51D92C87E08F5DC92E (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Color::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Color_GetHashCode_m88317C719D2DAA18E293B3F5CD17B9FB80E26CF1 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Color::Equals(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_Equals_mA81EEDDC4250DE67C2F43BC88A102EA32A138052 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Color::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_Equals_m63ECBA87A0F27CD7D09EEA36BCB697652E076F4E (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean System.Single::Equals(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7 (float* __this, float ___obj0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector4::op_Equality(UnityEngine.Vector4,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector4_op_Equality_m9AE0D09EC7E02201F94AE469ADE9F416D0E20441 (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___lhs0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___rhs1, const RuntimeMethod* method); // System.Boolean UnityEngine.Color::op_Equality(UnityEngine.Color,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___lhs0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___rhs1, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::RGBMultiplied(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_RGBMultiplied_m41914B23903491843FAA3B0C02027EF8B70F34CF (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___multiplier0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::GammaToLinearSpace(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_GammaToLinearSpace_m537DFDE30A58265FDA50F4D245B9599BBA8A4772 (float ___value0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_linear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_linear_mB10CD29D56ADE2C811AD74A605BA11F6656E9D1A (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Max(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65 (float ___a0, float ___b1, const RuntimeMethod* method); // System.Single UnityEngine.Color::get_maxColorComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Color_get_maxColorComponent_mBA8595CB2790747F42145CB696C10E64C9BBD76D (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, 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_m545458525879607A5392A10B175D0C19B2BC715D (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method); // System.Void UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, uint8_t ___a3, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp01(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B (float ___value0, const RuntimeMethod* method); // System.String UnityEngine.Color32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Color32_ToString_m217F2AD5C02E630E37BE5CFB0933630F6D0C3555 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * __this, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.GameObject::GetComponent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_GetComponent_mECB756C7EB39F6BB79F8C065AB0013354763B151 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::TryGetComponent(System.Type,UnityEngine.Component&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_TryGetComponent_m2AA8E1EF55AE188975F247B84E88EA8830126174 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 ** ___component1, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.GameObject::GetComponentInChildren(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_GetComponentInChildren_mBC5C12CDA1749A827D136DABBF10498B1096A086 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, bool ___includeInactive1, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.Component::GetComponentInChildren(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * Component_GetComponentInChildren_mEF7890FAC10EA2F776464285B0DCC58B8C373D34 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___t0, bool ___includeInactive1, const RuntimeMethod* method); // UnityEngine.Component[] UnityEngine.GameObject::GetComponentsInChildren(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* GameObject_GetComponentsInChildren_m39CCEFC6BC28CBD9587311B1E1C842B63DC8BDDB (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, bool ___includeInactive1, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.GameObject::GetComponentInParent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_GetComponentInParent_mA5BF9DFCA90C9003EB8F392CD64C45DFCB80F988 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, const RuntimeMethod* method); // UnityEngine.Component[] UnityEngine.GameObject::GetComponentsInParent(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* GameObject_GetComponentsInParent_mFDE58BE6E14D1F34DE76EF62623BD0A46A99D24B (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, bool ___includeInactive1, const RuntimeMethod* method); // UnityEngine.Component[] UnityEngine.Component::GetComponentsInParent(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* Component_GetComponentsInParent_m4B0BAC2ACB33FBBB8725BBA6123675DFC4F321A2 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___t0, bool ___includeInactive1, const RuntimeMethod* method); // UnityEngine.Component[] UnityEngine.GameObject::GetComponents(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* GameObject_GetComponents_mD9AF87D297017455ADD8CF0DF05BB57B4382375F (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void UnityEngine.Component::GetComponentsForListInternal(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponentsForListInternal_m469B4C3A883942213BEA0EAAA54629219A042480 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___searchType0, RuntimeObject * ___resultList1, const RuntimeMethod* method); // System.String UnityEngine.GameObject::get_tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GameObject_get_tag_mA9DC75D3D591B5E7D1ADAD14EA66CC4186580275 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::set_tag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_set_tag_mEF09E323917FAA2CECA527F821111A92031C1138 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::CompareTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_CompareTag_mF66519C9DAE4CC8873C36A04C3CAF7DDEC3C7EFE (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___tag0, const RuntimeMethod* method); // System.Void UnityEngine.Component::SendMessageUpwards(System.String,System.Object,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_SendMessageUpwards_mB9D107510F9F6391B2054F0DD9663721A972726F (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, RuntimeObject * ___value1, int32_t ___options2, const RuntimeMethod* method); // System.Void UnityEngine.Component::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_SendMessage_m5F9746707394086235E11ED0DBB1C55C231AB606 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, RuntimeObject * ___value1, int32_t ___options2, const RuntimeMethod* method); // System.Void UnityEngine.Component::BroadcastMessage(System.String,System.Object,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_BroadcastMessage_mB8F26C0376146136DF5311F91A3A9667EAC3EDF8 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, RuntimeObject * ___parameter1, int32_t ___options2, const RuntimeMethod* method); // System.Void UnityEngine.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m091EBAEBC7919B0391ABDAFB7389ADC12206525B (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Coroutine::ReleaseCoroutine(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Coroutine_ReleaseCoroutine_mD33DD220788EEA099B98DD1258D6332A46D3D571 (intptr_t ___ptr0, const RuntimeMethod* method); // System.Boolean UnityEngine.Cubemap::Internal_CreateImpl(UnityEngine.Cubemap,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cubemap_Internal_CreateImpl_m2E42502B311D4511987453F591F469EFD3D46C7E (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * ___mono0, int32_t ___ext1, int32_t ___mipCount2, int32_t ___format3, int32_t ___flags4, intptr_t ___nativeTex5, const RuntimeMethod* method); // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.SystemInfo::GetGraphicsFormat(UnityEngine.Experimental.Rendering.DefaultFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_GetGraphicsFormat_m708339B9A94CEBC02A56629FE41F6809DE267F6C (int32_t ___format0, const RuntimeMethod* method); // System.Void UnityEngine.Cubemap::.ctor(System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap__ctor_mC713C6EC5AA4BB7091AF19FC75E1A5D3A133550B (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * __this, int32_t ___width0, int32_t ___format1, int32_t ___flags2, const RuntimeMethod* method); // System.Void UnityEngine.Texture::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture__ctor_m19850F4654F76731DD82B99217AD5A2EB6974C6C (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Texture::ValidateFormat(UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.FormatUsage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture_ValidateFormat_mA62E75B693BFABECB7CB732C165139B8492DE0ED (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, int32_t ___format0, int32_t ___usage1, const RuntimeMethod* method); // System.Void UnityEngine.Cubemap::Internal_Create(UnityEngine.Cubemap,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap_Internal_Create_m7D1672F9247A6CA2578874A69C901311B6196289 (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * ___mono0, int32_t ___ext1, int32_t ___mipCount2, int32_t ___format3, int32_t ___flags4, intptr_t ___nativeTex5, const RuntimeMethod* method); // System.Void UnityEngine.Cubemap::.ctor(System.Int32,UnityEngine.TextureFormat,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap__ctor_mFC82AF58FF4875D6750838AF47A05D5B203523A8 (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * __this, int32_t ___width0, int32_t ___textureFormat1, int32_t ___mipCount2, intptr_t ___nativeTex3, const RuntimeMethod* method); // System.Boolean UnityEngine.Texture::ValidateFormat(UnityEngine.TextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture_ValidateFormat_m23ED49E24864EE9D1C4EF775002A91EE049561B1 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, int32_t ___format0, const RuntimeMethod* method); // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetGraphicsFormat(UnityEngine.TextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetGraphicsFormat_mBA4E395B8A78B67B0969356DE19F6F1E73D284E0 (int32_t ___format0, bool ___isSRGB1, const RuntimeMethod* method); // System.Boolean UnityEngine.Experimental.Rendering.GraphicsFormatUtility::IsCrunchFormat(UnityEngine.TextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsFormatUtility_IsCrunchFormat_m97E8A6551AAEE6B1E4E92F92167FC97CC7D73DB1 (int32_t ___format0, const RuntimeMethod* method); // System.Boolean UnityEngine.CubemapArray::Internal_CreateImpl(UnityEngine.CubemapArray,System.Int32,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CubemapArray_Internal_CreateImpl_mDA1FF7D490A441C86198448B72B62C2D38B9A046 (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * ___mono0, int32_t ___ext1, int32_t ___count2, int32_t ___mipCount3, int32_t ___format4, int32_t ___flags5, const RuntimeMethod* method); // System.Void UnityEngine.CubemapArray::.ctor(System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubemapArray__ctor_m390539598EAAEE1AAE0B89D2241A60EE6BD1B219 (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * __this, int32_t ___width0, int32_t ___cubemapCount1, int32_t ___format2, int32_t ___flags3, const RuntimeMethod* method); // System.Void UnityEngine.CubemapArray::.ctor(System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubemapArray__ctor_m88D0AB083EEF112A636EE307337BAFAF036E0A2B (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * __this, int32_t ___width0, int32_t ___cubemapCount1, int32_t ___format2, int32_t ___flags3, int32_t ___mipCount4, const RuntimeMethod* method); // System.Void UnityEngine.CubemapArray::Internal_Create(UnityEngine.CubemapArray,System.Int32,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubemapArray_Internal_Create_m2503EFCE0A71CBCCCA87C93E15B9F83709274A58 (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * ___mono0, int32_t ___ext1, int32_t ___count2, int32_t ___mipCount3, int32_t ___format4, int32_t ___flags5, const RuntimeMethod* method); // System.Void UnityEngine.CubemapArray::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubemapArray__ctor_m1FC2738B93636229EC645E15D36C9A3F67FE0E54 (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * __this, int32_t ___width0, int32_t ___cubemapCount1, int32_t ___textureFormat2, int32_t ___mipCount3, bool ___linear4, const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_mC56A17E597E9F767B889DA10DB866F0B96CF0D65_inline (intptr_t* __this, const RuntimeMethod* method); // System.Void UnityEngine.CullingGroup/StateChanged::Invoke(UnityEngine.CullingGroupEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StateChanged_Invoke_m2E371D6B1AD1F23F20038D0DEEEFED15D76BC545 (StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 * __this, CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 ___sphere0, const RuntimeMethod* method); // UnityEngine.ILogger UnityEngine.Debug::get_unityLogger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960 (const RuntimeMethod* method); // System.Void UnityEngine.DebugLogHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugLogHandler__ctor_mE9664BE5E6020FB88C6A301465811C80DEDFA392 (DebugLogHandler_tA80C96792806DC12E21DE8B2FF47B69846467C70 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Logger::.ctor(UnityEngine.ILogHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger__ctor_m447215F90AA8D1508924BFB1CD1E49AFCCE04FFE (Logger_tEB67FD7450076B84B97F22DBE8B2911FC4FBC35F * __this, RuntimeObject* ___logHandler0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Void UnityEngine.DebugLogHandler::Internal_Log(UnityEngine.LogType,UnityEngine.LogOption,System.String,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugLogHandler_Internal_Log_m2B637FD9089DEAA9D9FDE458DF5415CDF97424C3 (int32_t ___level0, int32_t ___options1, String_t* ___msg2, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj3, const RuntimeMethod* method); // System.Void UnityEngine.DebugLogHandler::Internal_LogException(System.Exception,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugLogHandler_Internal_LogException_m8400B0D97B8D4A155A449BD28A32C68373A1A856 (Exception_t * ___exception0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj1, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr__ctor_mA56CC06850BB1156300659D754DDA844E8F755C6 (intptr_t* __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Display::GetRenderingExtImpl(System.IntPtr,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_GetRenderingExtImpl_m14405A2EC3C99F90D5CD080F3262BB7B4AC2BA49 (intptr_t ___nativeDisplay0, int32_t* ___w1, int32_t* ___h2, const RuntimeMethod* method); // System.Void UnityEngine.Display::GetSystemExtImpl(System.IntPtr,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_GetSystemExtImpl_m946E5A2D11FC99291208F123B660978106C0B5C6 (intptr_t ___nativeDisplay0, int32_t* ___w1, int32_t* ___h2, const RuntimeMethod* method); // System.Int32 UnityEngine.Display::RelativeMouseAtImpl(System.Int32,System.Int32,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_RelativeMouseAtImpl_mDC1A8A011C9B7FF7BC9A53A10FEDE8D817D68CDB (int32_t ___x0, int32_t ___y1, int32_t* ___rx2, int32_t* ___ry3, const RuntimeMethod* method); // System.Void UnityEngine.Display::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display__ctor_mE84D2B0874035D8A772F4BAE78E0B8A2C7008E46 (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * __this, intptr_t ___nativeDisplay0, const RuntimeMethod* method); // System.Void UnityEngine.Display/DisplaysUpdatedDelegate::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplaysUpdatedDelegate_Invoke_mBCC82165E169B27958A8FD4E5A90B83A108DAE89 (DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Display::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display__ctor_m1E66361E430C3698C98D242CEB6820E9B4FC7EB8 (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void UnityEngine.Events.ArgumentCache::TidyAssemblyTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentCache_TidyAssemblyTypeName_m2D4AFE74BEB5F32B14165BB52F6AB29A75306936 (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method); // System.Object System.Delegate::get_Target() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.BaseInvokableCall::.ctor(System.Object,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5 (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * __this, RuntimeObject * ___target0, MethodInfo_t * ___function1, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346 (Type_t * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, const RuntimeMethod* method); // System.Void UnityEngine.Events.InvokableCall::add_Delegate(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_add_Delegate_mCE91CE04CF7A8B962FF566B018C8C516351AD0F3 (InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * __this, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.Events.BaseInvokableCall::AllowInvoke(System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091 (Delegate_t * ___delegate0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m32A82BEF867C7AEA950D1BDC69303DD9833A8873 (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * __this, BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *, BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mD54E50BB7BABDBB33629C45B3DA7194715F1E15D (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_inline (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * (*) (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m81256FA6A1423E6A61F696EF1268497C43475FB9_inline (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_m0BF07A3A1C1DBB82B5F98ABC86FE98958CCB138B (Predicate_1_tF1969050567D17C36A2ECAF3F0C603D1F6489F6A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_tF1969050567D17C36A2ECAF3F0C603D1F6489F6A *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared)(__this, ___object0, ___method1, method); } // System.Int32 System.Collections.Generic.List`1::RemoveAll(System.Predicate`1) inline int32_t List_1_RemoveAll_mD02E9ED04E2C094CEF5B8E58114877889F5DFC97 (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * __this, Predicate_1_tF1969050567D17C36A2ECAF3F0C603D1F6489F6A * ___match0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *, Predicate_1_tF1969050567D17C36A2ECAF3F0C603D1F6489F6A *, const RuntimeMethod*))List_1_RemoveAll_m568E7007C316A2B83B0D08A324AA8A9C8D2796DF_gshared)(__this, ___match0, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mEB9D575B07EA016CA45755872C61752936AC5BC8 (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_m74017CD88D2317FF72D39ADDC4DC5404BE9C6AAA (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m629B40CD4286736C328FA496AAFC388F697CF984_gshared)(__this, ___collection0, method); } // UnityEngine.Object UnityEngine.Events.PersistentCall::get_target() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * PersistentCall_get_target_mCAD7D486F28743D49DCF268B791721313A7FC8C5 (PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * __this, const RuntimeMethod* method); // System.String UnityEngine.Events.PersistentCall::get_methodName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PersistentCall_get_methodName_m164BE545C327516CABE9464D88A417B7F00010E1 (PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo UnityEngine.Events.UnityEventBase::FindMethod(UnityEngine.Events.PersistentCall) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * UnityEventBase_FindMethod_m4E838DE0D107C86C7CAA5B05D4683066E9EB9C32 (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * ___call0, const RuntimeMethod* method); // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.PersistentCall::GetObjectCall(UnityEngine.Object,System.Reflection.MethodInfo,UnityEngine.Events.ArgumentCache) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * PersistentCall_GetObjectCall_m895EBE1B8E2A4FB297A8C268371CA4CD320F72C9 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___method1, ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * ___arguments2, const RuntimeMethod* method); // System.Single UnityEngine.Events.ArgumentCache::get_floatArgument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ArgumentCache_get_floatArgument_mDDAD91A992319CF1FFFDD4F0F87C5D162BFF187A (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.CachedInvokableCall`1::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) inline void CachedInvokableCall_1__ctor_m208307DC945B843624A47886B3AB95A974528DB6 (CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A * __this, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___theFunction1, float ___argument2, const RuntimeMethod* method) { (( void (*) (CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A *, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *, MethodInfo_t *, float, const RuntimeMethod*))CachedInvokableCall_1__ctor_m208307DC945B843624A47886B3AB95A974528DB6_gshared)(__this, ___target0, ___theFunction1, ___argument2, method); } // System.Int32 UnityEngine.Events.ArgumentCache::get_intArgument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArgumentCache_get_intArgument_mD9D072A7856D998847F159350EAD0D9AA552F76B (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.CachedInvokableCall`1::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) inline void CachedInvokableCall_1__ctor_m356112807416B358ED661EBB9CF67BCCE0B19394 (CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6 * __this, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___theFunction1, int32_t ___argument2, const RuntimeMethod* method) { (( void (*) (CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6 *, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *, MethodInfo_t *, int32_t, const RuntimeMethod*))CachedInvokableCall_1__ctor_m356112807416B358ED661EBB9CF67BCCE0B19394_gshared)(__this, ___target0, ___theFunction1, ___argument2, method); } // System.String UnityEngine.Events.ArgumentCache::get_stringArgument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ArgumentCache_get_stringArgument_mCD1D05766E21EEFDFD03D4DE66C088CF29F84D00 (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.CachedInvokableCall`1::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) inline void CachedInvokableCall_1__ctor_mDAAE3953F8E06CCF91E667D7FFEA60A4783C703E (CachedInvokableCall_1_tEA955BEC4B02C3BEF9C37E41A639EAE294B6E8C4 * __this, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___theFunction1, String_t* ___argument2, const RuntimeMethod* method) { (( void (*) (CachedInvokableCall_1_tEA955BEC4B02C3BEF9C37E41A639EAE294B6E8C4 *, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *, MethodInfo_t *, String_t*, const RuntimeMethod*))CachedInvokableCall_1__ctor_mB15077A11BD14A961B3E106B55FA77B468269505_gshared)(__this, ___target0, ___theFunction1, ___argument2, method); } // System.Boolean UnityEngine.Events.ArgumentCache::get_boolArgument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArgumentCache_get_boolArgument_mCCAB5FB41B0F1C8C8A2C31FB3D46DF99A7A71BE2 (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.CachedInvokableCall`1::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) inline void CachedInvokableCall_1__ctor_mA3C18A22B57202EE83921ED0909FCB6CD4154409 (CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7 * __this, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___theFunction1, bool ___argument2, const RuntimeMethod* method) { (( void (*) (CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7 *, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *, MethodInfo_t *, bool, const RuntimeMethod*))CachedInvokableCall_1__ctor_mA3C18A22B57202EE83921ED0909FCB6CD4154409_gshared)(__this, ___target0, ___theFunction1, ___argument2, method); } // System.Void UnityEngine.Events.InvokableCall::.ctor(System.Object,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall__ctor_m2F9F0CD09FCFFEBCBBA87EC75D9BA50058C5B873 (InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method); // System.String UnityEngine.Events.ArgumentCache::get_unityObjectArgumentAssemblyTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ArgumentCache_get_unityObjectArgumentAssemblyTypeName_mD54EA1424879A2E07B179AE93D374100259FF534 (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_m8A8A6481B24551476F2AF999A970AD705BA68C7A (String_t* ___typeName0, bool ___throwOnError1); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * Type_GetConstructor_m4371D7AD6A8E15067C698696B0167323CBC7F3DA (Type_t * __this, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types0, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Events.ArgumentCache::get_unityObjectArgument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ArgumentCache_get_unityObjectArgument_m89597514712FB91B443B9FB1A44D099F021DCFA5 (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method); // System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m9E7A03EC2DDACA7A9C1E1609D4AB2BE90CD2E2AF (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters0, const RuntimeMethod* method); // System.Void UnityEngine.Events.ArgumentCache::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentCache__ctor_m9618D660E40F991782873643F0FDCACA32A63541 (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m436E3B15DCD8A1038326FF4BDC1229B3E7584F3A (List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA List_1_GetEnumerator_m0B5548AF8B02D382174A7E564006EEF681596292 (List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 * __this, const RuntimeMethod* method) { return (( Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA (*) (List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * Enumerator_get_Current_mE73DAE2FA96A6AA3E22862757EB298AC6CD41F9A_inline (Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA * __this, const RuntimeMethod* method) { return (( PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * (*) (Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method); } // System.Boolean UnityEngine.Events.PersistentCall::IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PersistentCall_IsValid_mF3E3A11AF1547E84B2AC78AFAF6B2907C9B159AE (PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * __this, const RuntimeMethod* method); // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.PersistentCall::GetRuntimeCall(UnityEngine.Events.UnityEventBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * PersistentCall_GetRuntimeCall_m68F27109F868C451A47DAC3863B27839C515C3A6 (PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * __this, UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * ___theEvent0, const RuntimeMethod* method); // System.Void UnityEngine.Events.InvokableCallList::AddPersistentInvokableCall(UnityEngine.Events.BaseInvokableCall) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCallList_AddPersistentInvokableCall_m62BDD6521FB7B68B58673D5C5B1117FCE4826CAD (InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * __this, BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * ___call0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mE65201380E1436A130728E61D45EE131B2B3E26A (Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m7FC1078762C289F754BC7184EB4FF99752BE7F34 (Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method); } // System.Void UnityEngine.Events.UnityEventBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase__ctor_m57AF08DAFA9C1B4F4C8DA855116900BAE8DF9595 (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo UnityEngine.Events.UnityEventBase::GetValidMethodInfo(System.Object,System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5 (RuntimeObject * ___obj0, String_t* ___functionName1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes2, const RuntimeMethod* method); // System.Void UnityEngine.Events.InvokableCallList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCallList__ctor_m8A5D49D58DCCC3D962D84C6DAD703DCABE74EC2D (InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.PersistentCallGroup::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PersistentCallGroup__ctor_m46B7802855B55149B9C1ECD9C9C97B8025BF2D7A (PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEventBase::DirtyPersistentCalls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase_DirtyPersistentCalls_m31D9B2D3B265718318F4D7E87373E53F249E65EB (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, const RuntimeMethod* method); // UnityEngine.Events.ArgumentCache UnityEngine.Events.PersistentCall::get_arguments() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * PersistentCall_get_arguments_m53AFE12B586F0C8948D60852866EC71F38B3BAE1 (PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * __this, const RuntimeMethod* method); // UnityEngine.Events.PersistentListenerMode UnityEngine.Events.PersistentCall::get_mode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PersistentCall_get_mode_mC88324F8D18B5E4E79045AE1F99DF3EB36CEE644 (PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo UnityEngine.Events.UnityEventBase::FindMethod(System.String,System.Object,UnityEngine.Events.PersistentListenerMode,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * UnityEventBase_FindMethod_m82A135403D677ECE42CEE42A322E15EB2EA53797 (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, String_t* ___name0, RuntimeObject * ___listener1, int32_t ___mode2, Type_t * ___argumentType3, const RuntimeMethod* method); // System.Void UnityEngine.Events.InvokableCallList::ClearPersistent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCallList_ClearPersistent_m4038DB499DCD84B79C0F1A698AAA7B9519553D49 (InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.PersistentCallGroup::Initialize(UnityEngine.Events.InvokableCallList,UnityEngine.Events.UnityEventBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PersistentCallGroup_Initialize_m9F47B3D16F78FD424D50E9AE41EB066BA9C681A3 (PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * __this, InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * ___invokableList0, UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * ___unityEventBase1, const RuntimeMethod* method); // System.Void UnityEngine.Events.InvokableCallList::AddListener(UnityEngine.Events.BaseInvokableCall) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCallList_AddListener_mE4069F40E8762EF21140D688175D7A4E46FD2E83 (InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * __this, BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * ___call0, const RuntimeMethod* method); // System.Void UnityEngine.Events.InvokableCallList::RemoveListener(System.Object,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCallList_RemoveListener_mC886122D45A6682A85066E48637339065085D6DE (InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEventBase::RebuildPersistentCallsIfNeeded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase_RebuildPersistentCallsIfNeeded_mFC89AED628B42E5B1CBCC702222A6DF97605234F (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 UnityEngine.Events.InvokableCallList::PrepareInvoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * InvokableCallList_PrepareInvoke_m5BB28A5FBF10C84ECF5B52EBC52F9FCCDC840DC1 (InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * __this, const RuntimeMethod* method); // System.String System.Object::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_ToString_m1A80FB949DD14590DAE917A7B7274CC9FAD46EF4 (RuntimeObject * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m694F07057F23808980BF6B1637544F34852759FA (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers4, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPrimitive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A (Type_t * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_up_m6309EBC4E42D6D0B3D28056BD23D0331275306F7 (const RuntimeMethod* method); // System.Void UnityEngine.Quaternion::SetLookRotation(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quaternion_SetLookRotation_mDB3D5A8083E5AB5881FA9CC1EACFC196F61B8204 (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___view0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___up1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 (const RuntimeMethod* method); // System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI::Init(UnityEngine.Experimental.GlobalIllumination.DirectionalLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDataGI_Init_m93EBCF45B2A5F8A0C9879FD2CF1B853514837F4B (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * __this, DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * ___light0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Quaternion_get_identity_m548B37D80F2DEE60E41D1F09BF6889B557BE1A64 (const RuntimeMethod* method); // System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI::Init(UnityEngine.Experimental.GlobalIllumination.PointLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDataGI_Init_m236C2DEE096CDCF4B4489B9A5630E231531DF022 (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * __this, PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * ___light0, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI::Init(UnityEngine.Experimental.GlobalIllumination.SpotLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDataGI_Init_mBCCAA12227CF3845C831463F7B8572F00CB17CF3 (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * __this, SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * ___light0, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI::Init(UnityEngine.Experimental.GlobalIllumination.RectangleLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDataGI_Init_m24775B5AF758CAE25BA180BC17D9E032064B52B9 (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * __this, RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * ___light0, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI::Init(UnityEngine.Experimental.GlobalIllumination.DiscLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDataGI_Init_m00F56356E1220B292978ABE384B6500A1F1C9291 (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * __this, DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * ___light0, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI::InitNoBake(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDataGI_InitNoBake_m660C58A4878A0DB9E842F642AA6D2800D30F0C48 (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * __this, int32_t ___lightInstanceID0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Light::get_color() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Light_get_color_m7A83B30FE716A1A931D450A6035A0069A2DD7698 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method); // System.Single UnityEngine.Light::get_intensity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_intensity_m4E9152844D85D03FEDA5AE4599AFAFC3C66EFF23 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method); // System.Single UnityEngine.Light::get_bounceIntensity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_bounceIntensity_m9185F30A7DED7FB480B1026B2CC6DBA357FAE9A7 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method); // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LinearColor::Convert(UnityEngine.Color,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD LinearColor_Convert_m34C66A797B11DE3EE19A9ED913B286C5C76F3B4E (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color0, float ___intensity1, const RuntimeMethod* method); // System.Single UnityEngine.Light::get_spotAngle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_spotAngle_m1EAB341E449675D41E86A63F047BF3ABE2B99C3B (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Object::GetInstanceID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, const RuntimeMethod* method); // UnityEngine.LightShadows UnityEngine.Light::get_shadows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_shadows_m8FBBEDB8C442B0426E5D3E457330AA81D764C8F2 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_forward_m0BE1E88B86049ADA39391C3ACED2314A624BC67F (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method); // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::ExtractIndirect(UnityEngine.Light) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD LightmapperUtils_ExtractIndirect_m1BA4D17B92F68DE86B8696BCA09901CB9F70E352 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method); // System.Single UnityEngine.Light::get_range() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_range_m3AA5F21DB9441E888A0E89C465F928445150061A (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method); // System.Single UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::ExtractInnerCone(UnityEngine.Light) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LightmapperUtils_ExtractInnerCone_mAB6BC006F6841F7881DAC60077A61BA525E09C48 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, const RuntimeMethod* method); // System.Void* System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027 (intptr_t ___value0, const RuntimeMethod* method); // Unity.Collections.NativeArray`1 Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray(System.Void*,System.Int32,Unity.Collections.Allocator) inline NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mD7AFB293FDB633E3BAAE963C0F5DB9A4A25E9649 (void* ___dataPointer0, int32_t ___length1, int32_t ___allocator2, const RuntimeMethod* method) { return (( NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE (*) (void*, int32_t, int32_t, const RuntimeMethod*))NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mD7AFB293FDB633E3BAAE963C0F5DB9A4A25E9649_gshared)(___dataPointer0, ___length1, ___allocator2, method); } // System.Void UnityEngine.Experimental.GlobalIllumination.Lightmapping/RequestLightsDelegate::Invoke(UnityEngine.Light[],Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestLightsDelegate_Invoke_m2B97E4D1ED4DC45416B5EC472FC12B581373E403 (RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * __this, LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45* ___requests0, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE ___lightsOutput1, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.GlobalIllumination.Lightmapping/RequestLightsDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestLightsDelegate__ctor_m32E80A59669219265627BAF616170C5BA130CA77 (RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.GlobalIllumination.Lightmapping/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m9919FB3B009FEC46DBE2AAB63233F08B8B8D798D (U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A * __this, const RuntimeMethod* method); // UnityEngine.LightType UnityEngine.Light::get_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_type_m24F8A5EFB5D0B0B5F4820623132D1EAA327D06E3 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::Extract(UnityEngine.Light,UnityEngine.Experimental.GlobalIllumination.DirectionalLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightmapperUtils_Extract_mA213675C1DD2F46927D6B0D02619CD0F2247E98D (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * ___dir1, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::Extract(UnityEngine.Light,UnityEngine.Experimental.GlobalIllumination.PointLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightmapperUtils_Extract_mC23121E46C67B16DA74D2B74AA96BC9B734B4A86 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * ___point1, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::Extract(UnityEngine.Light,UnityEngine.Experimental.GlobalIllumination.SpotLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightmapperUtils_Extract_mC6A2DEE19D89B532926E1E1EF0F6815E069F27C2 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * ___spot1, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::Extract(UnityEngine.Light,UnityEngine.Experimental.GlobalIllumination.RectangleLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightmapperUtils_Extract_mFF46D8454835FF7AC4B35A807B1F29222425B594 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * ___rect1, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::Extract(UnityEngine.Light,UnityEngine.Experimental.GlobalIllumination.DiscLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightmapperUtils_Extract_mF66211092ADB3241E3E1902CB84FF8E1A84A301F (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * ___disc1, const RuntimeMethod* method); // System.Boolean UnityEngine.Rendering.GraphicsSettings::get_lightsUseLinearIntensity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsSettings_get_lightsUseLinearIntensity_mED8D75F87016FCF600955146863696AB214BA29A (const RuntimeMethod* method); // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LinearColor::Black() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD LinearColor_Black_m0C3B7331D5DEBB72F85BAFC175BC785D964D30D8 (const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Experimental.Playables.CameraPlayable::GetHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 CameraPlayable_GetHandle_mC710651CAEE2596697CFFC01014BEB041C67E2B4 (CameraPlayable_t3EEDF247328760DA29DC7E39B712076ED0FD9937 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.PlayableHandle::op_Equality(UnityEngine.Playables.PlayableHandle,UnityEngine.Playables.PlayableHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_op_Equality_mBA774AE123AF794A1EB55148206CDD52DAFA42DF (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 ___x0, PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 ___y1, const RuntimeMethod* method); // System.Boolean UnityEngine.Experimental.Playables.CameraPlayable::Equals(UnityEngine.Experimental.Playables.CameraPlayable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CameraPlayable_Equals_mBA0325A3187672B8FDE237D2D5229474C19E3A52 (CameraPlayable_t3EEDF247328760DA29DC7E39B712076ED0FD9937 * __this, CameraPlayable_t3EEDF247328760DA29DC7E39B712076ED0FD9937 ___other0, const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Experimental.Playables.MaterialEffectPlayable::GetHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 MaterialEffectPlayable_GetHandle_mB0F6F324656489CE4DE4EFA8ACCE37458D292439 (MaterialEffectPlayable_t40911576524A28294D958991232297B1728713FC * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Experimental.Playables.MaterialEffectPlayable::Equals(UnityEngine.Experimental.Playables.MaterialEffectPlayable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaterialEffectPlayable_Equals_m9C2DB0EB37CFB9679961D667B61E2360384C71DA (MaterialEffectPlayable_t40911576524A28294D958991232297B1728713FC * __this, MaterialEffectPlayable_t40911576524A28294D958991232297B1728713FC ___other0, const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Experimental.Playables.TextureMixerPlayable::GetHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 TextureMixerPlayable_GetHandle_mBC5D38A23834675B7A8D5314DCF4655C83AE649C (TextureMixerPlayable_tC536766EC72A3E271307F13E649F22BA411B9326 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Experimental.Playables.TextureMixerPlayable::Equals(UnityEngine.Experimental.Playables.TextureMixerPlayable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextureMixerPlayable_Equals_mEDE18FD43C9501F04871D2357DC66BABE43F397B (TextureMixerPlayable_tC536766EC72A3E271307F13E649F22BA411B9326 * __this, TextureMixerPlayable_tC536766EC72A3E271307F13E649F22BA411B9326 ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem::BuiltinUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BuiltinRuntimeReflectionSystem_BuiltinUpdate_mE62DD3456554487F133F6CCF3D07E0CE6B7A07AB (const RuntimeMethod* method); // System.Void UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuiltinRuntimeReflectionSystem_Dispose_m46A331A4A718F67B97CC07E98D419C0BBF38A8B0 (BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuiltinRuntimeReflectionSystem__ctor_mB95177E1C8083A75B0980623778F2B6F3A80FE52 (BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45 * __this, const RuntimeMethod* method); // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetGraphicsFormat_Native_TextureFormat(UnityEngine.TextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetGraphicsFormat_Native_TextureFormat_mAB77B8E00F9BE01455C0E011CF426FFBC53FA533 (int32_t ___format0, bool ___isSRGB1, const RuntimeMethod* method); // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetGraphicsFormat_Native_RenderTextureFormat(UnityEngine.RenderTextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetGraphicsFormat_Native_RenderTextureFormat_m36427FF5F0909DFE7AB6849EAC2D01A4E8D5ECF8 (int32_t ___format0, bool ___isSRGB1, const RuntimeMethod* method); // UnityEngine.ColorSpace UnityEngine.QualitySettings::get_activeColorSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualitySettings_get_activeColorSpace_m13DBB3B679AA5D5CEA05C2B4517A1FDE1B2CF9B0 (const RuntimeMethod* method); // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetGraphicsFormat(UnityEngine.RenderTextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetGraphicsFormat_mA94B78BFCA8AFEBB85150D361A9A20C83FC5277E (int32_t ___format0, bool ___isSRGB1, const RuntimeMethod* method); // UnityEngine.Experimental.Rendering.IScriptableRuntimeReflectionSystem UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper::get_implementation() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* ScriptableRuntimeReflectionSystemWrapper_get_implementation_mABDBD524BA9D869BCC02159B00C3B5F6DEE21895_inline (ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper::set_implementation(UnityEngine.Experimental.Rendering.IScriptableRuntimeReflectionSystem) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ScriptableRuntimeReflectionSystemWrapper_set_implementation_m7866062401FA10180983AFE19BA672AE63CED29B_inline (ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRuntimeReflectionSystemWrapper__ctor_mB936D4EA457BCCBEB0413F3F5B216164D88C4A3F (ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Flare::Internal_Create(UnityEngine.Flare) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Flare_Internal_Create_mE9E1A20AF86D2D0FE3B9A62E69172042F47A2B92 (Flare_t0D4DE26B68BE167415B3E1ED4D37B691DF8C920F * ___self0, const RuntimeMethod* method); // System.Void UnityEngine.GL::ImmediateColor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_ImmediateColor_mAA84609D132DF4DFFC1166250C49E2C9A1AB696C (float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method); // System.Void UnityEngine.GL::GLClear_Injected(System.Boolean,System.Boolean,UnityEngine.Color&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_GLClear_Injected_m41882BC98AF0F0063C02A7026FACD0B02F193F4E (bool ___clearDepth0, bool ___clearColor1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___backgroundColor2, float ___depth3, const RuntimeMethod* method); // System.Void UnityEngine.GL::GLClear(System.Boolean,System.Boolean,UnityEngine.Color,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_GLClear_m462612971B9FBEEC513850A08E3E41A17BD62B6B (bool ___clearDepth0, bool ___clearColor1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___backgroundColor2, float ___depth3, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.GameObject::GetComponentByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_GetComponentByName_mAC730F7E7AACEFACBC17536AADBBB7254B25E3D3 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___type0, const RuntimeMethod* method); // System.Array UnityEngine.GameObject::GetComponentsInternal(System.Type,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * GameObject_GetComponentsInternal_mAB759217A3AD0831ABD9387163126D391459E1B8 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, bool ___useSearchTypeAsArrayReturnType1, bool ___recursive2, bool ___includeInactive3, bool ___reverse4, RuntimeObject * ___resultList5, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.GameObject::TryGetComponentInternal(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_TryGetComponentInternal_m5003A254549BB4B574A424294C7D93394F7DDDA2 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::FindGameObjectWithTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * GameObject_FindGameObjectWithTag_m9F2877F52346B973DE3023209D73852E96ECC10D (String_t* ___tag0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SendMessageUpwards(System.String,System.Object,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SendMessageUpwards_mD32EFE21FC143F08243DB4F6333D5993D3935906 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, RuntimeObject * ___value1, int32_t ___options2, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SendMessage_mB9147E503F1F55C4F3BC2816C0BDA8C21EA22E95 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, RuntimeObject * ___value1, int32_t ___options2, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::BroadcastMessage(System.String,System.Object,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_BroadcastMessage_mDF70A40A7E27DF70B4338EBB840500A54060E33D (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, RuntimeObject * ___parameter1, int32_t ___options2, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.GameObject::Internal_AddComponentWithType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_Internal_AddComponentWithType_m452B72618245B846503E5CA7DEA4662A77FB9896 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___componentType0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::Internal_CreateGameObject(UnityEngine.GameObject,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_Internal_CreateGameObject_m9DC9E92BD086A7ADD9ABCE858646A951FA77F437 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___self0, String_t* ___name1, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.GameObject::AddComponent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_AddComponent_m489C9D5426F2050795FA696CD478BB49AAE4BD70 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___componentType0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::get_scene_Injected(UnityEngine.SceneManagement.Scene&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_get_scene_Injected_m7B3888363DF23412EF1F431ADE1055C1DFF8EBE2 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Gizmos::DrawWireCube_Injected(UnityEngine.Vector3&,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawWireCube_Injected_mAE2BDD01D1585F1D517808A469A920AEB25BC30A (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___center0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___size1, const RuntimeMethod* method); // System.Void UnityEngine.Gizmos::DrawCube_Injected(UnityEngine.Vector3&,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawCube_Injected_mE55FBE8587EE18949870A74264C12BC5A9B71384 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___center0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___size1, const RuntimeMethod* method); // System.Void UnityEngine.Gizmos::set_color_Injected(UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_set_color_Injected_m0BB0F6D3A3ECB3532D5E00FD3B3A3DDFB75590E8 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Gizmos::set_matrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_set_matrix_Injected_m0679096F7253C9CC28A008B2C63C2A1773DF4B96 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___value0, const RuntimeMethod* method); // System.IntPtr UnityEngine.Gradient::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Gradient_Init_m56D09BE88E111535F8D2278E03BE81C9D70EFAAD (const RuntimeMethod* method); // System.Void UnityEngine.Gradient::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gradient_Cleanup_mD38D8100E8FAAC7FBD5047380555802E638DF718 (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, const RuntimeMethod* method); // System.Void UnityEngine.Gradient::Evaluate_Injected(System.Single,UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gradient_Evaluate_Injected_m6AC6D52B9FC89CEE2FB16551EFA7C49934591C33 (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, float ___time0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___ret1, const RuntimeMethod* method); // System.Boolean UnityEngine.Gradient::Equals(UnityEngine.Gradient) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Gradient_Equals_m7F23C7692189DDD94FC31758493D4C99C2F3FB1E (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Gradient::Internal_Equals(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Gradient_Internal_Equals_m210D28E9843DBA28E2F60FDBB366FE2B5B739B1A (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, intptr_t ___other0, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit2(UnityEngine.Texture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit2_mB347B268DCC9B4EFB2BAB7AEAB30F0268BBBF8EB (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___source0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___dest1, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Internal_BlitMultiTap4(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,UnityEngine.Vector2[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Internal_BlitMultiTap4_m61127E23BF10D0B742EB33C23227750793A4FB40 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___source0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___dest1, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat2, Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___offsets3, const RuntimeMethod* method); // System.Int32 UnityEngine.Graphics::Internal_GetMaxDrawMeshInstanceCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Graphics_Internal_GetMaxDrawMeshInstanceCount_mB5F6508A9AB7DBEBC192C6C7BDEF872295FB9801 (const RuntimeMethod* method); // System.Void UnityEngine.Hash128::.ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hash128__ctor_m10B99DC4351F6B8B0D8DF605177BBE2A7762441D (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, uint32_t ___u32_00, uint32_t ___u32_11, uint32_t ___u32_22, uint32_t ___u32_33, const RuntimeMethod* method); // System.Boolean UnityEngine.Hash128::op_LessThan(UnityEngine.Hash128,UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hash128_op_LessThan_m2F98815644822762B642B483F79A72CFB4BADB39 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___x0, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___y1, const RuntimeMethod* method); // System.Boolean UnityEngine.Hash128::op_GreaterThan(UnityEngine.Hash128,UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hash128_op_GreaterThan_m1B6A95E0C9A75EE36E33D0E75ADB0D1872B843A1 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___x0, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___y1, const RuntimeMethod* method); // System.Int32 UnityEngine.Hash128::CompareTo(UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hash128_CompareTo_m0BC4F8F4228CF2B48C615E39CD3CE260386CC5BC (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___rhs0, const RuntimeMethod* method); // System.String UnityEngine.Hash128::Internal_Hash128ToString(UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hash128_Internal_Hash128ToString_m0C8F22C98723DA1488DC4FC86886662AC030E798 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___hash1280, const RuntimeMethod* method); // System.String UnityEngine.Hash128::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hash128_ToString_mD81890597BCFD67BE47646DA5366347C545EB5E8 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, const RuntimeMethod* method); // System.String UnityEngine.Hash128::Internal_Hash128ToString_Injected(UnityEngine.Hash128&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hash128_Internal_Hash128ToString_Injected_m6B07AAF4C1F86D9B7E482FD030AFB9CB15527583 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * ___hash1280, const RuntimeMethod* method); // System.Boolean UnityEngine.Hash128::op_Equality(UnityEngine.Hash128,UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hash128_op_Equality_m77950F7840A081CBFE1D01A2B72DA521A4AF5065 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___hash10, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___hash21, const RuntimeMethod* method); // System.Boolean UnityEngine.Hash128::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hash128_Equals_m4701FDD64B5C5F81B1E494D5586C5CB4519BC007 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean UnityEngine.Hash128::Equals(UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hash128_Equals_m85BCDD87EB2A629FB8BB72FD63244787BC47E52D (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___obj0, const RuntimeMethod* method); // System.Int32 System.UInt32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt32_GetHashCode_m791E3E038DAA8DC313758009B1C532CD91194B0D (uint32_t* __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Hash128::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hash128_GetHashCode_m65DA1711C64E83AB514A3D498C568CB10EAA0D69 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Hash128::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hash128_CompareTo_m3595697B0FC7ACAED77C03FEC7FF80A073A4F6AE (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Object UnityEngine.Internal.DefaultValueAttribute::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultValueAttribute_get_Value_m1E1505D5F1838C28CA4C52DED4A20E81F81BFCC3 (DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A * __this, const RuntimeMethod* method); // System.Int32 System.Attribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Attribute_GetHashCode_mEA741DA9A7D5E2BF980C11EB942F5C67F3142C7B (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Keyframe::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Keyframe__ctor_m10FFFE5FE1213C3AE88359375398F213B24F18D5 (Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 * __this, float ___time0, float ___value1, float ___inTangent2, float ___outTangent3, const RuntimeMethod* method); // System.Int32 UnityEngine.LayerMask::get_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_get_value_m682288E860BBE36F5668DCDBC59245DE6319E537 (LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Light::get_color_Injected(UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_get_color_Injected_m266FA6B59B6A43AE5C2717FE58D91E93626D48DE (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Light::set_color_Injected(UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_color_Injected_mA6F1C470D37DF5D6F1D2AA5919C5EC989A28CD0A (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Light::get_boundingSphereOverride_Injected(UnityEngine.Vector4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_get_boundingSphereOverride_Injected_m7118737F3A4FFA9A8511ECF67A05081B10F86AC2 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Light::set_boundingSphereOverride_Injected(UnityEngine.Vector4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_boundingSphereOverride_Injected_mB33A79BD21090F4890C2B94F4E3DF304AAB69DB4 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Light::get_shadowMatrixOverride_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_get_shadowMatrixOverride_Injected_m9FAF5CB679EFDE6CC29F439D76EEFB9C166C9AE6 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Light::set_shadowMatrixOverride_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_shadowMatrixOverride_Injected_m769B340B7D9733713F41E27F2C85A9FE5A084944 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Light::get_bakingOutput_Injected(UnityEngine.LightBakingOutput&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_get_bakingOutput_Injected_m376A3C0E44091FC917D7A44B9905AAC8D2789C15 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 * ___ret0, const RuntimeMethod* method); // System.Void UnityEngine.Light::set_bakingOutput_Injected(UnityEngine.LightBakingOutput&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_bakingOutput_Injected_m471AF8641E60C4436D0BFE45E178694684B45393 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Light::AddCommandBuffer(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ShadowMapPass) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_AddCommandBuffer_m1D757910EF0D70B6F0E68AB66252E42EC734ABC6 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, int32_t ___shadowPassMask2, const RuntimeMethod* method); // System.Void UnityEngine.Light::AddCommandBufferAsync(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ShadowMapPass,UnityEngine.Rendering.ComputeQueueType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_AddCommandBufferAsync_mFA1E6B0EE40D271F8C807D40FF25873CA4C504F3 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, int32_t ___shadowPassMask2, int32_t ___queueType3, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Unity.Collections.LowLevel.Unsafe.NativeContainerAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeContainerAttribute__ctor_mD22697FA575BA0404B981921B295C1A4B89C9F42 (NativeContainerAttribute_tA41A5C1CDBB226F97686298958A26B3462A2F0BD * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsDeallocateOnJobCompletionAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeContainerSupportsDeallocateOnJobCompletionAttribute__ctor_m56D5D2E8D7FE0BF8368167A7139204F4740A875B (NativeContainerSupportsDeallocateOnJobCompletionAttribute_t9A5F86298A0ACEA749C828A02C92D5BA57C7EFA2 * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__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 Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsDeferredConvertListToArray::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeContainerSupportsDeferredConvertListToArray__ctor_m81D3D40F97FDB1675D128ACD785A9658E5E9DBB2 (NativeContainerSupportsDeferredConvertListToArray_t8D1FF5AD33328E8B2F6D181F377CE87FB20AF0CC * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__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 Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsMinMaxWriteRestrictionAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeContainerSupportsMinMaxWriteRestrictionAttribute__ctor_m3D87D41F66CB34605B2C23D12BD04E9546AF321D (NativeContainerSupportsMinMaxWriteRestrictionAttribute_tD4B1BA8B6DA73E5A72877276F83A33189750D4F6 * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Unity.Collections.LowLevel.Unsafe.NativeDisableUnsafePtrRestrictionAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeDisableUnsafePtrRestrictionAttribute__ctor_m25F3A64C3715BB3C92C7150DB1F46BC88091B653 (NativeDisableUnsafePtrRestrictionAttribute_t6275EEE5A68EC18F3221CA98A04B586A127D7A56 * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Free(System.Void*,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89 (void* ___memory0, int32_t ___allocator1, const RuntimeMethod* method) { typedef void (*UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89_ftn) (void*, int32_t); static UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89_ftn)il2cpp_codegen_resolve_icall ("Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Free(System.Void*,Unity.Collections.Allocator)"); _il2cpp_icall_func(___memory0, ___allocator1); } #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 Unity.Collections.LowLevel.Unsafe.WriteAccessRequiredAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteAccessRequiredAttribute__ctor_mBB72625FD2C0CE5081BCEBF5C6122581723574B5 (WriteAccessRequiredAttribute_tF7C9F7B8CF860866B56AC525CEA325C657EE94F2 * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Unity.Collections.NativeLeakDetection::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeLeakDetection_Initialize_m70E48965BE4B399698C8034015B4F0EBD8D4C6E7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NativeLeakDetection_Initialize_m70E48965BE4B399698C8034015B4F0EBD8D4C6E7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((NativeLeakDetection_tE520FB2F1FBF6EE18C680B9BE25D981674987477_StaticFields*)il2cpp_codegen_static_fields_for(NativeLeakDetection_tE520FB2F1FBF6EE18C680B9BE25D981674987477_il2cpp_TypeInfo_var))->set_s_NativeLeakDetectionMode_0(1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Unity.Jobs.JobHandle::ScheduleBatchedJobs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobHandle_ScheduleBatchedJobs_mE52469B0B3D765B57BC658E82815840C83A6A4D0 (const RuntimeMethod* method) { typedef void (*JobHandle_ScheduleBatchedJobs_mE52469B0B3D765B57BC658E82815840C83A6A4D0_ftn) (); static JobHandle_ScheduleBatchedJobs_mE52469B0B3D765B57BC658E82815840C83A6A4D0_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (JobHandle_ScheduleBatchedJobs_mE52469B0B3D765B57BC658E82815840C83A6A4D0_ftn)il2cpp_codegen_resolve_icall ("Unity.Jobs.JobHandle::ScheduleBatchedJobs()"); _il2cpp_icall_func(); } #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 Unity.Profiling.ProfilerMarker::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mF9F9BDCB1E4618F9533D83D47EAD7325A32FDC2A (ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; intptr_t L_1 = ProfilerMarker_Internal_Create_m92F2A7651D4BF3F3D0CB62078DD79B71839FA370(L_0, (uint16_t)0, /*hidden argument*/NULL); __this->set_m_Ptr_0((intptr_t)L_1); return; } } IL2CPP_EXTERN_C void ProfilerMarker__ctor_mF9F9BDCB1E4618F9533D83D47EAD7325A32FDC2A_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, const RuntimeMethod* method) { int32_t _offset = 1; ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * _thisAdjusted = reinterpret_cast(__this + _offset); ProfilerMarker__ctor_mF9F9BDCB1E4618F9533D83D47EAD7325A32FDC2A_inline(_thisAdjusted, ___name0, method); } // System.Void Unity.Profiling.ProfilerMarker::Begin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerMarker_Begin_m590B79FC0E13EDAEFB8BF6522995C8FD56667D39 (ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_m_Ptr_0(); ProfilerMarker_Internal_Begin_m79272E72708A53AFDEEEB81CF66C7D62920AC5B5((intptr_t)L_0, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void ProfilerMarker_Begin_m590B79FC0E13EDAEFB8BF6522995C8FD56667D39_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * _thisAdjusted = reinterpret_cast(__this + _offset); ProfilerMarker_Begin_m590B79FC0E13EDAEFB8BF6522995C8FD56667D39_inline(_thisAdjusted, method); } // System.Void Unity.Profiling.ProfilerMarker::End() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerMarker_End_mAC7099DA8D4864AA1D0289F368F85E31A9BFE502 (ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_m_Ptr_0(); ProfilerMarker_Internal_End_mE25FE55A23DF111614CE890359972D96A65B499A((intptr_t)L_0, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void ProfilerMarker_End_mAC7099DA8D4864AA1D0289F368F85E31A9BFE502_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * _thisAdjusted = reinterpret_cast(__this + _offset); ProfilerMarker_End_mAC7099DA8D4864AA1D0289F368F85E31A9BFE502_inline(_thisAdjusted, method); } // Unity.Profiling.ProfilerMarker_AutoScope Unity.Profiling.ProfilerMarker::Auto() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F ProfilerMarker_Auto_m27C8BA4E46F26F3005760C48C4B92EBC284A5D02 (ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * __this, const RuntimeMethod* method) { AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F V_0; memset((&V_0), 0, sizeof(V_0)); { intptr_t L_0 = __this->get_m_Ptr_0(); AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F L_1; memset((&L_1), 0, sizeof(L_1)); AutoScope__ctor_mDB99051F3C5C2BFFF71574AC515AB523F04E3320_inline((&L_1), (intptr_t)L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_000f; } IL_000f: { AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F ProfilerMarker_Auto_m27C8BA4E46F26F3005760C48C4B92EBC284A5D02_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * _thisAdjusted = reinterpret_cast(__this + _offset); return ProfilerMarker_Auto_m27C8BA4E46F26F3005760C48C4B92EBC284A5D02_inline(_thisAdjusted, method); } // System.IntPtr Unity.Profiling.ProfilerMarker::Internal_Create(System.String,System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ProfilerMarker_Internal_Create_m92F2A7651D4BF3F3D0CB62078DD79B71839FA370 (String_t* ___name0, uint16_t ___flags1, const RuntimeMethod* method) { typedef intptr_t (*ProfilerMarker_Internal_Create_m92F2A7651D4BF3F3D0CB62078DD79B71839FA370_ftn) (String_t*, uint16_t); static ProfilerMarker_Internal_Create_m92F2A7651D4BF3F3D0CB62078DD79B71839FA370_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (ProfilerMarker_Internal_Create_m92F2A7651D4BF3F3D0CB62078DD79B71839FA370_ftn)il2cpp_codegen_resolve_icall ("Unity.Profiling.ProfilerMarker::Internal_Create(System.String,System.UInt16)"); intptr_t retVal = _il2cpp_icall_func(___name0, ___flags1); return retVal; } // System.Void Unity.Profiling.ProfilerMarker::Internal_Begin(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerMarker_Internal_Begin_m79272E72708A53AFDEEEB81CF66C7D62920AC5B5 (intptr_t ___markerPtr0, const RuntimeMethod* method) { typedef void (*ProfilerMarker_Internal_Begin_m79272E72708A53AFDEEEB81CF66C7D62920AC5B5_ftn) (intptr_t); static ProfilerMarker_Internal_Begin_m79272E72708A53AFDEEEB81CF66C7D62920AC5B5_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (ProfilerMarker_Internal_Begin_m79272E72708A53AFDEEEB81CF66C7D62920AC5B5_ftn)il2cpp_codegen_resolve_icall ("Unity.Profiling.ProfilerMarker::Internal_Begin(System.IntPtr)"); _il2cpp_icall_func(___markerPtr0); } // System.Void Unity.Profiling.ProfilerMarker::Internal_End(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerMarker_Internal_End_mE25FE55A23DF111614CE890359972D96A65B499A (intptr_t ___markerPtr0, const RuntimeMethod* method) { typedef void (*ProfilerMarker_Internal_End_mE25FE55A23DF111614CE890359972D96A65B499A_ftn) (intptr_t); static ProfilerMarker_Internal_End_mE25FE55A23DF111614CE890359972D96A65B499A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (ProfilerMarker_Internal_End_mE25FE55A23DF111614CE890359972D96A65B499A_ftn)il2cpp_codegen_resolve_icall ("Unity.Profiling.ProfilerMarker::Internal_End(System.IntPtr)"); _il2cpp_icall_func(___markerPtr0); } #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 Unity.Profiling.ProfilerMarker_AutoScope::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoScope__ctor_mDB99051F3C5C2BFFF71574AC515AB523F04E3320 (AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F * __this, intptr_t ___markerPtr0, const RuntimeMethod* method) { { intptr_t L_0 = ___markerPtr0; __this->set_m_Ptr_0((intptr_t)L_0); intptr_t L_1 = ___markerPtr0; ProfilerMarker_Internal_Begin_m79272E72708A53AFDEEEB81CF66C7D62920AC5B5((intptr_t)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void AutoScope__ctor_mDB99051F3C5C2BFFF71574AC515AB523F04E3320_AdjustorThunk (RuntimeObject * __this, intptr_t ___markerPtr0, const RuntimeMethod* method) { int32_t _offset = 1; AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F * _thisAdjusted = reinterpret_cast(__this + _offset); AutoScope__ctor_mDB99051F3C5C2BFFF71574AC515AB523F04E3320_inline(_thisAdjusted, ___markerPtr0, method); } // System.Void Unity.Profiling.ProfilerMarker_AutoScope::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoScope_Dispose_m3663B79F5E62F2FA39FAAB5956A5EA141BA98AF2 (AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_m_Ptr_0(); ProfilerMarker_Internal_End_mE25FE55A23DF111614CE890359972D96A65B499A((intptr_t)L_0, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void AutoScope_Dispose_m3663B79F5E62F2FA39FAAB5956A5EA141BA98AF2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F * _thisAdjusted = reinterpret_cast(__this + _offset); AutoScope_Dispose_m3663B79F5E62F2FA39FAAB5956A5EA141BA98AF2_inline(_thisAdjusted, method); } #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 UnityEngine.AddComponentMenu::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddComponentMenu__ctor_m33A9DE8FEE9BC9C12F67CF58BFEBECA372C236A3 (AddComponentMenu_tFC506BD3AC7C5903974088EF5A1815BC72AF8245 * __this, String_t* ___menuName0, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); String_t* L_0 = ___menuName0; __this->set_m_AddComponentMenu_0(L_0); __this->set_m_Ordering_1(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.AnimationCurve IL2CPP_EXTERN_C void AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshal_pinvoke(const AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C& unmarshaled, AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_pinvoke& marshaled) { marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0(); } IL2CPP_EXTERN_C void AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshal_pinvoke_back(const AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_pinvoke& marshaled, AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C& unmarshaled) { intptr_t unmarshaled_m_Ptr_temp_0; memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0)); unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0; unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0); } // Conversion method for clean up from marshalling of: UnityEngine.AnimationCurve IL2CPP_EXTERN_C void AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshal_pinvoke_cleanup(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.AnimationCurve IL2CPP_EXTERN_C void AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshal_com(const AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C& unmarshaled, AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_com& marshaled) { marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0(); } IL2CPP_EXTERN_C void AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshal_com_back(const AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_com& marshaled, AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C& unmarshaled) { intptr_t unmarshaled_m_Ptr_temp_0; memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0)); unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0; unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0); } // Conversion method for clean up from marshalling of: UnityEngine.AnimationCurve IL2CPP_EXTERN_C void AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshal_com_cleanup(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_com& marshaled) { } // System.Void UnityEngine.AnimationCurve::Internal_Destroy(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationCurve_Internal_Destroy_m295BAECEF97D64ACFE55D7EA91B9E9C077DB6A7C (intptr_t ___ptr0, const RuntimeMethod* method) { typedef void (*AnimationCurve_Internal_Destroy_m295BAECEF97D64ACFE55D7EA91B9E9C077DB6A7C_ftn) (intptr_t); static AnimationCurve_Internal_Destroy_m295BAECEF97D64ACFE55D7EA91B9E9C077DB6A7C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (AnimationCurve_Internal_Destroy_m295BAECEF97D64ACFE55D7EA91B9E9C077DB6A7C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.AnimationCurve::Internal_Destroy(System.IntPtr)"); _il2cpp_icall_func(___ptr0); } // System.IntPtr UnityEngine.AnimationCurve::Internal_Create(UnityEngine.Keyframe[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AnimationCurve_Internal_Create_mA7A2A0191C4AAE7BD5B18F0DCC05AD4290D1691B (KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D* ___keys0, const RuntimeMethod* method) { typedef intptr_t (*AnimationCurve_Internal_Create_mA7A2A0191C4AAE7BD5B18F0DCC05AD4290D1691B_ftn) (KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D*); static AnimationCurve_Internal_Create_mA7A2A0191C4AAE7BD5B18F0DCC05AD4290D1691B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (AnimationCurve_Internal_Create_mA7A2A0191C4AAE7BD5B18F0DCC05AD4290D1691B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.AnimationCurve::Internal_Create(UnityEngine.Keyframe[])"); intptr_t retVal = _il2cpp_icall_func(___keys0); return retVal; } // System.Boolean UnityEngine.AnimationCurve::Internal_Equals(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AnimationCurve_Internal_Equals_m7ACF09175F2DC61D95006ABB5BBE1CF7434B2D1D (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * __this, intptr_t ___other0, const RuntimeMethod* method) { typedef bool (*AnimationCurve_Internal_Equals_m7ACF09175F2DC61D95006ABB5BBE1CF7434B2D1D_ftn) (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C *, intptr_t); static AnimationCurve_Internal_Equals_m7ACF09175F2DC61D95006ABB5BBE1CF7434B2D1D_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (AnimationCurve_Internal_Equals_m7ACF09175F2DC61D95006ABB5BBE1CF7434B2D1D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.AnimationCurve::Internal_Equals(System.IntPtr)"); bool retVal = _il2cpp_icall_func(__this, ___other0); return retVal; } // System.Void UnityEngine.AnimationCurve::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationCurve_Finalize_mDF0DECA505DA883A56B2E3FCE1EF19CC3959F11D (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { } IL_0001: try { // begin try (depth: 1) intptr_t L_0 = __this->get_m_Ptr_0(); AnimationCurve_Internal_Destroy_m295BAECEF97D64ACFE55D7EA91B9E9C077DB6A7C((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x18, FINALLY_0010); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0010; } FINALLY_0010: { // begin finally (depth: 1) Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(16) } // end finally (depth: 1) IL2CPP_CLEANUP(16) { IL2CPP_JUMP_TBL(0x18, IL_0018) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0018: { return; } } // System.Single UnityEngine.AnimationCurve::Evaluate(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationCurve_Evaluate_m51CAA6B1C54B7EF44FE4D74B422C1DA1FA6F8776 (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * __this, float ___time0, const RuntimeMethod* method) { typedef float (*AnimationCurve_Evaluate_m51CAA6B1C54B7EF44FE4D74B422C1DA1FA6F8776_ftn) (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C *, float); static AnimationCurve_Evaluate_m51CAA6B1C54B7EF44FE4D74B422C1DA1FA6F8776_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (AnimationCurve_Evaluate_m51CAA6B1C54B7EF44FE4D74B422C1DA1FA6F8776_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.AnimationCurve::Evaluate(System.Single)"); float retVal = _il2cpp_icall_func(__this, ___time0); return retVal; } // System.Void UnityEngine.AnimationCurve::.ctor(UnityEngine.Keyframe[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationCurve__ctor_mE9462D171C06A2A746B9DA1B0A6B0F4FC7DB94CF (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * __this, KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D* ___keys0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D* L_0 = ___keys0; intptr_t L_1 = AnimationCurve_Internal_Create_mA7A2A0191C4AAE7BD5B18F0DCC05AD4290D1691B(L_0, /*hidden argument*/NULL); __this->set_m_Ptr_0((intptr_t)L_1); return; } } // System.Void UnityEngine.AnimationCurve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationCurve__ctor_mA12B39D1FD275B9A8150227B24805C7B218CDF2C (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); intptr_t L_0 = AnimationCurve_Internal_Create_mA7A2A0191C4AAE7BD5B18F0DCC05AD4290D1691B((KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D*)(KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D*)NULL, /*hidden argument*/NULL); __this->set_m_Ptr_0((intptr_t)L_0); return; } } // System.Boolean UnityEngine.AnimationCurve::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AnimationCurve_Equals_m5E3528A0595AC6714584CAD54549D756C9B3DDD5 (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationCurve_Equals_m5E3528A0595AC6714584CAD54549D756C9B3DDD5_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; { RuntimeObject * L_0 = ___o0; V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_000e; } } { V_1 = (bool)0; goto IL_0044; } IL_000e: { RuntimeObject * L_2 = ___o0; V_2 = (bool)((((RuntimeObject*)(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C *)__this) == ((RuntimeObject*)(RuntimeObject *)L_2))? 1 : 0); bool L_3 = V_2; if (!L_3) { goto IL_001b; } } { V_1 = (bool)1; goto IL_0044; } IL_001b: { RuntimeObject * L_4 = ___o0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL); Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL); V_3 = (bool)((((int32_t)((((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_7 = V_3; if (!L_7) { goto IL_0035; } } { V_1 = (bool)0; goto IL_0044; } IL_0035: { RuntimeObject * L_8 = ___o0; bool L_9 = AnimationCurve_Equals_m60310C21F9B109BAC9BA4FACE9BEF88931B22DED(__this, ((AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C *)CastclassClass((RuntimeObject*)L_8, AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_9; goto IL_0044; } IL_0044: { bool L_10 = V_1; return L_10; } } // System.Boolean UnityEngine.AnimationCurve::Equals(UnityEngine.AnimationCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AnimationCurve_Equals_m60310C21F9B109BAC9BA4FACE9BEF88931B22DED (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * __this, AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationCurve_Equals_m60310C21F9B109BAC9BA4FACE9BEF88931B22DED_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; { AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * L_0 = ___other0; V_0 = (bool)((((RuntimeObject*)(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_000e; } } { V_1 = (bool)0; goto IL_0049; } IL_000e: { AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * L_2 = ___other0; V_2 = (bool)((((RuntimeObject*)(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C *)__this) == ((RuntimeObject*)(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C *)L_2))? 1 : 0); bool L_3 = V_2; if (!L_3) { goto IL_001b; } } { V_1 = (bool)1; goto IL_0049; } IL_001b: { intptr_t* L_4 = __this->get_address_of_m_Ptr_0(); AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * L_5 = ___other0; NullCheck(L_5); intptr_t L_6 = L_5->get_m_Ptr_0(); intptr_t L_7 = L_6; RuntimeObject * L_8 = Box(IntPtr_t_il2cpp_TypeInfo_var, &L_7); bool L_9 = IntPtr_Equals_m4C1C372B05E29E20EC5E9B48EF8AAEA3E49B874D((intptr_t*)L_4, L_8, /*hidden argument*/NULL); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_003a; } } { V_1 = (bool)1; goto IL_0049; } IL_003a: { AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * L_11 = ___other0; NullCheck(L_11); intptr_t L_12 = L_11->get_m_Ptr_0(); bool L_13 = AnimationCurve_Internal_Equals_m7ACF09175F2DC61D95006ABB5BBE1CF7434B2D1D(__this, (intptr_t)L_12, /*hidden argument*/NULL); V_1 = L_13; goto IL_0049; } IL_0049: { bool L_14 = V_1; return L_14; } } // System.Int32 UnityEngine.AnimationCurve::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AnimationCurve_GetHashCode_m22EEE795E7C76841C40A1563E3E90CBB089B19A6 (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { intptr_t* L_0 = __this->get_address_of_m_Ptr_0(); int32_t L_1 = IntPtr_GetHashCode_m0A6AE0C85A4AEEA127235FB5A32056F630E3749A((intptr_t*)L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_000f; } IL_000f: { int32_t L_2 = V_0; 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 UnityEngine.Application::Quit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_Quit_m514D6F92E1A06D53D1BCA2F2A646ABA6678717B2 (int32_t ___exitCode0, const RuntimeMethod* method) { typedef void (*Application_Quit_m514D6F92E1A06D53D1BCA2F2A646ABA6678717B2_ftn) (int32_t); static Application_Quit_m514D6F92E1A06D53D1BCA2F2A646ABA6678717B2_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_Quit_m514D6F92E1A06D53D1BCA2F2A646ABA6678717B2_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::Quit(System.Int32)"); _il2cpp_icall_func(___exitCode0); } // System.Void UnityEngine.Application::Quit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_Quit_mA005EB22CB989AC3794334754F15E1C0D2FF1C95 (const RuntimeMethod* method) { { Application_Quit_m514D6F92E1A06D53D1BCA2F2A646ABA6678717B2(0, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Application::Unload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_Unload_m8316E8FB818FE010D41B17195B9CD6F6003EBDB5 (const RuntimeMethod* method) { typedef void (*Application_Unload_m8316E8FB818FE010D41B17195B9CD6F6003EBDB5_ftn) (); static Application_Unload_m8316E8FB818FE010D41B17195B9CD6F6003EBDB5_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_Unload_m8316E8FB818FE010D41B17195B9CD6F6003EBDB5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::Unload()"); _il2cpp_icall_func(); } // System.Boolean UnityEngine.Application::CanStreamedLevelBeLoaded(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_CanStreamedLevelBeLoaded_m0EAEC19EDA182DD48F196F9762C50F3F2F3EB409 (int32_t ___levelIndex0, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { int32_t L_0 = ___levelIndex0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000f; } } { int32_t L_1 = ___levelIndex0; int32_t L_2 = SceneManager_get_sceneCountInBuildSettings_mDEF095420E9AC2FDA96136F51B55254CE11ED529(/*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0); goto IL_0010; } IL_000f: { G_B3_0 = 0; } IL_0010: { V_0 = (bool)G_B3_0; goto IL_0013; } IL_0013: { bool L_3 = V_0; return L_3; } } // System.Boolean UnityEngine.Application::CanStreamedLevelBeLoaded(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_CanStreamedLevelBeLoaded_m5282457E740E29B350CA9B379A18F1B5E38F172F (String_t* ___levelName0, const RuntimeMethod* method) { typedef bool (*Application_CanStreamedLevelBeLoaded_m5282457E740E29B350CA9B379A18F1B5E38F172F_ftn) (String_t*); static Application_CanStreamedLevelBeLoaded_m5282457E740E29B350CA9B379A18F1B5E38F172F_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_CanStreamedLevelBeLoaded_m5282457E740E29B350CA9B379A18F1B5E38F172F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::CanStreamedLevelBeLoaded(System.String)"); bool retVal = _il2cpp_icall_func(___levelName0); return retVal; } // System.Boolean UnityEngine.Application::get_isPlaying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5 (const RuntimeMethod* method) { typedef bool (*Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5_ftn) (); static Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_isPlaying()"); bool retVal = _il2cpp_icall_func(); return retVal; } // System.Boolean UnityEngine.Application::IsPlaying(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_IsPlaying_m63D91E604B906994CA7104BC60B0894B3193CEB9 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method) { typedef bool (*Application_IsPlaying_m63D91E604B906994CA7104BC60B0894B3193CEB9_ftn) (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *); static Application_IsPlaying_m63D91E604B906994CA7104BC60B0894B3193CEB9_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_IsPlaying_m63D91E604B906994CA7104BC60B0894B3193CEB9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::IsPlaying(UnityEngine.Object)"); bool retVal = _il2cpp_icall_func(___obj0); return retVal; } // System.Boolean UnityEngine.Application::get_isFocused() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isFocused_m08C840F4CF5666877D9623C918106047D4FE3302 (const RuntimeMethod* method) { typedef bool (*Application_get_isFocused_m08C840F4CF5666877D9623C918106047D4FE3302_ftn) (); static Application_get_isFocused_m08C840F4CF5666877D9623C918106047D4FE3302_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_isFocused_m08C840F4CF5666877D9623C918106047D4FE3302_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_isFocused()"); bool retVal = _il2cpp_icall_func(); return retVal; } // System.String[] UnityEngine.Application::GetBuildTags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Application_GetBuildTags_m14088ED0C9CB38211D00A50F10ACF8F963835B32 (const RuntimeMethod* method) { typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*Application_GetBuildTags_m14088ED0C9CB38211D00A50F10ACF8F963835B32_ftn) (); static Application_GetBuildTags_m14088ED0C9CB38211D00A50F10ACF8F963835B32_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_GetBuildTags_m14088ED0C9CB38211D00A50F10ACF8F963835B32_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::GetBuildTags()"); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* retVal = _il2cpp_icall_func(); return retVal; } // System.Void UnityEngine.Application::SetBuildTags(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_SetBuildTags_m2967DFB36CE152B849EEED9A1BD2E9789AD2122A (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___buildTags0, const RuntimeMethod* method) { typedef void (*Application_SetBuildTags_m2967DFB36CE152B849EEED9A1BD2E9789AD2122A_ftn) (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*); static Application_SetBuildTags_m2967DFB36CE152B849EEED9A1BD2E9789AD2122A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_SetBuildTags_m2967DFB36CE152B849EEED9A1BD2E9789AD2122A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::SetBuildTags(System.String[])"); _il2cpp_icall_func(___buildTags0); } // System.String UnityEngine.Application::get_buildGUID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_buildGUID_m67AE1DAD4CD5DCCED5E55D6D4677610D54000232 (const RuntimeMethod* method) { typedef String_t* (*Application_get_buildGUID_m67AE1DAD4CD5DCCED5E55D6D4677610D54000232_ftn) (); static Application_get_buildGUID_m67AE1DAD4CD5DCCED5E55D6D4677610D54000232_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_buildGUID_m67AE1DAD4CD5DCCED5E55D6D4677610D54000232_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_buildGUID()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // System.Boolean UnityEngine.Application::get_runInBackground() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_runInBackground_m58DA93E02B92B98222A1F937265A1F6C13487D9B (const RuntimeMethod* method) { typedef bool (*Application_get_runInBackground_m58DA93E02B92B98222A1F937265A1F6C13487D9B_ftn) (); static Application_get_runInBackground_m58DA93E02B92B98222A1F937265A1F6C13487D9B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_runInBackground_m58DA93E02B92B98222A1F937265A1F6C13487D9B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_runInBackground()"); bool retVal = _il2cpp_icall_func(); return retVal; } // System.Void UnityEngine.Application::set_runInBackground(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_set_runInBackground_mFA0776084D9A103EE79F8692C3F33BA3248565EC (bool ___value0, const RuntimeMethod* method) { typedef void (*Application_set_runInBackground_mFA0776084D9A103EE79F8692C3F33BA3248565EC_ftn) (bool); static Application_set_runInBackground_mFA0776084D9A103EE79F8692C3F33BA3248565EC_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_set_runInBackground_mFA0776084D9A103EE79F8692C3F33BA3248565EC_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::set_runInBackground(System.Boolean)"); _il2cpp_icall_func(___value0); } // System.Boolean UnityEngine.Application::HasProLicense() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_HasProLicense_m2997DCC5DDAECB068C8A0B396AED23A03186CAD7 (const RuntimeMethod* method) { typedef bool (*Application_HasProLicense_m2997DCC5DDAECB068C8A0B396AED23A03186CAD7_ftn) (); static Application_HasProLicense_m2997DCC5DDAECB068C8A0B396AED23A03186CAD7_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_HasProLicense_m2997DCC5DDAECB068C8A0B396AED23A03186CAD7_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::HasProLicense()"); bool retVal = _il2cpp_icall_func(); return retVal; } // System.Boolean UnityEngine.Application::get_isBatchMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isBatchMode_m79DCFBCC7DEC6F98BA09697D73FDEEAF655E633C (const RuntimeMethod* method) { typedef bool (*Application_get_isBatchMode_m79DCFBCC7DEC6F98BA09697D73FDEEAF655E633C_ftn) (); static Application_get_isBatchMode_m79DCFBCC7DEC6F98BA09697D73FDEEAF655E633C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_isBatchMode_m79DCFBCC7DEC6F98BA09697D73FDEEAF655E633C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_isBatchMode()"); bool retVal = _il2cpp_icall_func(); return retVal; } // System.String UnityEngine.Application::get_dataPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_dataPath_m33D721D71C0687F0013C8953FDB0807B7B3F2A01 (const RuntimeMethod* method) { typedef String_t* (*Application_get_dataPath_m33D721D71C0687F0013C8953FDB0807B7B3F2A01_ftn) (); static Application_get_dataPath_m33D721D71C0687F0013C8953FDB0807B7B3F2A01_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_dataPath_m33D721D71C0687F0013C8953FDB0807B7B3F2A01_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_dataPath()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // System.String UnityEngine.Application::get_streamingAssetsPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_streamingAssetsPath_m87163AE531BEB6A6588FABAD3207D829721CF31F (const RuntimeMethod* method) { typedef String_t* (*Application_get_streamingAssetsPath_m87163AE531BEB6A6588FABAD3207D829721CF31F_ftn) (); static Application_get_streamingAssetsPath_m87163AE531BEB6A6588FABAD3207D829721CF31F_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_streamingAssetsPath_m87163AE531BEB6A6588FABAD3207D829721CF31F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_streamingAssetsPath()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // System.String UnityEngine.Application::get_persistentDataPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B (const RuntimeMethod* method) { typedef String_t* (*Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B_ftn) (); static Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_persistentDataPath()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // System.String UnityEngine.Application::get_temporaryCachePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_temporaryCachePath_m6769909A405A6A5A0477F8E5F312920C8115E50C (const RuntimeMethod* method) { typedef String_t* (*Application_get_temporaryCachePath_m6769909A405A6A5A0477F8E5F312920C8115E50C_ftn) (); static Application_get_temporaryCachePath_m6769909A405A6A5A0477F8E5F312920C8115E50C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_temporaryCachePath_m6769909A405A6A5A0477F8E5F312920C8115E50C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_temporaryCachePath()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // System.String UnityEngine.Application::get_absoluteURL() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_absoluteURL_mB136EA11A36BCCF6D59F340A25AEB5FC48ECC7E7 (const RuntimeMethod* method) { typedef String_t* (*Application_get_absoluteURL_mB136EA11A36BCCF6D59F340A25AEB5FC48ECC7E7_ftn) (); static Application_get_absoluteURL_mB136EA11A36BCCF6D59F340A25AEB5FC48ECC7E7_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_absoluteURL_mB136EA11A36BCCF6D59F340A25AEB5FC48ECC7E7_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_absoluteURL()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // System.String UnityEngine.Application::get_unityVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_unityVersion_mC66901DE17E8F4F5BCA46CF3A4DCB34AF245CF99 (const RuntimeMethod* method) { typedef String_t* (*Application_get_unityVersion_mC66901DE17E8F4F5BCA46CF3A4DCB34AF245CF99_ftn) (); static Application_get_unityVersion_mC66901DE17E8F4F5BCA46CF3A4DCB34AF245CF99_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_unityVersion_mC66901DE17E8F4F5BCA46CF3A4DCB34AF245CF99_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_unityVersion()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // System.String UnityEngine.Application::get_version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_version_m17A1D2CEBF41849D65315834DD4513F16443A13B (const RuntimeMethod* method) { typedef String_t* (*Application_get_version_m17A1D2CEBF41849D65315834DD4513F16443A13B_ftn) (); static Application_get_version_m17A1D2CEBF41849D65315834DD4513F16443A13B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_version_m17A1D2CEBF41849D65315834DD4513F16443A13B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_version()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // System.String UnityEngine.Application::get_installerName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_installerName_m756A48EB7B2EB3CB9388E4D4B643CF75E18C6E89 (const RuntimeMethod* method) { typedef String_t* (*Application_get_installerName_m756A48EB7B2EB3CB9388E4D4B643CF75E18C6E89_ftn) (); static Application_get_installerName_m756A48EB7B2EB3CB9388E4D4B643CF75E18C6E89_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_installerName_m756A48EB7B2EB3CB9388E4D4B643CF75E18C6E89_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_installerName()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // System.String UnityEngine.Application::get_identifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_identifier_m02D55D452A7710BB0890E529D9E8F891AF6C2AE8 (const RuntimeMethod* method) { typedef String_t* (*Application_get_identifier_m02D55D452A7710BB0890E529D9E8F891AF6C2AE8_ftn) (); static Application_get_identifier_m02D55D452A7710BB0890E529D9E8F891AF6C2AE8_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_identifier_m02D55D452A7710BB0890E529D9E8F891AF6C2AE8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_identifier()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // UnityEngine.ApplicationInstallMode UnityEngine.Application::get_installMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_installMode_m3C5411CCABDD4B70627CE90FA665534B95A9BF9B (const RuntimeMethod* method) { typedef int32_t (*Application_get_installMode_m3C5411CCABDD4B70627CE90FA665534B95A9BF9B_ftn) (); static Application_get_installMode_m3C5411CCABDD4B70627CE90FA665534B95A9BF9B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_installMode_m3C5411CCABDD4B70627CE90FA665534B95A9BF9B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_installMode()"); int32_t retVal = _il2cpp_icall_func(); return retVal; } // UnityEngine.ApplicationSandboxType UnityEngine.Application::get_sandboxType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_sandboxType_m75903E8D4EF73D6BDB014750A498B9F142000B6B (const RuntimeMethod* method) { typedef int32_t (*Application_get_sandboxType_m75903E8D4EF73D6BDB014750A498B9F142000B6B_ftn) (); static Application_get_sandboxType_m75903E8D4EF73D6BDB014750A498B9F142000B6B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_sandboxType_m75903E8D4EF73D6BDB014750A498B9F142000B6B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_sandboxType()"); int32_t retVal = _il2cpp_icall_func(); return retVal; } // System.String UnityEngine.Application::get_productName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_productName_m9F65580744751D3771DA955C0D947787F3F5E9A5 (const RuntimeMethod* method) { typedef String_t* (*Application_get_productName_m9F65580744751D3771DA955C0D947787F3F5E9A5_ftn) (); static Application_get_productName_m9F65580744751D3771DA955C0D947787F3F5E9A5_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_productName_m9F65580744751D3771DA955C0D947787F3F5E9A5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_productName()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // System.String UnityEngine.Application::get_companyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_companyName_mA96C2B8FA33DDDD775C4BCC34A906A3DDAA0B365 (const RuntimeMethod* method) { typedef String_t* (*Application_get_companyName_mA96C2B8FA33DDDD775C4BCC34A906A3DDAA0B365_ftn) (); static Application_get_companyName_mA96C2B8FA33DDDD775C4BCC34A906A3DDAA0B365_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_companyName_mA96C2B8FA33DDDD775C4BCC34A906A3DDAA0B365_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_companyName()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // System.String UnityEngine.Application::get_cloudProjectId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_cloudProjectId_m1371260E47D49048AE53E2495CF9B51F1EECCAB2 (const RuntimeMethod* method) { typedef String_t* (*Application_get_cloudProjectId_m1371260E47D49048AE53E2495CF9B51F1EECCAB2_ftn) (); static Application_get_cloudProjectId_m1371260E47D49048AE53E2495CF9B51F1EECCAB2_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_cloudProjectId_m1371260E47D49048AE53E2495CF9B51F1EECCAB2_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_cloudProjectId()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // System.Boolean UnityEngine.Application::RequestAdvertisingIdentifierAsync(UnityEngine.Application_AdvertisingIdentifierCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_RequestAdvertisingIdentifierAsync_mF2CE4C8C36113280BAB373A231E039C12FC90441 (AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * ___delegateMethod0, const RuntimeMethod* method) { typedef bool (*Application_RequestAdvertisingIdentifierAsync_mF2CE4C8C36113280BAB373A231E039C12FC90441_ftn) (AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E *); static Application_RequestAdvertisingIdentifierAsync_mF2CE4C8C36113280BAB373A231E039C12FC90441_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_RequestAdvertisingIdentifierAsync_mF2CE4C8C36113280BAB373A231E039C12FC90441_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::RequestAdvertisingIdentifierAsync(UnityEngine.Application/AdvertisingIdentifierCallback)"); bool retVal = _il2cpp_icall_func(___delegateMethod0); return retVal; } // System.Void UnityEngine.Application::OpenURL(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_OpenURL_m2888DA5BDF68B1BC23E983469157783F390D7BC8 (String_t* ___url0, const RuntimeMethod* method) { typedef void (*Application_OpenURL_m2888DA5BDF68B1BC23E983469157783F390D7BC8_ftn) (String_t*); static Application_OpenURL_m2888DA5BDF68B1BC23E983469157783F390D7BC8_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_OpenURL_m2888DA5BDF68B1BC23E983469157783F390D7BC8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::OpenURL(System.String)"); _il2cpp_icall_func(___url0); } // System.Int32 UnityEngine.Application::get_targetFrameRate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_targetFrameRate_m74BA4A1BAF9542F7DAA99DA9DFBD22067874730A (const RuntimeMethod* method) { typedef int32_t (*Application_get_targetFrameRate_m74BA4A1BAF9542F7DAA99DA9DFBD22067874730A_ftn) (); static Application_get_targetFrameRate_m74BA4A1BAF9542F7DAA99DA9DFBD22067874730A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_targetFrameRate_m74BA4A1BAF9542F7DAA99DA9DFBD22067874730A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_targetFrameRate()"); int32_t retVal = _il2cpp_icall_func(); return retVal; } // System.Void UnityEngine.Application::set_targetFrameRate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_set_targetFrameRate_mC20C40E50BAB994B10DDAC0E3C26A851025337BC (int32_t ___value0, const RuntimeMethod* method) { typedef void (*Application_set_targetFrameRate_mC20C40E50BAB994B10DDAC0E3C26A851025337BC_ftn) (int32_t); static Application_set_targetFrameRate_mC20C40E50BAB994B10DDAC0E3C26A851025337BC_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_set_targetFrameRate_mC20C40E50BAB994B10DDAC0E3C26A851025337BC_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::set_targetFrameRate(System.Int32)"); _il2cpp_icall_func(___value0); } // System.Void UnityEngine.Application::SetLogCallbackDefined(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_SetLogCallbackDefined_mC1FBF1745A2EDE55B290DC4C392A7F991F5039A8 (bool ___defined0, const RuntimeMethod* method) { typedef void (*Application_SetLogCallbackDefined_mC1FBF1745A2EDE55B290DC4C392A7F991F5039A8_ftn) (bool); static Application_SetLogCallbackDefined_mC1FBF1745A2EDE55B290DC4C392A7F991F5039A8_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_SetLogCallbackDefined_mC1FBF1745A2EDE55B290DC4C392A7F991F5039A8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::SetLogCallbackDefined(System.Boolean)"); _il2cpp_icall_func(___defined0); } // UnityEngine.StackTraceLogType UnityEngine.Application::GetStackTraceLogType(UnityEngine.LogType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_GetStackTraceLogType_mC11906634869FD08AD2AD1F1C0786A8A47693EC9 (int32_t ___logType0, const RuntimeMethod* method) { typedef int32_t (*Application_GetStackTraceLogType_mC11906634869FD08AD2AD1F1C0786A8A47693EC9_ftn) (int32_t); static Application_GetStackTraceLogType_mC11906634869FD08AD2AD1F1C0786A8A47693EC9_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_GetStackTraceLogType_mC11906634869FD08AD2AD1F1C0786A8A47693EC9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::GetStackTraceLogType(UnityEngine.LogType)"); int32_t retVal = _il2cpp_icall_func(___logType0); return retVal; } // System.Void UnityEngine.Application::SetStackTraceLogType(UnityEngine.LogType,UnityEngine.StackTraceLogType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_SetStackTraceLogType_m0E7F71F07C77A92CD88DD0F4A0BFD881AE4F1692 (int32_t ___logType0, int32_t ___stackTraceType1, const RuntimeMethod* method) { typedef void (*Application_SetStackTraceLogType_m0E7F71F07C77A92CD88DD0F4A0BFD881AE4F1692_ftn) (int32_t, int32_t); static Application_SetStackTraceLogType_m0E7F71F07C77A92CD88DD0F4A0BFD881AE4F1692_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_SetStackTraceLogType_m0E7F71F07C77A92CD88DD0F4A0BFD881AE4F1692_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::SetStackTraceLogType(UnityEngine.LogType,UnityEngine.StackTraceLogType)"); _il2cpp_icall_func(___logType0, ___stackTraceType1); } // System.String UnityEngine.Application::get_consoleLogPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_consoleLogPath_mD9620F9F57615257952C7AF739E764D44A3BA159 (const RuntimeMethod* method) { typedef String_t* (*Application_get_consoleLogPath_mD9620F9F57615257952C7AF739E764D44A3BA159_ftn) (); static Application_get_consoleLogPath_mD9620F9F57615257952C7AF739E764D44A3BA159_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_consoleLogPath_mD9620F9F57615257952C7AF739E764D44A3BA159_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_consoleLogPath()"); String_t* retVal = _il2cpp_icall_func(); return retVal; } // UnityEngine.ThreadPriority UnityEngine.Application::get_backgroundLoadingPriority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_backgroundLoadingPriority_mA9F0BE66211A8954D5C1EDD9319EA247AE493D13 (const RuntimeMethod* method) { typedef int32_t (*Application_get_backgroundLoadingPriority_mA9F0BE66211A8954D5C1EDD9319EA247AE493D13_ftn) (); static Application_get_backgroundLoadingPriority_mA9F0BE66211A8954D5C1EDD9319EA247AE493D13_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_backgroundLoadingPriority_mA9F0BE66211A8954D5C1EDD9319EA247AE493D13_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_backgroundLoadingPriority()"); int32_t retVal = _il2cpp_icall_func(); return retVal; } // System.Void UnityEngine.Application::set_backgroundLoadingPriority(UnityEngine.ThreadPriority) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_set_backgroundLoadingPriority_m1392DBDE8C9FA023746CDECC87CD61D5AD003577 (int32_t ___value0, const RuntimeMethod* method) { typedef void (*Application_set_backgroundLoadingPriority_m1392DBDE8C9FA023746CDECC87CD61D5AD003577_ftn) (int32_t); static Application_set_backgroundLoadingPriority_m1392DBDE8C9FA023746CDECC87CD61D5AD003577_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_set_backgroundLoadingPriority_m1392DBDE8C9FA023746CDECC87CD61D5AD003577_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::set_backgroundLoadingPriority(UnityEngine.ThreadPriority)"); _il2cpp_icall_func(___value0); } // System.Boolean UnityEngine.Application::get_genuine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_genuine_mD32DB2B5A6E0DC067136112E2EDA3A5680C97B40 (const RuntimeMethod* method) { typedef bool (*Application_get_genuine_mD32DB2B5A6E0DC067136112E2EDA3A5680C97B40_ftn) (); static Application_get_genuine_mD32DB2B5A6E0DC067136112E2EDA3A5680C97B40_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_genuine_mD32DB2B5A6E0DC067136112E2EDA3A5680C97B40_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_genuine()"); bool retVal = _il2cpp_icall_func(); return retVal; } // System.Boolean UnityEngine.Application::get_genuineCheckAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_genuineCheckAvailable_m0FE8E82E9EAA8382B0DB26C5BCDBD1A05C6A4182 (const RuntimeMethod* method) { typedef bool (*Application_get_genuineCheckAvailable_m0FE8E82E9EAA8382B0DB26C5BCDBD1A05C6A4182_ftn) (); static Application_get_genuineCheckAvailable_m0FE8E82E9EAA8382B0DB26C5BCDBD1A05C6A4182_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_genuineCheckAvailable_m0FE8E82E9EAA8382B0DB26C5BCDBD1A05C6A4182_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_genuineCheckAvailable()"); bool retVal = _il2cpp_icall_func(); return retVal; } // UnityEngine.AsyncOperation UnityEngine.Application::RequestUserAuthorization(UnityEngine.UserAuthorization) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * Application_RequestUserAuthorization_m157EBC059CA85EAE058A0E31AE17056B56A889DD (int32_t ___mode0, const RuntimeMethod* method) { typedef AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * (*Application_RequestUserAuthorization_m157EBC059CA85EAE058A0E31AE17056B56A889DD_ftn) (int32_t); static Application_RequestUserAuthorization_m157EBC059CA85EAE058A0E31AE17056B56A889DD_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_RequestUserAuthorization_m157EBC059CA85EAE058A0E31AE17056B56A889DD_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::RequestUserAuthorization(UnityEngine.UserAuthorization)"); AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * retVal = _il2cpp_icall_func(___mode0); return retVal; } // System.Boolean UnityEngine.Application::HasUserAuthorization(UnityEngine.UserAuthorization) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_HasUserAuthorization_m0FA56DDE2B2F64D6A0861367C23200BAD35080E3 (int32_t ___mode0, const RuntimeMethod* method) { typedef bool (*Application_HasUserAuthorization_m0FA56DDE2B2F64D6A0861367C23200BAD35080E3_ftn) (int32_t); static Application_HasUserAuthorization_m0FA56DDE2B2F64D6A0861367C23200BAD35080E3_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_HasUserAuthorization_m0FA56DDE2B2F64D6A0861367C23200BAD35080E3_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::HasUserAuthorization(UnityEngine.UserAuthorization)"); bool retVal = _il2cpp_icall_func(___mode0); return retVal; } // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672 (const RuntimeMethod* method) { typedef int32_t (*Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672_ftn) (); static Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_platform()"); int32_t retVal = _il2cpp_icall_func(); return retVal; } // System.Boolean UnityEngine.Application::get_isMobilePlatform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isMobilePlatform_m11B260E344378D2A3CE53FCCA64DAC70F0B783E7 (const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; { int32_t L_0 = Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672(/*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)8))) { goto IL_001d; } } { goto IL_000d; } IL_000d: { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)11)))) { goto IL_001d; } } { goto IL_0014; } IL_0014: { int32_t L_3 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)18)))) > ((uint32_t)2)))) { goto IL_0021; } } { goto IL_002c; } IL_001d: { V_1 = (bool)1; goto IL_0030; } IL_0021: { int32_t L_4 = SystemInfo_get_deviceType_mAFCA02B695EE4E37FA3B87B8C05804B6616E1528(/*hidden argument*/NULL); V_1 = (bool)((((int32_t)L_4) == ((int32_t)1))? 1 : 0); goto IL_0030; } IL_002c: { V_1 = (bool)0; goto IL_0030; } IL_0030: { bool L_5 = V_1; return L_5; } } // System.Boolean UnityEngine.Application::get_isConsolePlatform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isConsolePlatform_m443F363996B0A4579C9FE3C0FE295160319BCEA1 (const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; int32_t G_B3_0 = 0; { int32_t L_0 = Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672(/*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)25)))) { goto IL_0013; } } { int32_t L_2 = V_0; G_B3_0 = ((((int32_t)L_2) == ((int32_t)((int32_t)27)))? 1 : 0); goto IL_0014; } IL_0013: { G_B3_0 = 1; } IL_0014: { V_1 = (bool)G_B3_0; goto IL_0017; } IL_0017: { bool L_3 = V_1; return L_3; } } // UnityEngine.SystemLanguage UnityEngine.Application::get_systemLanguage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_systemLanguage_m64281F3CE136BD62EC96EF6AC691C612F0DD08B1 (const RuntimeMethod* method) { typedef int32_t (*Application_get_systemLanguage_m64281F3CE136BD62EC96EF6AC691C612F0DD08B1_ftn) (); static Application_get_systemLanguage_m64281F3CE136BD62EC96EF6AC691C612F0DD08B1_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_systemLanguage_m64281F3CE136BD62EC96EF6AC691C612F0DD08B1_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_systemLanguage()"); int32_t retVal = _il2cpp_icall_func(); return retVal; } // UnityEngine.NetworkReachability UnityEngine.Application::get_internetReachability() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_internetReachability_m8BB82882CF9E286370E4D64176CF2B9333E83F0A (const RuntimeMethod* method) { typedef int32_t (*Application_get_internetReachability_m8BB82882CF9E286370E4D64176CF2B9333E83F0A_ftn) (); static Application_get_internetReachability_m8BB82882CF9E286370E4D64176CF2B9333E83F0A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Application_get_internetReachability_m8BB82882CF9E286370E4D64176CF2B9333E83F0A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Application::get_internetReachability()"); int32_t retVal = _il2cpp_icall_func(); return retVal; } // System.Void UnityEngine.Application::add_lowMemory(UnityEngine.Application_LowMemoryCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_lowMemory_mC747F7C8E7A304125DF3FF98C47DCCFA7CCC32B7 (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_add_lowMemory_mC747F7C8E7A304125DF3FF98C47DCCFA7CCC32B7_MetadataUsageId); s_Il2CppMethodInitialized = true; } LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * V_0 = NULL; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * V_1 = NULL; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * V_2 = NULL; { LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_lowMemory_0(); V_0 = L_0; } IL_0006: { LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_1 = V_0; V_1 = L_1; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_2 = V_1; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_2, L_3, /*hidden argument*/NULL); V_2 = ((LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 *)CastclassSealed((RuntimeObject*)L_4, LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00_il2cpp_TypeInfo_var)); LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_5 = V_2; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_6 = V_1; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_7 = InterlockedCompareExchangeImpl((LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 **)(((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_address_of_lowMemory_0()), L_5, L_6); V_0 = L_7; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_8 = V_0; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_9 = V_1; if ((!(((RuntimeObject*)(LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 *)L_8) == ((RuntimeObject*)(LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 *)L_9)))) { goto IL_0006; } } { return; } } // System.Void UnityEngine.Application::remove_lowMemory(UnityEngine.Application_LowMemoryCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_lowMemory_m63B1AA5BD12ADE7ACDBFE3EA8224E31C15EEF798 (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_remove_lowMemory_m63B1AA5BD12ADE7ACDBFE3EA8224E31C15EEF798_MetadataUsageId); s_Il2CppMethodInitialized = true; } LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * V_0 = NULL; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * V_1 = NULL; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * V_2 = NULL; { LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_lowMemory_0(); V_0 = L_0; } IL_0006: { LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_1 = V_0; V_1 = L_1; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_2 = V_1; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_2, L_3, /*hidden argument*/NULL); V_2 = ((LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 *)CastclassSealed((RuntimeObject*)L_4, LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00_il2cpp_TypeInfo_var)); LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_5 = V_2; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_6 = V_1; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_7 = InterlockedCompareExchangeImpl((LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 **)(((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_address_of_lowMemory_0()), L_5, L_6); V_0 = L_7; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_8 = V_0; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_9 = V_1; if ((!(((RuntimeObject*)(LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 *)L_8) == ((RuntimeObject*)(LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 *)L_9)))) { goto IL_0006; } } { return; } } // System.Void UnityEngine.Application::CallLowMemory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_CallLowMemory_m4C6693BD717D61DB33C2FB061FDA8CE055966E75 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_CallLowMemory_m4C6693BD717D61DB33C2FB061FDA8CE055966E75_MetadataUsageId); s_Il2CppMethodInitialized = true; } LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * V_0 = NULL; bool V_1 = false; { LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_lowMemory_0(); V_0 = L_0; LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_1 = V_0; V_1 = (bool)((!(((RuntimeObject*)(LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_3 = V_0; NullCheck(L_3); LowMemoryCallback_Invoke_m3082D6F2046585D3504696B94A59A4CBC43262F8(L_3, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void UnityEngine.Application::add_logMessageReceived(UnityEngine.Application_LogCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_logMessageReceived_m2DDAF59D2C0AF572C6412E946898E2CE070C38AD (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_add_logMessageReceived_m2DDAF59D2C0AF572C6412E946898E2CE070C38AD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_s_LogCallbackHandler_1(); LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_1 = ___value0; Delegate_t * L_2 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_0, L_1, /*hidden argument*/NULL); ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->set_s_LogCallbackHandler_1(((LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)CastclassSealed((RuntimeObject*)L_2, LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var))); Application_SetLogCallbackDefined_mC1FBF1745A2EDE55B290DC4C392A7F991F5039A8((bool)1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Application::remove_logMessageReceived(UnityEngine.Application_LogCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_logMessageReceived_mC1822286AE6419921088089C8FBF5BDA58EC3DBF (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_remove_logMessageReceived_mC1822286AE6419921088089C8FBF5BDA58EC3DBF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_s_LogCallbackHandler_1(); LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_1 = ___value0; Delegate_t * L_2 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_0, L_1, /*hidden argument*/NULL); ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->set_s_LogCallbackHandler_1(((LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)CastclassSealed((RuntimeObject*)L_2, LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var))); return; } } // System.Void UnityEngine.Application::add_logMessageReceivedThreaded(UnityEngine.Application_LogCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_logMessageReceivedThreaded_m6EAA7C1782E341A6A72AC0C9160CF3F781322ABB (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_add_logMessageReceivedThreaded_m6EAA7C1782E341A6A72AC0C9160CF3F781322ABB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_s_LogCallbackHandlerThreaded_2(); LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_1 = ___value0; Delegate_t * L_2 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_0, L_1, /*hidden argument*/NULL); ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->set_s_LogCallbackHandlerThreaded_2(((LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)CastclassSealed((RuntimeObject*)L_2, LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var))); Application_SetLogCallbackDefined_mC1FBF1745A2EDE55B290DC4C392A7F991F5039A8((bool)1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Application::remove_logMessageReceivedThreaded(UnityEngine.Application_LogCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_logMessageReceivedThreaded_m2BD60919BDACAF705EC45A89DE2AC815F965B7C2 (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_remove_logMessageReceivedThreaded_m2BD60919BDACAF705EC45A89DE2AC815F965B7C2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_s_LogCallbackHandlerThreaded_2(); LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_1 = ___value0; Delegate_t * L_2 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_0, L_1, /*hidden argument*/NULL); ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->set_s_LogCallbackHandlerThreaded_2(((LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)CastclassSealed((RuntimeObject*)L_2, LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var))); return; } } // System.Void UnityEngine.Application::CallLogCallback(System.String,System.String,UnityEngine.LogType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_CallLogCallback_mCA351E4FBE7397C3D09A7FBD8A9B074A4745ED89 (String_t* ___logString0, String_t* ___stackTrace1, int32_t ___type2, bool ___invokedOnMainThread3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_CallLogCallback_mCA351E4FBE7397C3D09A7FBD8A9B074A4745ED89_MetadataUsageId); s_Il2CppMethodInitialized = true; } LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * V_0 = NULL; bool V_1 = false; LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * V_2 = NULL; bool V_3 = false; bool V_4 = false; { bool L_0 = ___invokedOnMainThread3; V_1 = L_0; bool L_1 = V_1; if (!L_1) { goto IL_0020; } } { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_2 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_s_LogCallbackHandler_1(); V_2 = L_2; LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_3 = V_2; V_3 = (bool)((!(((RuntimeObject*)(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)L_3) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_4 = V_3; if (!L_4) { goto IL_001f; } } { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_5 = V_2; String_t* L_6 = ___logString0; String_t* L_7 = ___stackTrace1; int32_t L_8 = ___type2; NullCheck(L_5); LogCallback_Invoke_mCB0C38C44CBF8BBE88690BE6C0382011C5D5B61F(L_5, L_6, L_7, L_8, /*hidden argument*/NULL); } IL_001f: { } IL_0020: { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_9 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_s_LogCallbackHandlerThreaded_2(); V_0 = L_9; LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_10 = V_0; V_4 = (bool)((!(((RuntimeObject*)(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)L_10) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_11 = V_4; if (!L_11) { goto IL_003a; } } { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_12 = V_0; String_t* L_13 = ___logString0; String_t* L_14 = ___stackTrace1; int32_t L_15 = ___type2; NullCheck(L_12); LogCallback_Invoke_mCB0C38C44CBF8BBE88690BE6C0382011C5D5B61F(L_12, L_13, L_14, L_15, /*hidden argument*/NULL); } IL_003a: { return; } } // System.Void UnityEngine.Application::add_onBeforeRender(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_onBeforeRender_mC00950B8FC35DB9048121D43BE8F69D55BCB4723 (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_add_onBeforeRender_mC00950B8FC35DB9048121D43BE8F69D55BCB4723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); BeforeRenderHelper_RegisterCallback_mB6AE5DD737C0236D3B92BDDE7A4CA6BC7A98F166(L_0, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Application::remove_onBeforeRender(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_onBeforeRender_m4601D9804BC86F64FB071348EC1CF448C55CBA3B (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_remove_onBeforeRender_m4601D9804BC86F64FB071348EC1CF448C55CBA3B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); BeforeRenderHelper_UnregisterCallback_mA8F825EAB5B4AB45E00F18C26D5C979A773A5A06(L_0, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Application::add_focusChanged(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_focusChanged_m8E5009CE510B6FBEE112151E0777EA3A55B26C5E (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_add_focusChanged_m8E5009CE510B6FBEE112151E0777EA3A55B26C5E_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_0 = NULL; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_1 = NULL; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_2 = NULL; { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_focusChanged_3(); V_0 = L_0; } IL_0006: { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_1 = V_0; V_1 = L_1; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_2 = V_1; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_3 = ___value0; Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)CastclassSealed((RuntimeObject*)L_4, Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD_il2cpp_TypeInfo_var)); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_5 = V_2; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_6 = V_1; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_7 = InterlockedCompareExchangeImpl((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD **)(((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_address_of_focusChanged_3()), L_5, L_6); V_0 = L_7; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_8 = V_0; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_9 = V_1; if ((!(((RuntimeObject*)(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_8) == ((RuntimeObject*)(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_9)))) { goto IL_0006; } } { return; } } // System.Void UnityEngine.Application::remove_focusChanged(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_focusChanged_m52D25E963D85224B07E37008740ABA124038DC93 (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_remove_focusChanged_m52D25E963D85224B07E37008740ABA124038DC93_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_0 = NULL; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_1 = NULL; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_2 = NULL; { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_focusChanged_3(); V_0 = L_0; } IL_0006: { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_1 = V_0; V_1 = L_1; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_2 = V_1; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_3 = ___value0; Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)CastclassSealed((RuntimeObject*)L_4, Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD_il2cpp_TypeInfo_var)); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_5 = V_2; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_6 = V_1; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_7 = InterlockedCompareExchangeImpl((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD **)(((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_address_of_focusChanged_3()), L_5, L_6); V_0 = L_7; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_8 = V_0; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_9 = V_1; if ((!(((RuntimeObject*)(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_8) == ((RuntimeObject*)(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_9)))) { goto IL_0006; } } { return; } } // System.Void UnityEngine.Application::add_deepLinkActivated(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_deepLinkActivated_m8EDC8B392F5B5DBCDC0AB835A316739F07DC55ED (Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_add_deepLinkActivated_m8EDC8B392F5B5DBCDC0AB835A316739F07DC55ED_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * V_0 = NULL; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * V_1 = NULL; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * V_2 = NULL; { Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_deepLinkActivated_4(); V_0 = L_0; } IL_0006: { Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_1 = V_0; V_1 = L_1; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_2 = V_1; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 *)CastclassSealed((RuntimeObject*)L_4, Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0_il2cpp_TypeInfo_var)); Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_5 = V_2; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_6 = V_1; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_7 = InterlockedCompareExchangeImpl((Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 **)(((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_address_of_deepLinkActivated_4()), L_5, L_6); V_0 = L_7; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_8 = V_0; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_9 = V_1; if ((!(((RuntimeObject*)(Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 *)L_8) == ((RuntimeObject*)(Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 *)L_9)))) { goto IL_0006; } } { return; } } // System.Void UnityEngine.Application::remove_deepLinkActivated(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_deepLinkActivated_m9783155A3745ECAF28603660AA8CC79DE96ECCBB (Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_remove_deepLinkActivated_m9783155A3745ECAF28603660AA8CC79DE96ECCBB_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * V_0 = NULL; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * V_1 = NULL; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * V_2 = NULL; { Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_deepLinkActivated_4(); V_0 = L_0; } IL_0006: { Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_1 = V_0; V_1 = L_1; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_2 = V_1; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 *)CastclassSealed((RuntimeObject*)L_4, Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0_il2cpp_TypeInfo_var)); Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_5 = V_2; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_6 = V_1; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_7 = InterlockedCompareExchangeImpl((Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 **)(((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_address_of_deepLinkActivated_4()), L_5, L_6); V_0 = L_7; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_8 = V_0; Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_9 = V_1; if ((!(((RuntimeObject*)(Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 *)L_8) == ((RuntimeObject*)(Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 *)L_9)))) { goto IL_0006; } } { return; } } // System.Void UnityEngine.Application::add_wantsToQuit(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_wantsToQuit_m94FD948866E5EC33796B5957337E16974ADC2E24 (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_add_wantsToQuit_m94FD948866E5EC33796B5957337E16974ADC2E24_MetadataUsageId); s_Il2CppMethodInitialized = true; } Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * V_0 = NULL; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * V_1 = NULL; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * V_2 = NULL; { Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_wantsToQuit_5(); V_0 = L_0; } IL_0006: { Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_1 = V_0; V_1 = L_1; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_2 = V_1; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)CastclassSealed((RuntimeObject*)L_4, Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1_il2cpp_TypeInfo_var)); Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_5 = V_2; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_6 = V_1; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_7 = InterlockedCompareExchangeImpl((Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 **)(((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_address_of_wantsToQuit_5()), L_5, L_6); V_0 = L_7; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_8 = V_0; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_9 = V_1; if ((!(((RuntimeObject*)(Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)L_8) == ((RuntimeObject*)(Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)L_9)))) { goto IL_0006; } } { return; } } // System.Void UnityEngine.Application::remove_wantsToQuit(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_wantsToQuit_m9CFD062EDD15C338667ABA514BC2BF9437DAC55C (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_remove_wantsToQuit_m9CFD062EDD15C338667ABA514BC2BF9437DAC55C_MetadataUsageId); s_Il2CppMethodInitialized = true; } Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * V_0 = NULL; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * V_1 = NULL; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * V_2 = NULL; { Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_wantsToQuit_5(); V_0 = L_0; } IL_0006: { Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_1 = V_0; V_1 = L_1; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_2 = V_1; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)CastclassSealed((RuntimeObject*)L_4, Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1_il2cpp_TypeInfo_var)); Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_5 = V_2; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_6 = V_1; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_7 = InterlockedCompareExchangeImpl((Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 **)(((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_address_of_wantsToQuit_5()), L_5, L_6); V_0 = L_7; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_8 = V_0; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_9 = V_1; if ((!(((RuntimeObject*)(Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)L_8) == ((RuntimeObject*)(Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)L_9)))) { goto IL_0006; } } { return; } } // System.Void UnityEngine.Application::add_quitting(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_quitting_mE52EC4900AD328AFD5BE1E3AFDBE28537FC00853 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_add_quitting_mE52EC4900AD328AFD5BE1E3AFDBE28537FC00853_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_0 = NULL; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_1 = NULL; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_2 = NULL; { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_quitting_6(); V_0 = L_0; } IL_0006: { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = V_0; V_1 = L_1; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_2 = V_1; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)CastclassSealed((RuntimeObject*)L_4, Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var)); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_5 = V_2; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_6 = V_1; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_7 = InterlockedCompareExchangeImpl((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 **)(((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_address_of_quitting_6()), L_5, L_6); V_0 = L_7; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_8 = V_0; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_9 = V_1; if ((!(((RuntimeObject*)(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)L_8) == ((RuntimeObject*)(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)L_9)))) { goto IL_0006; } } { return; } } // System.Void UnityEngine.Application::remove_quitting(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_quitting_m289579EFBA8C0A05B7D9DB5943E26B30DAE24F21 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_remove_quitting_m289579EFBA8C0A05B7D9DB5943E26B30DAE24F21_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_0 = NULL; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_1 = NULL; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_2 = NULL; { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_quitting_6(); V_0 = L_0; } IL_0006: { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = V_0; V_1 = L_1; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_2 = V_1; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)CastclassSealed((RuntimeObject*)L_4, Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var)); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_5 = V_2; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_6 = V_1; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_7 = InterlockedCompareExchangeImpl((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 **)(((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_address_of_quitting_6()), L_5, L_6); V_0 = L_7; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_8 = V_0; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_9 = V_1; if ((!(((RuntimeObject*)(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)L_8) == ((RuntimeObject*)(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)L_9)))) { goto IL_0006; } } { return; } } // System.Boolean UnityEngine.Application::Internal_ApplicationWantsToQuit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_Internal_ApplicationWantsToQuit_mDF35192EF816ECD73F0BD4AFBCDE1460EF06442A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_Internal_ApplicationWantsToQuit_mDF35192EF816ECD73F0BD4AFBCDE1460EF06442A_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* V_1 = NULL; int32_t V_2 = 0; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * V_3 = NULL; bool V_4 = false; bool V_5 = false; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_wantsToQuit_5(); V_0 = (bool)((!(((RuntimeObject*)(Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_005a; } } { Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_2 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_wantsToQuit_5(); NullCheck(L_2); DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_3 = VirtFuncInvoker0< DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* >::Invoke(10 /* System.Delegate[] System.Delegate::GetInvocationList() */, L_2); V_1 = L_3; V_2 = 0; goto IL_0053; } IL_001e: { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_4 = V_1; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; Delegate_t * L_7 = (L_4)->GetAt(static_cast(L_6)); V_3 = ((Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)CastclassSealed((RuntimeObject*)L_7, Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1_il2cpp_TypeInfo_var)); } IL_0028: try { // begin try (depth: 1) { Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_8 = V_3; NullCheck(L_8); bool L_9 = Func_1_Invoke_mFA91B93A5C91290D4A3C475C4117CA05B43419E6(L_8, /*hidden argument*/Func_1_Invoke_mFA91B93A5C91290D4A3C475C4117CA05B43419E6_RuntimeMethod_var); V_4 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0); bool L_10 = V_4; if (!L_10) { goto IL_003d; } } IL_0038: { V_5 = (bool)0; goto IL_005f; } IL_003d: { goto IL_004e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0040; throw e; } CATCH_0040: { // begin catch(System.Exception) V_6 = ((Exception_t *)__exception_local); Exception_t * L_11 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); Debug_LogException_mBAA6702C240E37B2A834AA74E4FDC15A3A5589A9(L_11, /*hidden argument*/NULL); goto IL_004e; } // end catch (depth: 1) IL_004e: { int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0053: { int32_t L_13 = V_2; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_14 = V_1; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))))))) { goto IL_001e; } } { } IL_005a: { V_5 = (bool)1; goto IL_005f; } IL_005f: { bool L_15 = V_5; return L_15; } } // System.Void UnityEngine.Application::Internal_ApplicationQuit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_Internal_ApplicationQuit_mC9ACAA5CB0800C837DBD9925E1E389FB918F3DED (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_Internal_ApplicationQuit_mC9ACAA5CB0800C837DBD9925E1E389FB918F3DED_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_quitting_6(); V_0 = (bool)((!(((RuntimeObject*)(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0018; } } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_2 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_quitting_6(); NullCheck(L_2); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_2, /*hidden argument*/NULL); } IL_0018: { return; } } // System.Void UnityEngine.Application::InvokeOnBeforeRender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_InvokeOnBeforeRender_mF2E1F3E67C1D160AD1209C1DBC1EC91E8FB88C97 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_InvokeOnBeforeRender_mF2E1F3E67C1D160AD1209C1DBC1EC91E8FB88C97_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); BeforeRenderHelper_Invoke_m5CADC9F58196CF3F11CB1203AEAF40003C7D4ADD(/*hidden argument*/NULL); return; } } // System.Void UnityEngine.Application::InvokeFocusChanged(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_InvokeFocusChanged_m61786C9688D01809FAC41250B371CE13C9DBBD6F (bool ___focus0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_InvokeFocusChanged_m61786C9688D01809FAC41250B371CE13C9DBBD6F_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_focusChanged_3(); V_0 = (bool)((!(((RuntimeObject*)(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0019; } } { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_2 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_focusChanged_3(); bool L_3 = ___focus0; NullCheck(L_2); Action_1_Invoke_m45E8F9900F9DB395C48A868A7C6A83BDD7FC692F(L_2, L_3, /*hidden argument*/Action_1_Invoke_m45E8F9900F9DB395C48A868A7C6A83BDD7FC692F_RuntimeMethod_var); } IL_0019: { return; } } // System.Void UnityEngine.Application::InvokeDeepLinkActivated(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_InvokeDeepLinkActivated_m473D851836BD708C896850AA1DAE2B56A4B01176 (String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_InvokeDeepLinkActivated_m473D851836BD708C896850AA1DAE2B56A4B01176_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_deepLinkActivated_4(); V_0 = (bool)((!(((RuntimeObject*)(Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0019; } } { Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_2 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_deepLinkActivated_4(); String_t* L_3 = ___url0; NullCheck(L_2); Action_1_Invoke_m6328F763431ED2ACDDB6ED8F0FDEA6194403E79F(L_2, L_3, /*hidden argument*/Action_1_Invoke_m6328F763431ED2ACDDB6ED8F0FDEA6194403E79F_RuntimeMethod_var); } IL_0019: { return; } } // System.Void UnityEngine.Application::RegisterLogCallback(UnityEngine.Application_LogCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_RegisterLogCallback_m8982D608389DBF3FE9E95440DE7153F776C9D432 (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___handler0, const RuntimeMethod* method) { { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_0 = ___handler0; Application_RegisterLogCallback_mBDEFF0D15BDF97F998EFA0ACF9DF2D57396D1417(L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Application::RegisterLogCallback(UnityEngine.Application_LogCallback,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_RegisterLogCallback_mBDEFF0D15BDF97F998EFA0ACF9DF2D57396D1417 (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___handler0, bool ___threaded1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Application_RegisterLogCallback_mBDEFF0D15BDF97F998EFA0ACF9DF2D57396D1417_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_0 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_s_RegisterLogCallbackDeprecated_7(); il2cpp_codegen_memory_barrier(); V_0 = (bool)((!(((RuntimeObject*)(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_002b; } } { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_2 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_s_RegisterLogCallbackDeprecated_7(); il2cpp_codegen_memory_barrier(); Application_remove_logMessageReceived_mC1822286AE6419921088089C8FBF5BDA58EC3DBF(L_2, /*hidden argument*/NULL); LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_3 = ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->get_s_RegisterLogCallbackDeprecated_7(); il2cpp_codegen_memory_barrier(); Application_remove_logMessageReceivedThreaded_m2BD60919BDACAF705EC45A89DE2AC815F965B7C2(L_3, /*hidden argument*/NULL); } IL_002b: { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_4 = ___handler0; il2cpp_codegen_memory_barrier(); ((Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_StaticFields*)il2cpp_codegen_static_fields_for(Application_tFB5051EC2E3C2C0DACFD37D1E794444AC27B8316_il2cpp_TypeInfo_var))->set_s_RegisterLogCallbackDeprecated_7(L_4); LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_5 = ___handler0; V_1 = (bool)((!(((RuntimeObject*)(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)L_5) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0052; } } { bool L_7 = ___threaded1; V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_004a; } } { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_9 = ___handler0; Application_add_logMessageReceivedThreaded_m6EAA7C1782E341A6A72AC0C9160CF3F781322ABB(L_9, /*hidden argument*/NULL); goto IL_0051; } IL_004a: { LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_10 = ___handler0; Application_add_logMessageReceived_m2DDAF59D2C0AF572C6412E946898E2CE070C38AD(L_10, /*hidden argument*/NULL); } IL_0051: { } IL_0052: { return; } } // System.Boolean UnityEngine.Application::get_isEditor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isEditor_m347E6EE16E5109EF613C83ED98DB1EC6E3EF5E26 (const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void DelegatePInvokeWrapper_AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E (AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * __this, String_t* ___advertisingId0, bool ___trackingEnabled1, String_t* ___errorMsg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*, int32_t, char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___advertisingId0' to native representation char* ____advertisingId0_marshaled = NULL; ____advertisingId0_marshaled = il2cpp_codegen_marshal_string(___advertisingId0); // Marshaling of parameter '___errorMsg2' to native representation char* ____errorMsg2_marshaled = NULL; ____errorMsg2_marshaled = il2cpp_codegen_marshal_string(___errorMsg2); // Native function invocation il2cppPInvokeFunc(____advertisingId0_marshaled, static_cast(___trackingEnabled1), ____errorMsg2_marshaled); // Marshaling cleanup of parameter '___advertisingId0' native representation il2cpp_codegen_marshal_free(____advertisingId0_marshaled); ____advertisingId0_marshaled = NULL; // Marshaling cleanup of parameter '___errorMsg2' native representation il2cpp_codegen_marshal_free(____errorMsg2_marshaled); ____errorMsg2_marshaled = NULL; } // System.Void UnityEngine.Application_AdvertisingIdentifierCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdvertisingIdentifierCallback__ctor_m1A910EA539DCB47425754139A7ABC1957B819B72 (AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void UnityEngine.Application_AdvertisingIdentifierCallback::Invoke(System.String,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdvertisingIdentifierCallback_Invoke_mFEC13BFD353F1C3822A88B3441CDFB3B346846A1 (AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * __this, String_t* ___advertisingId0, bool ___trackingEnabled1, String_t* ___errorMsg2, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (String_t*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___advertisingId0, ___trackingEnabled1, ___errorMsg2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, String_t*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___advertisingId0, ___trackingEnabled1, ___errorMsg2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< bool, String_t* >::Invoke(targetMethod, ___advertisingId0, ___trackingEnabled1, ___errorMsg2); else GenericVirtActionInvoker2< bool, String_t* >::Invoke(targetMethod, ___advertisingId0, ___trackingEnabled1, ___errorMsg2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___advertisingId0, ___trackingEnabled1, ___errorMsg2); else VirtActionInvoker2< bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___advertisingId0, ___trackingEnabled1, ___errorMsg2); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___trackingEnabled1) - 1), ___errorMsg2, targetMethod); } typedef void (*FunctionPointerType) (String_t*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___advertisingId0, ___trackingEnabled1, ___errorMsg2, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< String_t*, bool, String_t* >::Invoke(targetMethod, targetThis, ___advertisingId0, ___trackingEnabled1, ___errorMsg2); else GenericVirtActionInvoker3< String_t*, bool, String_t* >::Invoke(targetMethod, targetThis, ___advertisingId0, ___trackingEnabled1, ___errorMsg2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< String_t*, bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___advertisingId0, ___trackingEnabled1, ___errorMsg2); else VirtActionInvoker3< String_t*, bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___advertisingId0, ___trackingEnabled1, ___errorMsg2); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___advertisingId0) - 1), ___trackingEnabled1, ___errorMsg2, targetMethod); } if (targetThis == NULL) { typedef void (*FunctionPointerType) (String_t*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___advertisingId0, ___trackingEnabled1, ___errorMsg2, targetMethod); } else { typedef void (*FunctionPointerType) (void*, String_t*, bool, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___advertisingId0, ___trackingEnabled1, ___errorMsg2, targetMethod); } } } } } // System.IAsyncResult UnityEngine.Application_AdvertisingIdentifierCallback::BeginInvoke(System.String,System.Boolean,System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AdvertisingIdentifierCallback_BeginInvoke_mC0972A598CA5BCEFF50CB292CE43AA8FF4E3B2BF (AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * __this, String_t* ___advertisingId0, bool ___trackingEnabled1, String_t* ___errorMsg2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AdvertisingIdentifierCallback_BeginInvoke_mC0972A598CA5BCEFF50CB292CE43AA8FF4E3B2BF_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___advertisingId0; __d_args[1] = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &___trackingEnabled1); __d_args[2] = ___errorMsg2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void UnityEngine.Application_AdvertisingIdentifierCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdvertisingIdentifierCallback_EndInvoke_m79938E1D583F2801AF03FD68927A7506A3FBE0F5 (AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void DelegatePInvokeWrapper_LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * __this, String_t* ___condition0, String_t* ___stackTrace1, int32_t ___type2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*, char*, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___condition0' to native representation char* ____condition0_marshaled = NULL; ____condition0_marshaled = il2cpp_codegen_marshal_string(___condition0); // Marshaling of parameter '___stackTrace1' to native representation char* ____stackTrace1_marshaled = NULL; ____stackTrace1_marshaled = il2cpp_codegen_marshal_string(___stackTrace1); // Native function invocation il2cppPInvokeFunc(____condition0_marshaled, ____stackTrace1_marshaled, ___type2); // Marshaling cleanup of parameter '___condition0' native representation il2cpp_codegen_marshal_free(____condition0_marshaled); ____condition0_marshaled = NULL; // Marshaling cleanup of parameter '___stackTrace1' native representation il2cpp_codegen_marshal_free(____stackTrace1_marshaled); ____stackTrace1_marshaled = NULL; } // System.Void UnityEngine.Application_LogCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogCallback__ctor_mF61E7CECD9E360B0B8A992720860F9816E165731 (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void UnityEngine.Application_LogCallback::Invoke(System.String,System.String,UnityEngine.LogType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogCallback_Invoke_mCB0C38C44CBF8BBE88690BE6C0382011C5D5B61F (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * __this, String_t* ___condition0, String_t* ___stackTrace1, int32_t ___type2, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (String_t*, String_t*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___condition0, ___stackTrace1, ___type2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, String_t*, String_t*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___condition0, ___stackTrace1, ___type2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< String_t*, int32_t >::Invoke(targetMethod, ___condition0, ___stackTrace1, ___type2); else GenericVirtActionInvoker2< String_t*, int32_t >::Invoke(targetMethod, ___condition0, ___stackTrace1, ___type2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___condition0, ___stackTrace1, ___type2); else VirtActionInvoker2< String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___condition0, ___stackTrace1, ___type2); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___stackTrace1) - 1), ___type2, targetMethod); } typedef void (*FunctionPointerType) (String_t*, String_t*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___condition0, ___stackTrace1, ___type2, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< String_t*, String_t*, int32_t >::Invoke(targetMethod, targetThis, ___condition0, ___stackTrace1, ___type2); else GenericVirtActionInvoker3< String_t*, String_t*, int32_t >::Invoke(targetMethod, targetThis, ___condition0, ___stackTrace1, ___type2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< String_t*, String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___condition0, ___stackTrace1, ___type2); else VirtActionInvoker3< String_t*, String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___condition0, ___stackTrace1, ___type2); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___condition0) - 1), ___stackTrace1, ___type2, targetMethod); } if (targetThis == NULL) { typedef void (*FunctionPointerType) (String_t*, String_t*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___condition0, ___stackTrace1, ___type2, targetMethod); } else { typedef void (*FunctionPointerType) (void*, String_t*, String_t*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___condition0, ___stackTrace1, ___type2, targetMethod); } } } } } // System.IAsyncResult UnityEngine.Application_LogCallback::BeginInvoke(System.String,System.String,UnityEngine.LogType,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LogCallback_BeginInvoke_mECA20C96EB7E35915BC9202F833685D0ED5F66A7 (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * __this, String_t* ___condition0, String_t* ___stackTrace1, int32_t ___type2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LogCallback_BeginInvoke_mECA20C96EB7E35915BC9202F833685D0ED5F66A7_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___condition0; __d_args[1] = ___stackTrace1; __d_args[2] = Box(LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D_il2cpp_TypeInfo_var, &___type2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void UnityEngine.Application_LogCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogCallback_EndInvoke_m03CD6E28DACBF36E7A756F8CC653E546CBF3FD54 (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void DelegatePInvokeWrapper_LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void UnityEngine.Application_LowMemoryCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowMemoryCallback__ctor_m9A428FDE023342AE31B3749FC821B078AEDA2290 (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void UnityEngine.Application_LowMemoryCallback::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowMemoryCallback_Invoke_m3082D6F2046585D3504696B94A59A4CBC43262F8 (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * __this, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 0) { // open typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult UnityEngine.Application_LowMemoryCallback::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LowMemoryCallback_BeginInvoke_m4686E95B4CF6EDE103DB0448FC54354BAE5F1745 (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Void UnityEngine.Application_LowMemoryCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowMemoryCallback_EndInvoke_mB8843171E51584D380B62D3B79BC4F4930A22D0C (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Assertions.Assert::Fail(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assert_Fail_m9A3A2A08A2E1D18D0BB7D0C635055839EAA2EF02 (String_t* ___message0, String_t* ___userMessage1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assert_Fail_m9A3A2A08A2E1D18D0BB7D0C635055839EAA2EF02_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { IL2CPP_RUNTIME_CLASS_INIT(Assert_t124AD7D2277A352FA54D1E6AAF8AFD5992FD39EC_il2cpp_TypeInfo_var); bool L_0 = ((Assert_t124AD7D2277A352FA54D1E6AAF8AFD5992FD39EC_StaticFields*)il2cpp_codegen_static_fields_for(Assert_t124AD7D2277A352FA54D1E6AAF8AFD5992FD39EC_il2cpp_TypeInfo_var))->get_raiseExceptions_0(); V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003c; } } { String_t* L_2 = ___message0; V_1 = (bool)((((RuntimeObject*)(String_t*)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_3 = V_1; if (!L_3) { goto IL_001d; } } { ___message0 = _stringLiteral87FCC6DBB03A66D222D43C3DDB39600F4225FF3B; } IL_001d: { String_t* L_4 = ___userMessage1; V_2 = (bool)((!(((RuntimeObject*)(String_t*)L_4) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_5 = V_2; if (!L_5) { goto IL_0033; } } { String_t* L_6 = ___userMessage1; String_t* L_7 = ___message0; String_t* L_8 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_6, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, L_7, /*hidden argument*/NULL); ___message0 = L_8; } IL_0033: { String_t* L_9 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); Debug_LogAssertion_m2A8940871EC1BD01A405103429F2FCE2AFB12506(L_9, /*hidden argument*/NULL); goto IL_0044; } IL_003c: { String_t* L_10 = ___message0; String_t* L_11 = ___userMessage1; AssertionException_t2E33237ABD721A57D41FC8745BCA4573DB40626E * L_12 = (AssertionException_t2E33237ABD721A57D41FC8745BCA4573DB40626E *)il2cpp_codegen_object_new(AssertionException_t2E33237ABD721A57D41FC8745BCA4573DB40626E_il2cpp_TypeInfo_var); AssertionException__ctor_mDB97D95CF48EE1F6C184D30F6C3E099E1C4DA7FD(L_12, L_10, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, Assert_Fail_m9A3A2A08A2E1D18D0BB7D0C635055839EAA2EF02_RuntimeMethod_var); } IL_0044: { return; } } // System.Void UnityEngine.Assertions.Assert::AreEqual(UnityEngine.Object,UnityEngine.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assert_AreEqual_mFD46F687B9319093BA13D285D19999C801DC0A60 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___expected0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___actual1, String_t* ___message2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assert_AreEqual_mFD46F687B9319093BA13D285D19999C801DC0A60_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_0 = ___actual1; Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_1 = ___expected0; IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001b; } } { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_4 = ___actual1; Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_5 = ___expected0; String_t* L_6 = AssertionMessageUtil_GetEqualityMessage_mDBD27DDE3A03418E4A2F8DB377AE866F656C812A(L_4, L_5, (bool)1, /*hidden argument*/NULL); String_t* L_7 = ___message2; IL2CPP_RUNTIME_CLASS_INIT(Assert_t124AD7D2277A352FA54D1E6AAF8AFD5992FD39EC_il2cpp_TypeInfo_var); Assert_Fail_m9A3A2A08A2E1D18D0BB7D0C635055839EAA2EF02(L_6, L_7, /*hidden argument*/NULL); } IL_001b: { return; } } // System.Void UnityEngine.Assertions.Assert::AreEqual(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assert_AreEqual_mF4EDACE982A071478F520E76D1901B840411A91E (int32_t ___expected0, int32_t ___actual1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assert_AreEqual_mF4EDACE982A071478F520E76D1901B840411A91E_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { int32_t L_0 = ___expected0; int32_t L_1 = ___actual1; V_0 = (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0015; } } { int32_t L_3 = ___expected0; int32_t L_4 = ___actual1; IL2CPP_RUNTIME_CLASS_INIT(Assert_t124AD7D2277A352FA54D1E6AAF8AFD5992FD39EC_il2cpp_TypeInfo_var); Assert_AreEqual_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m93A2791A7ACB2E54E08F096A025BA23220E0BF4A(L_3, L_4, (String_t*)NULL, /*hidden argument*/Assert_AreEqual_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m93A2791A7ACB2E54E08F096A025BA23220E0BF4A_RuntimeMethod_var); } IL_0015: { return; } } // System.Void UnityEngine.Assertions.Assert::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assert__cctor_mB34E1F44EB37A40F434BDB787B5E55F2B4033AF5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assert__cctor_mB34E1F44EB37A40F434BDB787B5E55F2B4033AF5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((Assert_t124AD7D2277A352FA54D1E6AAF8AFD5992FD39EC_StaticFields*)il2cpp_codegen_static_fields_for(Assert_t124AD7D2277A352FA54D1E6AAF8AFD5992FD39EC_il2cpp_TypeInfo_var))->set_raiseExceptions_0((bool)1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Assertions.AssertionException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssertionException__ctor_mDB97D95CF48EE1F6C184D30F6C3E099E1C4DA7FD (AssertionException_t2E33237ABD721A57D41FC8745BCA4573DB40626E * __this, String_t* ___message0, String_t* ___userMessage1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssertionException__ctor_mDB97D95CF48EE1F6C184D30F6C3E099E1C4DA7FD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___userMessage1; __this->set_m_UserMessage_17(L_1); return; } } // System.String UnityEngine.Assertions.AssertionException::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssertionException_get_Message_m857FDA8060518415B2FFFCCA4A6BEE7B9BF66ECE (AssertionException_t2E33237ABD721A57D41FC8745BCA4573DB40626E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssertionException_get_Message_m857FDA8060518415B2FFFCCA4A6BEE7B9BF66ECE_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { String_t* L_0 = Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = __this->get_m_UserMessage_17(); V_1 = (bool)((!(((RuntimeObject*)(String_t*)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_2 = V_1; if (!L_2) { goto IL_0027; } } { String_t* L_3 = V_0; String_t* L_4 = __this->get_m_UserMessage_17(); String_t* L_5 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_3, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_0027: { String_t* L_6 = V_0; V_2 = L_6; goto IL_002b; } IL_002b: { String_t* L_7 = V_2; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String UnityEngine.Assertions.AssertionMessageUtil::GetMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssertionMessageUtil_GetMessage_mA6DC7467BAF09543EA091FC63587C9011E1CA261 (String_t* ___failureMessage0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssertionMessageUtil_GetMessage_mA6DC7467BAF09543EA091FC63587C9011E1CA261_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteralDEFD5E9B261ED78A5B2BDEBE8237B5CA376F31BD); (L_1)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteralDEFD5E9B261ED78A5B2BDEBE8237B5CA376F31BD); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1; String_t* L_3 = ___failureMessage0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(1), (RuntimeObject *)L_3); String_t* L_4 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteralB245F58149930DBC70CF0AA7D270B51BF8AD5B2F, L_2, /*hidden argument*/NULL); V_0 = L_4; goto IL_0020; } IL_0020: { String_t* L_5 = V_0; return L_5; } } // System.String UnityEngine.Assertions.AssertionMessageUtil::GetMessage(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssertionMessageUtil_GetMessage_m97506B9B19E9F75E8FE164BF64085466FC96EA18 (String_t* ___failureMessage0, String_t* ___expected1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssertionMessageUtil_GetMessage_m97506B9B19E9F75E8FE164BF64085466FC96EA18_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0; String_t* L_2 = ___failureMessage0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1; String_t* L_4 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_4); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_3; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral74576FED5C59241DD0FDF64D0CA13849CA887B85); (L_5)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral74576FED5C59241DD0FDF64D0CA13849CA887B85); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5; String_t* L_7 = ___expected1; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(3), (RuntimeObject *)L_7); String_t* L_8 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteral06F698F91B91896BF75FB59AAB15C32EE16915B5, L_6, /*hidden argument*/NULL); String_t* L_9 = AssertionMessageUtil_GetMessage_mA6DC7467BAF09543EA091FC63587C9011E1CA261(L_8, /*hidden argument*/NULL); V_0 = L_9; goto IL_0031; } IL_0031: { String_t* L_10 = V_0; return L_10; } } // System.String UnityEngine.Assertions.AssertionMessageUtil::GetEqualityMessage(System.Object,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssertionMessageUtil_GetEqualityMessage_mDBD27DDE3A03418E4A2F8DB377AE866F656C812A (RuntimeObject * ___actual0, RuntimeObject * ___expected1, bool ___expectEqual2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssertionMessageUtil_GetEqualityMessage_mDBD27DDE3A03418E4A2F8DB377AE866F656C812A_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t G_B2_0 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B2_1 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B2_2 = NULL; String_t* G_B2_3 = NULL; int32_t G_B1_0 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_1 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_2 = NULL; String_t* G_B1_3 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_2 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_3 = NULL; String_t* G_B3_4 = NULL; int32_t G_B5_0 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B5_1 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B5_2 = NULL; String_t* G_B5_3 = NULL; String_t* G_B5_4 = NULL; int32_t G_B4_0 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_1 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_2 = NULL; String_t* G_B4_3 = NULL; String_t* G_B4_4 = NULL; String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B6_2 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B6_3 = NULL; String_t* G_B6_4 = NULL; String_t* G_B6_5 = NULL; { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0; bool L_2 = ___expectEqual2; G_B1_0 = 0; G_B1_1 = L_1; G_B1_2 = L_1; G_B1_3 = _stringLiteralA9BB0EF2F1E06136DCF1BA6255AC08D6FBCD3D9E; if (L_2) { G_B2_0 = 0; G_B2_1 = L_1; G_B2_2 = L_1; G_B2_3 = _stringLiteralA9BB0EF2F1E06136DCF1BA6255AC08D6FBCD3D9E; goto IL_0018; } } { G_B3_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; goto IL_001d; } IL_0018: { G_B3_0 = _stringLiteral26BC9FCC4A22AC826376FD5B01994A9E68FF20C6; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; } IL_001d: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (RuntimeObject *)G_B3_0); String_t* L_3 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(G_B3_4, G_B3_3, /*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4; RuntimeObject * L_6 = ___actual0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5; RuntimeObject * L_8 = ___expected1; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(1), (RuntimeObject *)L_8); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_7; bool L_10 = ___expectEqual2; G_B4_0 = 2; G_B4_1 = L_9; G_B4_2 = L_9; G_B4_3 = _stringLiteralA28E0E257FBF0B2A2322682E5107D0883DA67B04; G_B4_4 = L_3; if (L_10) { G_B5_0 = 2; G_B5_1 = L_9; G_B5_2 = L_9; G_B5_3 = _stringLiteralA28E0E257FBF0B2A2322682E5107D0883DA67B04; G_B5_4 = L_3; goto IL_0042; } } { G_B6_0 = _stringLiteralD066FC085455ED98DB6AC1BADC818019C77C44AB; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; G_B6_4 = G_B4_3; G_B6_5 = G_B4_4; goto IL_0047; } IL_0042: { G_B6_0 = _stringLiteral6947818AC409551F11FBAA78F0EA6391960AA5B8; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; G_B6_4 = G_B5_3; G_B6_5 = G_B5_4; } IL_0047: { NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, G_B6_0); (G_B6_2)->SetAt(static_cast(G_B6_1), (RuntimeObject *)G_B6_0); String_t* L_11 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(G_B6_4, G_B6_3, /*hidden argument*/NULL); String_t* L_12 = AssertionMessageUtil_GetMessage_m97506B9B19E9F75E8FE164BF64085466FC96EA18(G_B6_5, L_11, /*hidden argument*/NULL); V_0 = L_12; goto IL_0055; } IL_0055: { String_t* L_13 = V_0; return L_13; } } #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: UnityEngine.AsyncOperation IL2CPP_EXTERN_C void AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshal_pinvoke(const AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D& unmarshaled, AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_pinvoke& marshaled) { marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0(); marshaled.___m_completeCallback_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_m_completeCallback_1())); } IL2CPP_EXTERN_C void AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshal_pinvoke_back(const AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_pinvoke& marshaled, AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t unmarshaled_m_Ptr_temp_0; memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0)); unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0; unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0); unmarshaled.set_m_completeCallback_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___m_completeCallback_1, Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: UnityEngine.AsyncOperation IL2CPP_EXTERN_C void AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshal_pinvoke_cleanup(AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.AsyncOperation IL2CPP_EXTERN_C void AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshal_com(const AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D& unmarshaled, AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_com& marshaled) { marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0(); marshaled.___m_completeCallback_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_m_completeCallback_1())); } IL2CPP_EXTERN_C void AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshal_com_back(const AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_com& marshaled, AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t unmarshaled_m_Ptr_temp_0; memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0)); unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0; unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0); unmarshaled.set_m_completeCallback_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___m_completeCallback_1, Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: UnityEngine.AsyncOperation IL2CPP_EXTERN_C void AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshal_com_cleanup(AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_com& marshaled) { } // System.Void UnityEngine.AsyncOperation::InternalDestroy(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_InternalDestroy_m22D4FE202FC59024E9ED7F6537C87D26F96FC551 (intptr_t ___ptr0, const RuntimeMethod* method) { typedef void (*AsyncOperation_InternalDestroy_m22D4FE202FC59024E9ED7F6537C87D26F96FC551_ftn) (intptr_t); static AsyncOperation_InternalDestroy_m22D4FE202FC59024E9ED7F6537C87D26F96FC551_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (AsyncOperation_InternalDestroy_m22D4FE202FC59024E9ED7F6537C87D26F96FC551_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.AsyncOperation::InternalDestroy(System.IntPtr)"); _il2cpp_icall_func(___ptr0); } // System.Boolean UnityEngine.AsyncOperation::get_isDone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncOperation_get_isDone_m2A08EE3D38FD9FE81F2D619FA66255B6F61DAB54 (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, const RuntimeMethod* method) { typedef bool (*AsyncOperation_get_isDone_m2A08EE3D38FD9FE81F2D619FA66255B6F61DAB54_ftn) (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D *); static AsyncOperation_get_isDone_m2A08EE3D38FD9FE81F2D619FA66255B6F61DAB54_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (AsyncOperation_get_isDone_m2A08EE3D38FD9FE81F2D619FA66255B6F61DAB54_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.AsyncOperation::get_isDone()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Single UnityEngine.AsyncOperation::get_progress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AsyncOperation_get_progress_m27F7D885AF1A989B993199181DE70D7B0F1E3984 (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, const RuntimeMethod* method) { typedef float (*AsyncOperation_get_progress_m27F7D885AF1A989B993199181DE70D7B0F1E3984_ftn) (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D *); static AsyncOperation_get_progress_m27F7D885AF1A989B993199181DE70D7B0F1E3984_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (AsyncOperation_get_progress_m27F7D885AF1A989B993199181DE70D7B0F1E3984_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.AsyncOperation::get_progress()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Int32 UnityEngine.AsyncOperation::get_priority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncOperation_get_priority_m13D7BE43692568432A480DA0918DCA9EC4B0D9D9 (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, const RuntimeMethod* method) { typedef int32_t (*AsyncOperation_get_priority_m13D7BE43692568432A480DA0918DCA9EC4B0D9D9_ftn) (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D *); static AsyncOperation_get_priority_m13D7BE43692568432A480DA0918DCA9EC4B0D9D9_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (AsyncOperation_get_priority_m13D7BE43692568432A480DA0918DCA9EC4B0D9D9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.AsyncOperation::get_priority()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.AsyncOperation::set_priority(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_set_priority_mEDC649F39ABECE1A801F379F9D2C7BA2E34F5B5E (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*AsyncOperation_set_priority_mEDC649F39ABECE1A801F379F9D2C7BA2E34F5B5E_ftn) (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D *, int32_t); static AsyncOperation_set_priority_mEDC649F39ABECE1A801F379F9D2C7BA2E34F5B5E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (AsyncOperation_set_priority_mEDC649F39ABECE1A801F379F9D2C7BA2E34F5B5E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.AsyncOperation::set_priority(System.Int32)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.AsyncOperation::get_allowSceneActivation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncOperation_get_allowSceneActivation_mC5EC961F8BD14C79AFF6AEE2F634FB15F60AFA1F (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, const RuntimeMethod* method) { typedef bool (*AsyncOperation_get_allowSceneActivation_mC5EC961F8BD14C79AFF6AEE2F634FB15F60AFA1F_ftn) (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D *); static AsyncOperation_get_allowSceneActivation_mC5EC961F8BD14C79AFF6AEE2F634FB15F60AFA1F_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (AsyncOperation_get_allowSceneActivation_mC5EC961F8BD14C79AFF6AEE2F634FB15F60AFA1F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.AsyncOperation::get_allowSceneActivation()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.AsyncOperation::set_allowSceneActivation(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_set_allowSceneActivation_m297E3269310864DE1110ED51C7E2E302B32185C9 (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*AsyncOperation_set_allowSceneActivation_m297E3269310864DE1110ED51C7E2E302B32185C9_ftn) (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D *, bool); static AsyncOperation_set_allowSceneActivation_m297E3269310864DE1110ED51C7E2E302B32185C9_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (AsyncOperation_set_allowSceneActivation_m297E3269310864DE1110ED51C7E2E302B32185C9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.AsyncOperation::set_allowSceneActivation(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.AsyncOperation::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_Finalize_m36607FEC5F5766510DD0B14440CD9775CF1C23C2 (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { } IL_0001: try { // begin try (depth: 1) intptr_t L_0 = __this->get_m_Ptr_0(); AsyncOperation_InternalDestroy_m22D4FE202FC59024E9ED7F6537C87D26F96FC551((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x18, FINALLY_0010); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0010; } FINALLY_0010: { // begin finally (depth: 1) Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(16) } // end finally (depth: 1) IL2CPP_CLEANUP(16) { IL2CPP_JUMP_TBL(0x18, IL_0018) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0018: { return; } } // System.Void UnityEngine.AsyncOperation::InvokeCompletionEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_InvokeCompletionEvent_m5F86FF01A5143016630C9CFADF6AA01DBBBD73A5 (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncOperation_InvokeCompletionEvent_m5F86FF01A5143016630C9CFADF6AA01DBBBD73A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_0 = __this->get_m_completeCallback_1(); V_0 = (bool)((!(((RuntimeObject*)(Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0024; } } { Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_2 = __this->get_m_completeCallback_1(); NullCheck(L_2); Action_1_Invoke_m5A882D685B08943847510936E0C7EA3F00C0B599(L_2, __this, /*hidden argument*/Action_1_Invoke_m5A882D685B08943847510936E0C7EA3F00C0B599_RuntimeMethod_var); __this->set_m_completeCallback_1((Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 *)NULL); } IL_0024: { return; } } // System.Void UnityEngine.AsyncOperation::add_completed(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_add_completed_mD9CC08F727DA8EBB849CBF8903333EF6110C7ED6 (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncOperation_add_completed_mD9CC08F727DA8EBB849CBF8903333EF6110C7ED6_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { bool L_0 = AsyncOperation_get_isDone_m2A08EE3D38FD9FE81F2D619FA66255B6F61DAB54(__this, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = V_0; if (!L_1) { goto IL_0017; } } { Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_2 = ___value0; NullCheck(L_2); Action_1_Invoke_m5A882D685B08943847510936E0C7EA3F00C0B599(L_2, __this, /*hidden argument*/Action_1_Invoke_m5A882D685B08943847510936E0C7EA3F00C0B599_RuntimeMethod_var); goto IL_0030; } IL_0017: { Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_3 = __this->get_m_completeCallback_1(); Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_4 = ___value0; Delegate_t * L_5 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_3, L_4, /*hidden argument*/NULL); __this->set_m_completeCallback_1(((Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 *)CastclassSealed((RuntimeObject*)L_5, Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9_il2cpp_TypeInfo_var))); } IL_0030: { return; } } // System.Void UnityEngine.AsyncOperation::remove_completed(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_remove_completed_mE0EA5D4CE4308A12C896F2A8CF193CD0BF5B19DE (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncOperation_remove_completed_mE0EA5D4CE4308A12C896F2A8CF193CD0BF5B19DE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_0 = __this->get_m_completeCallback_1(); Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_1 = ___value0; Delegate_t * L_2 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_0, L_1, /*hidden argument*/NULL); __this->set_m_completeCallback_1(((Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 *)CastclassSealed((RuntimeObject*)L_2, Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9_il2cpp_TypeInfo_var))); return; } } // System.Void UnityEngine.AsyncOperation::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation__ctor_mEEE6114B72B8807F4AA6FF48FA79E4EFE480293F (AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this, const RuntimeMethod* method) { { YieldInstruction__ctor_mA72AD367FB081E0C2493649C6E8F7CFC592AB620(__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.Type UnityEngine.AttributeHelperEngine::GetParentTypeDisallowingMultipleInclusion(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * AttributeHelperEngine_GetParentTypeDisallowingMultipleInclusion_m716999F8F469E9398A275432AA5C68E81DD8DB24 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttributeHelperEngine_GetParentTypeDisallowingMultipleInclusion_m716999F8F469E9398A275432AA5C68E81DD8DB24_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; bool V_1 = false; bool V_2 = false; Type_t * V_3 = NULL; int32_t G_B7_0 = 0; { V_0 = (Type_t *)NULL; goto IL_0025; } IL_0005: { Type_t * L_0 = ___type0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast (DisallowMultipleComponent_t78AA2992145F22B15B787B94A789B391635D9BCA_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL); bool L_3 = Attribute_IsDefined_m3456E1BF5B06C7ABFA5F19192A475A854D6C3F43(L_0, L_2, /*hidden argument*/NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001c; } } { Type_t * L_5 = ___type0; V_0 = L_5; } IL_001c: { Type_t * L_6 = ___type0; NullCheck(L_6); Type_t * L_7 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, L_6); ___type0 = L_7; } IL_0025: { Type_t * L_8 = ___type0; if (!L_8) { goto IL_003a; } } { Type_t * L_9 = ___type0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL); G_B7_0 = ((((int32_t)((((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_003b; } IL_003a: { G_B7_0 = 0; } IL_003b: { V_2 = (bool)G_B7_0; bool L_12 = V_2; if (L_12) { goto IL_0005; } } { Type_t * L_13 = V_0; V_3 = L_13; goto IL_0043; } IL_0043: { Type_t * L_14 = V_3; return L_14; } } // System.Type[] UnityEngine.AttributeHelperEngine::GetRequiredComponents(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* AttributeHelperEngine_GetRequiredComponents_m869E1FF24FE124874E0723E11C12A906E57E3007 (Type_t * ___klass0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttributeHelperEngine_GetRequiredComponents_m869E1FF24FE124874E0723E11C12A906E57E3007_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * V_0 = NULL; RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D* V_1 = NULL; Type_t * V_2 = NULL; RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D* V_3 = NULL; int32_t V_4 = 0; RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * V_5 = NULL; bool V_6 = false; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_7 = NULL; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_8 = NULL; bool V_9 = false; bool V_10 = false; bool V_11 = false; bool V_12 = false; bool V_13 = false; bool V_14 = false; int32_t G_B6_0 = 0; int32_t G_B22_0 = 0; { V_0 = (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *)NULL; goto IL_0109; } IL_0008: { Type_t * L_0 = ___klass0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast (RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL); NullCheck(L_0); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_0, L_2, (bool)0); V_1 = ((RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D*)Castclass((RuntimeObject*)L_3, RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D_il2cpp_TypeInfo_var)); Type_t * L_4 = ___klass0; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, L_4); V_2 = L_5; RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D* L_6 = V_1; V_3 = L_6; V_4 = 0; goto IL_00fb; } IL_0032: { RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D* L_7 = V_3; int32_t L_8 = V_4; NullCheck(L_7); int32_t L_9 = L_8; RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_5 = L_10; List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_11 = V_0; if (L_11) { goto IL_0051; } } { RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D* L_12 = V_1; NullCheck(L_12); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))) == ((uint32_t)1)))) { goto IL_0051; } } { Type_t * L_13 = V_2; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL); G_B6_0 = ((((RuntimeObject*)(Type_t *)L_13) == ((RuntimeObject*)(Type_t *)L_15))? 1 : 0); goto IL_0052; } IL_0051: { G_B6_0 = 0; } IL_0052: { V_6 = (bool)G_B6_0; bool L_16 = V_6; if (!L_16) { goto IL_0088; } } { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)3); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = L_17; RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * L_19 = V_5; NullCheck(L_19); Type_t * L_20 = L_19->get_m_Type0_0(); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(0), (Type_t *)L_20); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_21 = L_18; RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * L_22 = V_5; NullCheck(L_22); Type_t * L_23 = L_22->get_m_Type1_1(); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_23); (L_21)->SetAt(static_cast(1), (Type_t *)L_23); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = L_21; RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * L_25 = V_5; NullCheck(L_25); Type_t * L_26 = L_25->get_m_Type2_2(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(2), (Type_t *)L_26); V_7 = L_24; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_27 = V_7; V_8 = L_27; goto IL_0141; } IL_0088: { List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_28 = V_0; V_9 = (bool)((((RuntimeObject*)(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *)L_28) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_29 = V_9; if (!L_29) { goto IL_0099; } } { List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_30 = (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *)il2cpp_codegen_object_new(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_il2cpp_TypeInfo_var); List_1__ctor_mEC05D12D4D99D281A54478346E9E0E0BC3123399(L_30, /*hidden argument*/List_1__ctor_mEC05D12D4D99D281A54478346E9E0E0BC3123399_RuntimeMethod_var); V_0 = L_30; } IL_0099: { RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * L_31 = V_5; NullCheck(L_31); Type_t * L_32 = L_31->get_m_Type0_0(); V_10 = (bool)((!(((RuntimeObject*)(Type_t *)L_32) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_33 = V_10; if (!L_33) { goto IL_00b7; } } { List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_34 = V_0; RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * L_35 = V_5; NullCheck(L_35); Type_t * L_36 = L_35->get_m_Type0_0(); NullCheck(L_34); List_1_Add_m0B2D1D24DF475E0A9FF3ACB89CFFB9FD07958AD3(L_34, L_36, /*hidden argument*/List_1_Add_m0B2D1D24DF475E0A9FF3ACB89CFFB9FD07958AD3_RuntimeMethod_var); } IL_00b7: { RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * L_37 = V_5; NullCheck(L_37); Type_t * L_38 = L_37->get_m_Type1_1(); V_11 = (bool)((!(((RuntimeObject*)(Type_t *)L_38) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_39 = V_11; if (!L_39) { goto IL_00d5; } } { List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_40 = V_0; RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * L_41 = V_5; NullCheck(L_41); Type_t * L_42 = L_41->get_m_Type1_1(); NullCheck(L_40); List_1_Add_m0B2D1D24DF475E0A9FF3ACB89CFFB9FD07958AD3(L_40, L_42, /*hidden argument*/List_1_Add_m0B2D1D24DF475E0A9FF3ACB89CFFB9FD07958AD3_RuntimeMethod_var); } IL_00d5: { RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * L_43 = V_5; NullCheck(L_43); Type_t * L_44 = L_43->get_m_Type2_2(); V_12 = (bool)((!(((RuntimeObject*)(Type_t *)L_44) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_45 = V_12; if (!L_45) { goto IL_00f3; } } { List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_46 = V_0; RequireComponent_t07725D895B775D6ED768EF52D4EE326539BA65E1 * L_47 = V_5; NullCheck(L_47); Type_t * L_48 = L_47->get_m_Type2_2(); NullCheck(L_46); List_1_Add_m0B2D1D24DF475E0A9FF3ACB89CFFB9FD07958AD3(L_46, L_48, /*hidden argument*/List_1_Add_m0B2D1D24DF475E0A9FF3ACB89CFFB9FD07958AD3_RuntimeMethod_var); } IL_00f3: { int32_t L_49 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_00fb: { int32_t L_50 = V_4; RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D* L_51 = V_3; NullCheck(L_51); if ((((int32_t)L_50) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length))))))) { goto IL_0032; } } { Type_t * L_52 = V_2; ___klass0 = L_52; } IL_0109: { Type_t * L_53 = ___klass0; if (!L_53) { goto IL_011e; } } { Type_t * L_54 = ___klass0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_55 = { reinterpret_cast (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_55, /*hidden argument*/NULL); G_B22_0 = ((((int32_t)((((RuntimeObject*)(Type_t *)L_54) == ((RuntimeObject*)(Type_t *)L_56))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_011f; } IL_011e: { G_B22_0 = 0; } IL_011f: { V_13 = (bool)G_B22_0; bool L_57 = V_13; if (L_57) { goto IL_0008; } } { List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_58 = V_0; V_14 = (bool)((((RuntimeObject*)(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *)L_58) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_59 = V_14; if (!L_59) { goto IL_0137; } } { V_8 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL; goto IL_0141; } IL_0137: { List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_60 = V_0; NullCheck(L_60); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_61 = List_1_ToArray_m0815A1791AB4F143DE6C6957E9DDC1C4F5CA061E(L_60, /*hidden argument*/List_1_ToArray_m0815A1791AB4F143DE6C6957E9DDC1C4F5CA061E_RuntimeMethod_var); V_8 = L_61; goto IL_0141; } IL_0141: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_62 = V_8; return L_62; } } // System.Int32 UnityEngine.AttributeHelperEngine::GetExecuteMode(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeHelperEngine_GetExecuteMode_mDE99262C53FA67B470B8668A13F968B4D5A8E0A1 (Type_t * ___klass0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttributeHelperEngine_GetExecuteMode_mDE99262C53FA67B470B8668A13F968B4D5A8E0A1_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; bool V_4 = false; { Type_t * L_0 = ___klass0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast (ExecuteAlways_t57FCDBAAAA5AECB1568C3221FAE1E914B382B0A0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL); NullCheck(L_0); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_0, L_2, (bool)0); V_0 = L_3; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = V_0; NullCheck(L_4); V_2 = (bool)((!(((uint32_t)(((RuntimeArray*)L_4)->max_length)) <= ((uint32_t)0)))? 1 : 0); bool L_5 = V_2; if (!L_5) { goto IL_0020; } } { V_3 = 2; goto IL_0045; } IL_0020: { Type_t * L_6 = ___klass0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast (ExecuteInEditMode_t2CEB97B05448F9AB3523C32B6D43E14383FAFB4E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL); NullCheck(L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_6, L_8, (bool)0); V_1 = L_9; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = V_1; NullCheck(L_10); V_4 = (bool)((!(((uint32_t)(((RuntimeArray*)L_10)->max_length)) <= ((uint32_t)0)))? 1 : 0); bool L_11 = V_4; if (!L_11) { goto IL_0041; } } { V_3 = 1; goto IL_0045; } IL_0041: { V_3 = 0; goto IL_0045; } IL_0045: { int32_t L_12 = V_3; return L_12; } } // System.Int32 UnityEngine.AttributeHelperEngine::CheckIsEditorScript(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeHelperEngine_CheckIsEditorScript_m95CEEF4147D16BC2985EAADD300905AB736F857E (Type_t * ___klass0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttributeHelperEngine_CheckIsEditorScript_m95CEEF4147D16BC2985EAADD300905AB736F857E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; bool V_3 = false; int32_t G_B7_0 = 0; { goto IL_0020; } IL_0003: { Type_t * L_0 = ___klass0; IL2CPP_RUNTIME_CLASS_INIT(AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_il2cpp_TypeInfo_var); int32_t L_1 = AttributeHelperEngine_GetExecuteMode_mDE99262C53FA67B470B8668A13F968B4D5A8E0A1(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; V_1 = (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0); bool L_3 = V_1; if (!L_3) { goto IL_0017; } } { int32_t L_4 = V_0; V_2 = L_4; goto IL_003e; } IL_0017: { Type_t * L_5 = ___klass0; NullCheck(L_5); Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, L_5); ___klass0 = L_6; } IL_0020: { Type_t * L_7 = ___klass0; if (!L_7) { goto IL_0035; } } { Type_t * L_8 = ___klass0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL); G_B7_0 = ((((int32_t)((((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_10))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0036; } IL_0035: { G_B7_0 = 0; } IL_0036: { V_3 = (bool)G_B7_0; bool L_11 = V_3; if (L_11) { goto IL_0003; } } { V_2 = 0; goto IL_003e; } IL_003e: { int32_t L_12 = V_2; return L_12; } } // System.Int32 UnityEngine.AttributeHelperEngine::GetDefaultExecutionOrderFor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeHelperEngine_GetDefaultExecutionOrderFor_m0972E47FA03C9CEF196B1E7B2E708E30DF4AD063 (Type_t * ___klass0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttributeHelperEngine_GetDefaultExecutionOrderFor_m0972E47FA03C9CEF196B1E7B2E708E30DF4AD063_MetadataUsageId); s_Il2CppMethodInitialized = true; } DefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; { Type_t * L_0 = ___klass0; IL2CPP_RUNTIME_CLASS_INIT(AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_il2cpp_TypeInfo_var); DefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398 * L_1 = AttributeHelperEngine_GetCustomAttributeOfType_TisDefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398_m3182DFB95C025B79D83220A5E1664EBA1C012478(L_0, /*hidden argument*/AttributeHelperEngine_GetCustomAttributeOfType_TisDefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398_m3182DFB95C025B79D83220A5E1664EBA1C012478_RuntimeMethod_var); V_0 = L_1; DefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398 * L_2 = V_0; V_1 = (bool)((((RuntimeObject*)(DefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398 *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_3 = V_1; if (!L_3) { goto IL_0014; } } { V_2 = 0; goto IL_001d; } IL_0014: { DefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = DefaultExecutionOrder_get_order_mFD2CD99AEF550E218FAFC6CB3DDA3CE8D78614A9(L_4, /*hidden argument*/NULL); V_2 = L_5; goto IL_001d; } IL_001d: { int32_t L_6 = V_2; return L_6; } } // System.Void UnityEngine.AttributeHelperEngine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeHelperEngine__cctor_mAE0863DCF7EF9C1806BDC1D4DF64573464674964 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttributeHelperEngine__cctor_mAE0863DCF7EF9C1806BDC1D4DF64573464674964_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3* L_0 = (DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3*)(DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3*)SZArrayNew(DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3_il2cpp_TypeInfo_var, (uint32_t)1); ((AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_StaticFields*)il2cpp_codegen_static_fields_for(AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_il2cpp_TypeInfo_var))->set__disallowMultipleComponentArray_0(L_0); ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80* L_1 = (ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80*)(ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80*)SZArrayNew(ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80_il2cpp_TypeInfo_var, (uint32_t)1); ((AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_StaticFields*)il2cpp_codegen_static_fields_for(AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_il2cpp_TypeInfo_var))->set__executeInEditModeArray_1(L_1); RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D* L_2 = (RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D*)(RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D*)SZArrayNew(RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D_il2cpp_TypeInfo_var, (uint32_t)1); ((AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_StaticFields*)il2cpp_codegen_static_fields_for(AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_il2cpp_TypeInfo_var))->set__requireComponentArray_2(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 #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.Int32 UnityEngine.BeforeRenderHelper::GetUpdateOrder(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BeforeRenderHelper_GetUpdateOrder_m5F3F25FB927FB199365D325B3A18133D7BAD4C56 (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BeforeRenderHelper_GetUpdateOrder_m5F3F25FB927FB199365D325B3A18133D7BAD4C56_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL; BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5 * V_1 = NULL; int32_t V_2 = 0; BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5 * G_B4_0 = NULL; int32_t G_B7_0 = 0; { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_0 = ___callback0; NullCheck(L_0); MethodInfo_t * L_1 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_0, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast (BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL); NullCheck(L_1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_1, L_3, (bool)1); V_0 = L_4; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = V_0; if (!L_5) { goto IL_001f; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = V_0; NullCheck(L_6); if ((((RuntimeArray*)L_6)->max_length)) { goto IL_0022; } } IL_001f: { G_B4_0 = ((BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5 *)(NULL)); goto IL_002a; } IL_0022: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = V_0; NullCheck(L_7); int32_t L_8 = 0; RuntimeObject * L_9 = (L_7)->GetAt(static_cast(L_8)); G_B4_0 = ((BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5 *)IsInstClass((RuntimeObject*)L_9, BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5_il2cpp_TypeInfo_var)); } IL_002a: { V_1 = G_B4_0; BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5 * L_10 = V_1; if (L_10) { goto IL_0031; } } { G_B7_0 = 0; goto IL_0037; } IL_0031: { BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5 * L_11 = V_1; NullCheck(L_11); int32_t L_12 = BeforeRenderOrderAttribute_get_order_m80D9D0346B34EF8D82A90450FC3F6FD96EBF6E24_inline(L_11, /*hidden argument*/NULL); G_B7_0 = L_12; } IL_0037: { V_2 = G_B7_0; goto IL_003a; } IL_003a: { int32_t L_13 = V_2; return L_13; } } // System.Void UnityEngine.BeforeRenderHelper::RegisterCallback(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BeforeRenderHelper_RegisterCallback_mB6AE5DD737C0236D3B92BDDE7A4CA6BC7A98F166 (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BeforeRenderHelper_RegisterCallback_mB6AE5DD737C0236D3B92BDDE7A4CA6BC7A98F166_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; List_1_t53AD896B2509A4686D143641030CF022753D3B04 * V_1 = NULL; int32_t V_2 = 0; OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 V_3; memset((&V_3), 0, sizeof(V_3)); bool V_4 = false; OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 V_5; memset((&V_5), 0, sizeof(V_5)); bool V_6 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); int32_t G_B8_0 = 0; { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); int32_t L_1 = BeforeRenderHelper_GetUpdateOrder_m5F3F25FB927FB199365D325B3A18133D7BAD4C56(L_0, /*hidden argument*/NULL); V_0 = L_1; List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_2 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); V_1 = L_2; List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_3 = V_1; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_3, /*hidden argument*/NULL); } IL_0015: try { // begin try (depth: 1) { V_2 = 0; goto IL_006c; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_4 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); int32_t L_5 = V_2; NullCheck(L_4); OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_6 = List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_RuntimeMethod_var); int32_t L_7 = L_6.get_order_0(); int32_t L_8 = V_0; V_4 = (bool)((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0); bool L_9 = V_4; if (!L_9) { goto IL_0067; } } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_10 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); int32_t L_11 = V_2; NullCheck(L_10); OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_12 = List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_inline(L_10, L_11, /*hidden argument*/List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_RuntimeMethod_var); V_5 = L_12; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** L_13 = (&V_5)->get_address_of_callback_1(); UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** L_14 = L_13; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_15 = *((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 **)L_14); UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_16 = ___callback0; Delegate_t * L_17 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_15, L_16, /*hidden argument*/NULL); *((RuntimeObject **)L_14) = (RuntimeObject *)((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)CastclassSealed((RuntimeObject*)L_17, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)CastclassSealed((RuntimeObject*)L_17, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var))); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_18 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); int32_t L_19 = V_2; OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_20 = V_5; NullCheck(L_18); List_1_set_Item_mAA1994A73C84AA7153192D4C6E1C5F28A705DD45(L_18, L_19, L_20, /*hidden argument*/List_1_set_Item_mAA1994A73C84AA7153192D4C6E1C5F28A705DD45_RuntimeMethod_var); IL2CPP_LEAVE(0xD5, FINALLY_00cd); } IL_0067: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_006c: { int32_t L_22 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_23 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); NullCheck(L_23); int32_t L_24 = List_1_get_Count_mDC7DA39F5282E6349415C0E7E139B6D5D978E1F2_inline(L_23, /*hidden argument*/List_1_get_Count_mDC7DA39F5282E6349415C0E7E139B6D5D978E1F2_RuntimeMethod_var); if ((((int32_t)L_22) >= ((int32_t)L_24))) { goto IL_0091; } } IL_0079: { IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_25 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); int32_t L_26 = V_2; NullCheck(L_25); OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_27 = List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_inline(L_25, L_26, /*hidden argument*/List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_RuntimeMethod_var); int32_t L_28 = L_27.get_order_0(); int32_t L_29 = V_0; G_B8_0 = ((((int32_t)((((int32_t)L_28) > ((int32_t)L_29))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0092; } IL_0091: { G_B8_0 = 0; } IL_0092: { V_6 = (bool)G_B8_0; bool L_30 = V_6; if (L_30) { goto IL_001a; } } IL_0098: { il2cpp_codegen_initobj((&V_3), sizeof(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 )); int32_t L_31 = V_0; (&V_3)->set_order_0(L_31); UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** L_32 = (&V_3)->get_address_of_callback_1(); UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** L_33 = L_32; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_34 = *((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 **)L_33); UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_35 = ___callback0; Delegate_t * L_36 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_34, L_35, /*hidden argument*/NULL); *((RuntimeObject **)L_33) = (RuntimeObject *)((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)CastclassSealed((RuntimeObject*)L_36, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_33, (void*)(RuntimeObject *)((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)CastclassSealed((RuntimeObject*)L_36, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var))); IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_37 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); int32_t L_38 = V_2; OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_39 = V_3; NullCheck(L_37); List_1_Insert_mC60D3BD21C0F45B2732381FA901DFFF61DE2A7E2(L_37, L_38, L_39, /*hidden argument*/List_1_Insert_mC60D3BD21C0F45B2732381FA901DFFF61DE2A7E2_RuntimeMethod_var); IL2CPP_LEAVE(0xD5, FINALLY_00cd); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00cd; } FINALLY_00cd: { // begin finally (depth: 1) List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_40 = V_1; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_40, /*hidden argument*/NULL); IL2CPP_END_FINALLY(205) } // end finally (depth: 1) IL2CPP_CLEANUP(205) { IL2CPP_JUMP_TBL(0xD5, IL_00d5) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d5: { return; } } // System.Void UnityEngine.BeforeRenderHelper::UnregisterCallback(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BeforeRenderHelper_UnregisterCallback_mA8F825EAB5B4AB45E00F18C26D5C979A773A5A06 (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BeforeRenderHelper_UnregisterCallback_mA8F825EAB5B4AB45E00F18C26D5C979A773A5A06_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; List_1_t53AD896B2509A4686D143641030CF022753D3B04 * V_1 = NULL; int32_t V_2 = 0; bool V_3 = false; OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 V_4; memset((&V_4), 0, sizeof(V_4)); bool V_5 = false; bool V_6 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); int32_t G_B10_0 = 0; { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_0 = ___callback0; IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); int32_t L_1 = BeforeRenderHelper_GetUpdateOrder_m5F3F25FB927FB199365D325B3A18133D7BAD4C56(L_0, /*hidden argument*/NULL); V_0 = L_1; List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_2 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); V_1 = L_2; List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_3 = V_1; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_3, /*hidden argument*/NULL); } IL_0015: try { // begin try (depth: 1) { V_2 = 0; goto IL_0088; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_4 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); int32_t L_5 = V_2; NullCheck(L_4); OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_6 = List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_RuntimeMethod_var); int32_t L_7 = L_6.get_order_0(); int32_t L_8 = V_0; V_3 = (bool)((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0); bool L_9 = V_3; if (!L_9) { goto IL_0083; } } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_10 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); int32_t L_11 = V_2; NullCheck(L_10); OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_12 = List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_inline(L_10, L_11, /*hidden argument*/List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_RuntimeMethod_var); V_4 = L_12; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** L_13 = (&V_4)->get_address_of_callback_1(); UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** L_14 = L_13; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_15 = *((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 **)L_14); UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_16 = ___callback0; Delegate_t * L_17 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_15, L_16, /*hidden argument*/NULL); *((RuntimeObject **)L_14) = (RuntimeObject *)((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)CastclassSealed((RuntimeObject*)L_17, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)CastclassSealed((RuntimeObject*)L_17, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var))); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_18 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); int32_t L_19 = V_2; OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_20 = V_4; NullCheck(L_18); List_1_set_Item_mAA1994A73C84AA7153192D4C6E1C5F28A705DD45(L_18, L_19, L_20, /*hidden argument*/List_1_set_Item_mAA1994A73C84AA7153192D4C6E1C5F28A705DD45_RuntimeMethod_var); OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_21 = V_4; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_22 = L_21.get_callback_1(); V_5 = (bool)((((RuntimeObject*)(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)L_22) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_23 = V_5; if (!L_23) { goto IL_0081; } } IL_0073: { IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_24 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); int32_t L_25 = V_2; NullCheck(L_24); List_1_RemoveAt_m8EB2E0BBA1AB810C58BEED0114266E213812280F(L_24, L_25, /*hidden argument*/List_1_RemoveAt_m8EB2E0BBA1AB810C58BEED0114266E213812280F_RuntimeMethod_var); } IL_0081: { IL2CPP_LEAVE(0xC2, FINALLY_00ba); } IL_0083: { int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0088: { int32_t L_27 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_28 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); NullCheck(L_28); int32_t L_29 = List_1_get_Count_mDC7DA39F5282E6349415C0E7E139B6D5D978E1F2_inline(L_28, /*hidden argument*/List_1_get_Count_mDC7DA39F5282E6349415C0E7E139B6D5D978E1F2_RuntimeMethod_var); if ((((int32_t)L_27) >= ((int32_t)L_29))) { goto IL_00ad; } } IL_0095: { IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_30 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); int32_t L_31 = V_2; NullCheck(L_30); OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_32 = List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_inline(L_30, L_31, /*hidden argument*/List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_RuntimeMethod_var); int32_t L_33 = L_32.get_order_0(); int32_t L_34 = V_0; G_B10_0 = ((((int32_t)((((int32_t)L_33) > ((int32_t)L_34))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00ae; } IL_00ad: { G_B10_0 = 0; } IL_00ae: { V_6 = (bool)G_B10_0; bool L_35 = V_6; if (L_35) { goto IL_001a; } } IL_00b7: { IL2CPP_LEAVE(0xC2, FINALLY_00ba); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ba; } FINALLY_00ba: { // begin finally (depth: 1) List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_36 = V_1; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_36, /*hidden argument*/NULL); IL2CPP_END_FINALLY(186) } // end finally (depth: 1) IL2CPP_CLEANUP(186) { IL2CPP_JUMP_TBL(0xC2, IL_00c2) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c2: { return; } } // System.Void UnityEngine.BeforeRenderHelper::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BeforeRenderHelper_Invoke_m5CADC9F58196CF3F11CB1203AEAF40003C7D4ADD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BeforeRenderHelper_Invoke_m5CADC9F58196CF3F11CB1203AEAF40003C7D4ADD_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t53AD896B2509A4686D143641030CF022753D3B04 * V_0 = NULL; int32_t V_1 = 0; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * V_2 = NULL; bool V_3 = false; bool V_4 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_0 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); V_0 = L_0; List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_1 = V_0; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL); } IL_000e: try { // begin try (depth: 1) { V_1 = 0; goto IL_0039; } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_2 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); int32_t L_3 = V_1; NullCheck(L_2); OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_4 = List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_RuntimeMethod_var); UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_5 = L_4.get_callback_1(); V_2 = L_5; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_6 = V_2; V_3 = (bool)((!(((RuntimeObject*)(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)L_6) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_7 = V_3; if (!L_7) { goto IL_0034; } } IL_002d: { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_8 = V_2; NullCheck(L_8); UnityAction_Invoke_mC9FF5AA1F82FDE635B3B6644CE71C94C31C3E71A(L_8, /*hidden argument*/NULL); } IL_0034: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0039: { int32_t L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var); List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_11 = ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->get_s_OrderBlocks_0(); NullCheck(L_11); int32_t L_12 = List_1_get_Count_mDC7DA39F5282E6349415C0E7E139B6D5D978E1F2_inline(L_11, /*hidden argument*/List_1_get_Count_mDC7DA39F5282E6349415C0E7E139B6D5D978E1F2_RuntimeMethod_var); V_4 = (bool)((((int32_t)L_10) < ((int32_t)L_12))? 1 : 0); bool L_13 = V_4; if (L_13) { goto IL_0013; } } IL_004c: { IL2CPP_LEAVE(0x57, FINALLY_004f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004f; } FINALLY_004f: { // begin finally (depth: 1) List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_14 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_14, /*hidden argument*/NULL); IL2CPP_END_FINALLY(79) } // end finally (depth: 1) IL2CPP_CLEANUP(79) { IL2CPP_JUMP_TBL(0x57, IL_0057) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0057: { return; } } // System.Void UnityEngine.BeforeRenderHelper::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BeforeRenderHelper__cctor_mAF1DF30E8F7C2CE586303CAA41303230FE2DEB0D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BeforeRenderHelper__cctor_mAF1DF30E8F7C2CE586303CAA41303230FE2DEB0D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t53AD896B2509A4686D143641030CF022753D3B04 * L_0 = (List_1_t53AD896B2509A4686D143641030CF022753D3B04 *)il2cpp_codegen_object_new(List_1_t53AD896B2509A4686D143641030CF022753D3B04_il2cpp_TypeInfo_var); List_1__ctor_mEE1A1CA738D3FB658F0B985315A8D9CF7015DDA0(L_0, /*hidden argument*/List_1__ctor_mEE1A1CA738D3FB658F0B985315A8D9CF7015DDA0_RuntimeMethod_var); ((BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_StaticFields*)il2cpp_codegen_static_fields_for(BeforeRenderHelper_tCD998F49EADBEE71F9B1A4381F9495633D09A2C2_il2cpp_TypeInfo_var))->set_s_OrderBlocks_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.BeforeRenderHelper/OrderBlock IL2CPP_EXTERN_C void OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshal_pinvoke(const OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727& unmarshaled, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_pinvoke& marshaled) { marshaled.___order_0 = unmarshaled.get_order_0(); marshaled.___callback_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_callback_1())); } IL2CPP_EXTERN_C void OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshal_pinvoke_back(const OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_pinvoke& marshaled, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_order_temp_0 = 0; unmarshaled_order_temp_0 = marshaled.___order_0; unmarshaled.set_order_0(unmarshaled_order_temp_0); unmarshaled.set_callback_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___callback_1, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: UnityEngine.BeforeRenderHelper/OrderBlock IL2CPP_EXTERN_C void OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshal_pinvoke_cleanup(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.BeforeRenderHelper/OrderBlock IL2CPP_EXTERN_C void OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshal_com(const OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727& unmarshaled, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_com& marshaled) { marshaled.___order_0 = unmarshaled.get_order_0(); marshaled.___callback_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_callback_1())); } IL2CPP_EXTERN_C void OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshal_com_back(const OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_com& marshaled, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_order_temp_0 = 0; unmarshaled_order_temp_0 = marshaled.___order_0; unmarshaled.set_order_0(unmarshaled_order_temp_0); unmarshaled.set_callback_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___callback_1, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: UnityEngine.BeforeRenderHelper/OrderBlock IL2CPP_EXTERN_C void OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshal_com_cleanup(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_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 // System.Int32 UnityEngine.BeforeRenderOrderAttribute::get_order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BeforeRenderOrderAttribute_get_order_m80D9D0346B34EF8D82A90450FC3F6FD96EBF6E24 (BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CorderU3Ek__BackingField_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean UnityEngine.Behaviour::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_mAA0C9ED5A3D1589C1C8AA22636543528DB353CFB (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 * __this, const RuntimeMethod* method) { typedef bool (*Behaviour_get_enabled_mAA0C9ED5A3D1589C1C8AA22636543528DB353CFB_ftn) (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 *); static Behaviour_get_enabled_mAA0C9ED5A3D1589C1C8AA22636543528DB353CFB_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Behaviour_get_enabled_mAA0C9ED5A3D1589C1C8AA22636543528DB353CFB_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Behaviour::get_enabled()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_m9755D3B17D7022D23D1E4C618BD9A6B66A5ADC6B (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Behaviour_set_enabled_m9755D3B17D7022D23D1E4C618BD9A6B66A5ADC6B_ftn) (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 *, bool); static Behaviour_set_enabled_m9755D3B17D7022D23D1E4C618BD9A6B66A5ADC6B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Behaviour_set_enabled_m9755D3B17D7022D23D1E4C618BD9A6B66A5ADC6B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Behaviour::set_enabled(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.Behaviour::get_isActiveAndEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_isActiveAndEnabled_mC42DFCC1ECC2C94D52928FFE446CE7E266CA8B61 (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 * __this, const RuntimeMethod* method) { typedef bool (*Behaviour_get_isActiveAndEnabled_mC42DFCC1ECC2C94D52928FFE446CE7E266CA8B61_ftn) (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 *); static Behaviour_get_isActiveAndEnabled_mC42DFCC1ECC2C94D52928FFE446CE7E266CA8B61_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Behaviour_get_isActiveAndEnabled_mC42DFCC1ECC2C94D52928FFE446CE7E266CA8B61_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Behaviour::get_isActiveAndEnabled()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Behaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour__ctor_m409AEC21511ACF9A4CC0654DF4B8253E0D81D22C (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 * __this, const RuntimeMethod* method) { { Component__ctor_m5E2740C0ACA4B368BC460315FAA2EDBFEAC0B8EF(__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 // UnityEngine.BootConfigData UnityEngine.BootConfigData::WrapBootConfigData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BootConfigData_tDAD0635222140DCA86FC3C27BA41140D7ACD3500 * BootConfigData_WrapBootConfigData_m7C2DCB60E1456C2B7748ECFAAEB492611A5D7690 (intptr_t ___nativeHandle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BootConfigData_WrapBootConfigData_m7C2DCB60E1456C2B7748ECFAAEB492611A5D7690_MetadataUsageId); s_Il2CppMethodInitialized = true; } BootConfigData_tDAD0635222140DCA86FC3C27BA41140D7ACD3500 * V_0 = NULL; { intptr_t L_0 = ___nativeHandle0; BootConfigData_tDAD0635222140DCA86FC3C27BA41140D7ACD3500 * L_1 = (BootConfigData_tDAD0635222140DCA86FC3C27BA41140D7ACD3500 *)il2cpp_codegen_object_new(BootConfigData_tDAD0635222140DCA86FC3C27BA41140D7ACD3500_il2cpp_TypeInfo_var); BootConfigData__ctor_m6C109EB48CAE91C89BB6C4BFD10C77EA6723E5AE(L_1, (intptr_t)L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_000a; } IL_000a: { BootConfigData_tDAD0635222140DCA86FC3C27BA41140D7ACD3500 * L_2 = V_0; return L_2; } } // System.Void UnityEngine.BootConfigData::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BootConfigData__ctor_m6C109EB48CAE91C89BB6C4BFD10C77EA6723E5AE (BootConfigData_tDAD0635222140DCA86FC3C27BA41140D7ACD3500 * __this, intptr_t ___nativeHandle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BootConfigData__ctor_m6C109EB48CAE91C89BB6C4BFD10C77EA6723E5AE_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); intptr_t L_0 = ___nativeHandle0; bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0022; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, _stringLiteralAD4B41A314A57C614C6AAC576837796B98D7F5A8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, BootConfigData__ctor_m6C109EB48CAE91C89BB6C4BFD10C77EA6723E5AE_RuntimeMethod_var); } IL_0022: { intptr_t L_4 = ___nativeHandle0; __this->set_m_Ptr_0((intptr_t)L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Bounds::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bounds__ctor_m294E77A20EC1A3E96985FE1A925CB271D1B5266D (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___center0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___size1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bounds__ctor_m294E77A20EC1A3E96985FE1A925CB271D1B5266D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___center0; __this->set_m_Center_0(L_0); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = ___size1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E(L_1, (0.5f), /*hidden argument*/NULL); __this->set_m_Extents_1(L_2); return; } } IL2CPP_EXTERN_C void Bounds__ctor_m294E77A20EC1A3E96985FE1A925CB271D1B5266D_AdjustorThunk (RuntimeObject * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___center0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___size1, const RuntimeMethod* method) { int32_t _offset = 1; Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * _thisAdjusted = reinterpret_cast(__this + _offset); Bounds__ctor_m294E77A20EC1A3E96985FE1A925CB271D1B5266D(_thisAdjusted, ___center0, ___size1, method); } // System.Int32 UnityEngine.Bounds::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bounds_GetHashCode_m9F5F751E9D52F99FCC3DC07407410078451F06AC (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = Bounds_get_center_m4FB6E99F0533EE2D432988B08474D6DC9B8B744B((Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = Vector3_GetHashCode_m6C42B4F413A489535D180E8A99BE0298AD078B0B((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), /*hidden argument*/NULL); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = Bounds_get_extents_mBA4B2196036DD5A858BDAD53BC71A778B41841C9((Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)__this, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = Vector3_GetHashCode_m6C42B4F413A489535D180E8A99BE0298AD078B0B((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)L_1^(int32_t)((int32_t)((int32_t)L_3<<(int32_t)2)))); goto IL_002f; } IL_002f: { int32_t L_4 = V_1; return L_4; } } IL2CPP_EXTERN_C int32_t Bounds_GetHashCode_m9F5F751E9D52F99FCC3DC07407410078451F06AC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * _thisAdjusted = reinterpret_cast(__this + _offset); return Bounds_GetHashCode_m9F5F751E9D52F99FCC3DC07407410078451F06AC(_thisAdjusted, method); } // System.Boolean UnityEngine.Bounds::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bounds_Equals_m1ECFAEFE19BAFB61FFECA5C0B8AE068483A39C61 (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bounds_Equals_m1ECFAEFE19BAFB61FFECA5C0B8AE068483A39C61_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { RuntimeObject * L_0 = ___other0; V_0 = (bool)((((int32_t)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0015; } } { V_1 = (bool)0; goto IL_0024; } IL_0015: { RuntimeObject * L_2 = ___other0; bool L_3 = Bounds_Equals_mC2E2B04AB16455E2C17CD0B3C1497835DEA39859((Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)__this, ((*(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)((Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)UnBox(L_2, Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_1 = L_3; goto IL_0024; } IL_0024: { bool L_4 = V_1; return L_4; } } IL2CPP_EXTERN_C bool Bounds_Equals_m1ECFAEFE19BAFB61FFECA5C0B8AE068483A39C61_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { int32_t _offset = 1; Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * _thisAdjusted = reinterpret_cast(__this + _offset); return Bounds_Equals_m1ECFAEFE19BAFB61FFECA5C0B8AE068483A39C61(_thisAdjusted, ___other0, method); } // System.Boolean UnityEngine.Bounds::Equals(UnityEngine.Bounds) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bounds_Equals_mC2E2B04AB16455E2C17CD0B3C1497835DEA39859 (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___other0, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; int32_t G_B3_0 = 0; { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = Bounds_get_center_m4FB6E99F0533EE2D432988B08474D6DC9B8B744B((Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)__this, /*hidden argument*/NULL); V_0 = L_0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Bounds_get_center_m4FB6E99F0533EE2D432988B08474D6DC9B8B744B((Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)(&___other0), /*hidden argument*/NULL); bool L_2 = Vector3_Equals_m6B991540378DB8541CEB9472F7ED2BF5FF72B5DB((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002f; } } { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Bounds_get_extents_mBA4B2196036DD5A858BDAD53BC71A778B41841C9((Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)__this, /*hidden argument*/NULL); V_0 = L_3; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = Bounds_get_extents_mBA4B2196036DD5A858BDAD53BC71A778B41841C9((Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)(&___other0), /*hidden argument*/NULL); bool L_5 = Vector3_Equals_m6B991540378DB8541CEB9472F7ED2BF5FF72B5DB((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), L_4, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_5)); goto IL_0030; } IL_002f: { G_B3_0 = 0; } IL_0030: { V_1 = (bool)G_B3_0; goto IL_0033; } IL_0033: { bool L_6 = V_1; return L_6; } } IL2CPP_EXTERN_C bool Bounds_Equals_mC2E2B04AB16455E2C17CD0B3C1497835DEA39859_AdjustorThunk (RuntimeObject * __this, Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___other0, const RuntimeMethod* method) { int32_t _offset = 1; Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * _thisAdjusted = reinterpret_cast(__this + _offset); return Bounds_Equals_mC2E2B04AB16455E2C17CD0B3C1497835DEA39859(_thisAdjusted, ___other0, method); } // UnityEngine.Vector3 UnityEngine.Bounds::get_center() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Bounds_get_center_m4FB6E99F0533EE2D432988B08474D6DC9B8B744B (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = __this->get_m_Center_0(); V_0 = L_0; goto IL_000a; } IL_000a: { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = V_0; return L_1; } } IL2CPP_EXTERN_C Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Bounds_get_center_m4FB6E99F0533EE2D432988B08474D6DC9B8B744B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * _thisAdjusted = reinterpret_cast(__this + _offset); return Bounds_get_center_m4FB6E99F0533EE2D432988B08474D6DC9B8B744B(_thisAdjusted, method); } // UnityEngine.Vector3 UnityEngine.Bounds::get_size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Bounds_get_size_m0739F2686AE2D3416A33AEF892653091347FD4A6 (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bounds_get_size_m0739F2686AE2D3416A33AEF892653091347FD4A6_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = __this->get_m_Extents_1(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E(L_0, (2.0f), /*hidden argument*/NULL); V_0 = L_1; goto IL_0014; } IL_0014: { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Bounds_get_size_m0739F2686AE2D3416A33AEF892653091347FD4A6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * _thisAdjusted = reinterpret_cast(__this + _offset); return Bounds_get_size_m0739F2686AE2D3416A33AEF892653091347FD4A6(_thisAdjusted, method); } // UnityEngine.Vector3 UnityEngine.Bounds::get_extents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Bounds_get_extents_mBA4B2196036DD5A858BDAD53BC71A778B41841C9 (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = __this->get_m_Extents_1(); V_0 = L_0; goto IL_000a; } IL_000a: { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = V_0; return L_1; } } IL2CPP_EXTERN_C Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Bounds_get_extents_mBA4B2196036DD5A858BDAD53BC71A778B41841C9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * _thisAdjusted = reinterpret_cast(__this + _offset); return Bounds_get_extents_mBA4B2196036DD5A858BDAD53BC71A778B41841C9(_thisAdjusted, method); } // System.String UnityEngine.Bounds::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Bounds_ToString_m4637EA7C58B9C75651A040182471E9BAB9295666 (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bounds_ToString_m4637EA7C58B9C75651A040182471E9BAB9295666_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = __this->get_m_Center_0(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = L_2; RuntimeObject * L_4 = Box(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_4); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_1; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = __this->get_m_Extents_1(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = L_6; RuntimeObject * L_8 = Box(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var, &L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_8); String_t* L_9 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteral7E493E42997D8BF6BAD12EDC42A763008C83B810, L_5, /*hidden argument*/NULL); V_0 = L_9; goto IL_0030; } IL_0030: { String_t* L_10 = V_0; return L_10; } } IL2CPP_EXTERN_C String_t* Bounds_ToString_m4637EA7C58B9C75651A040182471E9BAB9295666_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * _thisAdjusted = reinterpret_cast(__this + _offset); return Bounds_ToString_m4637EA7C58B9C75651A040182471E9BAB9295666(_thisAdjusted, method); } #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: UnityEngine.CachedAssetBundle IL2CPP_EXTERN_C void CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshal_pinvoke(const CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3& unmarshaled, CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_pinvoke& marshaled) { marshaled.___m_Name_0 = il2cpp_codegen_marshal_string(unmarshaled.get_m_Name_0()); marshaled.___m_Hash_1 = unmarshaled.get_m_Hash_1(); } IL2CPP_EXTERN_C void CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshal_pinvoke_back(const CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_pinvoke& marshaled, CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3& unmarshaled) { unmarshaled.set_m_Name_0(il2cpp_codegen_marshal_string_result(marshaled.___m_Name_0)); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 unmarshaled_m_Hash_temp_1; memset((&unmarshaled_m_Hash_temp_1), 0, sizeof(unmarshaled_m_Hash_temp_1)); unmarshaled_m_Hash_temp_1 = marshaled.___m_Hash_1; unmarshaled.set_m_Hash_1(unmarshaled_m_Hash_temp_1); } // Conversion method for clean up from marshalling of: UnityEngine.CachedAssetBundle IL2CPP_EXTERN_C void CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshal_pinvoke_cleanup(CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___m_Name_0); marshaled.___m_Name_0 = NULL; } // Conversion methods for marshalling of: UnityEngine.CachedAssetBundle IL2CPP_EXTERN_C void CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshal_com(const CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3& unmarshaled, CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_com& marshaled) { marshaled.___m_Name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_Name_0()); marshaled.___m_Hash_1 = unmarshaled.get_m_Hash_1(); } IL2CPP_EXTERN_C void CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshal_com_back(const CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_com& marshaled, CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3& unmarshaled) { unmarshaled.set_m_Name_0(il2cpp_codegen_marshal_bstring_result(marshaled.___m_Name_0)); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 unmarshaled_m_Hash_temp_1; memset((&unmarshaled_m_Hash_temp_1), 0, sizeof(unmarshaled_m_Hash_temp_1)); unmarshaled_m_Hash_temp_1 = marshaled.___m_Hash_1; unmarshaled.set_m_Hash_1(unmarshaled_m_Hash_temp_1); } // Conversion method for clean up from marshalling of: UnityEngine.CachedAssetBundle IL2CPP_EXTERN_C void CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshal_com_cleanup(CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___m_Name_0); marshaled.___m_Name_0 = NULL; } // System.Void UnityEngine.CachedAssetBundle::.ctor(System.String,UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedAssetBundle__ctor_mBB07A43F19F5095BC21A44543684F6B4269CE315 (CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 * __this, String_t* ___name0, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___hash1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; __this->set_m_Name_0(L_0); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_1 = ___hash1; __this->set_m_Hash_1(L_1); return; } } IL2CPP_EXTERN_C void CachedAssetBundle__ctor_mBB07A43F19F5095BC21A44543684F6B4269CE315_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___hash1, const RuntimeMethod* method) { int32_t _offset = 1; CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 * _thisAdjusted = reinterpret_cast(__this + _offset); CachedAssetBundle__ctor_mBB07A43F19F5095BC21A44543684F6B4269CE315(_thisAdjusted, ___name0, ___hash1, method); } // System.String UnityEngine.CachedAssetBundle::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CachedAssetBundle_get_name_m31556A8588D4BE9261B0AB02486118A30D3ED971 (CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0 = __this->get_m_Name_0(); V_0 = L_0; goto IL_000a; } IL_000a: { String_t* L_1 = V_0; return L_1; } } IL2CPP_EXTERN_C String_t* CachedAssetBundle_get_name_m31556A8588D4BE9261B0AB02486118A30D3ED971_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 * _thisAdjusted = reinterpret_cast(__this + _offset); return CachedAssetBundle_get_name_m31556A8588D4BE9261B0AB02486118A30D3ED971(_thisAdjusted, method); } // UnityEngine.Hash128 UnityEngine.CachedAssetBundle::get_hash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 CachedAssetBundle_get_hash_mC7D2AD78B64D7CDEF0604C934BF97D6C388A3EC1 (CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 * __this, const RuntimeMethod* method) { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 V_0; memset((&V_0), 0, sizeof(V_0)); { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_0 = __this->get_m_Hash_1(); V_0 = L_0; goto IL_000a; } IL_000a: { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_1 = V_0; return L_1; } } IL2CPP_EXTERN_C Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 CachedAssetBundle_get_hash_mC7D2AD78B64D7CDEF0604C934BF97D6C388A3EC1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 * _thisAdjusted = reinterpret_cast(__this + _offset); return CachedAssetBundle_get_hash_mC7D2AD78B64D7CDEF0604C934BF97D6C388A3EC1(_thisAdjusted, method); } #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.Single UnityEngine.Camera::get_nearClipPlane() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_nearClipPlane_mD9D3E3D27186BBAC2CC354CE3609E6118A5BF66C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef float (*Camera_get_nearClipPlane_mD9D3E3D27186BBAC2CC354CE3609E6118A5BF66C_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_nearClipPlane_mD9D3E3D27186BBAC2CC354CE3609E6118A5BF66C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_nearClipPlane_mD9D3E3D27186BBAC2CC354CE3609E6118A5BF66C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_nearClipPlane()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_nearClipPlane(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_nearClipPlane_m9D81E50F8658C16319BEF3774E78B93DEB208C6B (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_nearClipPlane_m9D81E50F8658C16319BEF3774E78B93DEB208C6B_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, float); static Camera_set_nearClipPlane_m9D81E50F8658C16319BEF3774E78B93DEB208C6B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_nearClipPlane_m9D81E50F8658C16319BEF3774E78B93DEB208C6B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_nearClipPlane(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Camera::get_farClipPlane() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_farClipPlane_mF51F1FF5BE87719CFAC293E272B1138DC1EFFD4B (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef float (*Camera_get_farClipPlane_mF51F1FF5BE87719CFAC293E272B1138DC1EFFD4B_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_farClipPlane_mF51F1FF5BE87719CFAC293E272B1138DC1EFFD4B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_farClipPlane_mF51F1FF5BE87719CFAC293E272B1138DC1EFFD4B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_farClipPlane()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_farClipPlane(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_farClipPlane_m52986DC40B7F577255C4D5A4F780FD8A7D862626 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_farClipPlane_m52986DC40B7F577255C4D5A4F780FD8A7D862626_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, float); static Camera_set_farClipPlane_m52986DC40B7F577255C4D5A4F780FD8A7D862626_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_farClipPlane_m52986DC40B7F577255C4D5A4F780FD8A7D862626_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_farClipPlane(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Camera::get_fieldOfView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_fieldOfView_m065A50B70AC3661337ACA482DDEFA29CCBD249D6 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef float (*Camera_get_fieldOfView_m065A50B70AC3661337ACA482DDEFA29CCBD249D6_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_fieldOfView_m065A50B70AC3661337ACA482DDEFA29CCBD249D6_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_fieldOfView_m065A50B70AC3661337ACA482DDEFA29CCBD249D6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_fieldOfView()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_fieldOfView(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_fieldOfView_m5006BA0D01A27619A053704D3BD6A8938F7DEDA5 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_fieldOfView_m5006BA0D01A27619A053704D3BD6A8938F7DEDA5_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, float); static Camera_set_fieldOfView_m5006BA0D01A27619A053704D3BD6A8938F7DEDA5_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_fieldOfView_m5006BA0D01A27619A053704D3BD6A8938F7DEDA5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_fieldOfView(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.RenderingPath UnityEngine.Camera::get_renderingPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_renderingPath_m3F9727F2277A81A9948EE463B8DFE81F35083386 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_renderingPath_m3F9727F2277A81A9948EE463B8DFE81F35083386_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_renderingPath_m3F9727F2277A81A9948EE463B8DFE81F35083386_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_renderingPath_m3F9727F2277A81A9948EE463B8DFE81F35083386_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_renderingPath()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_renderingPath(UnityEngine.RenderingPath) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_renderingPath_m0322DAAE0B2429DD235D4C231AB035A0E3E4CB5A (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_renderingPath_m0322DAAE0B2429DD235D4C231AB035A0E3E4CB5A_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_set_renderingPath_m0322DAAE0B2429DD235D4C231AB035A0E3E4CB5A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_renderingPath_m0322DAAE0B2429DD235D4C231AB035A0E3E4CB5A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_renderingPath(UnityEngine.RenderingPath)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.RenderingPath UnityEngine.Camera::get_actualRenderingPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_actualRenderingPath_mE9E848ECDDADD2DB2EBEC25B5F6836F9F67E5E1C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_actualRenderingPath_mE9E848ECDDADD2DB2EBEC25B5F6836F9F67E5E1C_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_actualRenderingPath_mE9E848ECDDADD2DB2EBEC25B5F6836F9F67E5E1C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_actualRenderingPath_mE9E848ECDDADD2DB2EBEC25B5F6836F9F67E5E1C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_actualRenderingPath()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_Reset_m8CD4C5B6CDF3778CE005722057A8D665CAA1E8E9 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef void (*Camera_Reset_m8CD4C5B6CDF3778CE005722057A8D665CAA1E8E9_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_Reset_m8CD4C5B6CDF3778CE005722057A8D665CAA1E8E9_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_Reset_m8CD4C5B6CDF3778CE005722057A8D665CAA1E8E9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::Reset()"); _il2cpp_icall_func(__this); } // System.Boolean UnityEngine.Camera::get_allowHDR() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_allowHDR_m665C9AE59920BD6FD436C85EA3517D4914477759 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef bool (*Camera_get_allowHDR_m665C9AE59920BD6FD436C85EA3517D4914477759_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_allowHDR_m665C9AE59920BD6FD436C85EA3517D4914477759_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_allowHDR_m665C9AE59920BD6FD436C85EA3517D4914477759_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_allowHDR()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_allowHDR(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_allowHDR_mD5460B086C328CE83D294D01C5EABA2B4BAF8E0E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_allowHDR_mD5460B086C328CE83D294D01C5EABA2B4BAF8E0E_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, bool); static Camera_set_allowHDR_mD5460B086C328CE83D294D01C5EABA2B4BAF8E0E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_allowHDR_mD5460B086C328CE83D294D01C5EABA2B4BAF8E0E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_allowHDR(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.Camera::get_allowMSAA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_allowMSAA_m857F27DB6C26C843A9F4A65D05C12E5E1BFA097F (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef bool (*Camera_get_allowMSAA_m857F27DB6C26C843A9F4A65D05C12E5E1BFA097F_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_allowMSAA_m857F27DB6C26C843A9F4A65D05C12E5E1BFA097F_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_allowMSAA_m857F27DB6C26C843A9F4A65D05C12E5E1BFA097F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_allowMSAA()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_allowMSAA(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_allowMSAA_m05738C02C8AAB5DF3718D1DBC52E0BF4CF54753E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_allowMSAA_m05738C02C8AAB5DF3718D1DBC52E0BF4CF54753E_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, bool); static Camera_set_allowMSAA_m05738C02C8AAB5DF3718D1DBC52E0BF4CF54753E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_allowMSAA_m05738C02C8AAB5DF3718D1DBC52E0BF4CF54753E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_allowMSAA(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.Camera::get_allowDynamicResolution() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_allowDynamicResolution_m914F4649B78C663DC318AFA9C8488F1E1272194D (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef bool (*Camera_get_allowDynamicResolution_m914F4649B78C663DC318AFA9C8488F1E1272194D_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_allowDynamicResolution_m914F4649B78C663DC318AFA9C8488F1E1272194D_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_allowDynamicResolution_m914F4649B78C663DC318AFA9C8488F1E1272194D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_allowDynamicResolution()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_allowDynamicResolution(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_allowDynamicResolution_mD5528265C2748EE3EC0A62C092E0D8F66AAF20E7 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_allowDynamicResolution_mD5528265C2748EE3EC0A62C092E0D8F66AAF20E7_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, bool); static Camera_set_allowDynamicResolution_mD5528265C2748EE3EC0A62C092E0D8F66AAF20E7_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_allowDynamicResolution_mD5528265C2748EE3EC0A62C092E0D8F66AAF20E7_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_allowDynamicResolution(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.Camera::get_forceIntoRenderTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_forceIntoRenderTexture_m990DD85479D228884BE9E79D63A2E02EF62D7661 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef bool (*Camera_get_forceIntoRenderTexture_m990DD85479D228884BE9E79D63A2E02EF62D7661_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_forceIntoRenderTexture_m990DD85479D228884BE9E79D63A2E02EF62D7661_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_forceIntoRenderTexture_m990DD85479D228884BE9E79D63A2E02EF62D7661_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_forceIntoRenderTexture()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_forceIntoRenderTexture(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_forceIntoRenderTexture_mC1461D467FCE8F10A2247B597522D5346500F0FE (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_forceIntoRenderTexture_mC1461D467FCE8F10A2247B597522D5346500F0FE_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, bool); static Camera_set_forceIntoRenderTexture_mC1461D467FCE8F10A2247B597522D5346500F0FE_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_forceIntoRenderTexture_mC1461D467FCE8F10A2247B597522D5346500F0FE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_forceIntoRenderTexture(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Camera::get_orthographicSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_orthographicSize_m700FCD8CF48BC59A0415A624328B4A627B88D958 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef float (*Camera_get_orthographicSize_m700FCD8CF48BC59A0415A624328B4A627B88D958_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_orthographicSize_m700FCD8CF48BC59A0415A624328B4A627B88D958_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_orthographicSize_m700FCD8CF48BC59A0415A624328B4A627B88D958_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_orthographicSize()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_orthographicSize(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_orthographicSize_mF15F37A294A7AA2ADD9519728A495DFA0A836428 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_orthographicSize_mF15F37A294A7AA2ADD9519728A495DFA0A836428_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, float); static Camera_set_orthographicSize_mF15F37A294A7AA2ADD9519728A495DFA0A836428_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_orthographicSize_mF15F37A294A7AA2ADD9519728A495DFA0A836428_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_orthographicSize(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.Camera::get_orthographic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_orthographic_m801883D15C8D9816091F6B9C742CA5FA3650C8E6 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef bool (*Camera_get_orthographic_m801883D15C8D9816091F6B9C742CA5FA3650C8E6_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_orthographic_m801883D15C8D9816091F6B9C742CA5FA3650C8E6_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_orthographic_m801883D15C8D9816091F6B9C742CA5FA3650C8E6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_orthographic()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_orthographic(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_orthographic_mB2549D26F5E220102D7478EB4C15F8F12D96FE09 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_orthographic_mB2549D26F5E220102D7478EB4C15F8F12D96FE09_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, bool); static Camera_set_orthographic_mB2549D26F5E220102D7478EB4C15F8F12D96FE09_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_orthographic_mB2549D26F5E220102D7478EB4C15F8F12D96FE09_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_orthographic(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.Rendering.OpaqueSortMode UnityEngine.Camera::get_opaqueSortMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_opaqueSortMode_m44EA1DE8FAB7C81906D992A95EFA6C1309241A1A (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_opaqueSortMode_m44EA1DE8FAB7C81906D992A95EFA6C1309241A1A_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_opaqueSortMode_m44EA1DE8FAB7C81906D992A95EFA6C1309241A1A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_opaqueSortMode_m44EA1DE8FAB7C81906D992A95EFA6C1309241A1A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_opaqueSortMode()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_opaqueSortMode(UnityEngine.Rendering.OpaqueSortMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_opaqueSortMode_mCBCE269B9074BC5C10CFF75EE5B24C2E699BE611 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_opaqueSortMode_mCBCE269B9074BC5C10CFF75EE5B24C2E699BE611_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_set_opaqueSortMode_mCBCE269B9074BC5C10CFF75EE5B24C2E699BE611_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_opaqueSortMode_mCBCE269B9074BC5C10CFF75EE5B24C2E699BE611_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_opaqueSortMode(UnityEngine.Rendering.OpaqueSortMode)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.TransparencySortMode UnityEngine.Camera::get_transparencySortMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_transparencySortMode_m5AFD99D6A373C9ECE90803BBA6C4C0F3E74C5AE4 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_transparencySortMode_m5AFD99D6A373C9ECE90803BBA6C4C0F3E74C5AE4_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_transparencySortMode_m5AFD99D6A373C9ECE90803BBA6C4C0F3E74C5AE4_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_transparencySortMode_m5AFD99D6A373C9ECE90803BBA6C4C0F3E74C5AE4_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_transparencySortMode()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_transparencySortMode(UnityEngine.TransparencySortMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_transparencySortMode_m0A031A35B36D43A7112D3CB2157C97BF970222D3 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_transparencySortMode_m0A031A35B36D43A7112D3CB2157C97BF970222D3_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_set_transparencySortMode_m0A031A35B36D43A7112D3CB2157C97BF970222D3_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_transparencySortMode_m0A031A35B36D43A7112D3CB2157C97BF970222D3_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_transparencySortMode(UnityEngine.TransparencySortMode)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.Vector3 UnityEngine.Camera::get_transparencySortAxis() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_get_transparencySortAxis_mBC6B49A362F4DB6DE101EA28A14854C781A325C9 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_transparencySortAxis_Injected_m4894DACE92310DB64C26329CC8B26205D38EA095(__this, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), /*hidden argument*/NULL); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = V_0; return L_0; } } // System.Void UnityEngine.Camera::set_transparencySortAxis(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_transparencySortAxis_m1E0672643E876CBFF24F589F2B40955097E4456A (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method) { { Camera_set_transparencySortAxis_Injected_m2C2827CC835043F52020001975DFD37C78E33114(__this, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&___value0), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Camera::ResetTransparencySortSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ResetTransparencySortSettings_m9F23076283654DC646A3709F3538ED135666AAAE (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef void (*Camera_ResetTransparencySortSettings_m9F23076283654DC646A3709F3538ED135666AAAE_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_ResetTransparencySortSettings_m9F23076283654DC646A3709F3538ED135666AAAE_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ResetTransparencySortSettings_m9F23076283654DC646A3709F3538ED135666AAAE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ResetTransparencySortSettings()"); _il2cpp_icall_func(__this); } // System.Single UnityEngine.Camera::get_depth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_depth_m436C49A1C7669E4AD5665A1F1107BDFBA38742CD (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef float (*Camera_get_depth_m436C49A1C7669E4AD5665A1F1107BDFBA38742CD_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_depth_m436C49A1C7669E4AD5665A1F1107BDFBA38742CD_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_depth_m436C49A1C7669E4AD5665A1F1107BDFBA38742CD_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_depth()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_depth(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depth_m4A83CCCF7370B8AD4BDB2CD5528A6E12A409AE58 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_depth_m4A83CCCF7370B8AD4BDB2CD5528A6E12A409AE58_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, float); static Camera_set_depth_m4A83CCCF7370B8AD4BDB2CD5528A6E12A409AE58_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_depth_m4A83CCCF7370B8AD4BDB2CD5528A6E12A409AE58_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_depth(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Camera::get_aspect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_aspect_m2ADA7982754920C3B58B4DB664801D6F2416E0C6 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef float (*Camera_get_aspect_m2ADA7982754920C3B58B4DB664801D6F2416E0C6_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_aspect_m2ADA7982754920C3B58B4DB664801D6F2416E0C6_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_aspect_m2ADA7982754920C3B58B4DB664801D6F2416E0C6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_aspect()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_aspect(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_aspect_m84BE4641686B30B8F9FFEA47BB1D7D88E27344EE (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_aspect_m84BE4641686B30B8F9FFEA47BB1D7D88E27344EE_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, float); static Camera_set_aspect_m84BE4641686B30B8F9FFEA47BB1D7D88E27344EE_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_aspect_m84BE4641686B30B8F9FFEA47BB1D7D88E27344EE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_aspect(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::ResetAspect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ResetAspect_m90C7DA8649316B2EE474A4CD5C13B1E630173851 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef void (*Camera_ResetAspect_m90C7DA8649316B2EE474A4CD5C13B1E630173851_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_ResetAspect_m90C7DA8649316B2EE474A4CD5C13B1E630173851_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ResetAspect_m90C7DA8649316B2EE474A4CD5C13B1E630173851_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ResetAspect()"); _il2cpp_icall_func(__this); } // UnityEngine.Vector3 UnityEngine.Camera::get_velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_get_velocity_mCFA80B68AD47FD3527C7C07C7570E20DF9532EE5 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_velocity_Injected_mB9033CF572C59BB3340546C918FEB08D2D8E8339(__this, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), /*hidden argument*/NULL); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = V_0; return L_0; } } // System.Int32 UnityEngine.Camera::get_cullingMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_cullingMask_m0992E96D87A4221E38746EBD882780CEFF7C2BCD (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_cullingMask_m0992E96D87A4221E38746EBD882780CEFF7C2BCD_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_cullingMask_m0992E96D87A4221E38746EBD882780CEFF7C2BCD_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_cullingMask_m0992E96D87A4221E38746EBD882780CEFF7C2BCD_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_cullingMask()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_cullingMask(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_cullingMask_m215DB1C878CF1ADEEF6800AF449EEEA7680ECCCD (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_cullingMask_m215DB1C878CF1ADEEF6800AF449EEEA7680ECCCD_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_set_cullingMask_m215DB1C878CF1ADEEF6800AF449EEEA7680ECCCD_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_cullingMask_m215DB1C878CF1ADEEF6800AF449EEEA7680ECCCD_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_cullingMask(System.Int32)"); _il2cpp_icall_func(__this, ___value0); } // System.Int32 UnityEngine.Camera::get_eventMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_eventMask_m1D85900090AF34244340C69B53A42CDE5E9669D3 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_eventMask_m1D85900090AF34244340C69B53A42CDE5E9669D3_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_eventMask_m1D85900090AF34244340C69B53A42CDE5E9669D3_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_eventMask_m1D85900090AF34244340C69B53A42CDE5E9669D3_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_eventMask()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_eventMask(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_eventMask_m7A6147115063AB6830CF3CDEC63019275FBF3E1B (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_eventMask_m7A6147115063AB6830CF3CDEC63019275FBF3E1B_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_set_eventMask_m7A6147115063AB6830CF3CDEC63019275FBF3E1B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_eventMask_m7A6147115063AB6830CF3CDEC63019275FBF3E1B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_eventMask(System.Int32)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.Camera::get_layerCullSpherical() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_layerCullSpherical_mBF3B7FE7E760CDDBD05E03734E93B05D31FDA397 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef bool (*Camera_get_layerCullSpherical_mBF3B7FE7E760CDDBD05E03734E93B05D31FDA397_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_layerCullSpherical_mBF3B7FE7E760CDDBD05E03734E93B05D31FDA397_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_layerCullSpherical_mBF3B7FE7E760CDDBD05E03734E93B05D31FDA397_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_layerCullSpherical()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_layerCullSpherical(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_layerCullSpherical_m0872DBF5A01788006FE50EA9078BF69119A2E64F (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_layerCullSpherical_m0872DBF5A01788006FE50EA9078BF69119A2E64F_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, bool); static Camera_set_layerCullSpherical_m0872DBF5A01788006FE50EA9078BF69119A2E64F_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_layerCullSpherical_m0872DBF5A01788006FE50EA9078BF69119A2E64F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_layerCullSpherical(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.CameraType UnityEngine.Camera::get_cameraType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_cameraType_m8AE222219696578F70EA285D5AF182630089F21C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_cameraType_m8AE222219696578F70EA285D5AF182630089F21C_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_cameraType_m8AE222219696578F70EA285D5AF182630089F21C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_cameraType_m8AE222219696578F70EA285D5AF182630089F21C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_cameraType()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_cameraType(UnityEngine.CameraType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_cameraType_mC9875253122169F99310AE15F095B915669561D8 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_cameraType_mC9875253122169F99310AE15F095B915669561D8_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_set_cameraType_mC9875253122169F99310AE15F095B915669561D8_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_cameraType_mC9875253122169F99310AE15F095B915669561D8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_cameraType(UnityEngine.CameraType)"); _il2cpp_icall_func(__this, ___value0); } // System.UInt64 UnityEngine.Camera::get_overrideSceneCullingMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Camera_get_overrideSceneCullingMask_m3D89B8DD0A2BD07A2DBA47FFACF3E72CAC26641D (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef uint64_t (*Camera_get_overrideSceneCullingMask_m3D89B8DD0A2BD07A2DBA47FFACF3E72CAC26641D_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_overrideSceneCullingMask_m3D89B8DD0A2BD07A2DBA47FFACF3E72CAC26641D_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_overrideSceneCullingMask_m3D89B8DD0A2BD07A2DBA47FFACF3E72CAC26641D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_overrideSceneCullingMask()"); uint64_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_overrideSceneCullingMask(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_overrideSceneCullingMask_mDCCCC678D1ACD031BE0AE5D67255C88ED17890E6 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, uint64_t ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_overrideSceneCullingMask_mDCCCC678D1ACD031BE0AE5D67255C88ED17890E6_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, uint64_t); static Camera_set_overrideSceneCullingMask_mDCCCC678D1ACD031BE0AE5D67255C88ED17890E6_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_overrideSceneCullingMask_mDCCCC678D1ACD031BE0AE5D67255C88ED17890E6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_overrideSceneCullingMask(System.UInt64)"); _il2cpp_icall_func(__this, ___value0); } // System.Single[] UnityEngine.Camera::GetLayerCullDistances() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* Camera_GetLayerCullDistances_mD3976A4C1503F6BF7866285D59C64712CB1444A5 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* (*Camera_GetLayerCullDistances_mD3976A4C1503F6BF7866285D59C64712CB1444A5_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_GetLayerCullDistances_mD3976A4C1503F6BF7866285D59C64712CB1444A5_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_GetLayerCullDistances_mD3976A4C1503F6BF7866285D59C64712CB1444A5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::GetLayerCullDistances()"); SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::SetLayerCullDistances(System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetLayerCullDistances_mE49760BAB4F9D1B792F530A8211CA98A558EFC16 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___d0, const RuntimeMethod* method) { typedef void (*Camera_SetLayerCullDistances_mE49760BAB4F9D1B792F530A8211CA98A558EFC16_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*); static Camera_SetLayerCullDistances_mE49760BAB4F9D1B792F530A8211CA98A558EFC16_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_SetLayerCullDistances_mE49760BAB4F9D1B792F530A8211CA98A558EFC16_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::SetLayerCullDistances(System.Single[])"); _il2cpp_icall_func(__this, ___d0); } // System.Single[] UnityEngine.Camera::get_layerCullDistances() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* Camera_get_layerCullDistances_m359113A04F2A76EA1775AE9C7F5DAE079FBBE29B (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* V_0 = NULL; { SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_0 = Camera_GetLayerCullDistances_mD3976A4C1503F6BF7866285D59C64712CB1444A5(__this, /*hidden argument*/NULL); V_0 = L_0; goto IL_000a; } IL_000a: { SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_1 = V_0; return L_1; } } // System.Void UnityEngine.Camera::set_layerCullDistances(System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_layerCullDistances_mA2FBC7BED4BE67845358DF4F146CAE073F255BEA (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Camera_set_layerCullDistances_mA2FBC7BED4BE67845358DF4F146CAE073F255BEA_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_0 = ___value0; NullCheck(L_0); V_0 = (bool)((((int32_t)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((int32_t)((int32_t)32)))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001a; } } { UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 * L_2 = (UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 *)il2cpp_codegen_object_new(UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28_il2cpp_TypeInfo_var); UnityException__ctor_mE42363D886E6DD7F075A6AEA689434C8E96722D9(L_2, _stringLiteralC44A284D6202E8C0E5E102C5C16B7A69DB85BA68, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Camera_set_layerCullDistances_mA2FBC7BED4BE67845358DF4F146CAE073F255BEA_RuntimeMethod_var); } IL_001a: { SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_3 = ___value0; Camera_SetLayerCullDistances_mE49760BAB4F9D1B792F530A8211CA98A558EFC16(__this, L_3, /*hidden argument*/NULL); return; } } // System.Boolean UnityEngine.Camera::get_useOcclusionCulling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_useOcclusionCulling_m0BA2F40656B794715849CB4FC57686F11C41A5E1 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef bool (*Camera_get_useOcclusionCulling_m0BA2F40656B794715849CB4FC57686F11C41A5E1_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_useOcclusionCulling_m0BA2F40656B794715849CB4FC57686F11C41A5E1_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_useOcclusionCulling_m0BA2F40656B794715849CB4FC57686F11C41A5E1_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_useOcclusionCulling()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_useOcclusionCulling(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_useOcclusionCulling_mC794B18E634F5A2DEDA36C76E685DB881B822C41 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_useOcclusionCulling_mC794B18E634F5A2DEDA36C76E685DB881B822C41_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, bool); static Camera_set_useOcclusionCulling_mC794B18E634F5A2DEDA36C76E685DB881B822C41_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_useOcclusionCulling_mC794B18E634F5A2DEDA36C76E685DB881B822C41_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_useOcclusionCulling(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.Matrix4x4 UnityEngine.Camera::get_cullingMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Camera_get_cullingMatrix_m0B048F4660AAE85F22B779CEDA8DB5CAA5A21B70 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_cullingMatrix_Injected_m4B0507215686CB6A9DF4D862C12E3DEF41D6370E(__this, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), /*hidden argument*/NULL); Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_0 = V_0; return L_0; } } // System.Void UnityEngine.Camera::set_cullingMatrix(UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_cullingMatrix_mFD223F62CAC8C2BEAC76F53296E7DD01DE84C62A (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value0, const RuntimeMethod* method) { { Camera_set_cullingMatrix_Injected_mF421800C4F7623EF0E4496BA27835E4F0928B47B(__this, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&___value0), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Camera::ResetCullingMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ResetCullingMatrix_m5E4B4D7583F9CACE10FCC0DD031E0315BB5715AF (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef void (*Camera_ResetCullingMatrix_m5E4B4D7583F9CACE10FCC0DD031E0315BB5715AF_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_ResetCullingMatrix_m5E4B4D7583F9CACE10FCC0DD031E0315BB5715AF_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ResetCullingMatrix_m5E4B4D7583F9CACE10FCC0DD031E0315BB5715AF_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ResetCullingMatrix()"); _il2cpp_icall_func(__this); } // UnityEngine.Color UnityEngine.Camera::get_backgroundColor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Camera_get_backgroundColor_m14496C5DC24582D7227277AF71DBE96F8E9E64FF (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_backgroundColor_Injected_m35D7092E021C199D24A3457297EEEAA520CAC999(__this, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_0), /*hidden argument*/NULL); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = V_0; return L_0; } } // System.Void UnityEngine.Camera::set_backgroundColor(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_backgroundColor_mDB9CA1B37FE2D52493823914AC5BC9F8C1935D6F (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method) { { Camera_set_backgroundColor_Injected_m5E1BF10175DAB3F4E2D83810640D1FB5EF49A9F9(__this, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___value0), /*hidden argument*/NULL); return; } } // UnityEngine.CameraClearFlags UnityEngine.Camera::get_clearFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_clearFlags_m1D02BA1ABD7310269F6121C58AF41DCDEF1E0266 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_clearFlags_m1D02BA1ABD7310269F6121C58AF41DCDEF1E0266_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_clearFlags_m1D02BA1ABD7310269F6121C58AF41DCDEF1E0266_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_clearFlags_m1D02BA1ABD7310269F6121C58AF41DCDEF1E0266_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_clearFlags()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_clearFlags(UnityEngine.CameraClearFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_clearFlags_m805DFBD136AA3E1E46A2E61441965D174E87FE50 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_clearFlags_m805DFBD136AA3E1E46A2E61441965D174E87FE50_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_set_clearFlags_m805DFBD136AA3E1E46A2E61441965D174E87FE50_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_clearFlags_m805DFBD136AA3E1E46A2E61441965D174E87FE50_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_clearFlags(UnityEngine.CameraClearFlags)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.DepthTextureMode UnityEngine.Camera::get_depthTextureMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_depthTextureMode_m157C12D349137B72F27061C027E6954EC65D54AD (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_depthTextureMode_m157C12D349137B72F27061C027E6954EC65D54AD_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_depthTextureMode_m157C12D349137B72F27061C027E6954EC65D54AD_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_depthTextureMode_m157C12D349137B72F27061C027E6954EC65D54AD_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_depthTextureMode()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_depthTextureMode(UnityEngine.DepthTextureMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depthTextureMode_mBD8E259A3E29C4A5AC1FA8898700789B43264D2C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_depthTextureMode_mBD8E259A3E29C4A5AC1FA8898700789B43264D2C_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_set_depthTextureMode_mBD8E259A3E29C4A5AC1FA8898700789B43264D2C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_depthTextureMode_mBD8E259A3E29C4A5AC1FA8898700789B43264D2C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_depthTextureMode(UnityEngine.DepthTextureMode)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.Camera::get_clearStencilAfterLightingPass() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_clearStencilAfterLightingPass_m917C86FC09E37D2DD9A91B16B9AFFC9405BB4F1D (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef bool (*Camera_get_clearStencilAfterLightingPass_m917C86FC09E37D2DD9A91B16B9AFFC9405BB4F1D_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_clearStencilAfterLightingPass_m917C86FC09E37D2DD9A91B16B9AFFC9405BB4F1D_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_clearStencilAfterLightingPass_m917C86FC09E37D2DD9A91B16B9AFFC9405BB4F1D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_clearStencilAfterLightingPass()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_clearStencilAfterLightingPass(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_clearStencilAfterLightingPass_m26615E8ADF5B5B6CDD988F48B9DAD6B8993535B7 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_clearStencilAfterLightingPass_m26615E8ADF5B5B6CDD988F48B9DAD6B8993535B7_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, bool); static Camera_set_clearStencilAfterLightingPass_m26615E8ADF5B5B6CDD988F48B9DAD6B8993535B7_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_clearStencilAfterLightingPass_m26615E8ADF5B5B6CDD988F48B9DAD6B8993535B7_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_clearStencilAfterLightingPass(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::SetReplacementShader(UnityEngine.Shader,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetReplacementShader_m7FE82F0E7833D106BCFF9E8D62128F8740671740 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ___shader0, String_t* ___replacementTag1, const RuntimeMethod* method) { typedef void (*Camera_SetReplacementShader_m7FE82F0E7833D106BCFF9E8D62128F8740671740_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Shader_tE2731FF351B74AB4186897484FB01E000C1160CA *, String_t*); static Camera_SetReplacementShader_m7FE82F0E7833D106BCFF9E8D62128F8740671740_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_SetReplacementShader_m7FE82F0E7833D106BCFF9E8D62128F8740671740_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::SetReplacementShader(UnityEngine.Shader,System.String)"); _il2cpp_icall_func(__this, ___shader0, ___replacementTag1); } // System.Void UnityEngine.Camera::ResetReplacementShader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ResetReplacementShader_m256ACD53769F2C3D405D42B553EDDC3C95EC4D7C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef void (*Camera_ResetReplacementShader_m256ACD53769F2C3D405D42B553EDDC3C95EC4D7C_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_ResetReplacementShader_m256ACD53769F2C3D405D42B553EDDC3C95EC4D7C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ResetReplacementShader_m256ACD53769F2C3D405D42B553EDDC3C95EC4D7C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ResetReplacementShader()"); _il2cpp_icall_func(__this); } // System.Boolean UnityEngine.Camera::get_usePhysicalProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_usePhysicalProperties_m1FCCC16292BB6A894C72C9E69D4D0B46850E71EA (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef bool (*Camera_get_usePhysicalProperties_m1FCCC16292BB6A894C72C9E69D4D0B46850E71EA_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_usePhysicalProperties_m1FCCC16292BB6A894C72C9E69D4D0B46850E71EA_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_usePhysicalProperties_m1FCCC16292BB6A894C72C9E69D4D0B46850E71EA_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_usePhysicalProperties()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_usePhysicalProperties(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_usePhysicalProperties_m8DFF47BD37A03DD3871A62D3B010385DAF376A59 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_usePhysicalProperties_m8DFF47BD37A03DD3871A62D3B010385DAF376A59_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, bool); static Camera_set_usePhysicalProperties_m8DFF47BD37A03DD3871A62D3B010385DAF376A59_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_usePhysicalProperties_m8DFF47BD37A03DD3871A62D3B010385DAF376A59_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_usePhysicalProperties(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.Vector2 UnityEngine.Camera::get_sensorSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Camera_get_sensorSize_m0EE7E17A21C2010D35D2C7F76D4AB47CD9B076F3 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_sensorSize_Injected_m91BBA4137F71D84A5E777C811C60729B74B9C1CF(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL); Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = V_0; return L_0; } } // System.Void UnityEngine.Camera::set_sensorSize(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_sensorSize_m198F927CA2B64080184765466C4282E8542DB22D (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method) { { Camera_set_sensorSize_Injected_mC8991C477E673BC712C1B4EF308B96C1EC39C872(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&___value0), /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 UnityEngine.Camera::get_lensShift() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Camera_get_lensShift_m76054CA9997A31872DFA1C97E49C3981F89B5E14 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_lensShift_Injected_m90EAB180D323E3604114E672F26B57C4B3BEC968(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL); Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = V_0; return L_0; } } // System.Void UnityEngine.Camera::set_lensShift(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_lensShift_m2B5DCFD91A76ADA8DC817998709DE0D0DFE52C46 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method) { { Camera_set_lensShift_Injected_m2596CCAF97BF92B530F3D35480647376C6206041(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&___value0), /*hidden argument*/NULL); return; } } // System.Single UnityEngine.Camera::get_focalLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_focalLength_m0DC29CFC260E63B7E605FD6B674662B12D63B0FC (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef float (*Camera_get_focalLength_m0DC29CFC260E63B7E605FD6B674662B12D63B0FC_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_focalLength_m0DC29CFC260E63B7E605FD6B674662B12D63B0FC_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_focalLength_m0DC29CFC260E63B7E605FD6B674662B12D63B0FC_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_focalLength()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_focalLength(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_focalLength_mB8A23814D2E0FFABA049332BF99D28B26F98ED05 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_focalLength_mB8A23814D2E0FFABA049332BF99D28B26F98ED05_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, float); static Camera_set_focalLength_mB8A23814D2E0FFABA049332BF99D28B26F98ED05_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_focalLength_mB8A23814D2E0FFABA049332BF99D28B26F98ED05_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_focalLength(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.Camera_GateFitMode UnityEngine.Camera::get_gateFit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_gateFit_m0D080823A8318F192A5F1BF51B16F1FEB089039E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_gateFit_m0D080823A8318F192A5F1BF51B16F1FEB089039E_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_gateFit_m0D080823A8318F192A5F1BF51B16F1FEB089039E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_gateFit_m0D080823A8318F192A5F1BF51B16F1FEB089039E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_gateFit()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_gateFit(UnityEngine.Camera_GateFitMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_gateFit_m12C1835B0DA21FEFF0D1D76FE6BB146A38071F74 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_gateFit_m12C1835B0DA21FEFF0D1D76FE6BB146A38071F74_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_set_gateFit_m12C1835B0DA21FEFF0D1D76FE6BB146A38071F74_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_gateFit_m12C1835B0DA21FEFF0D1D76FE6BB146A38071F74_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_gateFit(UnityEngine.Camera/GateFitMode)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Camera::GetGateFittedFieldOfView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_GetGateFittedFieldOfView_m47892135E672F6E9F05BD3D17FA8EA984701A968 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef float (*Camera_GetGateFittedFieldOfView_m47892135E672F6E9F05BD3D17FA8EA984701A968_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_GetGateFittedFieldOfView_m47892135E672F6E9F05BD3D17FA8EA984701A968_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_GetGateFittedFieldOfView_m47892135E672F6E9F05BD3D17FA8EA984701A968_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::GetGateFittedFieldOfView()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // UnityEngine.Vector2 UnityEngine.Camera::GetGateFittedLensShift() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Camera_GetGateFittedLensShift_m045E55578D3E46782247E894742E316B7C79C7D6 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_GetGateFittedLensShift_Injected_m3D3C6822BA5F403667A633C51555201852EB9AD2(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL); Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = V_0; return L_0; } } // UnityEngine.Rect UnityEngine.Camera::get_rect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Camera_get_rect_m3570AA056526AB01C7733B4E7BE69F332E128A08 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_rect_Injected_m88F10E0BE4F27E638C97010D4616DBB14338EEED(__this, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL); Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = V_0; return L_0; } } // System.Void UnityEngine.Camera::set_rect(UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_rect_m6DB9964EA6E519E2B07561C8CE6AA423980FEC11 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___value0, const RuntimeMethod* method) { { Camera_set_rect_Injected_m62EE0CFFE15C612C226DEAB0ADB3D3B81ABE0C4E(__this, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___value0), /*hidden argument*/NULL); return; } } // UnityEngine.Rect UnityEngine.Camera::get_pixelRect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Camera_get_pixelRect_mBA87D6C23FD7A5E1A7F3CE0E8F9B86A9318B5317 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_pixelRect_Injected_mDE6A7F125BC1DD2BCFEA3CB03DFA948E5635E631(__this, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL); Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = V_0; return L_0; } } // System.Void UnityEngine.Camera::set_pixelRect(UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_pixelRect_m9380482EFA5D7912988D585E9538A58988C8E0E9 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___value0, const RuntimeMethod* method) { { Camera_set_pixelRect_Injected_mBE9F9ED0BC921A91C9E1B85075E8E7F8ECD61D45(__this, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___value0), /*hidden argument*/NULL); return; } } // System.Int32 UnityEngine.Camera::get_pixelWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_pixelWidth_m67EC53853580E35527F32D6EA002FE21C234172E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_pixelWidth_m67EC53853580E35527F32D6EA002FE21C234172E_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_pixelWidth_m67EC53853580E35527F32D6EA002FE21C234172E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_pixelWidth_m67EC53853580E35527F32D6EA002FE21C234172E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_pixelWidth()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Int32 UnityEngine.Camera::get_pixelHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_pixelHeight_m38879ACBA6B21C25E83AB07FA37A8E5EB7A51B05 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_pixelHeight_m38879ACBA6B21C25E83AB07FA37A8E5EB7A51B05_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_pixelHeight_m38879ACBA6B21C25E83AB07FA37A8E5EB7A51B05_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_pixelHeight_m38879ACBA6B21C25E83AB07FA37A8E5EB7A51B05_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_pixelHeight()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Int32 UnityEngine.Camera::get_scaledPixelWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_scaledPixelWidth_mE8BF59EF695BE80038EC218B4D4CA3B6F4E8591A (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_scaledPixelWidth_mE8BF59EF695BE80038EC218B4D4CA3B6F4E8591A_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_scaledPixelWidth_mE8BF59EF695BE80038EC218B4D4CA3B6F4E8591A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_scaledPixelWidth_mE8BF59EF695BE80038EC218B4D4CA3B6F4E8591A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_scaledPixelWidth()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Int32 UnityEngine.Camera::get_scaledPixelHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_scaledPixelHeight_m44CB3E7A300C66458D9526D0FA482B109D279057 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_scaledPixelHeight_m44CB3E7A300C66458D9526D0FA482B109D279057_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_scaledPixelHeight_m44CB3E7A300C66458D9526D0FA482B109D279057_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_scaledPixelHeight_m44CB3E7A300C66458D9526D0FA482B109D279057_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_scaledPixelHeight()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // UnityEngine.RenderTexture UnityEngine.Camera::get_targetTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * Camera_get_targetTexture_m1E776560FAC888D8210D49CEE310BB39D34A3FDC (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * (*Camera_get_targetTexture_m1E776560FAC888D8210D49CEE310BB39D34A3FDC_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_targetTexture_m1E776560FAC888D8210D49CEE310BB39D34A3FDC_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_targetTexture_m1E776560FAC888D8210D49CEE310BB39D34A3FDC_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_targetTexture()"); RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_targetTexture(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_targetTexture_m9D0DCEFF0C5596CBBC6FA7EE206F196CB0A8997D (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_targetTexture_m9D0DCEFF0C5596CBBC6FA7EE206F196CB0A8997D_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 *); static Camera_set_targetTexture_m9D0DCEFF0C5596CBBC6FA7EE206F196CB0A8997D_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_targetTexture_m9D0DCEFF0C5596CBBC6FA7EE206F196CB0A8997D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_targetTexture(UnityEngine.RenderTexture)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.RenderTexture UnityEngine.Camera::get_activeTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * Camera_get_activeTexture_mA4E0B6C860B96D5A196E82CE1E429D9F664D7FA1 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * (*Camera_get_activeTexture_mA4E0B6C860B96D5A196E82CE1E429D9F664D7FA1_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_activeTexture_mA4E0B6C860B96D5A196E82CE1E429D9F664D7FA1_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_activeTexture_mA4E0B6C860B96D5A196E82CE1E429D9F664D7FA1_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_activeTexture()"); RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * retVal = _il2cpp_icall_func(__this); return retVal; } // System.Int32 UnityEngine.Camera::get_targetDisplay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_targetDisplay_m2C318D2EB9A016FEC76B13F7F7AE382F443FB731 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_targetDisplay_m2C318D2EB9A016FEC76B13F7F7AE382F443FB731_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_targetDisplay_m2C318D2EB9A016FEC76B13F7F7AE382F443FB731_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_targetDisplay_m2C318D2EB9A016FEC76B13F7F7AE382F443FB731_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_targetDisplay()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_targetDisplay(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_targetDisplay_mE38B403C22D4109BB5935863C24EAD2710177696 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_targetDisplay_mE38B403C22D4109BB5935863C24EAD2710177696_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_set_targetDisplay_mE38B403C22D4109BB5935863C24EAD2710177696_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_targetDisplay_mE38B403C22D4109BB5935863C24EAD2710177696_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_targetDisplay(System.Int32)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::SetTargetBuffersImpl(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetTargetBuffersImpl_m0D415881FA0DB752C4578024D1F67F36D3D43E6A (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 ___color0, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 ___depth1, const RuntimeMethod* method) { { Camera_SetTargetBuffersImpl_Injected_m60C29298F30C4C8F6DD7F551AFFC53E68D696C65(__this, (RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *)(&___color0), (RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *)(&___depth1), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Camera::SetTargetBuffers(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetTargetBuffers_mD32CA25AE97BD5C8BC1E5C85ADE85C02B69A289C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 ___colorBuffer0, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 ___depthBuffer1, const RuntimeMethod* method) { { RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 L_0 = ___colorBuffer0; RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 L_1 = ___depthBuffer1; Camera_SetTargetBuffersImpl_m0D415881FA0DB752C4578024D1F67F36D3D43E6A(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Camera::SetTargetBuffersMRTImpl(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetTargetBuffersMRTImpl_m27951BDF61FB9B6291DC8120EDFB02AA5A7E36AC (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3* ___color0, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 ___depth1, const RuntimeMethod* method) { { RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3* L_0 = ___color0; Camera_SetTargetBuffersMRTImpl_Injected_m32462C1CBC899B39924F80B2BC79BBAFD46E0FBA(__this, L_0, (RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *)(&___depth1), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Camera::SetTargetBuffers(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetTargetBuffers_mAE433849BBADD1FF130EE15AB6B72EEF71C57C71 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3* ___colorBuffer0, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 ___depthBuffer1, const RuntimeMethod* method) { { RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3* L_0 = ___colorBuffer0; RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 L_1 = ___depthBuffer1; Camera_SetTargetBuffersMRTImpl_m27951BDF61FB9B6291DC8120EDFB02AA5A7E36AC(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // UnityEngine.Matrix4x4 UnityEngine.Camera::get_cameraToWorldMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Camera_get_cameraToWorldMatrix_m5F81A7DE8F2A6B1920FC4C974BF46EC86C1961C5 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_cameraToWorldMatrix_Injected_mBE3737B79C0DDC21E46A217AF8FCEC0939E36B2A(__this, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), /*hidden argument*/NULL); Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_0 = V_0; return L_0; } } // UnityEngine.Matrix4x4 UnityEngine.Camera::get_worldToCameraMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Camera_get_worldToCameraMatrix_mDE5C634A92CD1303D6B1ADC65E4ED852108FBECE (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_worldToCameraMatrix_Injected_mF75446D0941E2CBEC1DDFE4FCFBE13E7ACAD0025(__this, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), /*hidden argument*/NULL); Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_0 = V_0; return L_0; } } // System.Void UnityEngine.Camera::set_worldToCameraMatrix(UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_worldToCameraMatrix_m1B6A7FCD4185E771264938CA68FF999B22238B6F (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value0, const RuntimeMethod* method) { { Camera_set_worldToCameraMatrix_Injected_mA848604C2BE1736B773F75FD83D39C4EF8E68EFA(__this, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&___value0), /*hidden argument*/NULL); return; } } // UnityEngine.Matrix4x4 UnityEngine.Camera::get_projectionMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Camera_get_projectionMatrix_m50964A6A11D1E3F8857A0B6E60BBB9C208BE473A (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_projectionMatrix_Injected_mB52990E81F3B593935C384045A72611A1E160E30(__this, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), /*hidden argument*/NULL); Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_0 = V_0; return L_0; } } // System.Void UnityEngine.Camera::set_projectionMatrix(UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_projectionMatrix_mC726156CC9AE07A46297C91212655D836E1C6720 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value0, const RuntimeMethod* method) { { Camera_set_projectionMatrix_Injected_mB28032ABFAE3E47A6738FE0E1C0908638B3ADAA6(__this, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&___value0), /*hidden argument*/NULL); return; } } // UnityEngine.Matrix4x4 UnityEngine.Camera::get_nonJitteredProjectionMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Camera_get_nonJitteredProjectionMatrix_mE4E183D92A45925D9C26D1D781ED9639903788BE (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_nonJitteredProjectionMatrix_Injected_m0D047D1DFCAA06176DA978B02E5522EDB12DF23A(__this, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), /*hidden argument*/NULL); Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_0 = V_0; return L_0; } } // System.Void UnityEngine.Camera::set_nonJitteredProjectionMatrix(UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_nonJitteredProjectionMatrix_m64711521105C806EFCB497F1BF8B2438DB2FCAED (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value0, const RuntimeMethod* method) { { Camera_set_nonJitteredProjectionMatrix_Injected_m1E3DA618413D91A8BBD8A94499279F1D13825B63(__this, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&___value0), /*hidden argument*/NULL); return; } } // System.Boolean UnityEngine.Camera::get_useJitteredProjectionMatrixForTransparentRendering() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_useJitteredProjectionMatrixForTransparentRendering_mDE54FB3A9BB77BB5B10B9235835B1D1365163AD5 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef bool (*Camera_get_useJitteredProjectionMatrixForTransparentRendering_mDE54FB3A9BB77BB5B10B9235835B1D1365163AD5_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_useJitteredProjectionMatrixForTransparentRendering_mDE54FB3A9BB77BB5B10B9235835B1D1365163AD5_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_useJitteredProjectionMatrixForTransparentRendering_mDE54FB3A9BB77BB5B10B9235835B1D1365163AD5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_useJitteredProjectionMatrixForTransparentRendering()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_useJitteredProjectionMatrixForTransparentRendering(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_useJitteredProjectionMatrixForTransparentRendering_m52760E8652CE0A742459EB828B3A73AEE4FAD908 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_useJitteredProjectionMatrixForTransparentRendering_m52760E8652CE0A742459EB828B3A73AEE4FAD908_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, bool); static Camera_set_useJitteredProjectionMatrixForTransparentRendering_m52760E8652CE0A742459EB828B3A73AEE4FAD908_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_useJitteredProjectionMatrixForTransparentRendering_m52760E8652CE0A742459EB828B3A73AEE4FAD908_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_useJitteredProjectionMatrixForTransparentRendering(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.Matrix4x4 UnityEngine.Camera::get_previousViewProjectionMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Camera_get_previousViewProjectionMatrix_m3491B0EC7761D4395B9A7910637D28269E8E57D3 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_previousViewProjectionMatrix_Injected_m561A3E17F833E7D09E644931D2ADEF9B5E3727C1(__this, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), /*hidden argument*/NULL); Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_0 = V_0; return L_0; } } // System.Void UnityEngine.Camera::ResetWorldToCameraMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ResetWorldToCameraMatrix_m2B62CFBE1575C53DC43501F4FDAF8B6DEE10E607 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef void (*Camera_ResetWorldToCameraMatrix_m2B62CFBE1575C53DC43501F4FDAF8B6DEE10E607_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_ResetWorldToCameraMatrix_m2B62CFBE1575C53DC43501F4FDAF8B6DEE10E607_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ResetWorldToCameraMatrix_m2B62CFBE1575C53DC43501F4FDAF8B6DEE10E607_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ResetWorldToCameraMatrix()"); _il2cpp_icall_func(__this); } // System.Void UnityEngine.Camera::ResetProjectionMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ResetProjectionMatrix_mE8FD8D2DE14398FDCD351A5C0A692352C3E6410C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef void (*Camera_ResetProjectionMatrix_mE8FD8D2DE14398FDCD351A5C0A692352C3E6410C_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_ResetProjectionMatrix_mE8FD8D2DE14398FDCD351A5C0A692352C3E6410C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ResetProjectionMatrix_mE8FD8D2DE14398FDCD351A5C0A692352C3E6410C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ResetProjectionMatrix()"); _il2cpp_icall_func(__this); } // UnityEngine.Matrix4x4 UnityEngine.Camera::CalculateObliqueMatrix(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Camera_CalculateObliqueMatrix_m8FA44D6843F16C1261454F99CBA5A673702B2670 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipPlane0, const RuntimeMethod* method) { Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_CalculateObliqueMatrix_Injected_mDF728B5CBF4649C36D672C83BB21E27A7FCA005C(__this, (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&___clipPlane0), (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), /*hidden argument*/NULL); Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_0 = V_0; return L_0; } } // UnityEngine.Vector3 UnityEngine.Camera::WorldToScreenPoint(UnityEngine.Vector3,UnityEngine.Camera_MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_WorldToScreenPoint_m315B44D111E92F6C81C39B7B0927622289C1BC52 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, int32_t ___eye1, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___eye1; Camera_WorldToScreenPoint_Injected_m640C6AFA68F6C2AD25AFD9E06C1AEFEAC5B48B01(__this, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&___position0), L_0, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), /*hidden argument*/NULL); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = V_0; return L_1; } } // UnityEngine.Vector3 UnityEngine.Camera::WorldToViewportPoint(UnityEngine.Vector3,UnityEngine.Camera_MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_WorldToViewportPoint_m20C50DA05728A82BCDE98CBED34841BA6FB0EA59 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, int32_t ___eye1, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___eye1; Camera_WorldToViewportPoint_Injected_m5491C4691EB46452E1A48AE20A18769D41B5216C(__this, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&___position0), L_0, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), /*hidden argument*/NULL); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = V_0; return L_1; } } // UnityEngine.Vector3 UnityEngine.Camera::ViewportToWorldPoint(UnityEngine.Vector3,UnityEngine.Camera_MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_ViewportToWorldPoint_m92FF3FAE278000FB9BF170393A19BA2B5858D653 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, int32_t ___eye1, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___eye1; Camera_ViewportToWorldPoint_Injected_m0354B7B25373D1283F1B6F3534547A0912CE2C6F(__this, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&___position0), L_0, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), /*hidden argument*/NULL); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = V_0; return L_1; } } // UnityEngine.Vector3 UnityEngine.Camera::ScreenToWorldPoint(UnityEngine.Vector3,UnityEngine.Camera_MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_ScreenToWorldPoint_mC02706AEA795F8EBC4AB01944A985DA71C9D91D9 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, int32_t ___eye1, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___eye1; Camera_ScreenToWorldPoint_Injected_m52AC81C9FABFBF9790CD386D357747F512F66199(__this, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&___position0), L_0, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), /*hidden argument*/NULL); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = V_0; return L_1; } } // UnityEngine.Vector3 UnityEngine.Camera::WorldToScreenPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_WorldToScreenPoint_m880F9611E4848C11F21FDF1A1D307B401C61B1BF (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___position0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Camera_WorldToScreenPoint_m315B44D111E92F6C81C39B7B0927622289C1BC52(__this, L_0, 2, /*hidden argument*/NULL); V_0 = L_1; goto IL_000c; } IL_000c: { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = V_0; return L_2; } } // UnityEngine.Vector3 UnityEngine.Camera::WorldToViewportPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_WorldToViewportPoint_mC939A83CE134EA2CE666C2DF5AD8FA4CB48AE3C1 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___position0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Camera_WorldToViewportPoint_m20C50DA05728A82BCDE98CBED34841BA6FB0EA59(__this, L_0, 2, /*hidden argument*/NULL); V_0 = L_1; goto IL_000c; } IL_000c: { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = V_0; return L_2; } } // UnityEngine.Vector3 UnityEngine.Camera::ViewportToWorldPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_ViewportToWorldPoint_m785D54092073BDEFC3B1382994E82461FD7A493F (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___position0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Camera_ViewportToWorldPoint_m92FF3FAE278000FB9BF170393A19BA2B5858D653(__this, L_0, 2, /*hidden argument*/NULL); V_0 = L_1; goto IL_000c; } IL_000c: { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = V_0; return L_2; } } // UnityEngine.Vector3 UnityEngine.Camera::ScreenToWorldPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_ScreenToWorldPoint_m179BB999DC97A251D0892B39C98F3FACDF0617C5 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___position0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Camera_ScreenToWorldPoint_mC02706AEA795F8EBC4AB01944A985DA71C9D91D9(__this, L_0, 2, /*hidden argument*/NULL); V_0 = L_1; goto IL_000c; } IL_000c: { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = V_0; return L_2; } } // UnityEngine.Vector3 UnityEngine.Camera::ScreenToViewportPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_ScreenToViewportPoint_m52ABFA35ADAA0B4FF3A7EE675F92F8F483E821FD (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_ScreenToViewportPoint_Injected_m407A30EDD4AC317DE3DD0B4361664F438E5A6639(__this, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&___position0), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), /*hidden argument*/NULL); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = V_0; return L_0; } } // UnityEngine.Vector3 UnityEngine.Camera::ViewportToScreenPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_ViewportToScreenPoint_m8B42382A0571F1F6F1162F3DA05A9317F903B657 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method) { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_ViewportToScreenPoint_Injected_m09DA4634172863ED8813391EBD5C2F376DFDB6D0(__this, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&___position0), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), /*hidden argument*/NULL); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = V_0; return L_0; } } // UnityEngine.Ray UnityEngine.Camera::ViewportPointToRay(UnityEngine.Vector2,UnityEngine.Camera_MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Camera_ViewportPointToRay_m8E4D61D47432CD20A0E65DA4BB127EF4857E333B (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pos0, int32_t ___eye1, const RuntimeMethod* method) { Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___eye1; Camera_ViewportPointToRay_Injected_mCFE4B57234D3175B6DFC731DD0017202719D62E4(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&___pos0), L_0, (Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *)(&V_0), /*hidden argument*/NULL); Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_1 = V_0; return L_1; } } // UnityEngine.Ray UnityEngine.Camera::ViewportPointToRay(UnityEngine.Vector3,UnityEngine.Camera_MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Camera_ViewportPointToRay_m7EEE6C27BDD240274EF8708D28109B0DB57BFDCE (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, int32_t ___eye1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Camera_ViewportPointToRay_m7EEE6C27BDD240274EF8708D28109B0DB57BFDCE_MetadataUsageId); s_Il2CppMethodInitialized = true; } Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___pos0; IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var); Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_0, /*hidden argument*/NULL); int32_t L_2 = ___eye1; Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_3 = Camera_ViewportPointToRay_m8E4D61D47432CD20A0E65DA4BB127EF4857E333B(__this, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0011; } IL_0011: { Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_4 = V_0; return L_4; } } // UnityEngine.Ray UnityEngine.Camera::ViewportPointToRay(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Camera_ViewportPointToRay_mE2CCE01FB71BD5A4D01F97833E31C0592F9C1772 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, const RuntimeMethod* method) { Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___pos0; Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_1 = Camera_ViewportPointToRay_m7EEE6C27BDD240274EF8708D28109B0DB57BFDCE(__this, L_0, 2, /*hidden argument*/NULL); V_0 = L_1; goto IL_000c; } IL_000c: { Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_2 = V_0; return L_2; } } // UnityEngine.Ray UnityEngine.Camera::ScreenPointToRay(UnityEngine.Vector2,UnityEngine.Camera_MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Camera_ScreenPointToRay_m84C3D8E0A4E8390A353C2361A0900372742065A0 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pos0, int32_t ___eye1, const RuntimeMethod* method) { Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___eye1; Camera_ScreenPointToRay_Injected_m1135D2C450C7DED657837BEFE5AD7FAFB9B99387(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&___pos0), L_0, (Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *)(&V_0), /*hidden argument*/NULL); Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_1 = V_0; return L_1; } } // UnityEngine.Ray UnityEngine.Camera::ScreenPointToRay(UnityEngine.Vector3,UnityEngine.Camera_MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Camera_ScreenPointToRay_m7069BC09C3D802595AC1FBAEFB3C59C8F1FE5FE2 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, int32_t ___eye1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Camera_ScreenPointToRay_m7069BC09C3D802595AC1FBAEFB3C59C8F1FE5FE2_MetadataUsageId); s_Il2CppMethodInitialized = true; } Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___pos0; IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var); Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_0, /*hidden argument*/NULL); int32_t L_2 = ___eye1; Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_3 = Camera_ScreenPointToRay_m84C3D8E0A4E8390A353C2361A0900372742065A0(__this, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0011; } IL_0011: { Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_4 = V_0; return L_4; } } // UnityEngine.Ray UnityEngine.Camera::ScreenPointToRay(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Camera_ScreenPointToRay_m27638E78502DB6D6D7113F81AF7C210773B828F3 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, const RuntimeMethod* method) { Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___pos0; Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_1 = Camera_ScreenPointToRay_m7069BC09C3D802595AC1FBAEFB3C59C8F1FE5FE2(__this, L_0, 2, /*hidden argument*/NULL); V_0 = L_1; goto IL_000c; } IL_000c: { Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_2 = V_0; return L_2; } } // System.Void UnityEngine.Camera::CalculateFrustumCornersInternal(UnityEngine.Rect,System.Single,UnityEngine.Camera_MonoOrStereoscopicEye,UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CalculateFrustumCornersInternal_mE4401EBDBF3E837DB9E5B2289433214496ACF974 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___viewport0, float ___z1, int32_t ___eye2, Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___outCorners3, const RuntimeMethod* method) { { float L_0 = ___z1; int32_t L_1 = ___eye2; Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_2 = ___outCorners3; Camera_CalculateFrustumCornersInternal_Injected_m7CC997A662E746BEA8772D6BEAD91F07D1217A37(__this, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___viewport0), L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Camera::CalculateFrustumCorners(UnityEngine.Rect,System.Single,UnityEngine.Camera_MonoOrStereoscopicEye,UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CalculateFrustumCorners_m27339477F5E19334DC49B9EA226B9984C16FCD73 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___viewport0, float ___z1, int32_t ___eye2, Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___outCorners3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Camera_CalculateFrustumCorners_m27339477F5E19334DC49B9EA226B9984C16FCD73_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_0 = ___outCorners3; V_0 = (bool)((((RuntimeObject*)(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0015; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralF6961D3E49B484A1558A2669134D24CA24F48BEC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Camera_CalculateFrustumCorners_m27339477F5E19334DC49B9EA226B9984C16FCD73_RuntimeMethod_var); } IL_0015: { Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_3 = ___outCorners3; NullCheck(L_3); V_1 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) < ((int32_t)4))? 1 : 0); bool L_4 = V_1; if (!L_4) { goto IL_0030; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, _stringLiteral191827B5D228086B4CD27450EF30E26AEE039BC4, _stringLiteralF6961D3E49B484A1558A2669134D24CA24F48BEC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, Camera_CalculateFrustumCorners_m27339477F5E19334DC49B9EA226B9984C16FCD73_RuntimeMethod_var); } IL_0030: { Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = ___viewport0; float L_7 = ___z1; int32_t L_8 = ___eye2; Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_9 = ___outCorners3; Camera_CalculateFrustumCornersInternal_mE4401EBDBF3E837DB9E5B2289433214496ACF974(__this, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Camera::CalculateProjectionMatrixFromPhysicalPropertiesInternal(UnityEngine.Matrix4x4&,System.Single,UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Single,System.Single,UnityEngine.Camera_GateFitMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CalculateProjectionMatrixFromPhysicalPropertiesInternal_m2DE1A6754C29E3498E19DA0AD1A678FD326CEEA4 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___output0, float ___focalLength1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___sensorSize2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lensShift3, float ___nearClip4, float ___farClip5, float ___gateAspect6, int32_t ___gateFitMode7, const RuntimeMethod* method) { { Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_0 = ___output0; float L_1 = ___focalLength1; float L_2 = ___nearClip4; float L_3 = ___farClip5; float L_4 = ___gateAspect6; int32_t L_5 = ___gateFitMode7; Camera_CalculateProjectionMatrixFromPhysicalPropertiesInternal_Injected_mA272CF8143BF81D892C688187144A04010326C3B((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)L_0, L_1, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&___sensorSize2), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&___lensShift3), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Camera::CalculateProjectionMatrixFromPhysicalProperties(UnityEngine.Matrix4x4&,System.Single,UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Single,UnityEngine.Camera_GateFitParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CalculateProjectionMatrixFromPhysicalProperties_mD5BBBF0B0FC5FD33F5289286887CF062CCC243E3 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___output0, float ___focalLength1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___sensorSize2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lensShift3, float ___nearClip4, float ___farClip5, GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 ___gateFitParameters6, const RuntimeMethod* method) { { Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_0 = ___output0; float L_1 = ___focalLength1; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___sensorSize2; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = ___lensShift3; float L_4 = ___nearClip4; float L_5 = ___farClip5; float L_6 = GateFitParameters_get_aspect_mEB02EBD88F796002FF1B7A9922B9AF1F8BBF44EF_inline((GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 *)(&___gateFitParameters6), /*hidden argument*/NULL); int32_t L_7 = GateFitParameters_get_mode_mBA328856CDACAC630EBCA916618060A3FD548238_inline((GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 *)(&___gateFitParameters6), /*hidden argument*/NULL); Camera_CalculateProjectionMatrixFromPhysicalPropertiesInternal_m2DE1A6754C29E3498E19DA0AD1A678FD326CEEA4((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Single UnityEngine.Camera::FocalLengthToFieldOfView(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_FocalLengthToFieldOfView_m87D1276142E4B50E981F41894B3B14305836991E (float ___focalLength0, float ___sensorSize1, const RuntimeMethod* method) { typedef float (*Camera_FocalLengthToFieldOfView_m87D1276142E4B50E981F41894B3B14305836991E_ftn) (float, float); static Camera_FocalLengthToFieldOfView_m87D1276142E4B50E981F41894B3B14305836991E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_FocalLengthToFieldOfView_m87D1276142E4B50E981F41894B3B14305836991E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::FocalLengthToFieldOfView(System.Single,System.Single)"); float retVal = _il2cpp_icall_func(___focalLength0, ___sensorSize1); return retVal; } // System.Single UnityEngine.Camera::FieldOfViewToFocalLength(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_FieldOfViewToFocalLength_m6B59B56AE22E6F526DC70B87A466801E1B0894E9 (float ___fieldOfView0, float ___sensorSize1, const RuntimeMethod* method) { typedef float (*Camera_FieldOfViewToFocalLength_m6B59B56AE22E6F526DC70B87A466801E1B0894E9_ftn) (float, float); static Camera_FieldOfViewToFocalLength_m6B59B56AE22E6F526DC70B87A466801E1B0894E9_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_FieldOfViewToFocalLength_m6B59B56AE22E6F526DC70B87A466801E1B0894E9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::FieldOfViewToFocalLength(System.Single,System.Single)"); float retVal = _il2cpp_icall_func(___fieldOfView0, ___sensorSize1); return retVal; } // System.Single UnityEngine.Camera::HorizontalToVerticalFieldOfView(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_HorizontalToVerticalFieldOfView_mAC7BE707DB3D9D798E3A5FD5986491EB8DB91EEC (float ___horizontalFieldOfView0, float ___aspectRatio1, const RuntimeMethod* method) { typedef float (*Camera_HorizontalToVerticalFieldOfView_mAC7BE707DB3D9D798E3A5FD5986491EB8DB91EEC_ftn) (float, float); static Camera_HorizontalToVerticalFieldOfView_mAC7BE707DB3D9D798E3A5FD5986491EB8DB91EEC_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_HorizontalToVerticalFieldOfView_mAC7BE707DB3D9D798E3A5FD5986491EB8DB91EEC_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::HorizontalToVerticalFieldOfView(System.Single,System.Single)"); float retVal = _il2cpp_icall_func(___horizontalFieldOfView0, ___aspectRatio1); return retVal; } // System.Single UnityEngine.Camera::VerticalToHorizontalFieldOfView(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_VerticalToHorizontalFieldOfView_m6C8E8E1D3239E18C98FF665AECA83FB2765E665D (float ___verticalFieldOfView0, float ___aspectRatio1, const RuntimeMethod* method) { typedef float (*Camera_VerticalToHorizontalFieldOfView_m6C8E8E1D3239E18C98FF665AECA83FB2765E665D_ftn) (float, float); static Camera_VerticalToHorizontalFieldOfView_m6C8E8E1D3239E18C98FF665AECA83FB2765E665D_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_VerticalToHorizontalFieldOfView_m6C8E8E1D3239E18C98FF665AECA83FB2765E665D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::VerticalToHorizontalFieldOfView(System.Single,System.Single)"); float retVal = _il2cpp_icall_func(___verticalFieldOfView0, ___aspectRatio1); return retVal; } // UnityEngine.Camera UnityEngine.Camera::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * Camera_get_main_m9256A9F84F92D7ED73F3E6C4E2694030AD8B61FA (const RuntimeMethod* method) { typedef Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * (*Camera_get_main_m9256A9F84F92D7ED73F3E6C4E2694030AD8B61FA_ftn) (); static Camera_get_main_m9256A9F84F92D7ED73F3E6C4E2694030AD8B61FA_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_main_m9256A9F84F92D7ED73F3E6C4E2694030AD8B61FA_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_main()"); Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * retVal = _il2cpp_icall_func(); return retVal; } // UnityEngine.Camera UnityEngine.Camera::get_current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * Camera_get_current_m6D8446E8359399CD9108A8E524671E0CC6E20350 (const RuntimeMethod* method) { typedef Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * (*Camera_get_current_m6D8446E8359399CD9108A8E524671E0CC6E20350_ftn) (); static Camera_get_current_m6D8446E8359399CD9108A8E524671E0CC6E20350_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_current_m6D8446E8359399CD9108A8E524671E0CC6E20350_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_current()"); Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * retVal = _il2cpp_icall_func(); return retVal; } // UnityEngine.SceneManagement.Scene UnityEngine.Camera::get_scene() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 Camera_get_scene_mA08EE9248EF9EE9489892818FCCC49ACAF08B092 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 V_0; memset((&V_0), 0, sizeof(V_0)); { Camera_get_scene_Injected_mD928C81646D5619002B7C61B491D1CB265D018A8(__this, (Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 *)(&V_0), /*hidden argument*/NULL); Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 L_0 = V_0; return L_0; } } // System.Void UnityEngine.Camera::set_scene(UnityEngine.SceneManagement.Scene) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_scene_m02E3301DA9770D664917958FCD70371F54430129 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___value0, const RuntimeMethod* method) { { Camera_set_scene_Injected_m8E059E8559BAA52404141C186CD569677406B626(__this, (Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 *)(&___value0), /*hidden argument*/NULL); return; } } // System.Boolean UnityEngine.Camera::get_stereoEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_stereoEnabled_m24FC636CCDA9B771F2A975C4F5DB561454357856 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef bool (*Camera_get_stereoEnabled_m24FC636CCDA9B771F2A975C4F5DB561454357856_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_stereoEnabled_m24FC636CCDA9B771F2A975C4F5DB561454357856_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_stereoEnabled_m24FC636CCDA9B771F2A975C4F5DB561454357856_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_stereoEnabled()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Single UnityEngine.Camera::get_stereoSeparation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_stereoSeparation_m9F648EED65844ACECF1E83CE8A14E6C8F7382E72 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef float (*Camera_get_stereoSeparation_m9F648EED65844ACECF1E83CE8A14E6C8F7382E72_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_stereoSeparation_m9F648EED65844ACECF1E83CE8A14E6C8F7382E72_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_stereoSeparation_m9F648EED65844ACECF1E83CE8A14E6C8F7382E72_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_stereoSeparation()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_stereoSeparation(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_stereoSeparation_m344EDFD63FA4B56588D1FC605F4F00A76D2C8AB5 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_stereoSeparation_m344EDFD63FA4B56588D1FC605F4F00A76D2C8AB5_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, float); static Camera_set_stereoSeparation_m344EDFD63FA4B56588D1FC605F4F00A76D2C8AB5_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_stereoSeparation_m344EDFD63FA4B56588D1FC605F4F00A76D2C8AB5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_stereoSeparation(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Camera::get_stereoConvergence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_stereoConvergence_m2E1C9910D5A23CBF50CB5AA02EDEAC6FA62266A7 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef float (*Camera_get_stereoConvergence_m2E1C9910D5A23CBF50CB5AA02EDEAC6FA62266A7_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_stereoConvergence_m2E1C9910D5A23CBF50CB5AA02EDEAC6FA62266A7_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_stereoConvergence_m2E1C9910D5A23CBF50CB5AA02EDEAC6FA62266A7_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_stereoConvergence()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_stereoConvergence(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_stereoConvergence_mC1B84891142F53C222422F3F522DD2DB3A844B9C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_stereoConvergence_mC1B84891142F53C222422F3F522DD2DB3A844B9C_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, float); static Camera_set_stereoConvergence_mC1B84891142F53C222422F3F522DD2DB3A844B9C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_stereoConvergence_mC1B84891142F53C222422F3F522DD2DB3A844B9C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_stereoConvergence(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.Camera::get_areVRStereoViewMatricesWithinSingleCullTolerance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_areVRStereoViewMatricesWithinSingleCullTolerance_m7AA466E3BD0F6819E8F3AB7FF98849F1D86A77A6 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef bool (*Camera_get_areVRStereoViewMatricesWithinSingleCullTolerance_m7AA466E3BD0F6819E8F3AB7FF98849F1D86A77A6_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_areVRStereoViewMatricesWithinSingleCullTolerance_m7AA466E3BD0F6819E8F3AB7FF98849F1D86A77A6_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_areVRStereoViewMatricesWithinSingleCullTolerance_m7AA466E3BD0F6819E8F3AB7FF98849F1D86A77A6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_areVRStereoViewMatricesWithinSingleCullTolerance()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // UnityEngine.StereoTargetEyeMask UnityEngine.Camera::get_stereoTargetEye() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_stereoTargetEye_mC9A7C0AB7FE7858D2CD9B7B09DAD4FCA7BE16D21 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_stereoTargetEye_mC9A7C0AB7FE7858D2CD9B7B09DAD4FCA7BE16D21_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_stereoTargetEye_mC9A7C0AB7FE7858D2CD9B7B09DAD4FCA7BE16D21_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_stereoTargetEye_mC9A7C0AB7FE7858D2CD9B7B09DAD4FCA7BE16D21_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_stereoTargetEye()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::set_stereoTargetEye(UnityEngine.StereoTargetEyeMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_stereoTargetEye_mE0ED5F289154FCD153D5F35A0F92EABE04B845EA (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_stereoTargetEye_mE0ED5F289154FCD153D5F35A0F92EABE04B845EA_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_set_stereoTargetEye_mE0ED5F289154FCD153D5F35A0F92EABE04B845EA_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_stereoTargetEye_mE0ED5F289154FCD153D5F35A0F92EABE04B845EA_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_stereoTargetEye(UnityEngine.StereoTargetEyeMask)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.Camera_MonoOrStereoscopicEye UnityEngine.Camera::get_stereoActiveEye() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_stereoActiveEye_m77EB96A3077499183282E7CAEA1CC6676BAAF3D6 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_stereoActiveEye_m77EB96A3077499183282E7CAEA1CC6676BAAF3D6_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_stereoActiveEye_m77EB96A3077499183282E7CAEA1CC6676BAAF3D6_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_stereoActiveEye_m77EB96A3077499183282E7CAEA1CC6676BAAF3D6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_stereoActiveEye()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // UnityEngine.Matrix4x4 UnityEngine.Camera::GetStereoNonJitteredProjectionMatrix(UnityEngine.Camera_StereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Camera_GetStereoNonJitteredProjectionMatrix_m7A9785F047EDE5A1588A6C5825A8CE6BCFEEE90E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, const RuntimeMethod* method) { Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___eye0; Camera_GetStereoNonJitteredProjectionMatrix_Injected_m6753AE870333C22965565897C333F52DA596CE7D(__this, L_0, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), /*hidden argument*/NULL); Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_1 = V_0; return L_1; } } // UnityEngine.Matrix4x4 UnityEngine.Camera::GetStereoViewMatrix(UnityEngine.Camera_StereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Camera_GetStereoViewMatrix_mB7F96116959D87F5DCAAA28E3D943FA847BEC71E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, const RuntimeMethod* method) { Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___eye0; Camera_GetStereoViewMatrix_Injected_mBDAB69AC4EEEC3BAEAA553E6BBFB7EAEB9C81C84(__this, L_0, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), /*hidden argument*/NULL); Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_1 = V_0; return L_1; } } // System.Void UnityEngine.Camera::CopyStereoDeviceProjectionMatrixToNonJittered(UnityEngine.Camera_StereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CopyStereoDeviceProjectionMatrixToNonJittered_m7517A56F56BFBAD5E5C179E9C35AF9AEB31676AC (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, const RuntimeMethod* method) { typedef void (*Camera_CopyStereoDeviceProjectionMatrixToNonJittered_m7517A56F56BFBAD5E5C179E9C35AF9AEB31676AC_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_CopyStereoDeviceProjectionMatrixToNonJittered_m7517A56F56BFBAD5E5C179E9C35AF9AEB31676AC_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_CopyStereoDeviceProjectionMatrixToNonJittered_m7517A56F56BFBAD5E5C179E9C35AF9AEB31676AC_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::CopyStereoDeviceProjectionMatrixToNonJittered(UnityEngine.Camera/StereoscopicEye)"); _il2cpp_icall_func(__this, ___eye0); } // UnityEngine.Matrix4x4 UnityEngine.Camera::GetStereoProjectionMatrix(UnityEngine.Camera_StereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Camera_GetStereoProjectionMatrix_mBAB55945214EC227CF848D7AF487F25DAF73CF60 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, const RuntimeMethod* method) { Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___eye0; Camera_GetStereoProjectionMatrix_Injected_m61750B60EEE2E580C8B86140B93AC721F48F1CAA(__this, L_0, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), /*hidden argument*/NULL); Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_1 = V_0; return L_1; } } // System.Void UnityEngine.Camera::SetStereoProjectionMatrix(UnityEngine.Camera_StereoscopicEye,UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetStereoProjectionMatrix_m315D2FA6AB315C62DB97E7191B146A03D649EB12 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___matrix1, const RuntimeMethod* method) { { int32_t L_0 = ___eye0; Camera_SetStereoProjectionMatrix_Injected_m4718B935BB7B70C11F85EA5D40B1FF7AABA3457E(__this, L_0, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&___matrix1), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Camera::ResetStereoProjectionMatrices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ResetStereoProjectionMatrices_m67CD7F4AAB3CF4CDA1A5FF42BEFD2FD604A87ACE (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef void (*Camera_ResetStereoProjectionMatrices_m67CD7F4AAB3CF4CDA1A5FF42BEFD2FD604A87ACE_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_ResetStereoProjectionMatrices_m67CD7F4AAB3CF4CDA1A5FF42BEFD2FD604A87ACE_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ResetStereoProjectionMatrices_m67CD7F4AAB3CF4CDA1A5FF42BEFD2FD604A87ACE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ResetStereoProjectionMatrices()"); _il2cpp_icall_func(__this); } // System.Void UnityEngine.Camera::SetStereoViewMatrix(UnityEngine.Camera_StereoscopicEye,UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetStereoViewMatrix_m41845FCF69204ABEBFCCE6D567E9062011C5E48E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___matrix1, const RuntimeMethod* method) { { int32_t L_0 = ___eye0; Camera_SetStereoViewMatrix_Injected_mF8EE8DA7FB008C1DA0E7476F9432FC7A690CF596(__this, L_0, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&___matrix1), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Camera::ResetStereoViewMatrices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ResetStereoViewMatrices_mF31995A4215F4D7C7460CC2C0CDEF679F178DF92 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef void (*Camera_ResetStereoViewMatrices_mF31995A4215F4D7C7460CC2C0CDEF679F178DF92_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_ResetStereoViewMatrices_mF31995A4215F4D7C7460CC2C0CDEF679F178DF92_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ResetStereoViewMatrices_mF31995A4215F4D7C7460CC2C0CDEF679F178DF92_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ResetStereoViewMatrices()"); _il2cpp_icall_func(__this); } // System.Int32 UnityEngine.Camera::GetAllCamerasCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_GetAllCamerasCount_mBA721F43F94AA5DB555461DE11351CBAF8267662 (const RuntimeMethod* method) { typedef int32_t (*Camera_GetAllCamerasCount_mBA721F43F94AA5DB555461DE11351CBAF8267662_ftn) (); static Camera_GetAllCamerasCount_mBA721F43F94AA5DB555461DE11351CBAF8267662_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_GetAllCamerasCount_mBA721F43F94AA5DB555461DE11351CBAF8267662_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::GetAllCamerasCount()"); int32_t retVal = _il2cpp_icall_func(); return retVal; } // System.Int32 UnityEngine.Camera::GetAllCamerasImpl(UnityEngine.Camera[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_GetAllCamerasImpl_mC93829FFC53391EA6C5012E5FA3817BA20DBEA89 (CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9* ___cam0, const RuntimeMethod* method) { typedef int32_t (*Camera_GetAllCamerasImpl_mC93829FFC53391EA6C5012E5FA3817BA20DBEA89_ftn) (CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9*); static Camera_GetAllCamerasImpl_mC93829FFC53391EA6C5012E5FA3817BA20DBEA89_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_GetAllCamerasImpl_mC93829FFC53391EA6C5012E5FA3817BA20DBEA89_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::GetAllCamerasImpl(UnityEngine.Camera[])"); int32_t retVal = _il2cpp_icall_func(___cam0); return retVal; } // System.Int32 UnityEngine.Camera::get_allCamerasCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_allCamerasCount_mF6CDC46D6F61B1F1A0337A9AD7DFA485E408E6A1 (const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = Camera_GetAllCamerasCount_mBA721F43F94AA5DB555461DE11351CBAF8267662(/*hidden argument*/NULL); V_0 = L_0; goto IL_0009; } IL_0009: { int32_t L_1 = V_0; return L_1; } } // UnityEngine.Camera[] UnityEngine.Camera::get_allCameras() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9* Camera_get_allCameras_m1A9AB71F049261399443FE1F1F443FF2657F0014 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Camera_get_allCameras_m1A9AB71F049261399443FE1F1F443FF2657F0014_MetadataUsageId); s_Il2CppMethodInitialized = true; } CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9* V_0 = NULL; CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9* V_1 = NULL; { int32_t L_0 = Camera_get_allCamerasCount_mF6CDC46D6F61B1F1A0337A9AD7DFA485E408E6A1(/*hidden argument*/NULL); CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9* L_1 = (CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9*)(CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9*)SZArrayNew(CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9* L_2 = V_0; Camera_GetAllCamerasImpl_mC93829FFC53391EA6C5012E5FA3817BA20DBEA89(L_2, /*hidden argument*/NULL); CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9* L_3 = V_0; V_1 = L_3; goto IL_0017; } IL_0017: { CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9* L_4 = V_1; return L_4; } } // System.Int32 UnityEngine.Camera::GetAllCameras(UnityEngine.Camera[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_GetAllCameras_m500A4F27E7BE1C259E9EAA0AEBB1E1B35893059C (CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9* ___cameras0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Camera_GetAllCameras_m500A4F27E7BE1C259E9EAA0AEBB1E1B35893059C_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; { CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9* L_0 = ___cameras0; V_0 = (bool)((((RuntimeObject*)(CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_000f; } } { NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_2 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var); NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Camera_GetAllCameras_m500A4F27E7BE1C259E9EAA0AEBB1E1B35893059C_RuntimeMethod_var); } IL_000f: { CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9* L_3 = ___cameras0; NullCheck(L_3); int32_t L_4 = Camera_get_allCamerasCount_mF6CDC46D6F61B1F1A0337A9AD7DFA485E408E6A1(/*hidden argument*/NULL); V_1 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) < ((int32_t)L_4))? 1 : 0); bool L_5 = V_1; if (!L_5) { goto IL_0028; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, _stringLiteralB2508706F03454C318CD2A078CC572987C2C6B5D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Camera_GetAllCameras_m500A4F27E7BE1C259E9EAA0AEBB1E1B35893059C_RuntimeMethod_var); } IL_0028: { CameraU5BU5D_t2A1957E88FB79357C12B87941970D776D30E90F9* L_7 = ___cameras0; int32_t L_8 = Camera_GetAllCamerasImpl_mC93829FFC53391EA6C5012E5FA3817BA20DBEA89(L_7, /*hidden argument*/NULL); V_2 = L_8; goto IL_0031; } IL_0031: { int32_t L_9 = V_2; return L_9; } } // System.Boolean UnityEngine.Camera::RenderToCubemapImpl(UnityEngine.Texture,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_RenderToCubemapImpl_mB0C0E880D12F23D0C707DC458F0E5AF137A8FC79 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___tex0, int32_t ___faceMask1, const RuntimeMethod* method) { typedef bool (*Camera_RenderToCubemapImpl_mB0C0E880D12F23D0C707DC458F0E5AF137A8FC79_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *, int32_t); static Camera_RenderToCubemapImpl_mB0C0E880D12F23D0C707DC458F0E5AF137A8FC79_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_RenderToCubemapImpl_mB0C0E880D12F23D0C707DC458F0E5AF137A8FC79_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::RenderToCubemapImpl(UnityEngine.Texture,System.Int32)"); bool retVal = _il2cpp_icall_func(__this, ___tex0, ___faceMask1); return retVal; } // System.Boolean UnityEngine.Camera::RenderToCubemap(UnityEngine.Cubemap,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_RenderToCubemap_m7E5BBD4FD4C72595700FD48E757808391C9AA363 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * ___cubemap0, int32_t ___faceMask1, const RuntimeMethod* method) { bool V_0 = false; { Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * L_0 = ___cubemap0; int32_t L_1 = ___faceMask1; bool L_2 = Camera_RenderToCubemapImpl_mB0C0E880D12F23D0C707DC458F0E5AF137A8FC79(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_000c; } IL_000c: { bool L_3 = V_0; return L_3; } } // System.Boolean UnityEngine.Camera::RenderToCubemap(UnityEngine.Cubemap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_RenderToCubemap_mB8A08D213FD7B4C9B852C8A23C484209C10D22FD (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * ___cubemap0, const RuntimeMethod* method) { bool V_0 = false; { Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * L_0 = ___cubemap0; bool L_1 = Camera_RenderToCubemapImpl_mB0C0E880D12F23D0C707DC458F0E5AF137A8FC79(__this, L_0, ((int32_t)63), /*hidden argument*/NULL); V_0 = L_1; goto IL_000d; } IL_000d: { bool L_2 = V_0; return L_2; } } // System.Boolean UnityEngine.Camera::RenderToCubemap(UnityEngine.RenderTexture,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_RenderToCubemap_mEA68D567A484E0AE7F7472172E05C2670CF45CEA (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___cubemap0, int32_t ___faceMask1, const RuntimeMethod* method) { bool V_0 = false; { RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_0 = ___cubemap0; int32_t L_1 = ___faceMask1; bool L_2 = Camera_RenderToCubemapImpl_mB0C0E880D12F23D0C707DC458F0E5AF137A8FC79(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_000c; } IL_000c: { bool L_3 = V_0; return L_3; } } // System.Boolean UnityEngine.Camera::RenderToCubemap(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_RenderToCubemap_m052839A8711FA2727DDAA011606AEC6AB634721E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___cubemap0, const RuntimeMethod* method) { bool V_0 = false; { RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_0 = ___cubemap0; bool L_1 = Camera_RenderToCubemapImpl_mB0C0E880D12F23D0C707DC458F0E5AF137A8FC79(__this, L_0, ((int32_t)63), /*hidden argument*/NULL); V_0 = L_1; goto IL_000d; } IL_000d: { bool L_2 = V_0; return L_2; } } // System.Boolean UnityEngine.Camera::RenderToCubemapEyeImpl(UnityEngine.RenderTexture,System.Int32,UnityEngine.Camera_MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_RenderToCubemapEyeImpl_mFD521BEE5F28D3977284ADCFB5B88481A6E8A089 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___cubemap0, int32_t ___faceMask1, int32_t ___stereoEye2, const RuntimeMethod* method) { typedef bool (*Camera_RenderToCubemapEyeImpl_mFD521BEE5F28D3977284ADCFB5B88481A6E8A089_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 *, int32_t, int32_t); static Camera_RenderToCubemapEyeImpl_mFD521BEE5F28D3977284ADCFB5B88481A6E8A089_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_RenderToCubemapEyeImpl_mFD521BEE5F28D3977284ADCFB5B88481A6E8A089_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::RenderToCubemapEyeImpl(UnityEngine.RenderTexture,System.Int32,UnityEngine.Camera/MonoOrStereoscopicEye)"); bool retVal = _il2cpp_icall_func(__this, ___cubemap0, ___faceMask1, ___stereoEye2); return retVal; } // System.Boolean UnityEngine.Camera::RenderToCubemap(UnityEngine.RenderTexture,System.Int32,UnityEngine.Camera_MonoOrStereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_RenderToCubemap_m3B6EA59477CFCAD7C602BD343A2B5AFFDE48775E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___cubemap0, int32_t ___faceMask1, int32_t ___stereoEye2, const RuntimeMethod* method) { bool V_0 = false; { RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_0 = ___cubemap0; int32_t L_1 = ___faceMask1; int32_t L_2 = ___stereoEye2; bool L_3 = Camera_RenderToCubemapEyeImpl_mFD521BEE5F28D3977284ADCFB5B88481A6E8A089(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_000d; } IL_000d: { bool L_4 = V_0; return L_4; } } // System.Void UnityEngine.Camera::Render() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_Render_m397647083E9A37A18A452C4D7FCF23CCF8870F42 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef void (*Camera_Render_m397647083E9A37A18A452C4D7FCF23CCF8870F42_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_Render_m397647083E9A37A18A452C4D7FCF23CCF8870F42_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_Render_m397647083E9A37A18A452C4D7FCF23CCF8870F42_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::Render()"); _il2cpp_icall_func(__this); } // System.Void UnityEngine.Camera::RenderWithShader(UnityEngine.Shader,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_RenderWithShader_mBBC2FB93364A9FB8F24811EE13B0CFF6437EE37D (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ___shader0, String_t* ___replacementTag1, const RuntimeMethod* method) { typedef void (*Camera_RenderWithShader_mBBC2FB93364A9FB8F24811EE13B0CFF6437EE37D_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Shader_tE2731FF351B74AB4186897484FB01E000C1160CA *, String_t*); static Camera_RenderWithShader_mBBC2FB93364A9FB8F24811EE13B0CFF6437EE37D_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_RenderWithShader_mBBC2FB93364A9FB8F24811EE13B0CFF6437EE37D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::RenderWithShader(UnityEngine.Shader,System.String)"); _il2cpp_icall_func(__this, ___shader0, ___replacementTag1); } // System.Void UnityEngine.Camera::RenderDontRestore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_RenderDontRestore_mF44CF7D6FD362AEE03038DA1A5BF3D1E7C4D25FA (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef void (*Camera_RenderDontRestore_mF44CF7D6FD362AEE03038DA1A5BF3D1E7C4D25FA_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_RenderDontRestore_mF44CF7D6FD362AEE03038DA1A5BF3D1E7C4D25FA_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_RenderDontRestore_mF44CF7D6FD362AEE03038DA1A5BF3D1E7C4D25FA_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::RenderDontRestore()"); _il2cpp_icall_func(__this); } // System.Void UnityEngine.Camera::SetupCurrent(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetupCurrent_mEB4A1097BCE6433C2C364CFE284189AA07DD9350 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cur0, const RuntimeMethod* method) { typedef void (*Camera_SetupCurrent_mEB4A1097BCE6433C2C364CFE284189AA07DD9350_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_SetupCurrent_mEB4A1097BCE6433C2C364CFE284189AA07DD9350_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_SetupCurrent_mEB4A1097BCE6433C2C364CFE284189AA07DD9350_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::SetupCurrent(UnityEngine.Camera)"); _il2cpp_icall_func(___cur0); } // System.Void UnityEngine.Camera::CopyFrom(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CopyFrom_m2189C63C8F1A28CE19FCDAE974AFB2E523E516F5 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___other0, const RuntimeMethod* method) { typedef void (*Camera_CopyFrom_m2189C63C8F1A28CE19FCDAE974AFB2E523E516F5_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_CopyFrom_m2189C63C8F1A28CE19FCDAE974AFB2E523E516F5_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_CopyFrom_m2189C63C8F1A28CE19FCDAE974AFB2E523E516F5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::CopyFrom(UnityEngine.Camera)"); _il2cpp_icall_func(__this, ___other0); } // System.Int32 UnityEngine.Camera::get_commandBufferCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_commandBufferCount_mF598905755EE9393756C863252CF1ED0E6B1FF06 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef int32_t (*Camera_get_commandBufferCount_mF598905755EE9393756C863252CF1ED0E6B1FF06_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_get_commandBufferCount_mF598905755EE9393756C863252CF1ED0E6B1FF06_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_commandBufferCount_mF598905755EE9393756C863252CF1ED0E6B1FF06_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_commandBufferCount()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Camera::RemoveCommandBuffers(UnityEngine.Rendering.CameraEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_RemoveCommandBuffers_m8B95F8A4635AF5E68315DF1A0C666B437C9BD7B1 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___evt0, const RuntimeMethod* method) { typedef void (*Camera_RemoveCommandBuffers_m8B95F8A4635AF5E68315DF1A0C666B437C9BD7B1_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_RemoveCommandBuffers_m8B95F8A4635AF5E68315DF1A0C666B437C9BD7B1_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_RemoveCommandBuffers_m8B95F8A4635AF5E68315DF1A0C666B437C9BD7B1_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::RemoveCommandBuffers(UnityEngine.Rendering.CameraEvent)"); _il2cpp_icall_func(__this, ___evt0); } // System.Void UnityEngine.Camera::RemoveAllCommandBuffers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_RemoveAllCommandBuffers_mAAE3A0E4D28F7E5EB67B59EBDA6D46F9978C0109 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { typedef void (*Camera_RemoveAllCommandBuffers_mAAE3A0E4D28F7E5EB67B59EBDA6D46F9978C0109_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *); static Camera_RemoveAllCommandBuffers_mAAE3A0E4D28F7E5EB67B59EBDA6D46F9978C0109_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_RemoveAllCommandBuffers_mAAE3A0E4D28F7E5EB67B59EBDA6D46F9978C0109_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::RemoveAllCommandBuffers()"); _il2cpp_icall_func(__this); } // System.Void UnityEngine.Camera::AddCommandBufferImpl(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_AddCommandBufferImpl_m6ECDDF5CFB78C926E0C415DE4ABD87039228B4D7 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, const RuntimeMethod* method) { typedef void (*Camera_AddCommandBufferImpl_m6ECDDF5CFB78C926E0C415DE4ABD87039228B4D7_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD *); static Camera_AddCommandBufferImpl_m6ECDDF5CFB78C926E0C415DE4ABD87039228B4D7_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_AddCommandBufferImpl_m6ECDDF5CFB78C926E0C415DE4ABD87039228B4D7_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::AddCommandBufferImpl(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer)"); _il2cpp_icall_func(__this, ___evt0, ___buffer1); } // System.Void UnityEngine.Camera::AddCommandBufferAsyncImpl(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ComputeQueueType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_AddCommandBufferAsyncImpl_m35A7A01393DF0E96805DC29AC4891E5F1B279C8E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, int32_t ___queueType2, const RuntimeMethod* method) { typedef void (*Camera_AddCommandBufferAsyncImpl_m35A7A01393DF0E96805DC29AC4891E5F1B279C8E_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD *, int32_t); static Camera_AddCommandBufferAsyncImpl_m35A7A01393DF0E96805DC29AC4891E5F1B279C8E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_AddCommandBufferAsyncImpl_m35A7A01393DF0E96805DC29AC4891E5F1B279C8E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::AddCommandBufferAsyncImpl(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ComputeQueueType)"); _il2cpp_icall_func(__this, ___evt0, ___buffer1, ___queueType2); } // System.Void UnityEngine.Camera::RemoveCommandBufferImpl(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_RemoveCommandBufferImpl_mABD512779233871E264157297BBB447F71716071 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, const RuntimeMethod* method) { typedef void (*Camera_RemoveCommandBufferImpl_mABD512779233871E264157297BBB447F71716071_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD *); static Camera_RemoveCommandBufferImpl_mABD512779233871E264157297BBB447F71716071_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_RemoveCommandBufferImpl_mABD512779233871E264157297BBB447F71716071_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::RemoveCommandBufferImpl(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer)"); _il2cpp_icall_func(__this, ___evt0, ___buffer1); } // System.Void UnityEngine.Camera::AddCommandBuffer(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_AddCommandBuffer_mA3A1341F6C15A1C9DEF1BA7471726238797880B7 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Camera_AddCommandBuffer_mA3A1341F6C15A1C9DEF1BA7471726238797880B7_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { int32_t L_0 = ___evt0; bool L_1 = CameraEventUtils_IsValid_mFD16775AFB55CA30A444FC115FF338D7E08CFFED(L_0, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0029; } } { int32_t L_3 = ___evt0; int32_t L_4 = ((int32_t)L_3); RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4); String_t* L_6 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral439D2FB31B9EB56BFB8160BCC2CC1762048E00AF, L_5, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteral90DB30F1092F19237481D194C23E43DF265AE3D6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Camera_AddCommandBuffer_mA3A1341F6C15A1C9DEF1BA7471726238797880B7_RuntimeMethod_var); } IL_0029: { CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * L_8 = ___buffer1; V_1 = (bool)((((RuntimeObject*)(CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD *)L_8) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_9 = V_1; if (!L_9) { goto IL_003c; } } { NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_10 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var); NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_10, _stringLiteral66278A7E8BBEBD2AD034B5FC7E1EE8EA944251C8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, Camera_AddCommandBuffer_mA3A1341F6C15A1C9DEF1BA7471726238797880B7_RuntimeMethod_var); } IL_003c: { int32_t L_11 = ___evt0; CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * L_12 = ___buffer1; Camera_AddCommandBufferImpl_m6ECDDF5CFB78C926E0C415DE4ABD87039228B4D7(__this, L_11, L_12, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Camera::AddCommandBufferAsync(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ComputeQueueType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_AddCommandBufferAsync_m64734A12AF5972F7186ACA9EADA1022B9124A52A (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, int32_t ___queueType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Camera_AddCommandBufferAsync_m64734A12AF5972F7186ACA9EADA1022B9124A52A_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { int32_t L_0 = ___evt0; bool L_1 = CameraEventUtils_IsValid_mFD16775AFB55CA30A444FC115FF338D7E08CFFED(L_0, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0029; } } { int32_t L_3 = ___evt0; int32_t L_4 = ((int32_t)L_3); RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4); String_t* L_6 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral439D2FB31B9EB56BFB8160BCC2CC1762048E00AF, L_5, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteral90DB30F1092F19237481D194C23E43DF265AE3D6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Camera_AddCommandBufferAsync_m64734A12AF5972F7186ACA9EADA1022B9124A52A_RuntimeMethod_var); } IL_0029: { CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * L_8 = ___buffer1; V_1 = (bool)((((RuntimeObject*)(CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD *)L_8) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_9 = V_1; if (!L_9) { goto IL_003c; } } { NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_10 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var); NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_10, _stringLiteral66278A7E8BBEBD2AD034B5FC7E1EE8EA944251C8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, Camera_AddCommandBufferAsync_m64734A12AF5972F7186ACA9EADA1022B9124A52A_RuntimeMethod_var); } IL_003c: { int32_t L_11 = ___evt0; CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * L_12 = ___buffer1; int32_t L_13 = ___queueType2; Camera_AddCommandBufferAsyncImpl_m35A7A01393DF0E96805DC29AC4891E5F1B279C8E(__this, L_11, L_12, L_13, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Camera::RemoveCommandBuffer(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_RemoveCommandBuffer_m323F15CA3AB7E38DB77C73930A9B517400403320 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Camera_RemoveCommandBuffer_m323F15CA3AB7E38DB77C73930A9B517400403320_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { int32_t L_0 = ___evt0; bool L_1 = CameraEventUtils_IsValid_mFD16775AFB55CA30A444FC115FF338D7E08CFFED(L_0, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0029; } } { int32_t L_3 = ___evt0; int32_t L_4 = ((int32_t)L_3); RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4); String_t* L_6 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral439D2FB31B9EB56BFB8160BCC2CC1762048E00AF, L_5, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteral90DB30F1092F19237481D194C23E43DF265AE3D6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Camera_RemoveCommandBuffer_m323F15CA3AB7E38DB77C73930A9B517400403320_RuntimeMethod_var); } IL_0029: { CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * L_8 = ___buffer1; V_1 = (bool)((((RuntimeObject*)(CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD *)L_8) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_9 = V_1; if (!L_9) { goto IL_003c; } } { NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_10 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var); NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_10, _stringLiteral66278A7E8BBEBD2AD034B5FC7E1EE8EA944251C8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, Camera_RemoveCommandBuffer_m323F15CA3AB7E38DB77C73930A9B517400403320_RuntimeMethod_var); } IL_003c: { int32_t L_11 = ___evt0; CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * L_12 = ___buffer1; Camera_RemoveCommandBufferImpl_mABD512779233871E264157297BBB447F71716071(__this, L_11, L_12, /*hidden argument*/NULL); return; } } // UnityEngine.Rendering.CommandBuffer[] UnityEngine.Camera::GetCommandBuffers(UnityEngine.Rendering.CameraEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CommandBufferU5BU5D_t67150454F13B9E5CF7CCCD5A44CAB45DD465C5A0* Camera_GetCommandBuffers_m91E3BA3CCE260AB080698D4EAF5D17169C490433 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___evt0, const RuntimeMethod* method) { typedef CommandBufferU5BU5D_t67150454F13B9E5CF7CCCD5A44CAB45DD465C5A0* (*Camera_GetCommandBuffers_m91E3BA3CCE260AB080698D4EAF5D17169C490433_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t); static Camera_GetCommandBuffers_m91E3BA3CCE260AB080698D4EAF5D17169C490433_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_GetCommandBuffers_m91E3BA3CCE260AB080698D4EAF5D17169C490433_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::GetCommandBuffers(UnityEngine.Rendering.CameraEvent)"); CommandBufferU5BU5D_t67150454F13B9E5CF7CCCD5A44CAB45DD465C5A0* retVal = _il2cpp_icall_func(__this, ___evt0); return retVal; } // System.Void UnityEngine.Camera::FireOnPreCull(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_FireOnPreCull_m7E8B65875444B1DE75170805AE22908ADE52301E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cam0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Camera_FireOnPreCull_m7E8B65875444B1DE75170805AE22908ADE52301E_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_0 = ((Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields*)il2cpp_codegen_static_fields_for(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var))->get_onPreCull_4(); V_0 = (bool)((!(((RuntimeObject*)(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0019; } } { CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_2 = ((Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields*)il2cpp_codegen_static_fields_for(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var))->get_onPreCull_4(); Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_3 = ___cam0; NullCheck(L_2); CameraCallback_Invoke_m2B4F10A7BF2620A9BBF1C071D5B4EE828FFE821F(L_2, L_3, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void UnityEngine.Camera::FireOnPreRender(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_FireOnPreRender_m996699B5D50FC3D0AB05EED9F9CE581CCDC2FF67 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cam0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Camera_FireOnPreRender_m996699B5D50FC3D0AB05EED9F9CE581CCDC2FF67_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_0 = ((Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields*)il2cpp_codegen_static_fields_for(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var))->get_onPreRender_5(); V_0 = (bool)((!(((RuntimeObject*)(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0019; } } { CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_2 = ((Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields*)il2cpp_codegen_static_fields_for(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var))->get_onPreRender_5(); Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_3 = ___cam0; NullCheck(L_2); CameraCallback_Invoke_m2B4F10A7BF2620A9BBF1C071D5B4EE828FFE821F(L_2, L_3, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void UnityEngine.Camera::FireOnPostRender(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_FireOnPostRender_m17457A692D59CBDDDBBE0E4C441D393DAD58654B (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cam0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Camera_FireOnPostRender_m17457A692D59CBDDDBBE0E4C441D393DAD58654B_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_0 = ((Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields*)il2cpp_codegen_static_fields_for(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var))->get_onPostRender_6(); V_0 = (bool)((!(((RuntimeObject*)(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0019; } } { CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_2 = ((Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields*)il2cpp_codegen_static_fields_for(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var))->get_onPostRender_6(); Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_3 = ___cam0; NullCheck(L_2); CameraCallback_Invoke_m2B4F10A7BF2620A9BBF1C071D5B4EE828FFE821F(L_2, L_3, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Boolean UnityEngine.Camera::TryGetCullingParameters(UnityEngine.Rendering.ScriptableCullingParameters&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_TryGetCullingParameters_m2C3124B2F08CABE452EEB31FBF5E23B99AC76B53 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D * ___cullingParameters0, const RuntimeMethod* method) { bool V_0 = false; { ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D * L_0 = ___cullingParameters0; uint32_t L_1 = sizeof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D ); bool L_2 = Camera_GetCullingParameters_Internal_m97DCDFD9FC11DFE1024ACDDB2E6233079883F774(__this, (bool)0, (ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D *)L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0012; } IL_0012: { bool L_3 = V_0; return L_3; } } // System.Boolean UnityEngine.Camera::TryGetCullingParameters(System.Boolean,UnityEngine.Rendering.ScriptableCullingParameters&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_TryGetCullingParameters_mCCA2EAAEFB8C8DA2C81B51BA5111A0C1F6BB064C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___stereoAware0, ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D * ___cullingParameters1, const RuntimeMethod* method) { bool V_0 = false; { bool L_0 = ___stereoAware0; ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D * L_1 = ___cullingParameters1; uint32_t L_2 = sizeof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D ); bool L_3 = Camera_GetCullingParameters_Internal_m97DCDFD9FC11DFE1024ACDDB2E6233079883F774(__this, L_0, (ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D *)L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0012; } IL_0012: { bool L_4 = V_0; return L_4; } } // System.Boolean UnityEngine.Camera::GetCullingParameters_Internal(UnityEngine.Camera,System.Boolean,UnityEngine.Rendering.ScriptableCullingParameters&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_GetCullingParameters_Internal_m97DCDFD9FC11DFE1024ACDDB2E6233079883F774 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera0, bool ___stereoAware1, ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D * ___cullingParameters2, int32_t ___managedCullingParametersSize3, const RuntimeMethod* method) { typedef bool (*Camera_GetCullingParameters_Internal_m97DCDFD9FC11DFE1024ACDDB2E6233079883F774_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, bool, ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D *, int32_t); static Camera_GetCullingParameters_Internal_m97DCDFD9FC11DFE1024ACDDB2E6233079883F774_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_GetCullingParameters_Internal_m97DCDFD9FC11DFE1024ACDDB2E6233079883F774_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::GetCullingParameters_Internal(UnityEngine.Camera,System.Boolean,UnityEngine.Rendering.ScriptableCullingParameters&,System.Int32)"); bool retVal = _il2cpp_icall_func(___camera0, ___stereoAware1, ___cullingParameters2, ___managedCullingParametersSize3); return retVal; } // System.Void UnityEngine.Camera::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera__ctor_mD07AB17467A910BC7A4EE32BB9DD546748E31254 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method) { { Behaviour__ctor_m409AEC21511ACF9A4CC0654DF4B8253E0D81D22C(__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Camera::get_transparencySortAxis_Injected(UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_transparencySortAxis_Injected_m4894DACE92310DB64C26329CC8B26205D38EA095 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_transparencySortAxis_Injected_m4894DACE92310DB64C26329CC8B26205D38EA095_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *); static Camera_get_transparencySortAxis_Injected_m4894DACE92310DB64C26329CC8B26205D38EA095_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_transparencySortAxis_Injected_m4894DACE92310DB64C26329CC8B26205D38EA095_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_transparencySortAxis_Injected(UnityEngine.Vector3&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::set_transparencySortAxis_Injected(UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_transparencySortAxis_Injected_m2C2827CC835043F52020001975DFD37C78E33114 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_transparencySortAxis_Injected_m2C2827CC835043F52020001975DFD37C78E33114_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *); static Camera_set_transparencySortAxis_Injected_m2C2827CC835043F52020001975DFD37C78E33114_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_transparencySortAxis_Injected_m2C2827CC835043F52020001975DFD37C78E33114_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_transparencySortAxis_Injected(UnityEngine.Vector3&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::get_velocity_Injected(UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_velocity_Injected_mB9033CF572C59BB3340546C918FEB08D2D8E8339 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_velocity_Injected_mB9033CF572C59BB3340546C918FEB08D2D8E8339_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *); static Camera_get_velocity_Injected_mB9033CF572C59BB3340546C918FEB08D2D8E8339_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_velocity_Injected_mB9033CF572C59BB3340546C918FEB08D2D8E8339_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_velocity_Injected(UnityEngine.Vector3&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::get_cullingMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_cullingMatrix_Injected_m4B0507215686CB6A9DF4D862C12E3DEF41D6370E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_cullingMatrix_Injected_m4B0507215686CB6A9DF4D862C12E3DEF41D6370E_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_get_cullingMatrix_Injected_m4B0507215686CB6A9DF4D862C12E3DEF41D6370E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_cullingMatrix_Injected_m4B0507215686CB6A9DF4D862C12E3DEF41D6370E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_cullingMatrix_Injected(UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::set_cullingMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_cullingMatrix_Injected_mF421800C4F7623EF0E4496BA27835E4F0928B47B (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_cullingMatrix_Injected_mF421800C4F7623EF0E4496BA27835E4F0928B47B_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_set_cullingMatrix_Injected_mF421800C4F7623EF0E4496BA27835E4F0928B47B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_cullingMatrix_Injected_mF421800C4F7623EF0E4496BA27835E4F0928B47B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_cullingMatrix_Injected(UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::get_backgroundColor_Injected(UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_backgroundColor_Injected_m35D7092E021C199D24A3457297EEEAA520CAC999 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_backgroundColor_Injected_m35D7092E021C199D24A3457297EEEAA520CAC999_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *); static Camera_get_backgroundColor_Injected_m35D7092E021C199D24A3457297EEEAA520CAC999_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_backgroundColor_Injected_m35D7092E021C199D24A3457297EEEAA520CAC999_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_backgroundColor_Injected(UnityEngine.Color&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::set_backgroundColor_Injected(UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_backgroundColor_Injected_m5E1BF10175DAB3F4E2D83810640D1FB5EF49A9F9 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_backgroundColor_Injected_m5E1BF10175DAB3F4E2D83810640D1FB5EF49A9F9_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *); static Camera_set_backgroundColor_Injected_m5E1BF10175DAB3F4E2D83810640D1FB5EF49A9F9_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_backgroundColor_Injected_m5E1BF10175DAB3F4E2D83810640D1FB5EF49A9F9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_backgroundColor_Injected(UnityEngine.Color&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::get_sensorSize_Injected(UnityEngine.Vector2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_sensorSize_Injected_m91BBA4137F71D84A5E777C811C60729B74B9C1CF (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_sensorSize_Injected_m91BBA4137F71D84A5E777C811C60729B74B9C1CF_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *); static Camera_get_sensorSize_Injected_m91BBA4137F71D84A5E777C811C60729B74B9C1CF_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_sensorSize_Injected_m91BBA4137F71D84A5E777C811C60729B74B9C1CF_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_sensorSize_Injected(UnityEngine.Vector2&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::set_sensorSize_Injected(UnityEngine.Vector2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_sensorSize_Injected_mC8991C477E673BC712C1B4EF308B96C1EC39C872 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_sensorSize_Injected_mC8991C477E673BC712C1B4EF308B96C1EC39C872_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *); static Camera_set_sensorSize_Injected_mC8991C477E673BC712C1B4EF308B96C1EC39C872_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_sensorSize_Injected_mC8991C477E673BC712C1B4EF308B96C1EC39C872_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_sensorSize_Injected(UnityEngine.Vector2&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::get_lensShift_Injected(UnityEngine.Vector2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_lensShift_Injected_m90EAB180D323E3604114E672F26B57C4B3BEC968 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_lensShift_Injected_m90EAB180D323E3604114E672F26B57C4B3BEC968_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *); static Camera_get_lensShift_Injected_m90EAB180D323E3604114E672F26B57C4B3BEC968_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_lensShift_Injected_m90EAB180D323E3604114E672F26B57C4B3BEC968_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_lensShift_Injected(UnityEngine.Vector2&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::set_lensShift_Injected(UnityEngine.Vector2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_lensShift_Injected_m2596CCAF97BF92B530F3D35480647376C6206041 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_lensShift_Injected_m2596CCAF97BF92B530F3D35480647376C6206041_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *); static Camera_set_lensShift_Injected_m2596CCAF97BF92B530F3D35480647376C6206041_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_lensShift_Injected_m2596CCAF97BF92B530F3D35480647376C6206041_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_lensShift_Injected(UnityEngine.Vector2&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::GetGateFittedLensShift_Injected(UnityEngine.Vector2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_GetGateFittedLensShift_Injected_m3D3C6822BA5F403667A633C51555201852EB9AD2 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_GetGateFittedLensShift_Injected_m3D3C6822BA5F403667A633C51555201852EB9AD2_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *); static Camera_GetGateFittedLensShift_Injected_m3D3C6822BA5F403667A633C51555201852EB9AD2_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_GetGateFittedLensShift_Injected_m3D3C6822BA5F403667A633C51555201852EB9AD2_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::GetGateFittedLensShift_Injected(UnityEngine.Vector2&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::get_rect_Injected(UnityEngine.Rect&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_rect_Injected_m88F10E0BE4F27E638C97010D4616DBB14338EEED (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_rect_Injected_m88F10E0BE4F27E638C97010D4616DBB14338EEED_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *); static Camera_get_rect_Injected_m88F10E0BE4F27E638C97010D4616DBB14338EEED_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_rect_Injected_m88F10E0BE4F27E638C97010D4616DBB14338EEED_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_rect_Injected(UnityEngine.Rect&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::set_rect_Injected(UnityEngine.Rect&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_rect_Injected_m62EE0CFFE15C612C226DEAB0ADB3D3B81ABE0C4E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_rect_Injected_m62EE0CFFE15C612C226DEAB0ADB3D3B81ABE0C4E_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *); static Camera_set_rect_Injected_m62EE0CFFE15C612C226DEAB0ADB3D3B81ABE0C4E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_rect_Injected_m62EE0CFFE15C612C226DEAB0ADB3D3B81ABE0C4E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_rect_Injected(UnityEngine.Rect&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::get_pixelRect_Injected(UnityEngine.Rect&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_pixelRect_Injected_mDE6A7F125BC1DD2BCFEA3CB03DFA948E5635E631 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_pixelRect_Injected_mDE6A7F125BC1DD2BCFEA3CB03DFA948E5635E631_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *); static Camera_get_pixelRect_Injected_mDE6A7F125BC1DD2BCFEA3CB03DFA948E5635E631_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_pixelRect_Injected_mDE6A7F125BC1DD2BCFEA3CB03DFA948E5635E631_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_pixelRect_Injected(UnityEngine.Rect&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::set_pixelRect_Injected(UnityEngine.Rect&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_pixelRect_Injected_mBE9F9ED0BC921A91C9E1B85075E8E7F8ECD61D45 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_pixelRect_Injected_mBE9F9ED0BC921A91C9E1B85075E8E7F8ECD61D45_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *); static Camera_set_pixelRect_Injected_mBE9F9ED0BC921A91C9E1B85075E8E7F8ECD61D45_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_pixelRect_Injected_mBE9F9ED0BC921A91C9E1B85075E8E7F8ECD61D45_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_pixelRect_Injected(UnityEngine.Rect&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::SetTargetBuffersImpl_Injected(UnityEngine.RenderBuffer&,UnityEngine.RenderBuffer&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetTargetBuffersImpl_Injected_m60C29298F30C4C8F6DD7F551AFFC53E68D696C65 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 * ___color0, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 * ___depth1, const RuntimeMethod* method) { typedef void (*Camera_SetTargetBuffersImpl_Injected_m60C29298F30C4C8F6DD7F551AFFC53E68D696C65_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *); static Camera_SetTargetBuffersImpl_Injected_m60C29298F30C4C8F6DD7F551AFFC53E68D696C65_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_SetTargetBuffersImpl_Injected_m60C29298F30C4C8F6DD7F551AFFC53E68D696C65_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::SetTargetBuffersImpl_Injected(UnityEngine.RenderBuffer&,UnityEngine.RenderBuffer&)"); _il2cpp_icall_func(__this, ___color0, ___depth1); } // System.Void UnityEngine.Camera::SetTargetBuffersMRTImpl_Injected(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetTargetBuffersMRTImpl_Injected_m32462C1CBC899B39924F80B2BC79BBAFD46E0FBA (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3* ___color0, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 * ___depth1, const RuntimeMethod* method) { typedef void (*Camera_SetTargetBuffersMRTImpl_Injected_m32462C1CBC899B39924F80B2BC79BBAFD46E0FBA_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3*, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *); static Camera_SetTargetBuffersMRTImpl_Injected_m32462C1CBC899B39924F80B2BC79BBAFD46E0FBA_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_SetTargetBuffersMRTImpl_Injected_m32462C1CBC899B39924F80B2BC79BBAFD46E0FBA_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::SetTargetBuffersMRTImpl_Injected(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer&)"); _il2cpp_icall_func(__this, ___color0, ___depth1); } // System.Void UnityEngine.Camera::get_cameraToWorldMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_cameraToWorldMatrix_Injected_mBE3737B79C0DDC21E46A217AF8FCEC0939E36B2A (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_cameraToWorldMatrix_Injected_mBE3737B79C0DDC21E46A217AF8FCEC0939E36B2A_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_get_cameraToWorldMatrix_Injected_mBE3737B79C0DDC21E46A217AF8FCEC0939E36B2A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_cameraToWorldMatrix_Injected_mBE3737B79C0DDC21E46A217AF8FCEC0939E36B2A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_cameraToWorldMatrix_Injected(UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::get_worldToCameraMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_worldToCameraMatrix_Injected_mF75446D0941E2CBEC1DDFE4FCFBE13E7ACAD0025 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_worldToCameraMatrix_Injected_mF75446D0941E2CBEC1DDFE4FCFBE13E7ACAD0025_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_get_worldToCameraMatrix_Injected_mF75446D0941E2CBEC1DDFE4FCFBE13E7ACAD0025_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_worldToCameraMatrix_Injected_mF75446D0941E2CBEC1DDFE4FCFBE13E7ACAD0025_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_worldToCameraMatrix_Injected(UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::set_worldToCameraMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_worldToCameraMatrix_Injected_mA848604C2BE1736B773F75FD83D39C4EF8E68EFA (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_worldToCameraMatrix_Injected_mA848604C2BE1736B773F75FD83D39C4EF8E68EFA_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_set_worldToCameraMatrix_Injected_mA848604C2BE1736B773F75FD83D39C4EF8E68EFA_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_worldToCameraMatrix_Injected_mA848604C2BE1736B773F75FD83D39C4EF8E68EFA_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_worldToCameraMatrix_Injected(UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::get_projectionMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_projectionMatrix_Injected_mB52990E81F3B593935C384045A72611A1E160E30 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_projectionMatrix_Injected_mB52990E81F3B593935C384045A72611A1E160E30_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_get_projectionMatrix_Injected_mB52990E81F3B593935C384045A72611A1E160E30_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_projectionMatrix_Injected_mB52990E81F3B593935C384045A72611A1E160E30_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_projectionMatrix_Injected(UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::set_projectionMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_projectionMatrix_Injected_mB28032ABFAE3E47A6738FE0E1C0908638B3ADAA6 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_projectionMatrix_Injected_mB28032ABFAE3E47A6738FE0E1C0908638B3ADAA6_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_set_projectionMatrix_Injected_mB28032ABFAE3E47A6738FE0E1C0908638B3ADAA6_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_projectionMatrix_Injected_mB28032ABFAE3E47A6738FE0E1C0908638B3ADAA6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_projectionMatrix_Injected(UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::get_nonJitteredProjectionMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_nonJitteredProjectionMatrix_Injected_m0D047D1DFCAA06176DA978B02E5522EDB12DF23A (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_nonJitteredProjectionMatrix_Injected_m0D047D1DFCAA06176DA978B02E5522EDB12DF23A_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_get_nonJitteredProjectionMatrix_Injected_m0D047D1DFCAA06176DA978B02E5522EDB12DF23A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_nonJitteredProjectionMatrix_Injected_m0D047D1DFCAA06176DA978B02E5522EDB12DF23A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_nonJitteredProjectionMatrix_Injected(UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::set_nonJitteredProjectionMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_nonJitteredProjectionMatrix_Injected_m1E3DA618413D91A8BBD8A94499279F1D13825B63 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_nonJitteredProjectionMatrix_Injected_m1E3DA618413D91A8BBD8A94499279F1D13825B63_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_set_nonJitteredProjectionMatrix_Injected_m1E3DA618413D91A8BBD8A94499279F1D13825B63_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_nonJitteredProjectionMatrix_Injected_m1E3DA618413D91A8BBD8A94499279F1D13825B63_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_nonJitteredProjectionMatrix_Injected(UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::get_previousViewProjectionMatrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_previousViewProjectionMatrix_Injected_m561A3E17F833E7D09E644931D2ADEF9B5E3727C1 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_previousViewProjectionMatrix_Injected_m561A3E17F833E7D09E644931D2ADEF9B5E3727C1_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_get_previousViewProjectionMatrix_Injected_m561A3E17F833E7D09E644931D2ADEF9B5E3727C1_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_previousViewProjectionMatrix_Injected_m561A3E17F833E7D09E644931D2ADEF9B5E3727C1_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_previousViewProjectionMatrix_Injected(UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::CalculateObliqueMatrix_Injected(UnityEngine.Vector4&,UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CalculateObliqueMatrix_Injected_mDF728B5CBF4649C36D672C83BB21E27A7FCA005C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___clipPlane0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret1, const RuntimeMethod* method) { typedef void (*Camera_CalculateObliqueMatrix_Injected_mDF728B5CBF4649C36D672C83BB21E27A7FCA005C_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_CalculateObliqueMatrix_Injected_mDF728B5CBF4649C36D672C83BB21E27A7FCA005C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_CalculateObliqueMatrix_Injected_mDF728B5CBF4649C36D672C83BB21E27A7FCA005C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::CalculateObliqueMatrix_Injected(UnityEngine.Vector4&,UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___clipPlane0, ___ret1); } // System.Void UnityEngine.Camera::WorldToScreenPoint_Injected(UnityEngine.Vector3&,UnityEngine.Camera_MonoOrStereoscopicEye,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_WorldToScreenPoint_Injected_m640C6AFA68F6C2AD25AFD9E06C1AEFEAC5B48B01 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___position0, int32_t ___eye1, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret2, const RuntimeMethod* method) { typedef void (*Camera_WorldToScreenPoint_Injected_m640C6AFA68F6C2AD25AFD9E06C1AEFEAC5B48B01_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *, int32_t, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *); static Camera_WorldToScreenPoint_Injected_m640C6AFA68F6C2AD25AFD9E06C1AEFEAC5B48B01_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_WorldToScreenPoint_Injected_m640C6AFA68F6C2AD25AFD9E06C1AEFEAC5B48B01_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::WorldToScreenPoint_Injected(UnityEngine.Vector3&,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Vector3&)"); _il2cpp_icall_func(__this, ___position0, ___eye1, ___ret2); } // System.Void UnityEngine.Camera::WorldToViewportPoint_Injected(UnityEngine.Vector3&,UnityEngine.Camera_MonoOrStereoscopicEye,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_WorldToViewportPoint_Injected_m5491C4691EB46452E1A48AE20A18769D41B5216C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___position0, int32_t ___eye1, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret2, const RuntimeMethod* method) { typedef void (*Camera_WorldToViewportPoint_Injected_m5491C4691EB46452E1A48AE20A18769D41B5216C_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *, int32_t, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *); static Camera_WorldToViewportPoint_Injected_m5491C4691EB46452E1A48AE20A18769D41B5216C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_WorldToViewportPoint_Injected_m5491C4691EB46452E1A48AE20A18769D41B5216C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::WorldToViewportPoint_Injected(UnityEngine.Vector3&,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Vector3&)"); _il2cpp_icall_func(__this, ___position0, ___eye1, ___ret2); } // System.Void UnityEngine.Camera::ViewportToWorldPoint_Injected(UnityEngine.Vector3&,UnityEngine.Camera_MonoOrStereoscopicEye,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ViewportToWorldPoint_Injected_m0354B7B25373D1283F1B6F3534547A0912CE2C6F (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___position0, int32_t ___eye1, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret2, const RuntimeMethod* method) { typedef void (*Camera_ViewportToWorldPoint_Injected_m0354B7B25373D1283F1B6F3534547A0912CE2C6F_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *, int32_t, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *); static Camera_ViewportToWorldPoint_Injected_m0354B7B25373D1283F1B6F3534547A0912CE2C6F_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ViewportToWorldPoint_Injected_m0354B7B25373D1283F1B6F3534547A0912CE2C6F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ViewportToWorldPoint_Injected(UnityEngine.Vector3&,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Vector3&)"); _il2cpp_icall_func(__this, ___position0, ___eye1, ___ret2); } // System.Void UnityEngine.Camera::ScreenToWorldPoint_Injected(UnityEngine.Vector3&,UnityEngine.Camera_MonoOrStereoscopicEye,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ScreenToWorldPoint_Injected_m52AC81C9FABFBF9790CD386D357747F512F66199 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___position0, int32_t ___eye1, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret2, const RuntimeMethod* method) { typedef void (*Camera_ScreenToWorldPoint_Injected_m52AC81C9FABFBF9790CD386D357747F512F66199_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *, int32_t, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *); static Camera_ScreenToWorldPoint_Injected_m52AC81C9FABFBF9790CD386D357747F512F66199_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ScreenToWorldPoint_Injected_m52AC81C9FABFBF9790CD386D357747F512F66199_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ScreenToWorldPoint_Injected(UnityEngine.Vector3&,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Vector3&)"); _il2cpp_icall_func(__this, ___position0, ___eye1, ___ret2); } // System.Void UnityEngine.Camera::ScreenToViewportPoint_Injected(UnityEngine.Vector3&,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ScreenToViewportPoint_Injected_m407A30EDD4AC317DE3DD0B4361664F438E5A6639 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___position0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret1, const RuntimeMethod* method) { typedef void (*Camera_ScreenToViewportPoint_Injected_m407A30EDD4AC317DE3DD0B4361664F438E5A6639_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *); static Camera_ScreenToViewportPoint_Injected_m407A30EDD4AC317DE3DD0B4361664F438E5A6639_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ScreenToViewportPoint_Injected_m407A30EDD4AC317DE3DD0B4361664F438E5A6639_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ScreenToViewportPoint_Injected(UnityEngine.Vector3&,UnityEngine.Vector3&)"); _il2cpp_icall_func(__this, ___position0, ___ret1); } // System.Void UnityEngine.Camera::ViewportToScreenPoint_Injected(UnityEngine.Vector3&,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ViewportToScreenPoint_Injected_m09DA4634172863ED8813391EBD5C2F376DFDB6D0 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___position0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___ret1, const RuntimeMethod* method) { typedef void (*Camera_ViewportToScreenPoint_Injected_m09DA4634172863ED8813391EBD5C2F376DFDB6D0_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *); static Camera_ViewportToScreenPoint_Injected_m09DA4634172863ED8813391EBD5C2F376DFDB6D0_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ViewportToScreenPoint_Injected_m09DA4634172863ED8813391EBD5C2F376DFDB6D0_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ViewportToScreenPoint_Injected(UnityEngine.Vector3&,UnityEngine.Vector3&)"); _il2cpp_icall_func(__this, ___position0, ___ret1); } // System.Void UnityEngine.Camera::ViewportPointToRay_Injected(UnityEngine.Vector2&,UnityEngine.Camera_MonoOrStereoscopicEye,UnityEngine.Ray&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ViewportPointToRay_Injected_mCFE4B57234D3175B6DFC731DD0017202719D62E4 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___pos0, int32_t ___eye1, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * ___ret2, const RuntimeMethod* method) { typedef void (*Camera_ViewportPointToRay_Injected_mCFE4B57234D3175B6DFC731DD0017202719D62E4_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *, int32_t, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *); static Camera_ViewportPointToRay_Injected_mCFE4B57234D3175B6DFC731DD0017202719D62E4_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ViewportPointToRay_Injected_mCFE4B57234D3175B6DFC731DD0017202719D62E4_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ViewportPointToRay_Injected(UnityEngine.Vector2&,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Ray&)"); _il2cpp_icall_func(__this, ___pos0, ___eye1, ___ret2); } // System.Void UnityEngine.Camera::ScreenPointToRay_Injected(UnityEngine.Vector2&,UnityEngine.Camera_MonoOrStereoscopicEye,UnityEngine.Ray&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ScreenPointToRay_Injected_m1135D2C450C7DED657837BEFE5AD7FAFB9B99387 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___pos0, int32_t ___eye1, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * ___ret2, const RuntimeMethod* method) { typedef void (*Camera_ScreenPointToRay_Injected_m1135D2C450C7DED657837BEFE5AD7FAFB9B99387_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *, int32_t, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *); static Camera_ScreenPointToRay_Injected_m1135D2C450C7DED657837BEFE5AD7FAFB9B99387_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_ScreenPointToRay_Injected_m1135D2C450C7DED657837BEFE5AD7FAFB9B99387_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::ScreenPointToRay_Injected(UnityEngine.Vector2&,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Ray&)"); _il2cpp_icall_func(__this, ___pos0, ___eye1, ___ret2); } // System.Void UnityEngine.Camera::CalculateFrustumCornersInternal_Injected(UnityEngine.Rect&,System.Single,UnityEngine.Camera_MonoOrStereoscopicEye,UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CalculateFrustumCornersInternal_Injected_m7CC997A662E746BEA8772D6BEAD91F07D1217A37 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___viewport0, float ___z1, int32_t ___eye2, Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___outCorners3, const RuntimeMethod* method) { typedef void (*Camera_CalculateFrustumCornersInternal_Injected_m7CC997A662E746BEA8772D6BEAD91F07D1217A37_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *, float, int32_t, Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*); static Camera_CalculateFrustumCornersInternal_Injected_m7CC997A662E746BEA8772D6BEAD91F07D1217A37_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_CalculateFrustumCornersInternal_Injected_m7CC997A662E746BEA8772D6BEAD91F07D1217A37_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::CalculateFrustumCornersInternal_Injected(UnityEngine.Rect&,System.Single,UnityEngine.Camera/MonoOrStereoscopicEye,UnityEngine.Vector3[])"); _il2cpp_icall_func(__this, ___viewport0, ___z1, ___eye2, ___outCorners3); } // System.Void UnityEngine.Camera::CalculateProjectionMatrixFromPhysicalPropertiesInternal_Injected(UnityEngine.Matrix4x4&,System.Single,UnityEngine.Vector2&,UnityEngine.Vector2&,System.Single,System.Single,System.Single,UnityEngine.Camera_GateFitMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CalculateProjectionMatrixFromPhysicalPropertiesInternal_Injected_mA272CF8143BF81D892C688187144A04010326C3B (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___output0, float ___focalLength1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___sensorSize2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___lensShift3, float ___nearClip4, float ___farClip5, float ___gateAspect6, int32_t ___gateFitMode7, const RuntimeMethod* method) { typedef void (*Camera_CalculateProjectionMatrixFromPhysicalPropertiesInternal_Injected_mA272CF8143BF81D892C688187144A04010326C3B_ftn) (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *, float, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *, float, float, float, int32_t); static Camera_CalculateProjectionMatrixFromPhysicalPropertiesInternal_Injected_mA272CF8143BF81D892C688187144A04010326C3B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_CalculateProjectionMatrixFromPhysicalPropertiesInternal_Injected_mA272CF8143BF81D892C688187144A04010326C3B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::CalculateProjectionMatrixFromPhysicalPropertiesInternal_Injected(UnityEngine.Matrix4x4&,System.Single,UnityEngine.Vector2&,UnityEngine.Vector2&,System.Single,System.Single,System.Single,UnityEngine.Camera/GateFitMode)"); _il2cpp_icall_func(___output0, ___focalLength1, ___sensorSize2, ___lensShift3, ___nearClip4, ___farClip5, ___gateAspect6, ___gateFitMode7); } // System.Void UnityEngine.Camera::get_scene_Injected(UnityEngine.SceneManagement.Scene&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_get_scene_Injected_mD928C81646D5619002B7C61B491D1CB265D018A8 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 * ___ret0, const RuntimeMethod* method) { typedef void (*Camera_get_scene_Injected_mD928C81646D5619002B7C61B491D1CB265D018A8_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 *); static Camera_get_scene_Injected_mD928C81646D5619002B7C61B491D1CB265D018A8_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_get_scene_Injected_mD928C81646D5619002B7C61B491D1CB265D018A8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::get_scene_Injected(UnityEngine.SceneManagement.Scene&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Camera::set_scene_Injected(UnityEngine.SceneManagement.Scene&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_scene_Injected_m8E059E8559BAA52404141C186CD569677406B626 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 * ___value0, const RuntimeMethod* method) { typedef void (*Camera_set_scene_Injected_m8E059E8559BAA52404141C186CD569677406B626_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 *); static Camera_set_scene_Injected_m8E059E8559BAA52404141C186CD569677406B626_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_set_scene_Injected_m8E059E8559BAA52404141C186CD569677406B626_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::set_scene_Injected(UnityEngine.SceneManagement.Scene&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Camera::GetStereoNonJitteredProjectionMatrix_Injected(UnityEngine.Camera_StereoscopicEye,UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_GetStereoNonJitteredProjectionMatrix_Injected_m6753AE870333C22965565897C333F52DA596CE7D (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret1, const RuntimeMethod* method) { typedef void (*Camera_GetStereoNonJitteredProjectionMatrix_Injected_m6753AE870333C22965565897C333F52DA596CE7D_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_GetStereoNonJitteredProjectionMatrix_Injected_m6753AE870333C22965565897C333F52DA596CE7D_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_GetStereoNonJitteredProjectionMatrix_Injected_m6753AE870333C22965565897C333F52DA596CE7D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::GetStereoNonJitteredProjectionMatrix_Injected(UnityEngine.Camera/StereoscopicEye,UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___eye0, ___ret1); } // System.Void UnityEngine.Camera::GetStereoViewMatrix_Injected(UnityEngine.Camera_StereoscopicEye,UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_GetStereoViewMatrix_Injected_mBDAB69AC4EEEC3BAEAA553E6BBFB7EAEB9C81C84 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret1, const RuntimeMethod* method) { typedef void (*Camera_GetStereoViewMatrix_Injected_mBDAB69AC4EEEC3BAEAA553E6BBFB7EAEB9C81C84_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_GetStereoViewMatrix_Injected_mBDAB69AC4EEEC3BAEAA553E6BBFB7EAEB9C81C84_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_GetStereoViewMatrix_Injected_mBDAB69AC4EEEC3BAEAA553E6BBFB7EAEB9C81C84_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::GetStereoViewMatrix_Injected(UnityEngine.Camera/StereoscopicEye,UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___eye0, ___ret1); } // System.Void UnityEngine.Camera::GetStereoProjectionMatrix_Injected(UnityEngine.Camera_StereoscopicEye,UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_GetStereoProjectionMatrix_Injected_m61750B60EEE2E580C8B86140B93AC721F48F1CAA (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret1, const RuntimeMethod* method) { typedef void (*Camera_GetStereoProjectionMatrix_Injected_m61750B60EEE2E580C8B86140B93AC721F48F1CAA_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_GetStereoProjectionMatrix_Injected_m61750B60EEE2E580C8B86140B93AC721F48F1CAA_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_GetStereoProjectionMatrix_Injected_m61750B60EEE2E580C8B86140B93AC721F48F1CAA_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::GetStereoProjectionMatrix_Injected(UnityEngine.Camera/StereoscopicEye,UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___eye0, ___ret1); } // System.Void UnityEngine.Camera::SetStereoProjectionMatrix_Injected(UnityEngine.Camera_StereoscopicEye,UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetStereoProjectionMatrix_Injected_m4718B935BB7B70C11F85EA5D40B1FF7AABA3457E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___matrix1, const RuntimeMethod* method) { typedef void (*Camera_SetStereoProjectionMatrix_Injected_m4718B935BB7B70C11F85EA5D40B1FF7AABA3457E_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_SetStereoProjectionMatrix_Injected_m4718B935BB7B70C11F85EA5D40B1FF7AABA3457E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_SetStereoProjectionMatrix_Injected_m4718B935BB7B70C11F85EA5D40B1FF7AABA3457E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::SetStereoProjectionMatrix_Injected(UnityEngine.Camera/StereoscopicEye,UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___eye0, ___matrix1); } // System.Void UnityEngine.Camera::SetStereoViewMatrix_Injected(UnityEngine.Camera_StereoscopicEye,UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetStereoViewMatrix_Injected_mF8EE8DA7FB008C1DA0E7476F9432FC7A690CF596 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___eye0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___matrix1, const RuntimeMethod* method) { typedef void (*Camera_SetStereoViewMatrix_Injected_mF8EE8DA7FB008C1DA0E7476F9432FC7A690CF596_ftn) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, int32_t, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Camera_SetStereoViewMatrix_Injected_mF8EE8DA7FB008C1DA0E7476F9432FC7A690CF596_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Camera_SetStereoViewMatrix_Injected_mF8EE8DA7FB008C1DA0E7476F9432FC7A690CF596_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Camera::SetStereoViewMatrix_Injected(UnityEngine.Camera/StereoscopicEye,UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___eye0, ___matrix1); } #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 UnityEngine.Camera_CameraCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraCallback__ctor_m7CAE962B355F00AB2868577DC302A1FA80939C50 (CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void UnityEngine.Camera_CameraCallback::Invoke(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraCallback_Invoke_m2B4F10A7BF2620A9BBF1C071D5B4EE828FFE821F (CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * __this, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cam0, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___cam0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___cam0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___cam0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___cam0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___cam0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___cam0); } } else { typedef void (*FunctionPointerType) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___cam0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(targetMethod, targetThis, ___cam0); else GenericVirtActionInvoker1< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(targetMethod, targetThis, ___cam0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___cam0); else VirtActionInvoker1< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___cam0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___cam0) - 1), targetMethod); } if (targetThis == NULL) { typedef void (*FunctionPointerType) (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___cam0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___cam0, targetMethod); } } } } } // System.IAsyncResult UnityEngine.Camera_CameraCallback::BeginInvoke(UnityEngine.Camera,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CameraCallback_BeginInvoke_m46CF0E3E7E6A18868CBEBEA62D012713B20A8B14 (CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * __this, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cam0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___cam0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void UnityEngine.Camera_CameraCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraCallback_EndInvoke_m3B1E210D6A4F41F0FF74B187B3D7CB64C302D146 (CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Camera_GateFitMode UnityEngine.Camera_GateFitParameters::get_mode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GateFitParameters_get_mode_mBA328856CDACAC630EBCA916618060A3FD548238 (GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CmodeU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C int32_t GateFitParameters_get_mode_mBA328856CDACAC630EBCA916618060A3FD548238_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 * _thisAdjusted = reinterpret_cast(__this + _offset); return GateFitParameters_get_mode_mBA328856CDACAC630EBCA916618060A3FD548238_inline(_thisAdjusted, method); } // System.Single UnityEngine.Camera_GateFitParameters::get_aspect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GateFitParameters_get_aspect_mEB02EBD88F796002FF1B7A9922B9AF1F8BBF44EF (GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CaspectU3Ek__BackingField_1(); return L_0; } } IL2CPP_EXTERN_C float GateFitParameters_get_aspect_mEB02EBD88F796002FF1B7A9922B9AF1F8BBF44EF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 * _thisAdjusted = reinterpret_cast(__this + _offset); return GateFitParameters_get_aspect_mEB02EBD88F796002FF1B7A9922B9AF1F8BBF44EF_inline(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.ClassLibraryInitializer::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassLibraryInitializer_Init_mB8588C1A9DD9CB6B5CE77DB1F79AE301C46E0CE7 (const RuntimeMethod* method) { { UnityLogWriter_Init_mAD1F3BFE2183E39CFA1E7BEFB948B368547D9E99(/*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 UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method) { { float L_0 = ___r0; __this->set_r_0(L_0); float L_1 = ___g1; __this->set_g_1(L_1); float L_2 = ___b2; __this->set_b_2(L_2); float L_3 = ___a3; __this->set_a_3(L_3); return; } } IL2CPP_EXTERN_C void Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C_AdjustorThunk (RuntimeObject * __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method) { int32_t _offset = 1; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * _thisAdjusted = reinterpret_cast(__this + _offset); Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C(_thisAdjusted, ___r0, ___g1, ___b2, ___a3, method); } // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_mC9AEEB3931D5B8C37483A884DD8EB40DC8946369 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___r0, float ___g1, float ___b2, const RuntimeMethod* method) { { float L_0 = ___r0; __this->set_r_0(L_0); float L_1 = ___g1; __this->set_g_1(L_1); float L_2 = ___b2; __this->set_b_2(L_2); __this->set_a_3((1.0f)); return; } } IL2CPP_EXTERN_C void Color__ctor_mC9AEEB3931D5B8C37483A884DD8EB40DC8946369_AdjustorThunk (RuntimeObject * __this, float ___r0, float ___g1, float ___b2, const RuntimeMethod* method) { int32_t _offset = 1; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * _thisAdjusted = reinterpret_cast(__this + _offset); Color__ctor_mC9AEEB3931D5B8C37483A884DD8EB40DC8946369(_thisAdjusted, ___r0, ___g1, ___b2, method); } // System.String UnityEngine.Color::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Color_ToString_m17A27E0CFB20D9946D130DAEDB5BDCACA5A4473F (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Color_ToString_m17A27E0CFB20D9946D130DAEDB5BDCACA5A4473F_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0; float L_2 = __this->get_r_0(); float L_3 = L_2; RuntimeObject * L_4 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_4); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_1; float L_6 = __this->get_g_1(); float L_7 = L_6; RuntimeObject * L_8 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_8); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_5; float L_10 = __this->get_b_2(); float L_11 = L_10; RuntimeObject * L_12 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_11); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(2), (RuntimeObject *)L_12); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_9; float L_14 = __this->get_a_3(); float L_15 = L_14; RuntimeObject * L_16 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_16); String_t* L_17 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteralB5E13566AA93EC76B029981582479BF4E654B374, L_13, /*hidden argument*/NULL); V_0 = L_17; goto IL_004c; } IL_004c: { String_t* L_18 = V_0; return L_18; } } IL2CPP_EXTERN_C String_t* Color_ToString_m17A27E0CFB20D9946D130DAEDB5BDCACA5A4473F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * _thisAdjusted = reinterpret_cast(__this + _offset); return Color_ToString_m17A27E0CFB20D9946D130DAEDB5BDCACA5A4473F(_thisAdjusted, method); } // System.Int32 UnityEngine.Color::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Color_GetHashCode_m88317C719D2DAA18E293B3F5CD17B9FB80E26CF1 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, const RuntimeMethod* method) { Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = (*(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)__this); Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_1 = Color_op_Implicit_m653C1CE2391B0A04114B9132C37E41AC92B33AFE(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = Vector4_GetHashCode_m7329FEA2E90CDBDBF4F09F51D92C87E08F5DC92E((Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&V_0), /*hidden argument*/NULL); V_1 = L_2; goto IL_001d; } IL_001d: { int32_t L_3 = V_1; return L_3; } } IL2CPP_EXTERN_C int32_t Color_GetHashCode_m88317C719D2DAA18E293B3F5CD17B9FB80E26CF1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * _thisAdjusted = reinterpret_cast(__this + _offset); return Color_GetHashCode_m88317C719D2DAA18E293B3F5CD17B9FB80E26CF1(_thisAdjusted, method); } // System.Boolean UnityEngine.Color::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_Equals_m63ECBA87A0F27CD7D09EEA36BCB697652E076F4E (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Color_Equals_m63ECBA87A0F27CD7D09EEA36BCB697652E076F4E_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { RuntimeObject * L_0 = ___other0; V_0 = (bool)((((int32_t)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0015; } } { V_1 = (bool)0; goto IL_0024; } IL_0015: { RuntimeObject * L_2 = ___other0; bool L_3 = Color_Equals_mA81EEDDC4250DE67C2F43BC88A102EA32A138052((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)__this, ((*(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)UnBox(L_2, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_1 = L_3; goto IL_0024; } IL_0024: { bool L_4 = V_1; return L_4; } } IL2CPP_EXTERN_C bool Color_Equals_m63ECBA87A0F27CD7D09EEA36BCB697652E076F4E_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { int32_t _offset = 1; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * _thisAdjusted = reinterpret_cast(__this + _offset); return Color_Equals_m63ECBA87A0F27CD7D09EEA36BCB697652E076F4E(_thisAdjusted, ___other0, method); } // System.Boolean UnityEngine.Color::Equals(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_Equals_mA81EEDDC4250DE67C2F43BC88A102EA32A138052 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___other0, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B5_0 = 0; { float* L_0 = __this->get_address_of_r_0(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ___other0; float L_2 = L_1.get_r_0(); bool L_3 = Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7((float*)L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_004d; } } { float* L_4 = __this->get_address_of_g_1(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = ___other0; float L_6 = L_5.get_g_1(); bool L_7 = Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7((float*)L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004d; } } { float* L_8 = __this->get_address_of_b_2(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_9 = ___other0; float L_10 = L_9.get_b_2(); bool L_11 = Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7((float*)L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_004d; } } { float* L_12 = __this->get_address_of_a_3(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_13 = ___other0; float L_14 = L_13.get_a_3(); bool L_15 = Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7((float*)L_12, L_14, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_15)); goto IL_004e; } IL_004d: { G_B5_0 = 0; } IL_004e: { V_0 = (bool)G_B5_0; goto IL_0051; } IL_0051: { bool L_16 = V_0; return L_16; } } IL2CPP_EXTERN_C bool Color_Equals_mA81EEDDC4250DE67C2F43BC88A102EA32A138052_AdjustorThunk (RuntimeObject * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___other0, const RuntimeMethod* method) { int32_t _offset = 1; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * _thisAdjusted = reinterpret_cast(__this + _offset); return Color_Equals_mA81EEDDC4250DE67C2F43BC88A102EA32A138052(_thisAdjusted, ___other0, method); } // System.Boolean UnityEngine.Color::op_Equality(UnityEngine.Color,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___lhs0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___rhs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___lhs0; Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_1 = Color_op_Implicit_m653C1CE2391B0A04114B9132C37E41AC92B33AFE(L_0, /*hidden argument*/NULL); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = ___rhs1; Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_3 = Color_op_Implicit_m653C1CE2391B0A04114B9132C37E41AC92B33AFE(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var); bool L_4 = Vector4_op_Equality_m9AE0D09EC7E02201F94AE469ADE9F416D0E20441(L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0015; } IL_0015: { bool L_5 = V_0; return L_5; } } // System.Boolean UnityEngine.Color::op_Inequality(UnityEngine.Color,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_op_Inequality_m9C3EFC058BB205C298A2D3166173342303E660B9 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___lhs0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___rhs1, const RuntimeMethod* method) { bool V_0 = false; { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___lhs0; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ___rhs1; bool L_2 = Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E(L_0, L_1, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); goto IL_000e; } IL_000e: { bool L_3 = V_0; return L_3; } } // UnityEngine.Color UnityEngine.Color::RGBMultiplied(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_RGBMultiplied_m41914B23903491843FAA3B0C02027EF8B70F34CF (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___multiplier0, const RuntimeMethod* method) { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); { float L_0 = __this->get_r_0(); float L_1 = ___multiplier0; float L_2 = __this->get_g_1(); float L_3 = ___multiplier0; float L_4 = __this->get_b_2(); float L_5 = ___multiplier0; float L_6 = __this->get_a_3(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7; memset((&L_7), 0, sizeof(L_7)); Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_7), ((float)il2cpp_codegen_multiply((float)L_0, (float)L_1)), ((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0027; } IL_0027: { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_8 = V_0; return L_8; } } IL2CPP_EXTERN_C Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_RGBMultiplied_m41914B23903491843FAA3B0C02027EF8B70F34CF_AdjustorThunk (RuntimeObject * __this, float ___multiplier0, const RuntimeMethod* method) { int32_t _offset = 1; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * _thisAdjusted = reinterpret_cast(__this + _offset); return Color_RGBMultiplied_m41914B23903491843FAA3B0C02027EF8B70F34CF(_thisAdjusted, ___multiplier0, method); } // UnityEngine.Color UnityEngine.Color::get_red() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_red_m5562DD438931CF0D1FBBBB29BF7F8B752AF38957 (const RuntimeMethod* method) { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0; memset((&L_0), 0, sizeof(L_0)); Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_0), (1.0f), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_0; goto IL_001d; } IL_001d: { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = V_0; return L_1; } } // UnityEngine.Color UnityEngine.Color::get_green() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_green_mD53D8F980E92A0755759FBB2981E3DDEFCD084C0 (const RuntimeMethod* method) { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0; memset((&L_0), 0, sizeof(L_0)); Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_0), (0.0f), (1.0f), (0.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_0; goto IL_001d; } IL_001d: { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = V_0; return L_1; } } // UnityEngine.Color UnityEngine.Color::get_white() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905 (const RuntimeMethod* method) { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0; memset((&L_0), 0, sizeof(L_0)); Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_0), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_0; goto IL_001d; } IL_001d: { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = V_0; return L_1; } } // UnityEngine.Color UnityEngine.Color::get_black() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF (const RuntimeMethod* method) { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0; memset((&L_0), 0, sizeof(L_0)); Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_0), (0.0f), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_0; goto IL_001d; } IL_001d: { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = V_0; return L_1; } } // UnityEngine.Color UnityEngine.Color::get_yellow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_yellow_mC8BD62CCC364EA5FC4273D4C2E116D0E2DE135AE (const RuntimeMethod* method) { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0; memset((&L_0), 0, sizeof(L_0)); Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_0), (1.0f), (0.921568632f), (0.0156862754f), (1.0f), /*hidden argument*/NULL); V_0 = L_0; goto IL_001d; } IL_001d: { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = V_0; return L_1; } } // UnityEngine.Color UnityEngine.Color::get_clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360 (const RuntimeMethod* method) { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0; memset((&L_0), 0, sizeof(L_0)); Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_0), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); V_0 = L_0; goto IL_001d; } IL_001d: { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = V_0; return L_1; } } // UnityEngine.Color UnityEngine.Color::get_linear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_linear_mB10CD29D56ADE2C811AD74A605BA11F6656E9D1A (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Color_get_linear_mB10CD29D56ADE2C811AD74A605BA11F6656E9D1A_MetadataUsageId); s_Il2CppMethodInitialized = true; } Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); { float L_0 = __this->get_r_0(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var); float L_1 = Mathf_GammaToLinearSpace_m537DFDE30A58265FDA50F4D245B9599BBA8A4772(L_0, /*hidden argument*/NULL); float L_2 = __this->get_g_1(); float L_3 = Mathf_GammaToLinearSpace_m537DFDE30A58265FDA50F4D245B9599BBA8A4772(L_2, /*hidden argument*/NULL); float L_4 = __this->get_b_2(); float L_5 = Mathf_GammaToLinearSpace_m537DFDE30A58265FDA50F4D245B9599BBA8A4772(L_4, /*hidden argument*/NULL); float L_6 = __this->get_a_3(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7; memset((&L_7), 0, sizeof(L_7)); Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_7), L_1, L_3, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0030; } IL_0030: { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_8 = V_0; return L_8; } } IL2CPP_EXTERN_C Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_linear_mB10CD29D56ADE2C811AD74A605BA11F6656E9D1A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * _thisAdjusted = reinterpret_cast(__this + _offset); return Color_get_linear_mB10CD29D56ADE2C811AD74A605BA11F6656E9D1A(_thisAdjusted, method); } // System.Single UnityEngine.Color::get_maxColorComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Color_get_maxColorComponent_mBA8595CB2790747F42145CB696C10E64C9BBD76D (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Color_get_maxColorComponent_mBA8595CB2790747F42145CB696C10E64C9BBD76D_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { float L_0 = __this->get_r_0(); float L_1 = __this->get_g_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var); float L_2 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_0, L_1, /*hidden argument*/NULL); float L_3 = __this->get_b_2(); float L_4 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0020; } IL_0020: { float L_5 = V_0; return L_5; } } IL2CPP_EXTERN_C float Color_get_maxColorComponent_mBA8595CB2790747F42145CB696C10E64C9BBD76D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * _thisAdjusted = reinterpret_cast(__this + _offset); return Color_get_maxColorComponent_mBA8595CB2790747F42145CB696C10E64C9BBD76D(_thisAdjusted, method); } // UnityEngine.Vector4 UnityEngine.Color::op_Implicit(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Color_op_Implicit_m653C1CE2391B0A04114B9132C37E41AC92B33AFE (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___c0, const RuntimeMethod* method) { Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_0; memset((&V_0), 0, sizeof(V_0)); { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___c0; float L_1 = L_0.get_r_0(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = ___c0; float L_3 = L_2.get_g_1(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = ___c0; float L_5 = L_4.get_b_2(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_6 = ___c0; float L_7 = L_6.get_a_3(); Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_8; memset((&L_8), 0, sizeof(L_8)); Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_8), L_1, L_3, L_5, L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_0021; } IL_0021: { Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_9 = V_0; return L_9; } } // UnityEngine.Color UnityEngine.Color::op_Implicit(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_op_Implicit_m51CEC50D37ABC484073AECE7EB958B414F2B6E7B (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___v0, const RuntimeMethod* method) { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_0 = ___v0; float L_1 = L_0.get_x_1(); Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_2 = ___v0; float L_3 = L_2.get_y_2(); Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_4 = ___v0; float L_5 = L_4.get_z_3(); Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_6 = ___v0; float L_7 = L_6.get_w_4(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_8; memset((&L_8), 0, sizeof(L_8)); Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_8), L_1, L_3, L_5, L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_0021; } IL_0021: { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_9 = V_0; return L_9; } } #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 UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, uint8_t ___a3, const RuntimeMethod* method) { { __this->set_rgba_0(0); uint8_t L_0 = ___r0; __this->set_r_1(L_0); uint8_t L_1 = ___g1; __this->set_g_2(L_1); uint8_t L_2 = ___b2; __this->set_b_3(L_2); uint8_t L_3 = ___a3; __this->set_a_4(L_3); return; } } IL2CPP_EXTERN_C void Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2_AdjustorThunk (RuntimeObject * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, uint8_t ___a3, const RuntimeMethod* method) { int32_t _offset = 1; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * _thisAdjusted = reinterpret_cast(__this + _offset); Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2(_thisAdjusted, ___r0, ___g1, ___b2, ___a3, method); } // UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30_MetadataUsageId); s_Il2CppMethodInitialized = true; } Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_0; memset((&V_0), 0, sizeof(V_0)); { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___c0; float L_1 = L_0.get_r_0(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var); float L_2 = Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B(L_1, /*hidden argument*/NULL); float L_3 = bankers_roundf(((float)il2cpp_codegen_multiply((float)L_2, (float)(255.0f)))); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = ___c0; float L_5 = L_4.get_g_1(); float L_6 = Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B(L_5, /*hidden argument*/NULL); float L_7 = bankers_roundf(((float)il2cpp_codegen_multiply((float)L_6, (float)(255.0f)))); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_8 = ___c0; float L_9 = L_8.get_b_2(); float L_10 = Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B(L_9, /*hidden argument*/NULL); float L_11 = bankers_roundf(((float)il2cpp_codegen_multiply((float)L_10, (float)(255.0f)))); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_12 = ___c0; float L_13 = L_12.get_a_3(); float L_14 = Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B(L_13, /*hidden argument*/NULL); float L_15 = bankers_roundf(((float)il2cpp_codegen_multiply((float)L_14, (float)(255.0f)))); Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_16; memset((&L_16), 0, sizeof(L_16)); Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_16), (uint8_t)(il2cpp_codegen_cast_floating_point(L_3)), (uint8_t)(il2cpp_codegen_cast_floating_point(L_7)), (uint8_t)(il2cpp_codegen_cast_floating_point(L_11)), (uint8_t)(il2cpp_codegen_cast_floating_point(L_15)), /*hidden argument*/NULL); V_0 = L_16; goto IL_0065; } IL_0065: { Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_17 = V_0; return L_17; } } // UnityEngine.Color UnityEngine.Color32::op_Implicit(UnityEngine.Color32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___c0, const RuntimeMethod* method) { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); { Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_0 = ___c0; uint8_t L_1 = L_0.get_r_1(); Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_2 = ___c0; uint8_t L_3 = L_2.get_g_2(); Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_4 = ___c0; uint8_t L_5 = L_4.get_b_3(); Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_6 = ___c0; uint8_t L_7 = L_6.get_a_4(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_8; memset((&L_8), 0, sizeof(L_8)); Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_8), ((float)((float)(((float)((float)L_1)))/(float)(255.0f))), ((float)((float)(((float)((float)L_3)))/(float)(255.0f))), ((float)((float)(((float)((float)L_5)))/(float)(255.0f))), ((float)((float)(((float)((float)L_7)))/(float)(255.0f))), /*hidden argument*/NULL); V_0 = L_8; goto IL_003d; } IL_003d: { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_9 = V_0; return L_9; } } // System.String UnityEngine.Color32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Color32_ToString_m217F2AD5C02E630E37BE5CFB0933630F6D0C3555 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Color32_ToString_m217F2AD5C02E630E37BE5CFB0933630F6D0C3555_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0; uint8_t L_2 = __this->get_r_1(); uint8_t L_3 = L_2; RuntimeObject * L_4 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_4); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_1; uint8_t L_6 = __this->get_g_2(); uint8_t L_7 = L_6; RuntimeObject * L_8 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_8); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_5; uint8_t L_10 = __this->get_b_3(); uint8_t L_11 = L_10; RuntimeObject * L_12 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_11); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(2), (RuntimeObject *)L_12); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_9; uint8_t L_14 = __this->get_a_4(); uint8_t L_15 = L_14; RuntimeObject * L_16 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_16); String_t* L_17 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteral42A57E9753A1AFFFE949244ED042966A087A8C2F, L_13, /*hidden argument*/NULL); V_0 = L_17; goto IL_004c; } IL_004c: { String_t* L_18 = V_0; return L_18; } } IL2CPP_EXTERN_C String_t* Color32_ToString_m217F2AD5C02E630E37BE5CFB0933630F6D0C3555_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * _thisAdjusted = reinterpret_cast(__this + _offset); return Color32_ToString_m217F2AD5C02E630E37BE5CFB0933630F6D0C3555(_thisAdjusted, method); } #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 // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method) { typedef Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * (*Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9_ftn) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *); static Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Component::get_transform()"); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * retVal = _il2cpp_icall_func(__this); return retVal; } // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method) { typedef GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C_ftn) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *); static Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Component::get_gameObject()"); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * retVal = _il2cpp_icall_func(__this); return retVal; } // UnityEngine.Component UnityEngine.Component::GetComponent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * Component_GetComponent_m5E75925F29811EEC97BD17CDC7D4BD8460F3090F (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___type0, const RuntimeMethod* method) { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * V_0 = NULL; { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL); Type_t * L_1 = ___type0; NullCheck(L_0); Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_2 = GameObject_GetComponent_mECB756C7EB39F6BB79F8C065AB0013354763B151(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0010; } IL_0010: { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_3 = V_0; return L_3; } } // System.Void UnityEngine.Component::GetComponentFastPath(System.Type,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponentFastPath_mDEB49C6B56084E436C7FC3D555339FA16949937E (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___type0, intptr_t ___oneFurtherThanResultValue1, const RuntimeMethod* method) { typedef void (*Component_GetComponentFastPath_mDEB49C6B56084E436C7FC3D555339FA16949937E_ftn) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, Type_t *, intptr_t); static Component_GetComponentFastPath_mDEB49C6B56084E436C7FC3D555339FA16949937E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Component_GetComponentFastPath_mDEB49C6B56084E436C7FC3D555339FA16949937E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Component::GetComponentFastPath(System.Type,System.IntPtr)"); _il2cpp_icall_func(__this, ___type0, ___oneFurtherThanResultValue1); } // System.Boolean UnityEngine.Component::TryGetComponent(System.Type,UnityEngine.Component&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_TryGetComponent_m2D5223835BB486554389312B69C3428131E09509 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___type0, Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 ** ___component1, const RuntimeMethod* method) { bool V_0 = false; { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL); Type_t * L_1 = ___type0; Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 ** L_2 = ___component1; NullCheck(L_0); bool L_3 = GameObject_TryGetComponent_m2AA8E1EF55AE188975F247B84E88EA8830126174(L_0, L_1, (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 **)L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0011; } IL_0011: { bool L_4 = V_0; return L_4; } } // UnityEngine.Component UnityEngine.Component::GetComponent(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * Component_GetComponent_m67E163651F3CA075F779EACC2AE2451B2DAFA8CB (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___type0, const RuntimeMethod* method) { typedef Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * (*Component_GetComponent_m67E163651F3CA075F779EACC2AE2451B2DAFA8CB_ftn) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, String_t*); static Component_GetComponent_m67E163651F3CA075F779EACC2AE2451B2DAFA8CB_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Component_GetComponent_m67E163651F3CA075F779EACC2AE2451B2DAFA8CB_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Component::GetComponent(System.String)"); Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * retVal = _il2cpp_icall_func(__this, ___type0); return retVal; } // UnityEngine.Component UnityEngine.Component::GetComponentInChildren(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * Component_GetComponentInChildren_mEF7890FAC10EA2F776464285B0DCC58B8C373D34 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___t0, bool ___includeInactive1, const RuntimeMethod* method) { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * V_0 = NULL; { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL); Type_t * L_1 = ___t0; bool L_2 = ___includeInactive1; NullCheck(L_0); Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_3 = GameObject_GetComponentInChildren_mBC5C12CDA1749A827D136DABBF10498B1096A086(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0011; } IL_0011: { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_4 = V_0; return L_4; } } // UnityEngine.Component UnityEngine.Component::GetComponentInChildren(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * Component_GetComponentInChildren_m0021424CA22804E08CE9CF60A87F446834153A15 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___t0, const RuntimeMethod* method) { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * V_0 = NULL; { Type_t * L_0 = ___t0; Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_1 = Component_GetComponentInChildren_mEF7890FAC10EA2F776464285B0DCC58B8C373D34(__this, L_0, (bool)0, /*hidden argument*/NULL); V_0 = L_1; goto IL_000c; } IL_000c: { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_2 = V_0; return L_2; } } // UnityEngine.Component[] UnityEngine.Component::GetComponentsInChildren(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* Component_GetComponentsInChildren_m09F4916C93A9277CD390312F59B2E5FDB24DE8D8 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___t0, bool ___includeInactive1, const RuntimeMethod* method) { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_0 = NULL; { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL); Type_t * L_1 = ___t0; bool L_2 = ___includeInactive1; NullCheck(L_0); ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_3 = GameObject_GetComponentsInChildren_m39CCEFC6BC28CBD9587311B1E1C842B63DC8BDDB(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0011; } IL_0011: { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_4 = V_0; return L_4; } } // UnityEngine.Component[] UnityEngine.Component::GetComponentsInChildren(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* Component_GetComponentsInChildren_mA10A19E14E564CF5F15EB19CE3AF284D46CB36E2 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___t0, const RuntimeMethod* method) { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_0 = NULL; { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL); Type_t * L_1 = ___t0; NullCheck(L_0); ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_2 = GameObject_GetComponentsInChildren_m39CCEFC6BC28CBD9587311B1E1C842B63DC8BDDB(L_0, L_1, (bool)0, /*hidden argument*/NULL); V_0 = L_2; goto IL_0011; } IL_0011: { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_3 = V_0; return L_3; } } // UnityEngine.Component UnityEngine.Component::GetComponentInParent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * Component_GetComponentInParent_mFD9A8F6311ABAF986CA0DA556662F89FD9234E7D (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___t0, const RuntimeMethod* method) { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * V_0 = NULL; { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL); Type_t * L_1 = ___t0; NullCheck(L_0); Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_2 = GameObject_GetComponentInParent_mA5BF9DFCA90C9003EB8F392CD64C45DFCB80F988(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0010; } IL_0010: { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_3 = V_0; return L_3; } } // UnityEngine.Component[] UnityEngine.Component::GetComponentsInParent(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* Component_GetComponentsInParent_m4B0BAC2ACB33FBBB8725BBA6123675DFC4F321A2 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___t0, bool ___includeInactive1, const RuntimeMethod* method) { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_0 = NULL; { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL); Type_t * L_1 = ___t0; bool L_2 = ___includeInactive1; NullCheck(L_0); ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_3 = GameObject_GetComponentsInParent_mFDE58BE6E14D1F34DE76EF62623BD0A46A99D24B(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0011; } IL_0011: { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_4 = V_0; return L_4; } } // UnityEngine.Component[] UnityEngine.Component::GetComponentsInParent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* Component_GetComponentsInParent_m0CE053F8B0D7F4C9823EA08269A294676F6A7448 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___t0, const RuntimeMethod* method) { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_0 = NULL; { Type_t * L_0 = ___t0; ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_1 = Component_GetComponentsInParent_m4B0BAC2ACB33FBBB8725BBA6123675DFC4F321A2(__this, L_0, (bool)0, /*hidden argument*/NULL); V_0 = L_1; goto IL_000c; } IL_000c: { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_2 = V_0; return L_2; } } // UnityEngine.Component[] UnityEngine.Component::GetComponents(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* Component_GetComponents_m174863F3CF57CBF493ED88A1892F930A27F7B51B (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___type0, const RuntimeMethod* method) { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_0 = NULL; { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL); Type_t * L_1 = ___type0; NullCheck(L_0); ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_2 = GameObject_GetComponents_mD9AF87D297017455ADD8CF0DF05BB57B4382375F(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0010; } IL_0010: { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_3 = V_0; return L_3; } } // System.Void UnityEngine.Component::GetComponentsForListInternal(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponentsForListInternal_m469B4C3A883942213BEA0EAAA54629219A042480 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___searchType0, RuntimeObject * ___resultList1, const RuntimeMethod* method) { typedef void (*Component_GetComponentsForListInternal_m469B4C3A883942213BEA0EAAA54629219A042480_ftn) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, Type_t *, RuntimeObject *); static Component_GetComponentsForListInternal_m469B4C3A883942213BEA0EAAA54629219A042480_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Component_GetComponentsForListInternal_m469B4C3A883942213BEA0EAAA54629219A042480_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Component::GetComponentsForListInternal(System.Type,System.Object)"); _il2cpp_icall_func(__this, ___searchType0, ___resultList1); } // System.Void UnityEngine.Component::GetComponents(System.Type,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponents_m1ACBE6B9A75ECC898BA3B21D59AA7B3339D7735A (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___type0, List_1_tAAE8BF32F260E5939A1EAF05F4C38C7841B64300 * ___results1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; List_1_tAAE8BF32F260E5939A1EAF05F4C38C7841B64300 * L_1 = ___results1; Component_GetComponentsForListInternal_m469B4C3A883942213BEA0EAAA54629219A042480(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String UnityEngine.Component::get_tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Component_get_tag_mA183075586ED6BFA81D303804359AE6B02C477CC (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = GameObject_get_tag_mA9DC75D3D591B5E7D1ADAD14EA66CC4186580275(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_000f; } IL_000f: { String_t* L_2 = V_0; return L_2; } } // System.Void UnityEngine.Component::set_tag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_set_tag_mDA1291B5CDF5CA42AF8247004DF7FD95F3684047 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___value0, const RuntimeMethod* method) { { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL); String_t* L_1 = ___value0; NullCheck(L_0); GameObject_set_tag_mEF09E323917FAA2CECA527F821111A92031C1138(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Boolean UnityEngine.Component::CompareTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_CompareTag_mD074608D7FEC96A53C57A456BA613EE01C31D4B7 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___tag0, const RuntimeMethod* method) { bool V_0 = false; { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL); String_t* L_1 = ___tag0; NullCheck(L_0); bool L_2 = GameObject_CompareTag_mF66519C9DAE4CC8873C36A04C3CAF7DDEC3C7EFE(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0010; } IL_0010: { bool L_3 = V_0; return L_3; } } // System.Void UnityEngine.Component::SendMessageUpwards(System.String,System.Object,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_SendMessageUpwards_mB9D107510F9F6391B2054F0DD9663721A972726F (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, RuntimeObject * ___value1, int32_t ___options2, const RuntimeMethod* method) { typedef void (*Component_SendMessageUpwards_mB9D107510F9F6391B2054F0DD9663721A972726F_ftn) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, String_t*, RuntimeObject *, int32_t); static Component_SendMessageUpwards_mB9D107510F9F6391B2054F0DD9663721A972726F_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Component_SendMessageUpwards_mB9D107510F9F6391B2054F0DD9663721A972726F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Component::SendMessageUpwards(System.String,System.Object,UnityEngine.SendMessageOptions)"); _il2cpp_icall_func(__this, ___methodName0, ___value1, ___options2); } // System.Void UnityEngine.Component::SendMessageUpwards(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_SendMessageUpwards_mB8DBBC57BE4DDF2295A79BE218CCEA0E22373A23 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, RuntimeObject * ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___methodName0; RuntimeObject * L_1 = ___value1; Component_SendMessageUpwards_mB9D107510F9F6391B2054F0DD9663721A972726F(__this, L_0, L_1, 0, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Component::SendMessageUpwards(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_SendMessageUpwards_m38FB402008E8E1D4B8F0F49C652EC76F822A06C5 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, const RuntimeMethod* method) { { String_t* L_0 = ___methodName0; Component_SendMessageUpwards_mB9D107510F9F6391B2054F0DD9663721A972726F(__this, L_0, NULL, 0, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Component::SendMessageUpwards(System.String,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_SendMessageUpwards_mB8E0E962B3353B0E580B74E30FF05E3550B2DB74 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, int32_t ___options1, const RuntimeMethod* method) { { String_t* L_0 = ___methodName0; int32_t L_1 = ___options1; Component_SendMessageUpwards_mB9D107510F9F6391B2054F0DD9663721A972726F(__this, L_0, NULL, L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Component::SendMessage(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_SendMessage_mE3B1D6FC26F26FA4218F1BCFDD1E41BF3ACB34B1 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, RuntimeObject * ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___methodName0; RuntimeObject * L_1 = ___value1; Component_SendMessage_m5F9746707394086235E11ED0DBB1C55C231AB606(__this, L_0, L_1, 0, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Component::SendMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_SendMessage_mEFA614387A57BC85E401ABCEC603B5DEA1AA4392 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, const RuntimeMethod* method) { { String_t* L_0 = ___methodName0; Component_SendMessage_m5F9746707394086235E11ED0DBB1C55C231AB606(__this, L_0, NULL, 0, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Component::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_SendMessage_m5F9746707394086235E11ED0DBB1C55C231AB606 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, RuntimeObject * ___value1, int32_t ___options2, const RuntimeMethod* method) { typedef void (*Component_SendMessage_m5F9746707394086235E11ED0DBB1C55C231AB606_ftn) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, String_t*, RuntimeObject *, int32_t); static Component_SendMessage_m5F9746707394086235E11ED0DBB1C55C231AB606_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Component_SendMessage_m5F9746707394086235E11ED0DBB1C55C231AB606_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Component::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions)"); _il2cpp_icall_func(__this, ___methodName0, ___value1, ___options2); } // System.Void UnityEngine.Component::SendMessage(System.String,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_SendMessage_m4C2292DDD2B1442E8CEE4DB77741BCEAB47C97A0 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, int32_t ___options1, const RuntimeMethod* method) { { String_t* L_0 = ___methodName0; int32_t L_1 = ___options1; Component_SendMessage_m5F9746707394086235E11ED0DBB1C55C231AB606(__this, L_0, NULL, L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Component::BroadcastMessage(System.String,System.Object,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_BroadcastMessage_mB8F26C0376146136DF5311F91A3A9667EAC3EDF8 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, RuntimeObject * ___parameter1, int32_t ___options2, const RuntimeMethod* method) { typedef void (*Component_BroadcastMessage_mB8F26C0376146136DF5311F91A3A9667EAC3EDF8_ftn) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, String_t*, RuntimeObject *, int32_t); static Component_BroadcastMessage_mB8F26C0376146136DF5311F91A3A9667EAC3EDF8_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Component_BroadcastMessage_mB8F26C0376146136DF5311F91A3A9667EAC3EDF8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Component::BroadcastMessage(System.String,System.Object,UnityEngine.SendMessageOptions)"); _il2cpp_icall_func(__this, ___methodName0, ___parameter1, ___options2); } // System.Void UnityEngine.Component::BroadcastMessage(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_BroadcastMessage_m630C6AE6C369C065EF1BE6B7777E599C88C8EF87 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, RuntimeObject * ___parameter1, const RuntimeMethod* method) { { String_t* L_0 = ___methodName0; RuntimeObject * L_1 = ___parameter1; Component_BroadcastMessage_mB8F26C0376146136DF5311F91A3A9667EAC3EDF8(__this, L_0, L_1, 0, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Component::BroadcastMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_BroadcastMessage_m48E45404B934A81D5B9021C53BEF527FA2D94981 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, const RuntimeMethod* method) { { String_t* L_0 = ___methodName0; Component_BroadcastMessage_mB8F26C0376146136DF5311F91A3A9667EAC3EDF8(__this, L_0, NULL, 0, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Component::BroadcastMessage(System.String,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_BroadcastMessage_m33BDF64582F1D9EA2FF4A3B819649C8E62027CAC (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, String_t* ___methodName0, int32_t ___options1, const RuntimeMethod* method) { { String_t* L_0 = ___methodName0; int32_t L_1 = ___options1; Component_BroadcastMessage_mB8F26C0376146136DF5311F91A3A9667EAC3EDF8(__this, L_0, NULL, L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Component::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component__ctor_m5E2740C0ACA4B368BC460315FAA2EDBFEAC0B8EF (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Component__ctor_m5E2740C0ACA4B368BC460315FAA2EDBFEAC0B8EF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); Object__ctor_m091EBAEBC7919B0391ABDAFB7389ADC12206525B(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 UnityEngine.ComputeShader::FindKernel(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputeShader_FindKernel_m4CEBD37F96732810C4C370A6249CF460BE1F93A3 (ComputeShader_tF8B65214DC8C7C124C01984EB5CCD28F55C85B2A * __this, String_t* ___name0, const RuntimeMethod* method) { typedef int32_t (*ComputeShader_FindKernel_m4CEBD37F96732810C4C370A6249CF460BE1F93A3_ftn) (ComputeShader_tF8B65214DC8C7C124C01984EB5CCD28F55C85B2A *, String_t*); static ComputeShader_FindKernel_m4CEBD37F96732810C4C370A6249CF460BE1F93A3_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (ComputeShader_FindKernel_m4CEBD37F96732810C4C370A6249CF460BE1F93A3_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.ComputeShader::FindKernel(System.String)"); int32_t retVal = _il2cpp_icall_func(__this, ___name0); return retVal; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.Coroutine IL2CPP_EXTERN_C void Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshal_pinvoke(const Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC& unmarshaled, Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke& marshaled) { marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0(); } IL2CPP_EXTERN_C void Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshal_pinvoke_back(const Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke& marshaled, Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC& unmarshaled) { intptr_t unmarshaled_m_Ptr_temp_0; memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0)); unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0; unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0); } // Conversion method for clean up from marshalling of: UnityEngine.Coroutine IL2CPP_EXTERN_C void Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshal_pinvoke_cleanup(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.Coroutine IL2CPP_EXTERN_C void Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshal_com(const Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC& unmarshaled, Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com& marshaled) { marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0(); } IL2CPP_EXTERN_C void Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshal_com_back(const Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com& marshaled, Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC& unmarshaled) { intptr_t unmarshaled_m_Ptr_temp_0; memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0)); unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0; unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0); } // Conversion method for clean up from marshalling of: UnityEngine.Coroutine IL2CPP_EXTERN_C void Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshal_com_cleanup(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com& marshaled) { } // System.Void UnityEngine.Coroutine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Coroutine__ctor_mCA679040DA81B31D1E341400E98F6CF569269201 (Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * __this, const RuntimeMethod* method) { { YieldInstruction__ctor_mA72AD367FB081E0C2493649C6E8F7CFC592AB620(__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Coroutine::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Coroutine_Finalize_mACCDC3AFBA7F1D247231AA875B5099200AF9ECC5 (Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { } IL_0001: try { // begin try (depth: 1) intptr_t L_0 = __this->get_m_Ptr_0(); Coroutine_ReleaseCoroutine_mD33DD220788EEA099B98DD1258D6332A46D3D571((intptr_t)L_0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x18, FINALLY_0010); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0010; } FINALLY_0010: { // begin finally (depth: 1) Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(16) } // end finally (depth: 1) IL2CPP_CLEANUP(16) { IL2CPP_JUMP_TBL(0x18, IL_0018) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0018: { return; } } // System.Void UnityEngine.Coroutine::ReleaseCoroutine(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Coroutine_ReleaseCoroutine_mD33DD220788EEA099B98DD1258D6332A46D3D571 (intptr_t ___ptr0, const RuntimeMethod* method) { typedef void (*Coroutine_ReleaseCoroutine_mD33DD220788EEA099B98DD1258D6332A46D3D571_ftn) (intptr_t); static Coroutine_ReleaseCoroutine_mD33DD220788EEA099B98DD1258D6332A46D3D571_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Coroutine_ReleaseCoroutine_mD33DD220788EEA099B98DD1258D6332A46D3D571_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Coroutine::ReleaseCoroutine(System.IntPtr)"); _il2cpp_icall_func(___ptr0); } #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 UnityEngine.Cubemap::Internal_CreateImpl(UnityEngine.Cubemap,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cubemap_Internal_CreateImpl_m2E42502B311D4511987453F591F469EFD3D46C7E (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * ___mono0, int32_t ___ext1, int32_t ___mipCount2, int32_t ___format3, int32_t ___flags4, intptr_t ___nativeTex5, const RuntimeMethod* method) { typedef bool (*Cubemap_Internal_CreateImpl_m2E42502B311D4511987453F591F469EFD3D46C7E_ftn) (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF *, int32_t, int32_t, int32_t, int32_t, intptr_t); static Cubemap_Internal_CreateImpl_m2E42502B311D4511987453F591F469EFD3D46C7E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Cubemap_Internal_CreateImpl_m2E42502B311D4511987453F591F469EFD3D46C7E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Cubemap::Internal_CreateImpl(UnityEngine.Cubemap,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags,System.IntPtr)"); bool retVal = _il2cpp_icall_func(___mono0, ___ext1, ___mipCount2, ___format3, ___flags4, ___nativeTex5); return retVal; } // System.Void UnityEngine.Cubemap::Internal_Create(UnityEngine.Cubemap,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap_Internal_Create_m7D1672F9247A6CA2578874A69C901311B6196289 (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * ___mono0, int32_t ___ext1, int32_t ___mipCount2, int32_t ___format3, int32_t ___flags4, intptr_t ___nativeTex5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cubemap_Internal_Create_m7D1672F9247A6CA2578874A69C901311B6196289_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * L_0 = ___mono0; int32_t L_1 = ___ext1; int32_t L_2 = ___mipCount2; int32_t L_3 = ___format3; int32_t L_4 = ___flags4; intptr_t L_5 = ___nativeTex5; bool L_6 = Cubemap_Internal_CreateImpl_m2E42502B311D4511987453F591F469EFD3D46C7E(L_0, L_1, L_2, L_3, L_4, (intptr_t)L_5, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); bool L_7 = V_0; if (!L_7) { goto IL_0020; } } { UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 * L_8 = (UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 *)il2cpp_codegen_object_new(UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28_il2cpp_TypeInfo_var); UnityException__ctor_mE42363D886E6DD7F075A6AEA689434C8E96722D9(L_8, _stringLiteral5E1FAEFEBCA2C780744CF670E527AE37E3B7757E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Cubemap_Internal_Create_m7D1672F9247A6CA2578874A69C901311B6196289_RuntimeMethod_var); } IL_0020: { return; } } // System.Boolean UnityEngine.Cubemap::get_isReadable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cubemap_get_isReadable_m97956094F4DBC9C67A86AEC8CCE73AB237694121 (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * __this, const RuntimeMethod* method) { typedef bool (*Cubemap_get_isReadable_m97956094F4DBC9C67A86AEC8CCE73AB237694121_ftn) (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF *); static Cubemap_get_isReadable_m97956094F4DBC9C67A86AEC8CCE73AB237694121_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Cubemap_get_isReadable_m97956094F4DBC9C67A86AEC8CCE73AB237694121_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Cubemap::get_isReadable()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Cubemap::.ctor(System.Int32,UnityEngine.Experimental.Rendering.DefaultFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap__ctor_mA198007748E1B40309793BFD41C6DA8506BFC36E (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * __this, int32_t ___width0, int32_t ___format1, int32_t ___flags2, const RuntimeMethod* method) { { int32_t L_0 = ___width0; int32_t L_1 = ___format1; int32_t L_2 = SystemInfo_GetGraphicsFormat_m708339B9A94CEBC02A56629FE41F6809DE267F6C(L_1, /*hidden argument*/NULL); int32_t L_3 = ___flags2; Cubemap__ctor_mC713C6EC5AA4BB7091AF19FC75E1A5D3A133550B(__this, L_0, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Cubemap::.ctor(System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap__ctor_mC713C6EC5AA4BB7091AF19FC75E1A5D3A133550B (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * __this, int32_t ___width0, int32_t ___format1, int32_t ___flags2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cubemap__ctor_mC713C6EC5AA4BB7091AF19FC75E1A5D3A133550B_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var); Texture__ctor_m19850F4654F76731DD82B99217AD5A2EB6974C6C(__this, /*hidden argument*/NULL); int32_t L_0 = ___format1; bool L_1 = Texture_ValidateFormat_mA62E75B693BFABECB7CB732C165139B8492DE0ED(__this, L_0, 0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0028; } } { int32_t L_3 = ___width0; IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var); int32_t L_4 = ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields*)il2cpp_codegen_static_fields_for(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var))->get_GenerateAllMips_4(); int32_t L_5 = ___format1; int32_t L_6 = ___flags2; Cubemap_Internal_Create_m7D1672F9247A6CA2578874A69C901311B6196289(__this, L_3, L_4, L_5, L_6, (intptr_t)(0), /*hidden argument*/NULL); } IL_0028: { return; } } // System.Void UnityEngine.Cubemap::.ctor(System.Int32,UnityEngine.TextureFormat,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap__ctor_m823CBFD84E8497FEEDE6858F1781ADECB0C6CFBF (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * __this, int32_t ___width0, int32_t ___format1, int32_t ___mipCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cubemap__ctor_m823CBFD84E8497FEEDE6858F1781ADECB0C6CFBF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___width0; int32_t L_1 = ___format1; int32_t L_2 = ___mipCount2; Cubemap__ctor_mFC82AF58FF4875D6750838AF47A05D5B203523A8(__this, L_0, L_1, L_2, (intptr_t)(0), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Cubemap::.ctor(System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap__ctor_mDEAB11F63268FC5F1115D928499AC270F21FB249 (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * __this, int32_t ___width0, int32_t ___format1, int32_t ___flags2, int32_t ___mipCount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cubemap__ctor_mDEAB11F63268FC5F1115D928499AC270F21FB249_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var); Texture__ctor_m19850F4654F76731DD82B99217AD5A2EB6974C6C(__this, /*hidden argument*/NULL); int32_t L_0 = ___format1; bool L_1 = Texture_ValidateFormat_mA62E75B693BFABECB7CB732C165139B8492DE0ED(__this, L_0, 0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0025; } } { int32_t L_3 = ___width0; int32_t L_4 = ___mipCount3; int32_t L_5 = ___format1; int32_t L_6 = ___flags2; Cubemap_Internal_Create_m7D1672F9247A6CA2578874A69C901311B6196289(__this, L_3, L_4, L_5, L_6, (intptr_t)(0), /*hidden argument*/NULL); } IL_0025: { return; } } // System.Void UnityEngine.Cubemap::.ctor(System.Int32,UnityEngine.TextureFormat,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap__ctor_mFC82AF58FF4875D6750838AF47A05D5B203523A8 (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * __this, int32_t ___width0, int32_t ___textureFormat1, int32_t ___mipCount2, intptr_t ___nativeTex3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cubemap__ctor_mFC82AF58FF4875D6750838AF47A05D5B203523A8_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; int32_t G_B5_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var); Texture__ctor_m19850F4654F76731DD82B99217AD5A2EB6974C6C(__this, /*hidden argument*/NULL); int32_t L_0 = ___textureFormat1; bool L_1 = Texture_ValidateFormat_m23ED49E24864EE9D1C4EF775002A91EE049561B1(__this, L_0, /*hidden argument*/NULL); V_2 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); bool L_2 = V_2; if (!L_2) { goto IL_0018; } } { goto IL_0045; } IL_0018: { int32_t L_3 = ___textureFormat1; int32_t L_4 = GraphicsFormatUtility_GetGraphicsFormat_mBA4E395B8A78B67B0969356DE19F6F1E73D284E0(L_3, (bool)0, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = ___mipCount2; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0027; } } { G_B5_0 = 0; goto IL_0028; } IL_0027: { G_B5_0 = 1; } IL_0028: { V_1 = G_B5_0; int32_t L_6 = ___textureFormat1; bool L_7 = GraphicsFormatUtility_IsCrunchFormat_m97E8A6551AAEE6B1E4E92F92167FC97CC7D73DB1(L_6, /*hidden argument*/NULL); V_3 = L_7; bool L_8 = V_3; if (!L_8) { goto IL_0038; } } { int32_t L_9 = V_1; V_1 = ((int32_t)((int32_t)L_9|(int32_t)((int32_t)64))); } IL_0038: { int32_t L_10 = ___width0; int32_t L_11 = ___mipCount2; int32_t L_12 = V_0; int32_t L_13 = V_1; intptr_t L_14 = ___nativeTex3; Cubemap_Internal_Create_m7D1672F9247A6CA2578874A69C901311B6196289(__this, L_10, L_11, L_12, L_13, (intptr_t)L_14, /*hidden argument*/NULL); } IL_0045: { return; } } // System.Void UnityEngine.Cubemap::.ctor(System.Int32,UnityEngine.TextureFormat,System.Boolean,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap__ctor_m619C9524BF966423D2DE66E878C824113616C371 (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * __this, int32_t ___width0, int32_t ___textureFormat1, bool ___mipChain2, intptr_t ___nativeTex3, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B2_1 = 0; Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * G_B2_2 = NULL; int32_t G_B1_0 = 0; int32_t G_B1_1 = 0; Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * G_B1_2 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; int32_t G_B3_2 = 0; Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * G_B3_3 = NULL; { int32_t L_0 = ___width0; int32_t L_1 = ___textureFormat1; bool L_2 = ___mipChain2; G_B1_0 = L_1; G_B1_1 = L_0; G_B1_2 = __this; if (L_2) { G_B2_0 = L_1; G_B2_1 = L_0; G_B2_2 = __this; goto IL_0009; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_000a; } IL_0009: { G_B3_0 = (-1); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_000a: { intptr_t L_3 = ___nativeTex3; NullCheck(G_B3_3); Cubemap__ctor_mFC82AF58FF4875D6750838AF47A05D5B203523A8(G_B3_3, G_B3_2, G_B3_1, G_B3_0, (intptr_t)L_3, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Cubemap::.ctor(System.Int32,UnityEngine.TextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cubemap__ctor_mB0430DC19209C90736915B41A670C7AC65698D71 (Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * __this, int32_t ___width0, int32_t ___textureFormat1, bool ___mipChain2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cubemap__ctor_mB0430DC19209C90736915B41A670C7AC65698D71_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; int32_t G_B2_1 = 0; Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * G_B2_2 = NULL; int32_t G_B1_0 = 0; int32_t G_B1_1 = 0; Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * G_B1_2 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; int32_t G_B3_2 = 0; Cubemap_tBFAC336F35E8D7499397F07A41505BD98F4491AF * G_B3_3 = NULL; { int32_t L_0 = ___width0; int32_t L_1 = ___textureFormat1; bool L_2 = ___mipChain2; G_B1_0 = L_1; G_B1_1 = L_0; G_B1_2 = __this; if (L_2) { G_B2_0 = L_1; G_B2_1 = L_0; G_B2_2 = __this; goto IL_0009; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_000a; } IL_0009: { G_B3_0 = (-1); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_000a: { NullCheck(G_B3_3); Cubemap__ctor_mFC82AF58FF4875D6750838AF47A05D5B203523A8(G_B3_3, G_B3_2, G_B3_1, G_B3_0, (intptr_t)(0), /*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 UnityEngine.CubemapArray::get_isReadable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CubemapArray_get_isReadable_mBE24F088422FA9FE007086C36C7D16A6D6377919 (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * __this, const RuntimeMethod* method) { typedef bool (*CubemapArray_get_isReadable_mBE24F088422FA9FE007086C36C7D16A6D6377919_ftn) (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 *); static CubemapArray_get_isReadable_mBE24F088422FA9FE007086C36C7D16A6D6377919_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (CubemapArray_get_isReadable_mBE24F088422FA9FE007086C36C7D16A6D6377919_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.CubemapArray::get_isReadable()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Boolean UnityEngine.CubemapArray::Internal_CreateImpl(UnityEngine.CubemapArray,System.Int32,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CubemapArray_Internal_CreateImpl_mDA1FF7D490A441C86198448B72B62C2D38B9A046 (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * ___mono0, int32_t ___ext1, int32_t ___count2, int32_t ___mipCount3, int32_t ___format4, int32_t ___flags5, const RuntimeMethod* method) { typedef bool (*CubemapArray_Internal_CreateImpl_mDA1FF7D490A441C86198448B72B62C2D38B9A046_ftn) (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 *, int32_t, int32_t, int32_t, int32_t, int32_t); static CubemapArray_Internal_CreateImpl_mDA1FF7D490A441C86198448B72B62C2D38B9A046_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (CubemapArray_Internal_CreateImpl_mDA1FF7D490A441C86198448B72B62C2D38B9A046_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.CubemapArray::Internal_CreateImpl(UnityEngine.CubemapArray,System.Int32,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags)"); bool retVal = _il2cpp_icall_func(___mono0, ___ext1, ___count2, ___mipCount3, ___format4, ___flags5); return retVal; } // System.Void UnityEngine.CubemapArray::Internal_Create(UnityEngine.CubemapArray,System.Int32,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubemapArray_Internal_Create_m2503EFCE0A71CBCCCA87C93E15B9F83709274A58 (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * ___mono0, int32_t ___ext1, int32_t ___count2, int32_t ___mipCount3, int32_t ___format4, int32_t ___flags5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CubemapArray_Internal_Create_m2503EFCE0A71CBCCCA87C93E15B9F83709274A58_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * L_0 = ___mono0; int32_t L_1 = ___ext1; int32_t L_2 = ___count2; int32_t L_3 = ___mipCount3; int32_t L_4 = ___format4; int32_t L_5 = ___flags5; bool L_6 = CubemapArray_Internal_CreateImpl_mDA1FF7D490A441C86198448B72B62C2D38B9A046(L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); bool L_7 = V_0; if (!L_7) { goto IL_0020; } } { UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 * L_8 = (UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 *)il2cpp_codegen_object_new(UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28_il2cpp_TypeInfo_var); UnityException__ctor_mE42363D886E6DD7F075A6AEA689434C8E96722D9(L_8, _stringLiteral1E99EFAFA01D35F97926E2BBE328610919F36659, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, CubemapArray_Internal_Create_m2503EFCE0A71CBCCCA87C93E15B9F83709274A58_RuntimeMethod_var); } IL_0020: { return; } } // System.Void UnityEngine.CubemapArray::.ctor(System.Int32,System.Int32,UnityEngine.Experimental.Rendering.DefaultFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubemapArray__ctor_m44E378D2D09F711CF0AEF479DC7D12426C449CF6 (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * __this, int32_t ___width0, int32_t ___cubemapCount1, int32_t ___format2, int32_t ___flags3, const RuntimeMethod* method) { { int32_t L_0 = ___width0; int32_t L_1 = ___cubemapCount1; int32_t L_2 = ___format2; int32_t L_3 = SystemInfo_GetGraphicsFormat_m708339B9A94CEBC02A56629FE41F6809DE267F6C(L_2, /*hidden argument*/NULL); int32_t L_4 = ___flags3; CubemapArray__ctor_m390539598EAAEE1AAE0B89D2241A60EE6BD1B219(__this, L_0, L_1, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.CubemapArray::.ctor(System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubemapArray__ctor_m390539598EAAEE1AAE0B89D2241A60EE6BD1B219 (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * __this, int32_t ___width0, int32_t ___cubemapCount1, int32_t ___format2, int32_t ___flags3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CubemapArray__ctor_m390539598EAAEE1AAE0B89D2241A60EE6BD1B219_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___width0; int32_t L_1 = ___cubemapCount1; int32_t L_2 = ___format2; int32_t L_3 = ___flags3; IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var); int32_t L_4 = ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields*)il2cpp_codegen_static_fields_for(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var))->get_GenerateAllMips_4(); CubemapArray__ctor_m88D0AB083EEF112A636EE307337BAFAF036E0A2B(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.CubemapArray::.ctor(System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubemapArray__ctor_m88D0AB083EEF112A636EE307337BAFAF036E0A2B (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * __this, int32_t ___width0, int32_t ___cubemapCount1, int32_t ___format2, int32_t ___flags3, int32_t ___mipCount4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CubemapArray__ctor_m88D0AB083EEF112A636EE307337BAFAF036E0A2B_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var); Texture__ctor_m19850F4654F76731DD82B99217AD5A2EB6974C6C(__this, /*hidden argument*/NULL); int32_t L_0 = ___format2; bool L_1 = Texture_ValidateFormat_mA62E75B693BFABECB7CB732C165139B8492DE0ED(__this, L_0, 0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0022; } } { int32_t L_3 = ___width0; int32_t L_4 = ___cubemapCount1; int32_t L_5 = ___mipCount4; int32_t L_6 = ___format2; int32_t L_7 = ___flags3; CubemapArray_Internal_Create_m2503EFCE0A71CBCCCA87C93E15B9F83709274A58(__this, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); } IL_0022: { return; } } // System.Void UnityEngine.CubemapArray::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubemapArray__ctor_m1FC2738B93636229EC645E15D36C9A3F67FE0E54 (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * __this, int32_t ___width0, int32_t ___cubemapCount1, int32_t ___textureFormat2, int32_t ___mipCount3, bool ___linear4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CubemapArray__ctor_m1FC2738B93636229EC645E15D36C9A3F67FE0E54_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; int32_t G_B5_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var); Texture__ctor_m19850F4654F76731DD82B99217AD5A2EB6974C6C(__this, /*hidden argument*/NULL); int32_t L_0 = ___textureFormat2; bool L_1 = Texture_ValidateFormat_m23ED49E24864EE9D1C4EF775002A91EE049561B1(__this, L_0, /*hidden argument*/NULL); V_2 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); bool L_2 = V_2; if (!L_2) { goto IL_0018; } } { goto IL_004a; } IL_0018: { int32_t L_3 = ___textureFormat2; bool L_4 = ___linear4; int32_t L_5 = GraphicsFormatUtility_GetGraphicsFormat_mBA4E395B8A78B67B0969356DE19F6F1E73D284E0(L_3, (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = ___mipCount3; if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_002c; } } { G_B5_0 = 0; goto IL_002d; } IL_002c: { G_B5_0 = 1; } IL_002d: { V_1 = G_B5_0; int32_t L_7 = ___textureFormat2; bool L_8 = GraphicsFormatUtility_IsCrunchFormat_m97E8A6551AAEE6B1E4E92F92167FC97CC7D73DB1(L_7, /*hidden argument*/NULL); V_3 = L_8; bool L_9 = V_3; if (!L_9) { goto IL_003d; } } { int32_t L_10 = V_1; V_1 = ((int32_t)((int32_t)L_10|(int32_t)((int32_t)64))); } IL_003d: { int32_t L_11 = ___width0; int32_t L_12 = ___cubemapCount1; int32_t L_13 = ___mipCount3; int32_t L_14 = V_0; int32_t L_15 = V_1; CubemapArray_Internal_Create_m2503EFCE0A71CBCCCA87C93E15B9F83709274A58(__this, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); } IL_004a: { return; } } // System.Void UnityEngine.CubemapArray::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubemapArray__ctor_mE9E5A417064CB9CF4283C8A82F4AE5C463C4014E (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * __this, int32_t ___width0, int32_t ___cubemapCount1, int32_t ___textureFormat2, bool ___mipChain3, bool ___linear4, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B2_1 = 0; int32_t G_B2_2 = 0; CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * G_B2_3 = NULL; int32_t G_B1_0 = 0; int32_t G_B1_1 = 0; int32_t G_B1_2 = 0; CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * G_B1_3 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; int32_t G_B3_2 = 0; int32_t G_B3_3 = 0; CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * G_B3_4 = NULL; { int32_t L_0 = ___width0; int32_t L_1 = ___cubemapCount1; int32_t L_2 = ___textureFormat2; bool L_3 = ___mipChain3; G_B1_0 = L_2; G_B1_1 = L_1; G_B1_2 = L_0; G_B1_3 = __this; if (L_3) { G_B2_0 = L_2; G_B2_1 = L_1; G_B2_2 = L_0; G_B2_3 = __this; goto IL_000b; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; goto IL_000c; } IL_000b: { G_B3_0 = (-1); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; } IL_000c: { bool L_4 = ___linear4; NullCheck(G_B3_4); CubemapArray__ctor_m1FC2738B93636229EC645E15D36C9A3F67FE0E54(G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, L_4, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.CubemapArray::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubemapArray__ctor_mD52A7D884A01A8DF05B40D820584C1F3869317AC (CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * __this, int32_t ___width0, int32_t ___cubemapCount1, int32_t ___textureFormat2, bool ___mipChain3, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B2_1 = 0; int32_t G_B2_2 = 0; CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * G_B2_3 = NULL; int32_t G_B1_0 = 0; int32_t G_B1_1 = 0; int32_t G_B1_2 = 0; CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * G_B1_3 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; int32_t G_B3_2 = 0; int32_t G_B3_3 = 0; CubemapArray_tE1DF6E1B9F1DBA0FE149BAB4A45779748212C5D5 * G_B3_4 = NULL; { int32_t L_0 = ___width0; int32_t L_1 = ___cubemapCount1; int32_t L_2 = ___textureFormat2; bool L_3 = ___mipChain3; G_B1_0 = L_2; G_B1_1 = L_1; G_B1_2 = L_0; G_B1_3 = __this; if (L_3) { G_B2_0 = L_2; G_B2_1 = L_1; G_B2_2 = L_0; G_B2_3 = __this; goto IL_000b; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; goto IL_000c; } IL_000b: { G_B3_0 = (-1); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; } IL_000c: { NullCheck(G_B3_4); CubemapArray__ctor_m1FC2738B93636229EC645E15D36C9A3F67FE0E54(G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, (bool)0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.CullingGroup IL2CPP_EXTERN_C void CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshal_pinvoke(const CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F& unmarshaled, CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshaled_pinvoke& marshaled) { marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0(); marshaled.___m_OnStateChanged_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_m_OnStateChanged_1())); } IL2CPP_EXTERN_C void CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshal_pinvoke_back(const CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshaled_pinvoke& marshaled, CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t unmarshaled_m_Ptr_temp_0; memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0)); unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0; unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0); unmarshaled.set_m_OnStateChanged_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___m_OnStateChanged_1, StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: UnityEngine.CullingGroup IL2CPP_EXTERN_C void CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshal_pinvoke_cleanup(CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.CullingGroup IL2CPP_EXTERN_C void CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshal_com(const CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F& unmarshaled, CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshaled_com& marshaled) { marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0(); marshaled.___m_OnStateChanged_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast(unmarshaled.get_m_OnStateChanged_1())); } IL2CPP_EXTERN_C void CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshal_com_back(const CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshaled_com& marshaled, CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t unmarshaled_m_Ptr_temp_0; memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0)); unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0; unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0); unmarshaled.set_m_OnStateChanged_1(il2cpp_codegen_marshal_function_ptr_to_delegate(marshaled.___m_OnStateChanged_1, StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161_il2cpp_TypeInfo_var)); } // Conversion method for clean up from marshalling of: UnityEngine.CullingGroup IL2CPP_EXTERN_C void CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshal_com_cleanup(CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F_marshaled_com& marshaled) { } // System.Void UnityEngine.CullingGroup::SendEvents(UnityEngine.CullingGroup,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CullingGroup_SendEvents_m08EBF10EEFF49CF9894BA940FD969C8F53F807E7 (CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F * ___cullingGroup0, intptr_t ___eventsPtr1, int32_t ___count2, const RuntimeMethod* method) { CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; bool V_3 = false; { void* L_0 = IntPtr_ToPointer_mC56A17E597E9F767B889DA10DB866F0B96CF0D65_inline((intptr_t*)(&___eventsPtr1), /*hidden argument*/NULL); V_0 = (CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 *)L_0; CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F * L_1 = ___cullingGroup0; NullCheck(L_1); StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 * L_2 = L_1->get_m_OnStateChanged_1(); V_1 = (bool)((((RuntimeObject*)(StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_3 = V_1; if (!L_3) { goto IL_0018; } } { goto IL_0044; } IL_0018: { V_2 = 0; goto IL_003c; } IL_001c: { CullingGroup_t7F71E48F69794B87C5A7F3F27AD1F1517B2FBF1F * L_4 = ___cullingGroup0; NullCheck(L_4); StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 * L_5 = L_4->get_m_OnStateChanged_1(); CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 * L_6 = V_0; int32_t L_7 = V_2; uint32_t L_8 = sizeof(CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 ); CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 L_9 = (*(CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 *)((CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 *)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_7)), (int32_t)L_8))))); NullCheck(L_5); StateChanged_Invoke_m2E371D6B1AD1F23F20038D0DEEEFED15D76BC545(L_5, L_9, /*hidden argument*/NULL); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_003c: { int32_t L_11 = V_2; int32_t L_12 = ___count2; V_3 = (bool)((((int32_t)L_11) < ((int32_t)L_12))? 1 : 0); bool L_13 = V_3; if (L_13) { goto IL_001c; } } IL_0044: { 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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 (StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 * __this, CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 ___sphere0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 ); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___sphere0); } // System.Void UnityEngine.CullingGroup_StateChanged::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StateChanged__ctor_m8DCC0DCE42D5257F92FEA1F2B4DA2EF4558006F9 (StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void UnityEngine.CullingGroup_StateChanged::Invoke(UnityEngine.CullingGroupEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StateChanged_Invoke_m2E371D6B1AD1F23F20038D0DEEEFED15D76BC545 (StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 * __this, CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 ___sphere0, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sphere0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sphere0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 >::Invoke(targetMethod, targetThis, ___sphere0); else GenericVirtActionInvoker1< CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 >::Invoke(targetMethod, targetThis, ___sphere0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sphere0); else VirtActionInvoker1< CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sphere0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___sphere0) - 1), targetMethod); } if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___sphere0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sphere0, targetMethod); } } } } } // System.IAsyncResult UnityEngine.CullingGroup_StateChanged::BeginInvoke(UnityEngine.CullingGroupEvent,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StateChanged_BeginInvoke_m5BD458B36BF2E71F4FB19444B0FAAA1B87BF8912 (StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 * __this, CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 ___sphere0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StateChanged_BeginInvoke_m5BD458B36BF2E71F4FB19444B0FAAA1B87BF8912_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85_il2cpp_TypeInfo_var, &___sphere0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void UnityEngine.CullingGroup_StateChanged::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StateChanged_EndInvoke_mBC050D5602C1F3EC3F8137908D81894E646F5212 (StateChanged_t6B81A48F3E917979B3F56CE50FEEB8E4DE46F161 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Object UnityEngine.CustomYieldInstruction::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomYieldInstruction_get_Current_m9B2B482ED92A58E85B4D90A5AC7C89DFF87E33DC (CustomYieldInstruction_t819BB0973AFF22766749FF087B8AEFEAF3C2CB7D * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { V_0 = NULL; goto IL_0005; } IL_0005: { RuntimeObject * L_0 = V_0; return L_0; } } // System.Boolean UnityEngine.CustomYieldInstruction::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomYieldInstruction_MoveNext_m7EA6BAAEF6A01DC791D0B013D5AB5C377F9A6990 (CustomYieldInstruction_t819BB0973AFF22766749FF087B8AEFEAF3C2CB7D * __this, const RuntimeMethod* method) { bool V_0 = false; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean UnityEngine.CustomYieldInstruction::get_keepWaiting() */, __this); V_0 = L_0; goto IL_000a; } IL_000a: { bool L_1 = V_0; return L_1; } } // System.Void UnityEngine.CustomYieldInstruction::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomYieldInstruction_Reset_m9B3349022DFDDA3A059F14D199F2408725727290 (CustomYieldInstruction_t819BB0973AFF22766749FF087B8AEFEAF3C2CB7D * __this, const RuntimeMethod* method) { { return; } } // System.Void UnityEngine.CustomYieldInstruction::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomYieldInstruction__ctor_m06E2B5BC73763FE2E734FAA600D567701EA21EC5 (CustomYieldInstruction_t819BB0973AFF22766749FF087B8AEFEAF3C2CB7D * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 // UnityEngine.ILogger UnityEngine.Debug::get_unityLogger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_StaticFields*)il2cpp_codegen_static_fields_for(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var))->get_s_Logger_0(); V_0 = L_0; goto IL_0009; } IL_0009: { RuntimeObject* L_1 = V_0; return L_1; } } // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708 (RuntimeObject * ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960(/*hidden argument*/NULL); RuntimeObject * L_1 = ___message0; NullCheck(L_0); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void UnityEngine.ILogger::Log(UnityEngine.LogType,System.Object) */, ILogger_t572B66532D8EB6E76240476A788384A26D70866F_il2cpp_TypeInfo_var, L_0, 3, L_1); return; } } // System.Void UnityEngine.Debug::LogFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogFormat_mB23DDD2CD05B2E66F9CF8CA72ECA66C02DCC209E (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_LogFormat_mB23DDD2CD05B2E66F9CF8CA72ECA66C02DCC209E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960(/*hidden argument*/NULL); String_t* L_1 = ___format0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args1; NullCheck(L_0); InterfaceActionInvoker3< int32_t, String_t*, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(3 /* System.Void UnityEngine.ILogger::LogFormat(UnityEngine.LogType,System.String,System.Object[]) */, ILogger_t572B66532D8EB6E76240476A788384A26D70866F_il2cpp_TypeInfo_var, L_0, 3, L_1, L_2); return; } } // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29 (RuntimeObject * ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960(/*hidden argument*/NULL); RuntimeObject * L_1 = ___message0; NullCheck(L_0); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void UnityEngine.ILogger::Log(UnityEngine.LogType,System.Object) */, ILogger_t572B66532D8EB6E76240476A788384A26D70866F_il2cpp_TypeInfo_var, L_0, 0, L_1); return; } } // System.Void UnityEngine.Debug::LogError(System.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m97139CB2EE76D5CD8308C1AD0499A5F163FC7F51 (RuntimeObject * ___message0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_LogError_m97139CB2EE76D5CD8308C1AD0499A5F163FC7F51_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960(/*hidden argument*/NULL); RuntimeObject * L_1 = ___message0; Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_2 = ___context1; NullCheck(L_0); InterfaceActionInvoker3< int32_t, RuntimeObject *, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * >::Invoke(2 /* System.Void UnityEngine.ILogger::Log(UnityEngine.LogType,System.Object,UnityEngine.Object) */, ILogger_t572B66532D8EB6E76240476A788384A26D70866F_il2cpp_TypeInfo_var, L_0, 0, L_1, L_2); return; } } // System.Void UnityEngine.Debug::LogErrorFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogErrorFormat_mB54A656B267CF936439D50348FC828921AEDA8A9 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_LogErrorFormat_mB54A656B267CF936439D50348FC828921AEDA8A9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960(/*hidden argument*/NULL); String_t* L_1 = ___format0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args1; NullCheck(L_0); InterfaceActionInvoker3< int32_t, String_t*, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(3 /* System.Void UnityEngine.ILogger::LogFormat(UnityEngine.LogType,System.String,System.Object[]) */, ILogger_t572B66532D8EB6E76240476A788384A26D70866F_il2cpp_TypeInfo_var, L_0, 0, L_1, L_2); return; } } // System.Void UnityEngine.Debug::set_developerConsoleVisible(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_set_developerConsoleVisible_mD6E7060D2FF0AB9619B1F10913DA7F2B91F19B07 (bool ___value0, const RuntimeMethod* method) { typedef void (*Debug_set_developerConsoleVisible_mD6E7060D2FF0AB9619B1F10913DA7F2B91F19B07_ftn) (bool); static Debug_set_developerConsoleVisible_mD6E7060D2FF0AB9619B1F10913DA7F2B91F19B07_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Debug_set_developerConsoleVisible_mD6E7060D2FF0AB9619B1F10913DA7F2B91F19B07_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Debug::set_developerConsoleVisible(System.Boolean)"); _il2cpp_icall_func(___value0); } // System.Void UnityEngine.Debug::LogException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_mBAA6702C240E37B2A834AA74E4FDC15A3A5589A9 (Exception_t * ___exception0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_LogException_mBAA6702C240E37B2A834AA74E4FDC15A3A5589A9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960(/*hidden argument*/NULL); Exception_t * L_1 = ___exception0; NullCheck(L_0); InterfaceActionInvoker2< Exception_t *, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * >::Invoke(1 /* System.Void UnityEngine.ILogHandler::LogException(System.Exception,UnityEngine.Object) */, ILogHandler_t941F581F97535C9BFC019CF1D0B44990E31F92B4_il2cpp_TypeInfo_var, L_0, L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL); return; } } // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568 (RuntimeObject * ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960(/*hidden argument*/NULL); RuntimeObject * L_1 = ___message0; NullCheck(L_0); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void UnityEngine.ILogger::Log(UnityEngine.LogType,System.Object) */, ILogger_t572B66532D8EB6E76240476A788384A26D70866F_il2cpp_TypeInfo_var, L_0, 2, L_1); return; } } // System.Void UnityEngine.Debug::LogWarning(System.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_mD417697331190AC1D21C463F412C475103A7256E (RuntimeObject * ___message0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_LogWarning_mD417697331190AC1D21C463F412C475103A7256E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960(/*hidden argument*/NULL); RuntimeObject * L_1 = ___message0; Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_2 = ___context1; NullCheck(L_0); InterfaceActionInvoker3< int32_t, RuntimeObject *, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * >::Invoke(2 /* System.Void UnityEngine.ILogger::Log(UnityEngine.LogType,System.Object,UnityEngine.Object) */, ILogger_t572B66532D8EB6E76240476A788384A26D70866F_il2cpp_TypeInfo_var, L_0, 2, L_1, L_2); return; } } // System.Void UnityEngine.Debug::LogWarningFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarningFormat_m29C3DA389E1AA2C1C48C9100F1E83EAE72772FDB (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_LogWarningFormat_m29C3DA389E1AA2C1C48C9100F1E83EAE72772FDB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960(/*hidden argument*/NULL); String_t* L_1 = ___format0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args1; NullCheck(L_0); InterfaceActionInvoker3< int32_t, String_t*, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(3 /* System.Void UnityEngine.ILogger::LogFormat(UnityEngine.LogType,System.String,System.Object[]) */, ILogger_t572B66532D8EB6E76240476A788384A26D70866F_il2cpp_TypeInfo_var, L_0, 2, L_1, L_2); return; } } // System.Void UnityEngine.Debug::Assert(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_m0283DD85C5E5F5029793C17A335DB16BC307E62E (bool ___condition0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_Assert_m0283DD85C5E5F5029793C17A335DB16BC307E62E_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { bool L_0 = ___condition0; V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_2 = Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960(/*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void UnityEngine.ILogger::Log(UnityEngine.LogType,System.Object) */, ILogger_t572B66532D8EB6E76240476A788384A26D70866F_il2cpp_TypeInfo_var, L_2, 1, _stringLiteral9A8AEF5DF06C4A0630DBA0718222FBDA7F2AE98B); } IL_001a: { return; } } // System.Void UnityEngine.Debug::Assert(System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_m84EE43ACFD01E8C0CEC0160C494B2CE77338F7BC (bool ___condition0, String_t* ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_Assert_m84EE43ACFD01E8C0CEC0160C494B2CE77338F7BC_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { bool L_0 = ___condition0; V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_2 = Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960(/*hidden argument*/NULL); String_t* L_3 = ___message1; NullCheck(L_2); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void UnityEngine.ILogger::Log(UnityEngine.LogType,System.Object) */, ILogger_t572B66532D8EB6E76240476A788384A26D70866F_il2cpp_TypeInfo_var, L_2, 1, L_3); } IL_0016: { return; } } // System.Void UnityEngine.Debug::LogAssertion(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogAssertion_m2A8940871EC1BD01A405103429F2FCE2AFB12506 (RuntimeObject * ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_LogAssertion_m2A8940871EC1BD01A405103429F2FCE2AFB12506_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = Debug_get_unityLogger_mFA75EC397E067D09FD66D56B4E7692C3FCC3E960(/*hidden argument*/NULL); RuntimeObject * L_1 = ___message0; NullCheck(L_0); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void UnityEngine.ILogger::Log(UnityEngine.LogType,System.Object) */, ILogger_t572B66532D8EB6E76240476A788384A26D70866F_il2cpp_TypeInfo_var, L_0, 1, L_1); return; } } // System.Boolean UnityEngine.Debug::get_isDebugBuild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debug_get_isDebugBuild_mED5A7963C7B055A9ACC5565862BBBA6F3D86EDE8 (const RuntimeMethod* method) { typedef bool (*Debug_get_isDebugBuild_mED5A7963C7B055A9ACC5565862BBBA6F3D86EDE8_ftn) (); static Debug_get_isDebugBuild_mED5A7963C7B055A9ACC5565862BBBA6F3D86EDE8_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Debug_get_isDebugBuild_mED5A7963C7B055A9ACC5565862BBBA6F3D86EDE8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Debug::get_isDebugBuild()"); bool retVal = _il2cpp_icall_func(); return retVal; } // System.Boolean UnityEngine.Debug::CallOverridenDebugHandler(System.Exception,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debug_CallOverridenDebugHandler_m5F5FC22445A9C957A655734DA5B661A5E256BEBE (Exception_t * ___exception0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug_CallOverridenDebugHandler_m5F5FC22445A9C957A655734DA5B661A5E256BEBE_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_StaticFields*)il2cpp_codegen_static_fields_for(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var))->get_s_Logger_0(); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* UnityEngine.ILogHandler UnityEngine.ILogger::get_logHandler() */, ILogger_t572B66532D8EB6E76240476A788384A26D70866F_il2cpp_TypeInfo_var, L_0); V_0 = (bool)((!(((RuntimeObject*)(DebugLogHandler_tA80C96792806DC12E21DE8B2FF47B69846467C70 *)((DebugLogHandler_tA80C96792806DC12E21DE8B2FF47B69846467C70 *)IsInstSealed((RuntimeObject*)L_1, DebugLogHandler_tA80C96792806DC12E21DE8B2FF47B69846467C70_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { V_1 = (bool)0; goto IL_002d; } IL_001c: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_StaticFields*)il2cpp_codegen_static_fields_for(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var))->get_s_Logger_0(); Exception_t * L_4 = ___exception0; Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_5 = ___obj1; NullCheck(L_3); InterfaceActionInvoker2< Exception_t *, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * >::Invoke(1 /* System.Void UnityEngine.ILogHandler::LogException(System.Exception,UnityEngine.Object) */, ILogHandler_t941F581F97535C9BFC019CF1D0B44990E31F92B4_il2cpp_TypeInfo_var, L_3, L_4, L_5); V_1 = (bool)1; goto IL_002d; } IL_002d: { bool L_6 = V_1; return L_6; } } // System.Void UnityEngine.Debug::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug__cctor_m9BFDFB65B30AA2962FDACD15F36FC666471D1C5E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debug__cctor_m9BFDFB65B30AA2962FDACD15F36FC666471D1C5E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DebugLogHandler_tA80C96792806DC12E21DE8B2FF47B69846467C70 * L_0 = (DebugLogHandler_tA80C96792806DC12E21DE8B2FF47B69846467C70 *)il2cpp_codegen_object_new(DebugLogHandler_tA80C96792806DC12E21DE8B2FF47B69846467C70_il2cpp_TypeInfo_var); DebugLogHandler__ctor_mE9664BE5E6020FB88C6A301465811C80DEDFA392(L_0, /*hidden argument*/NULL); Logger_tEB67FD7450076B84B97F22DBE8B2911FC4FBC35F * L_1 = (Logger_tEB67FD7450076B84B97F22DBE8B2911FC4FBC35F *)il2cpp_codegen_object_new(Logger_tEB67FD7450076B84B97F22DBE8B2911FC4FBC35F_il2cpp_TypeInfo_var); Logger__ctor_m447215F90AA8D1508924BFB1CD1E49AFCCE04FFE(L_1, L_0, /*hidden argument*/NULL); ((Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_StaticFields*)il2cpp_codegen_static_fields_for(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var))->set_s_Logger_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.DebugLogHandler::Internal_Log(UnityEngine.LogType,UnityEngine.LogOption,System.String,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugLogHandler_Internal_Log_m2B637FD9089DEAA9D9FDE458DF5415CDF97424C3 (int32_t ___level0, int32_t ___options1, String_t* ___msg2, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj3, const RuntimeMethod* method) { typedef void (*DebugLogHandler_Internal_Log_m2B637FD9089DEAA9D9FDE458DF5415CDF97424C3_ftn) (int32_t, int32_t, String_t*, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *); static DebugLogHandler_Internal_Log_m2B637FD9089DEAA9D9FDE458DF5415CDF97424C3_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (DebugLogHandler_Internal_Log_m2B637FD9089DEAA9D9FDE458DF5415CDF97424C3_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.DebugLogHandler::Internal_Log(UnityEngine.LogType,UnityEngine.LogOption,System.String,UnityEngine.Object)"); _il2cpp_icall_func(___level0, ___options1, ___msg2, ___obj3); } // System.Void UnityEngine.DebugLogHandler::Internal_LogException(System.Exception,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugLogHandler_Internal_LogException_m8400B0D97B8D4A155A449BD28A32C68373A1A856 (Exception_t * ___exception0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj1, const RuntimeMethod* method) { typedef void (*DebugLogHandler_Internal_LogException_m8400B0D97B8D4A155A449BD28A32C68373A1A856_ftn) (Exception_t *, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *); static DebugLogHandler_Internal_LogException_m8400B0D97B8D4A155A449BD28A32C68373A1A856_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (DebugLogHandler_Internal_LogException_m8400B0D97B8D4A155A449BD28A32C68373A1A856_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.DebugLogHandler::Internal_LogException(System.Exception,UnityEngine.Object)"); _il2cpp_icall_func(___exception0, ___obj1); } // System.Void UnityEngine.DebugLogHandler::LogFormat(UnityEngine.LogType,UnityEngine.Object,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugLogHandler_LogFormat_m3C9B0AD4B5CDFF5AF195F9AA9FCBA908053BA41D (DebugLogHandler_tA80C96792806DC12E21DE8B2FF47B69846467C70 * __this, int32_t ___logType0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___context1, String_t* ___format2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args3, const RuntimeMethod* method) { { int32_t L_0 = ___logType0; String_t* L_1 = ___format2; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args3; String_t* L_3 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(L_1, L_2, /*hidden argument*/NULL); Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_4 = ___context1; DebugLogHandler_Internal_Log_m2B637FD9089DEAA9D9FDE458DF5415CDF97424C3(L_0, 0, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.DebugLogHandler::LogException(System.Exception,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugLogHandler_LogException_m816CF2DDA84DFC1D1715B24F9626BD623FF05416 (DebugLogHandler_tA80C96792806DC12E21DE8B2FF47B69846467C70 * __this, Exception_t * ___exception0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DebugLogHandler_LogException_m816CF2DDA84DFC1D1715B24F9626BD623FF05416_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Exception_t * L_0 = ___exception0; V_0 = (bool)((((RuntimeObject*)(Exception_t *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral5D42AD1769F229C76031F30A404B4F7863D68DE0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DebugLogHandler_LogException_m816CF2DDA84DFC1D1715B24F9626BD623FF05416_RuntimeMethod_var); } IL_0014: { Exception_t * L_3 = ___exception0; Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_4 = ___context1; DebugLogHandler_Internal_LogException_m8400B0D97B8D4A155A449BD28A32C68373A1A856(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.DebugLogHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugLogHandler__ctor_mE9664BE5E6020FB88C6A301465811C80DEDFA392 (DebugLogHandler_tA80C96792806DC12E21DE8B2FF47B69846467C70 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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.Int32 UnityEngine.DefaultExecutionOrder::get_order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultExecutionOrder_get_order_mFD2CD99AEF550E218FAFC6CB3DDA3CE8D78614A9 (DefaultExecutionOrder_t933EA54D4E5467321A1800D3389F25C48DE71398 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_Order_0(); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 UnityEngine.DisallowMultipleComponent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowMultipleComponent__ctor_m108E5D8C0DB938F0A747C6D2BA481B4FA9CDECB3 (DisallowMultipleComponent_t78AA2992145F22B15B787B94A789B391635D9BCA * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__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 UnityEngine.Display::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display__ctor_m1E66361E430C3698C98D242CEB6820E9B4FC7EB8 (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); intptr_t L_0; memset((&L_0), 0, sizeof(L_0)); IntPtr__ctor_mA56CC06850BB1156300659D754DDA844E8F755C6((&L_0), 0, /*hidden argument*/NULL); __this->set_nativeDisplay_0((intptr_t)L_0); return; } } // System.Void UnityEngine.Display::.ctor(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display__ctor_mE84D2B0874035D8A772F4BAE78E0B8A2C7008E46 (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * __this, intptr_t ___nativeDisplay0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); intptr_t L_0 = ___nativeDisplay0; __this->set_nativeDisplay_0((intptr_t)L_0); return; } } // System.Int32 UnityEngine.Display::get_renderingWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_get_renderingWidth_mA02F65BF724686D7A0CD0C192954CA22592C3B12 (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Display_get_renderingWidth_mA02F65BF724686D7A0CD0C192954CA22592C3B12_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; V_1 = 0; intptr_t L_0 = __this->get_nativeDisplay_0(); IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var); Display_GetRenderingExtImpl_m14405A2EC3C99F90D5CD080F3262BB7B4AC2BA49((intptr_t)L_0, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); int32_t L_1 = V_0; V_2 = L_1; goto IL_0019; } IL_0019: { int32_t L_2 = V_2; return L_2; } } // System.Int32 UnityEngine.Display::get_renderingHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_get_renderingHeight_m1496BF9D66501280B4F75A31A515D8CF416838B0 (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Display_get_renderingHeight_m1496BF9D66501280B4F75A31A515D8CF416838B0_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; V_1 = 0; intptr_t L_0 = __this->get_nativeDisplay_0(); IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var); Display_GetRenderingExtImpl_m14405A2EC3C99F90D5CD080F3262BB7B4AC2BA49((intptr_t)L_0, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); int32_t L_1 = V_1; V_2 = L_1; goto IL_0019; } IL_0019: { int32_t L_2 = V_2; return L_2; } } // System.Int32 UnityEngine.Display::get_systemWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_get_systemWidth_mA14AF2D3B017CF4BA2C2990DC2398E528AF83413 (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Display_get_systemWidth_mA14AF2D3B017CF4BA2C2990DC2398E528AF83413_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; V_1 = 0; intptr_t L_0 = __this->get_nativeDisplay_0(); IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var); Display_GetSystemExtImpl_m946E5A2D11FC99291208F123B660978106C0B5C6((intptr_t)L_0, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); int32_t L_1 = V_0; V_2 = L_1; goto IL_0019; } IL_0019: { int32_t L_2 = V_2; return L_2; } } // System.Int32 UnityEngine.Display::get_systemHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_get_systemHeight_m0D7950CB39015167C175634EF8A5E0C52FBF5EC7 (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Display_get_systemHeight_m0D7950CB39015167C175634EF8A5E0C52FBF5EC7_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; V_1 = 0; intptr_t L_0 = __this->get_nativeDisplay_0(); IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var); Display_GetSystemExtImpl_m946E5A2D11FC99291208F123B660978106C0B5C6((intptr_t)L_0, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); int32_t L_1 = V_1; V_2 = L_1; goto IL_0019; } IL_0019: { int32_t L_2 = V_2; return L_2; } } // UnityEngine.Vector3 UnityEngine.Display::RelativeMouseAt(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Display_RelativeMouseAt_mABDA4BAC2C1B328A2C6A205D552AA5488BFFAA93 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___inputMouseCoordinates0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Display_RelativeMouseAt_mABDA4BAC2C1B328A2C6A205D552AA5488BFFAA93_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_5; memset((&V_5), 0, sizeof(V_5)); { V_1 = 0; V_2 = 0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___inputMouseCoordinates0; float L_1 = L_0.get_x_2(); V_3 = (((int32_t)((int32_t)L_1))); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___inputMouseCoordinates0; float L_3 = L_2.get_y_3(); V_4 = (((int32_t)((int32_t)L_3))); int32_t L_4 = V_3; int32_t L_5 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var); int32_t L_6 = Display_RelativeMouseAtImpl_mDC1A8A011C9B7FF7BC9A53A10FEDE8D817D68CDB(L_4, L_5, (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); (&V_0)->set_z_4((((float)((float)L_6)))); int32_t L_7 = V_1; (&V_0)->set_x_2((((float)((float)L_7)))); int32_t L_8 = V_2; (&V_0)->set_y_3((((float)((float)L_8)))); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = V_0; V_5 = L_9; goto IL_0041; } IL_0041: { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_5; return L_10; } } // System.Void UnityEngine.Display::RecreateDisplayList(System.IntPtr[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_RecreateDisplayList_mA7E2B69AF4BD88A0C45B9A0BB7E1FFDDA5C60FE8 (IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___nativeDisplay0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Display_RecreateDisplayList_mA7E2B69AF4BD88A0C45B9A0BB7E1FFDDA5C60FE8_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; bool V_2 = false; { IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* L_0 = ___nativeDisplay0; NullCheck(L_0); V_0 = (bool)((((int32_t)(((RuntimeArray*)L_0)->max_length)) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_000c; } } { goto IL_0046; } IL_000c: { IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* L_2 = ___nativeDisplay0; NullCheck(L_2); DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_3 = (DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9*)(DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9*)SZArrayNew(DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))); IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var); ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->set_displays_1(L_3); V_1 = 0; goto IL_0030; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var); DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_4 = ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->get_displays_1(); int32_t L_5 = V_1; IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* L_6 = ___nativeDisplay0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; intptr_t L_9 = (L_6)->GetAt(static_cast(L_8)); Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_10 = (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 *)il2cpp_codegen_object_new(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var); Display__ctor_mE84D2B0874035D8A772F4BAE78E0B8A2C7008E46(L_10, (intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_10); (L_4)->SetAt(static_cast(L_5), (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 *)L_10); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0030: { int32_t L_12 = V_1; IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* L_13 = ___nativeDisplay0; NullCheck(L_13); V_2 = (bool)((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))))? 1 : 0); bool L_14 = V_2; if (L_14) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var); DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_15 = ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->get_displays_1(); NullCheck(L_15); int32_t L_16 = 0; Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_17 = (L_15)->GetAt(static_cast(L_16)); ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->set__mainDisplay_2(L_17); } IL_0046: { return; } } // System.Void UnityEngine.Display::FireDisplaysUpdated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_FireDisplaysUpdated_m1655DF7464EA901E47BCDD6C3BBB9AFF52757D86 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Display_FireDisplaysUpdated_m1655DF7464EA901E47BCDD6C3BBB9AFF52757D86_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var); DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * L_0 = ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->get_onDisplaysUpdated_3(); V_0 = (bool)((!(((RuntimeObject*)(DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var); DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * L_2 = ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->get_onDisplaysUpdated_3(); NullCheck(L_2); DisplaysUpdatedDelegate_Invoke_mBCC82165E169B27958A8FD4E5A90B83A108DAE89(L_2, /*hidden argument*/NULL); } IL_0018: { return; } } // System.Void UnityEngine.Display::GetSystemExtImpl(System.IntPtr,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_GetSystemExtImpl_m946E5A2D11FC99291208F123B660978106C0B5C6 (intptr_t ___nativeDisplay0, int32_t* ___w1, int32_t* ___h2, const RuntimeMethod* method) { typedef void (*Display_GetSystemExtImpl_m946E5A2D11FC99291208F123B660978106C0B5C6_ftn) (intptr_t, int32_t*, int32_t*); static Display_GetSystemExtImpl_m946E5A2D11FC99291208F123B660978106C0B5C6_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Display_GetSystemExtImpl_m946E5A2D11FC99291208F123B660978106C0B5C6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Display::GetSystemExtImpl(System.IntPtr,System.Int32&,System.Int32&)"); _il2cpp_icall_func(___nativeDisplay0, ___w1, ___h2); } // System.Void UnityEngine.Display::GetRenderingExtImpl(System.IntPtr,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display_GetRenderingExtImpl_m14405A2EC3C99F90D5CD080F3262BB7B4AC2BA49 (intptr_t ___nativeDisplay0, int32_t* ___w1, int32_t* ___h2, const RuntimeMethod* method) { typedef void (*Display_GetRenderingExtImpl_m14405A2EC3C99F90D5CD080F3262BB7B4AC2BA49_ftn) (intptr_t, int32_t*, int32_t*); static Display_GetRenderingExtImpl_m14405A2EC3C99F90D5CD080F3262BB7B4AC2BA49_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Display_GetRenderingExtImpl_m14405A2EC3C99F90D5CD080F3262BB7B4AC2BA49_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Display::GetRenderingExtImpl(System.IntPtr,System.Int32&,System.Int32&)"); _il2cpp_icall_func(___nativeDisplay0, ___w1, ___h2); } // System.Int32 UnityEngine.Display::RelativeMouseAtImpl(System.Int32,System.Int32,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_RelativeMouseAtImpl_mDC1A8A011C9B7FF7BC9A53A10FEDE8D817D68CDB (int32_t ___x0, int32_t ___y1, int32_t* ___rx2, int32_t* ___ry3, const RuntimeMethod* method) { typedef int32_t (*Display_RelativeMouseAtImpl_mDC1A8A011C9B7FF7BC9A53A10FEDE8D817D68CDB_ftn) (int32_t, int32_t, int32_t*, int32_t*); static Display_RelativeMouseAtImpl_mDC1A8A011C9B7FF7BC9A53A10FEDE8D817D68CDB_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Display_RelativeMouseAtImpl_mDC1A8A011C9B7FF7BC9A53A10FEDE8D817D68CDB_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Display::RelativeMouseAtImpl(System.Int32,System.Int32,System.Int32&,System.Int32&)"); int32_t retVal = _il2cpp_icall_func(___x0, ___y1, ___rx2, ___ry3); return retVal; } // System.Void UnityEngine.Display::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Display__cctor_mC1A1851D26DD51ECF2C09DBB1147A7CF05EEEC9D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Display__cctor_mC1A1851D26DD51ECF2C09DBB1147A7CF05EEEC9D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_0 = (DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9*)(DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9*)SZArrayNew(DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9_il2cpp_TypeInfo_var, (uint32_t)1); DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_1 = L_0; Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_2 = (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 *)il2cpp_codegen_object_new(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var); Display__ctor_m1E66361E430C3698C98D242CEB6820E9B4FC7EB8(L_2, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 *)L_2); ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->set_displays_1(L_1); DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_3 = ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->get_displays_1(); NullCheck(L_3); int32_t L_4 = 0; Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_5 = (L_3)->GetAt(static_cast(L_4)); ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->set__mainDisplay_2(L_5); ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->set_onDisplaysUpdated_3((DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 *)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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 (DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void UnityEngine.Display_DisplaysUpdatedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplaysUpdatedDelegate__ctor_m976C17F642CEF8A7F95FA4C414B17BF0EC025197 (DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void UnityEngine.Display_DisplaysUpdatedDelegate::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplaysUpdatedDelegate_Invoke_mBCC82165E169B27958A8FD4E5A90B83A108DAE89 (DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * __this, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 0) { // open typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult UnityEngine.Display_DisplaysUpdatedDelegate::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DisplaysUpdatedDelegate_BeginInvoke_m5DA06B0A901673F809EA597946702A73F9436BFF (DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Void UnityEngine.Display_DisplaysUpdatedDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplaysUpdatedDelegate_EndInvoke_m470B70745AF2631D69A51A3883D774E9B49DD2E2 (DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Object UnityEngine.Events.ArgumentCache::get_unityObjectArgument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ArgumentCache_get_unityObjectArgument_m89597514712FB91B443B9FB1A44D099F021DCFA5 (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method) { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * V_0 = NULL; { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_0 = __this->get_m_ObjectArgument_0(); V_0 = L_0; goto IL_000a; } IL_000a: { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_1 = V_0; return L_1; } } // System.String UnityEngine.Events.ArgumentCache::get_unityObjectArgumentAssemblyTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ArgumentCache_get_unityObjectArgumentAssemblyTypeName_mD54EA1424879A2E07B179AE93D374100259FF534 (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0 = __this->get_m_ObjectArgumentAssemblyTypeName_1(); V_0 = L_0; goto IL_000a; } IL_000a: { String_t* L_1 = V_0; return L_1; } } // System.Int32 UnityEngine.Events.ArgumentCache::get_intArgument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArgumentCache_get_intArgument_mD9D072A7856D998847F159350EAD0D9AA552F76B (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_IntArgument_2(); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } // System.Single UnityEngine.Events.ArgumentCache::get_floatArgument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ArgumentCache_get_floatArgument_mDDAD91A992319CF1FFFDD4F0F87C5D162BFF187A (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = __this->get_m_FloatArgument_3(); V_0 = L_0; goto IL_000a; } IL_000a: { float L_1 = V_0; return L_1; } } // System.String UnityEngine.Events.ArgumentCache::get_stringArgument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ArgumentCache_get_stringArgument_mCD1D05766E21EEFDFD03D4DE66C088CF29F84D00 (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0 = __this->get_m_StringArgument_4(); V_0 = L_0; goto IL_000a; } IL_000a: { String_t* L_1 = V_0; return L_1; } } // System.Boolean UnityEngine.Events.ArgumentCache::get_boolArgument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArgumentCache_get_boolArgument_mCCAB5FB41B0F1C8C8A2C31FB3D46DF99A7A71BE2 (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method) { bool V_0 = false; { bool L_0 = __this->get_m_BoolArgument_5(); V_0 = L_0; goto IL_000a; } IL_000a: { bool L_1 = V_0; return L_1; } } // System.Void UnityEngine.Events.ArgumentCache::TidyAssemblyTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentCache_TidyAssemblyTypeName_m2D4AFE74BEB5F32B14165BB52F6AB29A75306936 (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArgumentCache_TidyAssemblyTypeName_m2D4AFE74BEB5F32B14165BB52F6AB29A75306936_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; bool V_6 = false; bool V_7 = false; int32_t G_B13_0 = 0; { String_t* L_0 = __this->get_m_ObjectArgumentAssemblyTypeName_1(); bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL); V_2 = L_1; bool L_2 = V_2; if (!L_2) { goto IL_0015; } } { goto IL_00fa; } IL_0015: { V_0 = ((int32_t)2147483647LL); String_t* L_3 = __this->get_m_ObjectArgumentAssemblyTypeName_1(); NullCheck(L_3); int32_t L_4 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_3, _stringLiteral1C8D81506A5291DBB0387C737FDF626D63480060, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; V_3 = (bool)((((int32_t)((((int32_t)L_5) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_3; if (!L_6) { goto IL_003f; } } { int32_t L_7 = V_1; int32_t L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_9 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; } IL_003f: { String_t* L_10 = __this->get_m_ObjectArgumentAssemblyTypeName_1(); NullCheck(L_10); int32_t L_11 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_10, _stringLiteralBCDD51CC9F8CB6B408AA795D76539161DBE19FF2, /*hidden argument*/NULL); V_1 = L_11; int32_t L_12 = V_1; V_4 = (bool)((((int32_t)((((int32_t)L_12) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_13 = V_4; if (!L_13) { goto IL_0065; } } { int32_t L_14 = V_1; int32_t L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_16 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_14, L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_0065: { String_t* L_17 = __this->get_m_ObjectArgumentAssemblyTypeName_1(); NullCheck(L_17); int32_t L_18 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_17, _stringLiteral429E5FA4D1D7144F34D28671D44DCF82BA6A3ADD, /*hidden argument*/NULL); V_1 = L_18; int32_t L_19 = V_1; V_5 = (bool)((((int32_t)((((int32_t)L_19) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_20 = V_5; if (!L_20) { goto IL_008b; } } { int32_t L_21 = V_1; int32_t L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_23 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_21, L_22, /*hidden argument*/NULL); V_0 = L_23; } IL_008b: { int32_t L_24 = V_0; V_6 = (bool)((((int32_t)((((int32_t)L_24) == ((int32_t)((int32_t)2147483647LL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_25 = V_6; if (!L_25) { goto IL_00af; } } { String_t* L_26 = __this->get_m_ObjectArgumentAssemblyTypeName_1(); int32_t L_27 = V_0; NullCheck(L_26); String_t* L_28 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_26, 0, L_27, /*hidden argument*/NULL); __this->set_m_ObjectArgumentAssemblyTypeName_1(L_28); } IL_00af: { String_t* L_29 = __this->get_m_ObjectArgumentAssemblyTypeName_1(); NullCheck(L_29); int32_t L_30 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_29, _stringLiteral283DC162F559BF50910DB3C25284CB429E9EE14A, /*hidden argument*/NULL); V_1 = L_30; int32_t L_31 = V_1; if ((((int32_t)L_31) == ((int32_t)(-1)))) { goto IL_00d6; } } { String_t* L_32 = __this->get_m_ObjectArgumentAssemblyTypeName_1(); NullCheck(L_32); bool L_33 = String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99(L_32, _stringLiteralB8FF02892916FF59F7FBD4E617FCCD01F6BCA576, /*hidden argument*/NULL); G_B13_0 = ((int32_t)(L_33)); goto IL_00d7; } IL_00d6: { G_B13_0 = 0; } IL_00d7: { V_7 = (bool)G_B13_0; bool L_34 = V_7; if (!L_34) { goto IL_00fa; } } { String_t* L_35 = __this->get_m_ObjectArgumentAssemblyTypeName_1(); int32_t L_36 = V_1; NullCheck(L_35); String_t* L_37 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_35, 0, L_36, /*hidden argument*/NULL); String_t* L_38 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_37, _stringLiteralBE54B2A1DE3657CE39CBFEC5A3861C97B54378E1, /*hidden argument*/NULL); __this->set_m_ObjectArgumentAssemblyTypeName_1(L_38); } IL_00fa: { return; } } // System.Void UnityEngine.Events.ArgumentCache::OnBeforeSerialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentCache_OnBeforeSerialize_mCBE8301FE0DDE2E516A18051BBE3DC983BC80FBC (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method) { { ArgumentCache_TidyAssemblyTypeName_m2D4AFE74BEB5F32B14165BB52F6AB29A75306936(__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.ArgumentCache::OnAfterDeserialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentCache_OnAfterDeserialize_m59072D771A42C518FECECBE2CE7EE9E15F4BE55F (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method) { { ArgumentCache_TidyAssemblyTypeName_m2D4AFE74BEB5F32B14165BB52F6AB29A75306936(__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.ArgumentCache::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentCache__ctor_m9618D660E40F991782873643F0FDCACA32A63541 (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 UnityEngine.Events.BaseInvokableCall::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInvokableCall__ctor_m232CE2068209113988BB35B50A2965FC03FC4A58 (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.BaseInvokableCall::.ctor(System.Object,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5 (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * __this, RuntimeObject * ___target0, MethodInfo_t * ___function1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___target0; V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001b; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral0E8A3AD980EC179856012B7EECF4327E99CD44CD, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5_RuntimeMethod_var); } IL_001b: { MethodInfo_t * L_3 = ___function1; V_1 = (bool)((((RuntimeObject*)(MethodInfo_t *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_4 = V_1; if (!L_4) { goto IL_002e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, _stringLiteralC218E39EFA2E1AAE69F39D2054528369CE1E1F46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5_RuntimeMethod_var); } IL_002e: { return; } } // System.Boolean UnityEngine.Events.BaseInvokableCall::AllowInvoke(System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091 (Delegate_t * ___delegate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; { Delegate_t * L_0 = ___delegate0; NullCheck(L_0); RuntimeObject * L_1 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; V_2 = (bool)((((RuntimeObject*)(RuntimeObject *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_3 = V_2; if (!L_3) { goto IL_0014; } } { V_3 = (bool)1; goto IL_0033; } IL_0014: { RuntimeObject * L_4 = V_0; V_1 = ((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)IsInstClass((RuntimeObject*)L_4, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var)); Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_5 = V_1; V_4 = (bool)((!(((RuntimeObject*)(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_5) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_6 = V_4; if (!L_6) { goto IL_002f; } } { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); bool L_8 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_7, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL); V_3 = L_8; goto IL_0033; } IL_002f: { V_3 = (bool)1; goto IL_0033; } IL_0033: { bool L_9 = V_3; return L_9; } } #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 UnityEngine.Events.InvokableCall::add_Delegate(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_add_Delegate_mCE91CE04CF7A8B962FF566B018C8C516351AD0F3 (InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * __this, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_add_Delegate_mCE91CE04CF7A8B962FF566B018C8C516351AD0F3_MetadataUsageId); s_Il2CppMethodInitialized = true; } UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * V_0 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * V_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * V_2 = NULL; { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_0 = __this->get_Delegate_0(); V_0 = L_0; } IL_0007: { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_1 = V_0; V_1 = L_1; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_2 = V_1; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_2, L_3, /*hidden argument*/NULL); V_2 = ((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)CastclassSealed((RuntimeObject*)L_4, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var)); UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** L_5 = __this->get_address_of_Delegate_0(); UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_6 = V_2; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_7 = V_1; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_8 = InterlockedCompareExchangeImpl((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 **)L_5, L_6, L_7); V_0 = L_8; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_9 = V_0; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_10 = V_1; if ((!(((RuntimeObject*)(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)L_9) == ((RuntimeObject*)(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall::remove_Delegate(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_remove_Delegate_m0CFD9A25842A757309236C500089752BF544E3C7 (InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * __this, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall_remove_Delegate_m0CFD9A25842A757309236C500089752BF544E3C7_MetadataUsageId); s_Il2CppMethodInitialized = true; } UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * V_0 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * V_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * V_2 = NULL; { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_0 = __this->get_Delegate_0(); V_0 = L_0; } IL_0007: { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_1 = V_0; V_1 = L_1; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_2 = V_1; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_2, L_3, /*hidden argument*/NULL); V_2 = ((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)CastclassSealed((RuntimeObject*)L_4, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var)); UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** L_5 = __this->get_address_of_Delegate_0(); UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_6 = V_2; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_7 = V_1; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_8 = InterlockedCompareExchangeImpl((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 **)L_5, L_6, L_7); V_0 = L_8; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_9 = V_0; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_10 = V_1; if ((!(((RuntimeObject*)(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)L_9) == ((RuntimeObject*)(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Events.InvokableCall::.ctor(System.Object,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall__ctor_m2F9F0CD09FCFFEBCBBA87EC75D9BA50058C5B873 (InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCall__ctor_m2F9F0CD09FCFFEBCBBA87EC75D9BA50058C5B873_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5(__this, L_0, L_1, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___target0; MethodInfo_t * L_5 = ___theFunction1; Delegate_t * L_6 = Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346(L_3, L_4, L_5, /*hidden argument*/NULL); InvokableCall_add_Delegate_mCE91CE04CF7A8B962FF566B018C8C516351AD0F3(__this, ((UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)CastclassSealed((RuntimeObject*)L_6, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.InvokableCall::Invoke(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_Invoke_mDB8C26B441658DDA48AC3AF259F4A0EBCF673FD0 (InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method) { bool V_0 = false; { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_0 = __this->get_Delegate_0(); bool L_1 = BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091(L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_3 = __this->get_Delegate_0(); NullCheck(L_3); UnityAction_Invoke_mC9FF5AA1F82FDE635B3B6644CE71C94C31C3E71A(L_3, /*hidden argument*/NULL); } IL_001c: { return; } } // System.Void UnityEngine.Events.InvokableCall::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_Invoke_m0B9E7F14A2C67AB51F01745BD2C6C423114C9394 (InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * __this, const RuntimeMethod* method) { bool V_0 = false; { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_0 = __this->get_Delegate_0(); bool L_1 = BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091(L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_3 = __this->get_Delegate_0(); NullCheck(L_3); UnityAction_Invoke_mC9FF5AA1F82FDE635B3B6644CE71C94C31C3E71A(L_3, /*hidden argument*/NULL); } IL_001c: { return; } } // System.Boolean UnityEngine.Events.InvokableCall::Find(System.Object,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InvokableCall_Find_mDC13296B10EFCD0A92E486CD5787E07890C7B8CC (InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_0 = __this->get_Delegate_0(); NullCheck(L_0); RuntimeObject * L_1 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline(L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___targetObj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0022; } } { UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_3 = __this->get_Delegate_0(); NullCheck(L_3); MethodInfo_t * L_4 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_3, /*hidden argument*/NULL); MethodInfo_t * L_5 = ___method1; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); G_B3_0 = ((int32_t)(L_6)); goto IL_0023; } IL_0022: { G_B3_0 = 0; } IL_0023: { V_0 = (bool)G_B3_0; goto IL_0026; } IL_0026: { bool L_7 = V_0; return L_7; } } #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 UnityEngine.Events.InvokableCallList::AddPersistentInvokableCall(UnityEngine.Events.BaseInvokableCall) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCallList_AddPersistentInvokableCall_m62BDD6521FB7B68B58673D5C5B1117FCE4826CAD (InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * __this, BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * ___call0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCallList_AddPersistentInvokableCall_m62BDD6521FB7B68B58673D5C5B1117FCE4826CAD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_0 = __this->get_m_PersistentCalls_0(); BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_1 = ___call0; NullCheck(L_0); List_1_Add_m32A82BEF867C7AEA950D1BDC69303DD9833A8873(L_0, L_1, /*hidden argument*/List_1_Add_m32A82BEF867C7AEA950D1BDC69303DD9833A8873_RuntimeMethod_var); __this->set_m_NeedsUpdate_3((bool)1); return; } } // System.Void UnityEngine.Events.InvokableCallList::AddListener(UnityEngine.Events.BaseInvokableCall) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCallList_AddListener_mE4069F40E8762EF21140D688175D7A4E46FD2E83 (InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * __this, BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * ___call0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCallList_AddListener_mE4069F40E8762EF21140D688175D7A4E46FD2E83_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_0 = __this->get_m_RuntimeCalls_1(); BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_1 = ___call0; NullCheck(L_0); List_1_Add_m32A82BEF867C7AEA950D1BDC69303DD9833A8873(L_0, L_1, /*hidden argument*/List_1_Add_m32A82BEF867C7AEA950D1BDC69303DD9833A8873_RuntimeMethod_var); __this->set_m_NeedsUpdate_3((bool)1); return; } } // System.Void UnityEngine.Events.InvokableCallList::RemoveListener(System.Object,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCallList_RemoveListener_mC886122D45A6682A85066E48637339065085D6DE (InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCallList_RemoveListener_mC886122D45A6682A85066E48637339065085D6DE_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; { List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_0 = (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)il2cpp_codegen_object_new(List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694_il2cpp_TypeInfo_var); List_1__ctor_mD54E50BB7BABDBB33629C45B3DA7194715F1E15D(L_0, /*hidden argument*/List_1__ctor_mD54E50BB7BABDBB33629C45B3DA7194715F1E15D_RuntimeMethod_var); V_0 = L_0; V_1 = 0; goto IL_003b; } IL_000b: { List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_1 = __this->get_m_RuntimeCalls_1(); int32_t L_2 = V_1; NullCheck(L_1); BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_3 = List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_inline(L_1, L_2, /*hidden argument*/List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_RuntimeMethod_var); RuntimeObject * L_4 = ___targetObj0; MethodInfo_t * L_5 = ___method1; NullCheck(L_3); bool L_6 = VirtFuncInvoker2< bool, RuntimeObject *, MethodInfo_t * >::Invoke(5 /* System.Boolean UnityEngine.Events.BaseInvokableCall::Find(System.Object,System.Reflection.MethodInfo) */, L_3, L_4, L_5); V_2 = L_6; bool L_7 = V_2; if (!L_7) { goto IL_0036; } } { List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_8 = V_0; List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_9 = __this->get_m_RuntimeCalls_1(); int32_t L_10 = V_1; NullCheck(L_9); BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_11 = List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_inline(L_9, L_10, /*hidden argument*/List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_RuntimeMethod_var); NullCheck(L_8); List_1_Add_m32A82BEF867C7AEA950D1BDC69303DD9833A8873(L_8, L_11, /*hidden argument*/List_1_Add_m32A82BEF867C7AEA950D1BDC69303DD9833A8873_RuntimeMethod_var); } IL_0036: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003b: { int32_t L_13 = V_1; List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_14 = __this->get_m_RuntimeCalls_1(); NullCheck(L_14); int32_t L_15 = List_1_get_Count_m81256FA6A1423E6A61F696EF1268497C43475FB9_inline(L_14, /*hidden argument*/List_1_get_Count_m81256FA6A1423E6A61F696EF1268497C43475FB9_RuntimeMethod_var); V_3 = (bool)((((int32_t)L_13) < ((int32_t)L_15))? 1 : 0); bool L_16 = V_3; if (L_16) { goto IL_000b; } } { List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_17 = __this->get_m_RuntimeCalls_1(); List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_18 = V_0; List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_19 = L_18; Predicate_1_tF1969050567D17C36A2ECAF3F0C603D1F6489F6A * L_20 = (Predicate_1_tF1969050567D17C36A2ECAF3F0C603D1F6489F6A *)il2cpp_codegen_object_new(Predicate_1_tF1969050567D17C36A2ECAF3F0C603D1F6489F6A_il2cpp_TypeInfo_var); Predicate_1__ctor_m0BF07A3A1C1DBB82B5F98ABC86FE98958CCB138B(L_20, L_19, (intptr_t)((intptr_t)GetVirtualMethodInfo(L_19, 13)), /*hidden argument*/Predicate_1__ctor_m0BF07A3A1C1DBB82B5F98ABC86FE98958CCB138B_RuntimeMethod_var); NullCheck(L_17); List_1_RemoveAll_mD02E9ED04E2C094CEF5B8E58114877889F5DFC97(L_17, L_20, /*hidden argument*/List_1_RemoveAll_mD02E9ED04E2C094CEF5B8E58114877889F5DFC97_RuntimeMethod_var); __this->set_m_NeedsUpdate_3((bool)1); return; } } // System.Void UnityEngine.Events.InvokableCallList::ClearPersistent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCallList_ClearPersistent_m4038DB499DCD84B79C0F1A698AAA7B9519553D49 (InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCallList_ClearPersistent_m4038DB499DCD84B79C0F1A698AAA7B9519553D49_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_0 = __this->get_m_PersistentCalls_0(); NullCheck(L_0); List_1_Clear_mEB9D575B07EA016CA45755872C61752936AC5BC8(L_0, /*hidden argument*/List_1_Clear_mEB9D575B07EA016CA45755872C61752936AC5BC8_RuntimeMethod_var); __this->set_m_NeedsUpdate_3((bool)1); return; } } // System.Collections.Generic.List`1 UnityEngine.Events.InvokableCallList::PrepareInvoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * InvokableCallList_PrepareInvoke_m5BB28A5FBF10C84ECF5B52EBC52F9FCCDC840DC1 (InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCallList_PrepareInvoke_m5BB28A5FBF10C84ECF5B52EBC52F9FCCDC840DC1_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * V_1 = NULL; { bool L_0 = __this->get_m_NeedsUpdate_3(); V_0 = L_0; bool L_1 = V_0; if (!L_1) { goto IL_0044; } } { List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_2 = __this->get_m_ExecutingCalls_2(); NullCheck(L_2); List_1_Clear_mEB9D575B07EA016CA45755872C61752936AC5BC8(L_2, /*hidden argument*/List_1_Clear_mEB9D575B07EA016CA45755872C61752936AC5BC8_RuntimeMethod_var); List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_3 = __this->get_m_ExecutingCalls_2(); List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_4 = __this->get_m_PersistentCalls_0(); NullCheck(L_3); List_1_AddRange_m74017CD88D2317FF72D39ADDC4DC5404BE9C6AAA(L_3, L_4, /*hidden argument*/List_1_AddRange_m74017CD88D2317FF72D39ADDC4DC5404BE9C6AAA_RuntimeMethod_var); List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_5 = __this->get_m_ExecutingCalls_2(); List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_6 = __this->get_m_RuntimeCalls_1(); NullCheck(L_5); List_1_AddRange_m74017CD88D2317FF72D39ADDC4DC5404BE9C6AAA(L_5, L_6, /*hidden argument*/List_1_AddRange_m74017CD88D2317FF72D39ADDC4DC5404BE9C6AAA_RuntimeMethod_var); __this->set_m_NeedsUpdate_3((bool)0); } IL_0044: { List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_7 = __this->get_m_ExecutingCalls_2(); V_1 = L_7; goto IL_004d; } IL_004d: { List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_8 = V_1; return L_8; } } // System.Void UnityEngine.Events.InvokableCallList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCallList__ctor_m8A5D49D58DCCC3D962D84C6DAD703DCABE74EC2D (InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokableCallList__ctor_m8A5D49D58DCCC3D962D84C6DAD703DCABE74EC2D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_0 = (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)il2cpp_codegen_object_new(List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694_il2cpp_TypeInfo_var); List_1__ctor_mD54E50BB7BABDBB33629C45B3DA7194715F1E15D(L_0, /*hidden argument*/List_1__ctor_mD54E50BB7BABDBB33629C45B3DA7194715F1E15D_RuntimeMethod_var); __this->set_m_PersistentCalls_0(L_0); List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_1 = (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)il2cpp_codegen_object_new(List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694_il2cpp_TypeInfo_var); List_1__ctor_mD54E50BB7BABDBB33629C45B3DA7194715F1E15D(L_1, /*hidden argument*/List_1__ctor_mD54E50BB7BABDBB33629C45B3DA7194715F1E15D_RuntimeMethod_var); __this->set_m_RuntimeCalls_1(L_1); List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_2 = (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)il2cpp_codegen_object_new(List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694_il2cpp_TypeInfo_var); List_1__ctor_mD54E50BB7BABDBB33629C45B3DA7194715F1E15D(L_2, /*hidden argument*/List_1__ctor_mD54E50BB7BABDBB33629C45B3DA7194715F1E15D_RuntimeMethod_var); __this->set_m_ExecutingCalls_2(L_2); __this->set_m_NeedsUpdate_3((bool)1); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 // UnityEngine.Object UnityEngine.Events.PersistentCall::get_target() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * PersistentCall_get_target_mCAD7D486F28743D49DCF268B791721313A7FC8C5 (PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * __this, const RuntimeMethod* method) { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * V_0 = NULL; { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_0 = __this->get_m_Target_0(); V_0 = L_0; goto IL_000a; } IL_000a: { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_1 = V_0; return L_1; } } // System.String UnityEngine.Events.PersistentCall::get_methodName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PersistentCall_get_methodName_m164BE545C327516CABE9464D88A417B7F00010E1 (PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0 = __this->get_m_MethodName_1(); V_0 = L_0; goto IL_000a; } IL_000a: { String_t* L_1 = V_0; return L_1; } } // UnityEngine.Events.PersistentListenerMode UnityEngine.Events.PersistentCall::get_mode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PersistentCall_get_mode_mC88324F8D18B5E4E79045AE1F99DF3EB36CEE644 (PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_Mode_2(); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } // UnityEngine.Events.ArgumentCache UnityEngine.Events.PersistentCall::get_arguments() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * PersistentCall_get_arguments_m53AFE12B586F0C8948D60852866EC71F38B3BAE1 (PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * __this, const RuntimeMethod* method) { ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * V_0 = NULL; { ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * L_0 = __this->get_m_Arguments_3(); V_0 = L_0; goto IL_000a; } IL_000a: { ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * L_1 = V_0; return L_1; } } // System.Boolean UnityEngine.Events.PersistentCall::IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PersistentCall_IsValid_mF3E3A11AF1547E84B2AC78AFAF6B2907C9B159AE (PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersistentCall_IsValid_mF3E3A11AF1547E84B2AC78AFAF6B2907C9B159AE_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B3_0 = 0; { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_0 = PersistentCall_get_target_mCAD7D486F28743D49DCF268B791721313A7FC8C5(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } { String_t* L_2 = PersistentCall_get_methodName_m164BE545C327516CABE9464D88A417B7F00010E1(__this, /*hidden argument*/NULL); bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0); goto IL_0020; } IL_001f: { G_B3_0 = 0; } IL_0020: { V_0 = (bool)G_B3_0; goto IL_0023; } IL_0023: { bool L_4 = V_0; return L_4; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.PersistentCall::GetRuntimeCall(UnityEngine.Events.UnityEventBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * PersistentCall_GetRuntimeCall_m68F27109F868C451A47DAC3863B27839C515C3A6 (PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * __this, UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * ___theEvent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersistentCall_GetRuntimeCall_m68F27109F868C451A47DAC3863B27839C515C3A6_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; bool V_1 = false; BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_m_CallState_4(); if (!L_0) { goto IL_000f; } } { UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * L_1 = ___theEvent0; G_B3_0 = ((((RuntimeObject*)(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); goto IL_0010; } IL_000f: { G_B3_0 = 1; } IL_0010: { V_1 = (bool)G_B3_0; bool L_2 = V_1; if (!L_2) { goto IL_001b; } } { V_2 = (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)NULL; goto IL_0105; } IL_001b: { UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * L_3 = ___theEvent0; NullCheck(L_3); MethodInfo_t * L_4 = UnityEventBase_FindMethod_m4E838DE0D107C86C7CAA5B05D4683066E9EB9C32(L_3, __this, /*hidden argument*/NULL); V_0 = L_4; MethodInfo_t * L_5 = V_0; V_3 = (bool)((((RuntimeObject*)(MethodInfo_t *)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_6 = V_3; if (!L_6) { goto IL_0032; } } { V_2 = (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)NULL; goto IL_0105; } IL_0032: { int32_t L_7 = __this->get_m_Mode_2(); V_4 = L_7; int32_t L_8 = V_4; switch (L_8) { case 0: { goto IL_0062; } case 1: { goto IL_00f2; } case 2: { goto IL_0075; } case 3: { goto IL_00a4; } case 4: { goto IL_008a; } case 5: { goto IL_00be; } case 6: { goto IL_00d8; } } } { goto IL_0101; } IL_0062: { UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * L_9 = ___theEvent0; Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_10 = PersistentCall_get_target_mCAD7D486F28743D49DCF268B791721313A7FC8C5(__this, /*hidden argument*/NULL); MethodInfo_t * L_11 = V_0; NullCheck(L_9); BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_12 = VirtFuncInvoker2< BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *, RuntimeObject *, MethodInfo_t * >::Invoke(7 /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEventBase::GetDelegate(System.Object,System.Reflection.MethodInfo) */, L_9, L_10, L_11); V_2 = L_12; goto IL_0105; } IL_0075: { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_13 = PersistentCall_get_target_mCAD7D486F28743D49DCF268B791721313A7FC8C5(__this, /*hidden argument*/NULL); MethodInfo_t * L_14 = V_0; ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * L_15 = __this->get_m_Arguments_3(); BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_16 = PersistentCall_GetObjectCall_m895EBE1B8E2A4FB297A8C268371CA4CD320F72C9(L_13, L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; goto IL_0105; } IL_008a: { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_17 = PersistentCall_get_target_mCAD7D486F28743D49DCF268B791721313A7FC8C5(__this, /*hidden argument*/NULL); MethodInfo_t * L_18 = V_0; ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * L_19 = __this->get_m_Arguments_3(); NullCheck(L_19); float L_20 = ArgumentCache_get_floatArgument_mDDAD91A992319CF1FFFDD4F0F87C5D162BFF187A(L_19, /*hidden argument*/NULL); CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A * L_21 = (CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A *)il2cpp_codegen_object_new(CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A_il2cpp_TypeInfo_var); CachedInvokableCall_1__ctor_m208307DC945B843624A47886B3AB95A974528DB6(L_21, L_17, L_18, L_20, /*hidden argument*/CachedInvokableCall_1__ctor_m208307DC945B843624A47886B3AB95A974528DB6_RuntimeMethod_var); V_2 = L_21; goto IL_0105; } IL_00a4: { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_22 = PersistentCall_get_target_mCAD7D486F28743D49DCF268B791721313A7FC8C5(__this, /*hidden argument*/NULL); MethodInfo_t * L_23 = V_0; ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * L_24 = __this->get_m_Arguments_3(); NullCheck(L_24); int32_t L_25 = ArgumentCache_get_intArgument_mD9D072A7856D998847F159350EAD0D9AA552F76B(L_24, /*hidden argument*/NULL); CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6 * L_26 = (CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6 *)il2cpp_codegen_object_new(CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6_il2cpp_TypeInfo_var); CachedInvokableCall_1__ctor_m356112807416B358ED661EBB9CF67BCCE0B19394(L_26, L_22, L_23, L_25, /*hidden argument*/CachedInvokableCall_1__ctor_m356112807416B358ED661EBB9CF67BCCE0B19394_RuntimeMethod_var); V_2 = L_26; goto IL_0105; } IL_00be: { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_27 = PersistentCall_get_target_mCAD7D486F28743D49DCF268B791721313A7FC8C5(__this, /*hidden argument*/NULL); MethodInfo_t * L_28 = V_0; ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * L_29 = __this->get_m_Arguments_3(); NullCheck(L_29); String_t* L_30 = ArgumentCache_get_stringArgument_mCD1D05766E21EEFDFD03D4DE66C088CF29F84D00(L_29, /*hidden argument*/NULL); CachedInvokableCall_1_tEA955BEC4B02C3BEF9C37E41A639EAE294B6E8C4 * L_31 = (CachedInvokableCall_1_tEA955BEC4B02C3BEF9C37E41A639EAE294B6E8C4 *)il2cpp_codegen_object_new(CachedInvokableCall_1_tEA955BEC4B02C3BEF9C37E41A639EAE294B6E8C4_il2cpp_TypeInfo_var); CachedInvokableCall_1__ctor_mDAAE3953F8E06CCF91E667D7FFEA60A4783C703E(L_31, L_27, L_28, L_30, /*hidden argument*/CachedInvokableCall_1__ctor_mDAAE3953F8E06CCF91E667D7FFEA60A4783C703E_RuntimeMethod_var); V_2 = L_31; goto IL_0105; } IL_00d8: { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_32 = PersistentCall_get_target_mCAD7D486F28743D49DCF268B791721313A7FC8C5(__this, /*hidden argument*/NULL); MethodInfo_t * L_33 = V_0; ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * L_34 = __this->get_m_Arguments_3(); NullCheck(L_34); bool L_35 = ArgumentCache_get_boolArgument_mCCAB5FB41B0F1C8C8A2C31FB3D46DF99A7A71BE2(L_34, /*hidden argument*/NULL); CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7 * L_36 = (CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7 *)il2cpp_codegen_object_new(CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7_il2cpp_TypeInfo_var); CachedInvokableCall_1__ctor_mA3C18A22B57202EE83921ED0909FCB6CD4154409(L_36, L_32, L_33, L_35, /*hidden argument*/CachedInvokableCall_1__ctor_mA3C18A22B57202EE83921ED0909FCB6CD4154409_RuntimeMethod_var); V_2 = L_36; goto IL_0105; } IL_00f2: { Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_37 = PersistentCall_get_target_mCAD7D486F28743D49DCF268B791721313A7FC8C5(__this, /*hidden argument*/NULL); MethodInfo_t * L_38 = V_0; InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * L_39 = (InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC *)il2cpp_codegen_object_new(InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC_il2cpp_TypeInfo_var); InvokableCall__ctor_m2F9F0CD09FCFFEBCBBA87EC75D9BA50058C5B873(L_39, L_37, L_38, /*hidden argument*/NULL); V_2 = L_39; goto IL_0105; } IL_0101: { V_2 = (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)NULL; goto IL_0105; } IL_0105: { BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_40 = V_2; return L_40; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.PersistentCall::GetObjectCall(UnityEngine.Object,System.Reflection.MethodInfo,UnityEngine.Events.ArgumentCache) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * PersistentCall_GetObjectCall_m895EBE1B8E2A4FB297A8C268371CA4CD320F72C9 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___method1, ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * ___arguments2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersistentCall_GetObjectCall_m895EBE1B8E2A4FB297A8C268371CA4CD320F72C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * V_3 = NULL; Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * V_4 = NULL; bool V_5 = false; bool V_6 = false; BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * V_7 = NULL; Type_t * G_B3_0 = NULL; Type_t * G_B2_0 = NULL; int32_t G_B7_0 = 0; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL); V_0 = L_1; ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * L_2 = ___arguments2; NullCheck(L_2); String_t* L_3 = ArgumentCache_get_unityObjectArgumentAssemblyTypeName_mD54EA1424879A2E07B179AE93D374100259FF534(L_2, /*hidden argument*/NULL); bool L_4 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_3, /*hidden argument*/NULL); V_5 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0); bool L_5 = V_5; if (!L_5) { goto IL_003b; } } { ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * L_6 = ___arguments2; NullCheck(L_6); String_t* L_7 = ArgumentCache_get_unityObjectArgumentAssemblyTypeName_mD54EA1424879A2E07B179AE93D374100259FF534(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m8A8A6481B24551476F2AF999A970AD705BA68C7A, L_7, (bool)0, "UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"); Type_t * L_9 = L_8; G_B2_0 = L_9; if (L_9) { G_B3_0 = L_9; goto IL_003a; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL); G_B3_0 = L_11; } IL_003a: { V_0 = G_B3_0; } IL_003b: { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast (CachedInvokableCall_1_t438C6D909B861C90FB046743ADB50D4F1EF3626E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL); V_1 = L_13; Type_t * L_14 = V_1; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_15 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = L_15; Type_t * L_17 = V_0; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (Type_t *)L_17); NullCheck(L_14); Type_t * L_18 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(124 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_14, L_16); V_2 = L_18; Type_t * L_19 = V_2; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_20 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)3); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_21 = L_20; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_0_0_0_var) }; Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_22, /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_23); (L_21)->SetAt(static_cast(0), (Type_t *)L_23); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = L_21; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_25 = { reinterpret_cast (MethodInfo_t_0_0_0_var) }; Type_t * L_26 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_25, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(1), (Type_t *)L_26); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_27 = L_24; Type_t * L_28 = V_0; NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(2), (Type_t *)L_28); NullCheck(L_19); ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_29 = Type_GetConstructor_m4371D7AD6A8E15067C698696B0167323CBC7F3DA(L_19, L_27, /*hidden argument*/NULL); V_3 = L_29; ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * L_30 = ___arguments2; NullCheck(L_30); Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_31 = ArgumentCache_get_unityObjectArgument_m89597514712FB91B443B9FB1A44D099F021DCFA5(L_30, /*hidden argument*/NULL); V_4 = L_31; Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_32 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); bool L_33 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_32, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL); if (!L_33) { goto IL_00a6; } } { Type_t * L_34 = V_0; Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_35 = V_4; NullCheck(L_35); Type_t * L_36 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_35, /*hidden argument*/NULL); NullCheck(L_34); bool L_37 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_34, L_36); G_B7_0 = ((((int32_t)L_37) == ((int32_t)0))? 1 : 0); goto IL_00a7; } IL_00a6: { G_B7_0 = 0; } IL_00a7: { V_6 = (bool)G_B7_0; bool L_38 = V_6; if (!L_38) { goto IL_00b0; } } { V_4 = (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL; } IL_00b0: { ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_39 = V_3; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_40; Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_42 = ___target0; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(0), (RuntimeObject *)L_42); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = L_41; MethodInfo_t * L_44 = ___method1; NullCheck(L_43); ArrayElementTypeCheck (L_43, L_44); (L_43)->SetAt(static_cast(1), (RuntimeObject *)L_44); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_45 = L_43; Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_46 = V_4; NullCheck(L_45); ArrayElementTypeCheck (L_45, L_46); (L_45)->SetAt(static_cast(2), (RuntimeObject *)L_46); NullCheck(L_39); RuntimeObject * L_47 = ConstructorInfo_Invoke_m9E7A03EC2DDACA7A9C1E1609D4AB2BE90CD2E2AF(L_39, L_45, /*hidden argument*/NULL); V_7 = ((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)IsInstClass((RuntimeObject*)L_47, BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5_il2cpp_TypeInfo_var)); goto IL_00d2; } IL_00d2: { BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_48 = V_7; return L_48; } } // System.Void UnityEngine.Events.PersistentCall::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PersistentCall__ctor_mBF65325BE6B4EBC6B3E8ADAD3C6FA77EF5BBEFA8 (PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersistentCall__ctor_mBF65325BE6B4EBC6B3E8ADAD3C6FA77EF5BBEFA8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_Mode_2(0); ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * L_0 = (ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C *)il2cpp_codegen_object_new(ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C_il2cpp_TypeInfo_var); ArgumentCache__ctor_m9618D660E40F991782873643F0FDCACA32A63541(L_0, /*hidden argument*/NULL); __this->set_m_Arguments_3(L_0); __this->set_m_CallState_4(2); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 UnityEngine.Events.PersistentCallGroup::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PersistentCallGroup__ctor_m46B7802855B55149B9C1ECD9C9C97B8025BF2D7A (PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersistentCallGroup__ctor_m46B7802855B55149B9C1ECD9C9C97B8025BF2D7A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 * L_0 = (List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 *)il2cpp_codegen_object_new(List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2_il2cpp_TypeInfo_var); List_1__ctor_m436E3B15DCD8A1038326FF4BDC1229B3E7584F3A(L_0, /*hidden argument*/List_1__ctor_m436E3B15DCD8A1038326FF4BDC1229B3E7584F3A_RuntimeMethod_var); __this->set_m_Calls_0(L_0); return; } } // System.Void UnityEngine.Events.PersistentCallGroup::Initialize(UnityEngine.Events.InvokableCallList,UnityEngine.Events.UnityEventBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PersistentCallGroup_Initialize_m9F47B3D16F78FD424D50E9AE41EB066BA9C681A3 (PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * __this, InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * ___invokableList0, UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * ___unityEventBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersistentCallGroup_Initialize_m9F47B3D16F78FD424D50E9AE41EB066BA9C681A3_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA V_0; memset((&V_0), 0, sizeof(V_0)); PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * V_1 = NULL; BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * V_2 = NULL; bool V_3 = false; bool V_4 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { List_1_t6B8F9A15E77B7ADDEC3517ABF412688958E810C2 * L_0 = __this->get_m_Calls_0(); NullCheck(L_0); Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA L_1 = List_1_GetEnumerator_m0B5548AF8B02D382174A7E564006EEF681596292(L_0, /*hidden argument*/List_1_GetEnumerator_m0B5548AF8B02D382174A7E564006EEF681596292_RuntimeMethod_var); V_0 = L_1; } IL_000e: try { // begin try (depth: 1) { goto IL_0043; } IL_0010: { PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * L_2 = Enumerator_get_Current_mE73DAE2FA96A6AA3E22862757EB298AC6CD41F9A_inline((Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA *)(&V_0), /*hidden argument*/Enumerator_get_Current_mE73DAE2FA96A6AA3E22862757EB298AC6CD41F9A_RuntimeMethod_var); V_1 = L_2; PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * L_3 = V_1; NullCheck(L_3); bool L_4 = PersistentCall_IsValid_mF3E3A11AF1547E84B2AC78AFAF6B2907C9B159AE(L_3, /*hidden argument*/NULL); V_3 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0); bool L_5 = V_3; if (!L_5) { goto IL_0028; } } IL_0026: { goto IL_0043; } IL_0028: { PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * L_6 = V_1; UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * L_7 = ___unityEventBase1; NullCheck(L_6); BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_8 = PersistentCall_GetRuntimeCall_m68F27109F868C451A47DAC3863B27839C515C3A6(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_9 = V_2; V_4 = (bool)((!(((RuntimeObject*)(BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_9) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_10 = V_4; if (!L_10) { goto IL_0042; } } IL_003a: { InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * L_11 = ___invokableList0; BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_12 = V_2; NullCheck(L_11); InvokableCallList_AddPersistentInvokableCall_m62BDD6521FB7B68B58673D5C5B1117FCE4826CAD(L_11, L_12, /*hidden argument*/NULL); } IL_0042: { } IL_0043: { bool L_13 = Enumerator_MoveNext_mE65201380E1436A130728E61D45EE131B2B3E26A((Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mE65201380E1436A130728E61D45EE131B2B3E26A_RuntimeMethod_var); if (L_13) { goto IL_0010; } } IL_004c: { IL2CPP_LEAVE(0x5D, FINALLY_004e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004e; } FINALLY_004e: { // begin finally (depth: 1) Enumerator_Dispose_m7FC1078762C289F754BC7184EB4FF99752BE7F34((Enumerator_tD71E4DFD6A037BA878E9D9F306182FEA4C831FFA *)(&V_0), /*hidden argument*/Enumerator_Dispose_m7FC1078762C289F754BC7184EB4FF99752BE7F34_RuntimeMethod_var); IL2CPP_END_FINALLY(78) } // end finally (depth: 1) IL2CPP_CLEANUP(78) { IL2CPP_JUMP_TBL(0x5D, IL_005d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005d: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void DelegatePInvokeWrapper_UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_mEFC4B92529CE83DF72501F92E07EC5598C54BDAC (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void UnityEngine.Events.UnityAction::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_Invoke_mC9FF5AA1F82FDE635B3B6644CE71C94C31C3E71A (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * __this, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 0) { // open typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult UnityEngine.Events.UnityAction::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_BeginInvoke_m6819B1057D192033B17EB15C9E34305720F0401C (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Void UnityEngine.Events.UnityAction::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_EndInvoke_m9C465516D5977EF185DCEB6CA81D0B90EDAD7370 (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.UnityEvent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent__ctor_m2F8C02F28E289CA65598FF4FA8EAB84D955FF028 (UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F * __this, const RuntimeMethod* method) { { __this->set_m_InvokeArray_3((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL); UnityEventBase__ctor_m57AF08DAFA9C1B4F4C8DA855116900BAE8DF9595(__this, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEvent::FindMethod_Impl(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_FindMethod_Impl_mC96F40A83BB4D1430E254DAE9B091E27E42E8796 (UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_FindMethod_Impl_mC96F40A83BB4D1430E254DAE9B091E27E42E8796_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___targetObj1; String_t* L_1 = ___name0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)0); MethodInfo_t * L_3 = UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0011; } IL_0011: { MethodInfo_t * L_4 = V_0; return L_4; } } // UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent::GetDelegate(System.Object,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * UnityEvent_GetDelegate_m8D277E2D713BB3605B3D46E5A3DB708B6A338EB0 (UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEvent_GetDelegate_m8D277E2D713BB3605B3D46E5A3DB708B6A338EB0_MetadataUsageId); s_Il2CppMethodInitialized = true; } BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * V_0 = NULL; { RuntimeObject * L_0 = ___target0; MethodInfo_t * L_1 = ___theFunction1; InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * L_2 = (InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC *)il2cpp_codegen_object_new(InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC_il2cpp_TypeInfo_var); InvokableCall__ctor_m2F9F0CD09FCFFEBCBBA87EC75D9BA50058C5B873(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_000b; } IL_000b: { BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Events.UnityEventBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase__ctor_m57AF08DAFA9C1B4F4C8DA855116900BAE8DF9595 (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEventBase__ctor_m57AF08DAFA9C1B4F4C8DA855116900BAE8DF9595_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_CallsDirty_2((bool)1); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * L_0 = (InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F *)il2cpp_codegen_object_new(InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F_il2cpp_TypeInfo_var); InvokableCallList__ctor_m8A5D49D58DCCC3D962D84C6DAD703DCABE74EC2D(L_0, /*hidden argument*/NULL); __this->set_m_Calls_0(L_0); PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * L_1 = (PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F *)il2cpp_codegen_object_new(PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F_il2cpp_TypeInfo_var); PersistentCallGroup__ctor_m46B7802855B55149B9C1ECD9C9C97B8025BF2D7A(L_1, /*hidden argument*/NULL); __this->set_m_PersistentCalls_1(L_1); return; } } // System.Void UnityEngine.Events.UnityEventBase::UnityEngine.ISerializationCallbackReceiver.OnBeforeSerialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize_m147F610873545A23E9005CCB35CA6A05887E7599 (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, const RuntimeMethod* method) { { return; } } // System.Void UnityEngine.Events.UnityEventBase::UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize_m3A87E89948C5FF32BD5BA1BDD1A4D791738A141E (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, const RuntimeMethod* method) { { UnityEventBase_DirtyPersistentCalls_m31D9B2D3B265718318F4D7E87373E53F249E65EB(__this, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEventBase::FindMethod(UnityEngine.Events.PersistentCall) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * UnityEventBase_FindMethod_m4E838DE0D107C86C7CAA5B05D4683066E9EB9C32 (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * ___call0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEventBase_FindMethod_m4E838DE0D107C86C7CAA5B05D4683066E9EB9C32_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; bool V_1 = false; MethodInfo_t * V_2 = NULL; Type_t * G_B3_0 = NULL; Type_t * G_B2_0 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL); V_0 = L_1; PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * L_2 = ___call0; NullCheck(L_2); ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * L_3 = PersistentCall_get_arguments_m53AFE12B586F0C8948D60852866EC71F38B3BAE1(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = ArgumentCache_get_unityObjectArgumentAssemblyTypeName_mD54EA1424879A2E07B179AE93D374100259FF534(L_3, /*hidden argument*/NULL); bool L_5 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_4, /*hidden argument*/NULL); V_1 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0043; } } { PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * L_7 = ___call0; NullCheck(L_7); ArgumentCache_t22D888CFC4D56B3F6BFB5EB6DBEB8996B857331C * L_8 = PersistentCall_get_arguments_m53AFE12B586F0C8948D60852866EC71F38B3BAE1(L_7, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = ArgumentCache_get_unityObjectArgumentAssemblyTypeName_mD54EA1424879A2E07B179AE93D374100259FF534(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m8A8A6481B24551476F2AF999A970AD705BA68C7A, L_9, (bool)0, "UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"); Type_t * L_11 = L_10; G_B2_0 = L_11; if (L_11) { G_B3_0 = L_11; goto IL_0042; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL); G_B3_0 = L_13; } IL_0042: { V_0 = G_B3_0; } IL_0043: { PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * L_14 = ___call0; NullCheck(L_14); String_t* L_15 = PersistentCall_get_methodName_m164BE545C327516CABE9464D88A417B7F00010E1(L_14, /*hidden argument*/NULL); PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * L_16 = ___call0; NullCheck(L_16); Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_17 = PersistentCall_get_target_mCAD7D486F28743D49DCF268B791721313A7FC8C5(L_16, /*hidden argument*/NULL); PersistentCall_t31B1F798FEAFA4E42A665E2FFEB9A391FB086C41 * L_18 = ___call0; NullCheck(L_18); int32_t L_19 = PersistentCall_get_mode_mC88324F8D18B5E4E79045AE1F99DF3EB36CEE644(L_18, /*hidden argument*/NULL); Type_t * L_20 = V_0; MethodInfo_t * L_21 = UnityEventBase_FindMethod_m82A135403D677ECE42CEE42A322E15EB2EA53797(__this, L_15, L_17, L_19, L_20, /*hidden argument*/NULL); V_2 = L_21; goto IL_005f; } IL_005f: { MethodInfo_t * L_22 = V_2; return L_22; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEventBase::FindMethod(System.String,System.Object,UnityEngine.Events.PersistentListenerMode,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * UnityEventBase_FindMethod_m82A135403D677ECE42CEE42A322E15EB2EA53797 (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, String_t* ___name0, RuntimeObject * ___listener1, int32_t ___mode2, Type_t * ___argumentType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEventBase_FindMethod_m82A135403D677ECE42CEE42A322E15EB2EA53797_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MethodInfo_t * V_1 = NULL; Type_t * G_B10_0 = NULL; int32_t G_B10_1 = 0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* G_B10_2 = NULL; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* G_B10_3 = NULL; String_t* G_B10_4 = NULL; RuntimeObject * G_B10_5 = NULL; Type_t * G_B9_0 = NULL; int32_t G_B9_1 = 0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* G_B9_2 = NULL; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* G_B9_3 = NULL; String_t* G_B9_4 = NULL; RuntimeObject * G_B9_5 = NULL; { int32_t L_0 = ___mode2; V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_002a; } case 1: { goto IL_0038; } case 2: { goto IL_00bf; } case 3: { goto IL_0068; } case 4: { goto IL_004b; } case 5: { goto IL_00a2; } case 6: { goto IL_0085; } } } { goto IL_00e2; } IL_002a: { String_t* L_2 = ___name0; RuntimeObject * L_3 = ___listener1; MethodInfo_t * L_4 = VirtFuncInvoker2< MethodInfo_t *, String_t*, RuntimeObject * >::Invoke(6 /* System.Reflection.MethodInfo UnityEngine.Events.UnityEventBase::FindMethod_Impl(System.String,System.Object) */, __this, L_2, L_3); V_1 = L_4; goto IL_00e6; } IL_0038: { RuntimeObject * L_5 = ___listener1; String_t* L_6 = ___name0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)0); MethodInfo_t * L_8 = UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5(L_5, L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; goto IL_00e6; } IL_004b: { RuntimeObject * L_9 = ___listener1; String_t* L_10 = ___name0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_12 = L_11; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast (Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(0), (Type_t *)L_14); MethodInfo_t * L_15 = UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5(L_9, L_10, L_12, /*hidden argument*/NULL); V_1 = L_15; goto IL_00e6; } IL_0068: { RuntimeObject * L_16 = ___listener1; String_t* L_17 = ___name0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_19 = L_18; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_20 = { reinterpret_cast (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_20, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(0), (Type_t *)L_21); MethodInfo_t * L_22 = UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5(L_16, L_17, L_19, /*hidden argument*/NULL); V_1 = L_22; goto IL_00e6; } IL_0085: { RuntimeObject * L_23 = ___listener1; String_t* L_24 = ___name0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_25 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_26 = L_25; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_27 = { reinterpret_cast (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_28 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_27, /*hidden argument*/NULL); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_28); (L_26)->SetAt(static_cast(0), (Type_t *)L_28); MethodInfo_t * L_29 = UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5(L_23, L_24, L_26, /*hidden argument*/NULL); V_1 = L_29; goto IL_00e6; } IL_00a2: { RuntimeObject * L_30 = ___listener1; String_t* L_31 = ___name0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_32 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_33 = L_32; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_34 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_35 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_34, /*hidden argument*/NULL); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_35); (L_33)->SetAt(static_cast(0), (Type_t *)L_35); MethodInfo_t * L_36 = UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5(L_30, L_31, L_33, /*hidden argument*/NULL); V_1 = L_36; goto IL_00e6; } IL_00bf: { RuntimeObject * L_37 = ___listener1; String_t* L_38 = ___name0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_39 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_40 = L_39; Type_t * L_41 = ___argumentType3; Type_t * L_42 = L_41; G_B9_0 = L_42; G_B9_1 = 0; G_B9_2 = L_40; G_B9_3 = L_40; G_B9_4 = L_38; G_B9_5 = L_37; if (L_42) { G_B10_0 = L_42; G_B10_1 = 0; G_B10_2 = L_40; G_B10_3 = L_40; G_B10_4 = L_38; G_B10_5 = L_37; goto IL_00d9; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_43 = { reinterpret_cast (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_44 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_43, /*hidden argument*/NULL); G_B10_0 = L_44; G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; G_B10_3 = G_B9_3; G_B10_4 = G_B9_4; G_B10_5 = G_B9_5; } IL_00d9: { NullCheck(G_B10_2); ArrayElementTypeCheck (G_B10_2, G_B10_0); (G_B10_2)->SetAt(static_cast(G_B10_1), (Type_t *)G_B10_0); MethodInfo_t * L_45 = UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5(G_B10_5, G_B10_4, G_B10_3, /*hidden argument*/NULL); V_1 = L_45; goto IL_00e6; } IL_00e2: { V_1 = (MethodInfo_t *)NULL; goto IL_00e6; } IL_00e6: { MethodInfo_t * L_46 = V_1; return L_46; } } // System.Void UnityEngine.Events.UnityEventBase::DirtyPersistentCalls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase_DirtyPersistentCalls_m31D9B2D3B265718318F4D7E87373E53F249E65EB (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, const RuntimeMethod* method) { { InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * L_0 = __this->get_m_Calls_0(); NullCheck(L_0); InvokableCallList_ClearPersistent_m4038DB499DCD84B79C0F1A698AAA7B9519553D49(L_0, /*hidden argument*/NULL); __this->set_m_CallsDirty_2((bool)1); return; } } // System.Void UnityEngine.Events.UnityEventBase::RebuildPersistentCallsIfNeeded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase_RebuildPersistentCallsIfNeeded_mFC89AED628B42E5B1CBCC702222A6DF97605234F (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, const RuntimeMethod* method) { bool V_0 = false; { bool L_0 = __this->get_m_CallsDirty_2(); V_0 = L_0; bool L_1 = V_0; if (!L_1) { goto IL_0027; } } { PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * L_2 = __this->get_m_PersistentCalls_1(); InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * L_3 = __this->get_m_Calls_0(); NullCheck(L_2); PersistentCallGroup_Initialize_m9F47B3D16F78FD424D50E9AE41EB066BA9C681A3(L_2, L_3, __this, /*hidden argument*/NULL); __this->set_m_CallsDirty_2((bool)0); } IL_0027: { return; } } // System.Void UnityEngine.Events.UnityEventBase::AddCall(UnityEngine.Events.BaseInvokableCall) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase_AddCall_mD45F68C1A40E2BD9B0754490B7709846B84E8075 (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * ___call0, const RuntimeMethod* method) { { InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * L_0 = __this->get_m_Calls_0(); BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_1 = ___call0; NullCheck(L_0); InvokableCallList_AddListener_mE4069F40E8762EF21140D688175D7A4E46FD2E83(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Events.UnityEventBase::RemoveListener(System.Object,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase_RemoveListener_mE7EBC544115373D2357599AC07F41F13A8C5A49E (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method) { { InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * L_0 = __this->get_m_Calls_0(); RuntimeObject * L_1 = ___targetObj0; MethodInfo_t * L_2 = ___method1; NullCheck(L_0); InvokableCallList_RemoveListener_mC886122D45A6682A85066E48637339065085D6DE(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Collections.Generic.List`1 UnityEngine.Events.UnityEventBase::PrepareInvoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * UnityEventBase_PrepareInvoke_mFA3E2C97DB776A1089DCC85C9F1DA75C295032AE (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, const RuntimeMethod* method) { List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * V_0 = NULL; { UnityEventBase_RebuildPersistentCallsIfNeeded_mFC89AED628B42E5B1CBCC702222A6DF97605234F(__this, /*hidden argument*/NULL); InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * L_0 = __this->get_m_Calls_0(); NullCheck(L_0); List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_1 = InvokableCallList_PrepareInvoke_m5BB28A5FBF10C84ECF5B52EBC52F9FCCDC840DC1(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0016; } IL_0016: { List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_2 = V_0; return L_2; } } // System.String UnityEngine.Events.UnityEventBase::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityEventBase_ToString_m7672D78CA070AC49FFF04E645523864C300DD66D (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEventBase_ToString_m7672D78CA070AC49FFF04E645523864C300DD66D_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = Object_ToString_m1A80FB949DD14590DAE917A7B7274CC9FAD46EF4(__this, /*hidden argument*/NULL); Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_1); String_t* L_3 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_0, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_001f; } IL_001f: { String_t* L_4 = V_0; return L_4; } } // System.Reflection.MethodInfo UnityEngine.Events.UnityEventBase::GetValidMethodInfo(System.Object,System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5 (RuntimeObject * ___obj0, String_t* ___functionName1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; MethodInfo_t * V_1 = NULL; bool V_2 = false; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_6 = NULL; int32_t V_7 = 0; ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * V_8 = NULL; Type_t * V_9 = NULL; Type_t * V_10 = NULL; bool V_11 = false; bool V_12 = false; MethodInfo_t * V_13 = NULL; bool V_14 = false; int32_t G_B14_0 = 0; { RuntimeObject * L_0 = ___obj0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_009b; } IL_000d: { Type_t * L_2 = V_0; String_t* L_3 = ___functionName1; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = ___argumentTypes2; NullCheck(L_2); MethodInfo_t * L_5 = Type_GetMethod_m694F07057F23808980BF6B1637544F34852759FA(L_2, L_3, ((int32_t)52), (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, L_4, (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)(ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)NULL, /*hidden argument*/NULL); V_1 = L_5; MethodInfo_t * L_6 = V_1; V_2 = (bool)((!(((RuntimeObject*)(MethodInfo_t *)L_6) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_0093; } } { MethodInfo_t * L_8 = V_1; NullCheck(L_8); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_9 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(17 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_8); V_3 = L_9; V_4 = (bool)1; V_5 = 0; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_10 = V_3; V_6 = L_10; V_7 = 0; goto IL_007d; } IL_003a: { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_11 = V_6; int32_t L_12 = V_7; NullCheck(L_11); int32_t L_13 = L_12; ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_14 = (L_11)->GetAt(static_cast(L_13)); V_8 = L_14; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_15 = ___argumentTypes2; int32_t L_16 = V_5; NullCheck(L_15); int32_t L_17 = L_16; Type_t * L_18 = (L_15)->GetAt(static_cast(L_17)); V_9 = L_18; ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_19 = V_8; NullCheck(L_19); Type_t * L_20 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_19); V_10 = L_20; Type_t * L_21 = V_9; NullCheck(L_21); bool L_22 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_21, /*hidden argument*/NULL); Type_t * L_23 = V_10; NullCheck(L_23); bool L_24 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_23, /*hidden argument*/NULL); V_4 = (bool)((((int32_t)L_22) == ((int32_t)L_24))? 1 : 0); bool L_25 = V_4; V_11 = (bool)((((int32_t)L_25) == ((int32_t)0))? 1 : 0); bool L_26 = V_11; if (!L_26) { goto IL_0070; } } { goto IL_0085; } IL_0070: { int32_t L_27 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); int32_t L_28 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_007d: { int32_t L_29 = V_7; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_30 = V_6; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length))))))) { goto IL_003a; } } IL_0085: { bool L_31 = V_4; V_12 = L_31; bool L_32 = V_12; if (!L_32) { goto IL_0092; } } { MethodInfo_t * L_33 = V_1; V_13 = L_33; goto IL_00bd; } IL_0092: { } IL_0093: { Type_t * L_34 = V_0; NullCheck(L_34); Type_t * L_35 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, L_34); V_0 = L_35; } IL_009b: { Type_t * L_36 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_37 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_37, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_36) == ((RuntimeObject*)(Type_t *)L_38))) { goto IL_00ae; } } { Type_t * L_39 = V_0; G_B14_0 = ((!(((RuntimeObject*)(Type_t *)L_39) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_00af; } IL_00ae: { G_B14_0 = 0; } IL_00af: { V_14 = (bool)G_B14_0; bool L_40 = V_14; if (L_40) { goto IL_000d; } } { V_13 = (MethodInfo_t *)NULL; goto IL_00bd; } IL_00bd: { MethodInfo_t * L_41 = V_13; return L_41; } } #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 UnityEngine.ExcludeFromObjectFactoryAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExcludeFromObjectFactoryAttribute__ctor_mE0437C73993AD36DCB7A002D70AC988340742CD0 (ExcludeFromObjectFactoryAttribute_tC66D4CE9F5BEAB6A12509F14BE508C469F1ED221 * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__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 UnityEngine.ExcludeFromPresetAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExcludeFromPresetAttribute__ctor_mB8BE49E17E4360DDB485784D219AE49847A85FB2 (ExcludeFromPresetAttribute_t36852ADC0AB8D9696334AA238410394C7C5CD9CF * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.ExecuteInEditMode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteInEditMode__ctor_m9A67409D4A11562F23F928655D9A3EFB7A69BB81 (ExecuteInEditMode_t2CEB97B05448F9AB3523C32B6D43E14383FAFB4E * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.Experimental.GlobalIllumination.DirectionalLight IL2CPP_EXTERN_C void DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshal_pinvoke(const DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE& unmarshaled, DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshaled_pinvoke& marshaled) { marshaled.___instanceID_0 = unmarshaled.get_instanceID_0(); marshaled.___shadow_1 = static_cast(unmarshaled.get_shadow_1()); marshaled.___mode_2 = unmarshaled.get_mode_2(); marshaled.___direction_3 = unmarshaled.get_direction_3(); marshaled.___color_4 = unmarshaled.get_color_4(); marshaled.___indirectColor_5 = unmarshaled.get_indirectColor_5(); marshaled.___penumbraWidthRadian_6 = unmarshaled.get_penumbraWidthRadian_6(); } IL2CPP_EXTERN_C void DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshal_pinvoke_back(const DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshaled_pinvoke& marshaled, DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE& unmarshaled) { int32_t unmarshaled_instanceID_temp_0 = 0; unmarshaled_instanceID_temp_0 = marshaled.___instanceID_0; unmarshaled.set_instanceID_0(unmarshaled_instanceID_temp_0); bool unmarshaled_shadow_temp_1 = false; unmarshaled_shadow_temp_1 = static_cast(marshaled.___shadow_1); unmarshaled.set_shadow_1(unmarshaled_shadow_temp_1); uint8_t unmarshaled_mode_temp_2 = 0; unmarshaled_mode_temp_2 = marshaled.___mode_2; unmarshaled.set_mode_2(unmarshaled_mode_temp_2); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 unmarshaled_direction_temp_3; memset((&unmarshaled_direction_temp_3), 0, sizeof(unmarshaled_direction_temp_3)); unmarshaled_direction_temp_3 = marshaled.___direction_3; unmarshaled.set_direction_3(unmarshaled_direction_temp_3); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_color_temp_4; memset((&unmarshaled_color_temp_4), 0, sizeof(unmarshaled_color_temp_4)); unmarshaled_color_temp_4 = marshaled.___color_4; unmarshaled.set_color_4(unmarshaled_color_temp_4); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_indirectColor_temp_5; memset((&unmarshaled_indirectColor_temp_5), 0, sizeof(unmarshaled_indirectColor_temp_5)); unmarshaled_indirectColor_temp_5 = marshaled.___indirectColor_5; unmarshaled.set_indirectColor_5(unmarshaled_indirectColor_temp_5); float unmarshaled_penumbraWidthRadian_temp_6 = 0.0f; unmarshaled_penumbraWidthRadian_temp_6 = marshaled.___penumbraWidthRadian_6; unmarshaled.set_penumbraWidthRadian_6(unmarshaled_penumbraWidthRadian_temp_6); } // Conversion method for clean up from marshalling of: UnityEngine.Experimental.GlobalIllumination.DirectionalLight IL2CPP_EXTERN_C void DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshal_pinvoke_cleanup(DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.Experimental.GlobalIllumination.DirectionalLight IL2CPP_EXTERN_C void DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshal_com(const DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE& unmarshaled, DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshaled_com& marshaled) { marshaled.___instanceID_0 = unmarshaled.get_instanceID_0(); marshaled.___shadow_1 = static_cast(unmarshaled.get_shadow_1()); marshaled.___mode_2 = unmarshaled.get_mode_2(); marshaled.___direction_3 = unmarshaled.get_direction_3(); marshaled.___color_4 = unmarshaled.get_color_4(); marshaled.___indirectColor_5 = unmarshaled.get_indirectColor_5(); marshaled.___penumbraWidthRadian_6 = unmarshaled.get_penumbraWidthRadian_6(); } IL2CPP_EXTERN_C void DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshal_com_back(const DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshaled_com& marshaled, DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE& unmarshaled) { int32_t unmarshaled_instanceID_temp_0 = 0; unmarshaled_instanceID_temp_0 = marshaled.___instanceID_0; unmarshaled.set_instanceID_0(unmarshaled_instanceID_temp_0); bool unmarshaled_shadow_temp_1 = false; unmarshaled_shadow_temp_1 = static_cast(marshaled.___shadow_1); unmarshaled.set_shadow_1(unmarshaled_shadow_temp_1); uint8_t unmarshaled_mode_temp_2 = 0; unmarshaled_mode_temp_2 = marshaled.___mode_2; unmarshaled.set_mode_2(unmarshaled_mode_temp_2); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 unmarshaled_direction_temp_3; memset((&unmarshaled_direction_temp_3), 0, sizeof(unmarshaled_direction_temp_3)); unmarshaled_direction_temp_3 = marshaled.___direction_3; unmarshaled.set_direction_3(unmarshaled_direction_temp_3); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_color_temp_4; memset((&unmarshaled_color_temp_4), 0, sizeof(unmarshaled_color_temp_4)); unmarshaled_color_temp_4 = marshaled.___color_4; unmarshaled.set_color_4(unmarshaled_color_temp_4); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_indirectColor_temp_5; memset((&unmarshaled_indirectColor_temp_5), 0, sizeof(unmarshaled_indirectColor_temp_5)); unmarshaled_indirectColor_temp_5 = marshaled.___indirectColor_5; unmarshaled.set_indirectColor_5(unmarshaled_indirectColor_temp_5); float unmarshaled_penumbraWidthRadian_temp_6 = 0.0f; unmarshaled_penumbraWidthRadian_temp_6 = marshaled.___penumbraWidthRadian_6; unmarshaled.set_penumbraWidthRadian_6(unmarshaled_penumbraWidthRadian_temp_6); } // Conversion method for clean up from marshalling of: UnityEngine.Experimental.GlobalIllumination.DirectionalLight IL2CPP_EXTERN_C void DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshal_com_cleanup(DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.Experimental.GlobalIllumination.DiscLight IL2CPP_EXTERN_C void DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_marshal_pinvoke(const DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF& unmarshaled, DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_marshaled_pinvoke& marshaled) { marshaled.___instanceID_0 = unmarshaled.get_instanceID_0(); marshaled.___shadow_1 = static_cast(unmarshaled.get_shadow_1()); marshaled.___mode_2 = unmarshaled.get_mode_2(); marshaled.___position_3 = unmarshaled.get_position_3(); marshaled.___orientation_4 = unmarshaled.get_orientation_4(); marshaled.___color_5 = unmarshaled.get_color_5(); marshaled.___indirectColor_6 = unmarshaled.get_indirectColor_6(); marshaled.___range_7 = unmarshaled.get_range_7(); marshaled.___radius_8 = unmarshaled.get_radius_8(); marshaled.___falloff_9 = unmarshaled.get_falloff_9(); } IL2CPP_EXTERN_C void DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_marshal_pinvoke_back(const DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_marshaled_pinvoke& marshaled, DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF& unmarshaled) { int32_t unmarshaled_instanceID_temp_0 = 0; unmarshaled_instanceID_temp_0 = marshaled.___instanceID_0; unmarshaled.set_instanceID_0(unmarshaled_instanceID_temp_0); bool unmarshaled_shadow_temp_1 = false; unmarshaled_shadow_temp_1 = static_cast(marshaled.___shadow_1); unmarshaled.set_shadow_1(unmarshaled_shadow_temp_1); uint8_t unmarshaled_mode_temp_2 = 0; unmarshaled_mode_temp_2 = marshaled.___mode_2; unmarshaled.set_mode_2(unmarshaled_mode_temp_2); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 unmarshaled_position_temp_3; memset((&unmarshaled_position_temp_3), 0, sizeof(unmarshaled_position_temp_3)); unmarshaled_position_temp_3 = marshaled.___position_3; unmarshaled.set_position_3(unmarshaled_position_temp_3); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 unmarshaled_orientation_temp_4; memset((&unmarshaled_orientation_temp_4), 0, sizeof(unmarshaled_orientation_temp_4)); unmarshaled_orientation_temp_4 = marshaled.___orientation_4; unmarshaled.set_orientation_4(unmarshaled_orientation_temp_4); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_color_temp_5; memset((&unmarshaled_color_temp_5), 0, sizeof(unmarshaled_color_temp_5)); unmarshaled_color_temp_5 = marshaled.___color_5; unmarshaled.set_color_5(unmarshaled_color_temp_5); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_indirectColor_temp_6; memset((&unmarshaled_indirectColor_temp_6), 0, sizeof(unmarshaled_indirectColor_temp_6)); unmarshaled_indirectColor_temp_6 = marshaled.___indirectColor_6; unmarshaled.set_indirectColor_6(unmarshaled_indirectColor_temp_6); float unmarshaled_range_temp_7 = 0.0f; unmarshaled_range_temp_7 = marshaled.___range_7; unmarshaled.set_range_7(unmarshaled_range_temp_7); float unmarshaled_radius_temp_8 = 0.0f; unmarshaled_radius_temp_8 = marshaled.___radius_8; unmarshaled.set_radius_8(unmarshaled_radius_temp_8); uint8_t unmarshaled_falloff_temp_9 = 0; unmarshaled_falloff_temp_9 = marshaled.___falloff_9; unmarshaled.set_falloff_9(unmarshaled_falloff_temp_9); } // Conversion method for clean up from marshalling of: UnityEngine.Experimental.GlobalIllumination.DiscLight IL2CPP_EXTERN_C void DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_marshal_pinvoke_cleanup(DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.Experimental.GlobalIllumination.DiscLight IL2CPP_EXTERN_C void DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_marshal_com(const DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF& unmarshaled, DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_marshaled_com& marshaled) { marshaled.___instanceID_0 = unmarshaled.get_instanceID_0(); marshaled.___shadow_1 = static_cast(unmarshaled.get_shadow_1()); marshaled.___mode_2 = unmarshaled.get_mode_2(); marshaled.___position_3 = unmarshaled.get_position_3(); marshaled.___orientation_4 = unmarshaled.get_orientation_4(); marshaled.___color_5 = unmarshaled.get_color_5(); marshaled.___indirectColor_6 = unmarshaled.get_indirectColor_6(); marshaled.___range_7 = unmarshaled.get_range_7(); marshaled.___radius_8 = unmarshaled.get_radius_8(); marshaled.___falloff_9 = unmarshaled.get_falloff_9(); } IL2CPP_EXTERN_C void DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_marshal_com_back(const DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_marshaled_com& marshaled, DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF& unmarshaled) { int32_t unmarshaled_instanceID_temp_0 = 0; unmarshaled_instanceID_temp_0 = marshaled.___instanceID_0; unmarshaled.set_instanceID_0(unmarshaled_instanceID_temp_0); bool unmarshaled_shadow_temp_1 = false; unmarshaled_shadow_temp_1 = static_cast(marshaled.___shadow_1); unmarshaled.set_shadow_1(unmarshaled_shadow_temp_1); uint8_t unmarshaled_mode_temp_2 = 0; unmarshaled_mode_temp_2 = marshaled.___mode_2; unmarshaled.set_mode_2(unmarshaled_mode_temp_2); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 unmarshaled_position_temp_3; memset((&unmarshaled_position_temp_3), 0, sizeof(unmarshaled_position_temp_3)); unmarshaled_position_temp_3 = marshaled.___position_3; unmarshaled.set_position_3(unmarshaled_position_temp_3); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 unmarshaled_orientation_temp_4; memset((&unmarshaled_orientation_temp_4), 0, sizeof(unmarshaled_orientation_temp_4)); unmarshaled_orientation_temp_4 = marshaled.___orientation_4; unmarshaled.set_orientation_4(unmarshaled_orientation_temp_4); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_color_temp_5; memset((&unmarshaled_color_temp_5), 0, sizeof(unmarshaled_color_temp_5)); unmarshaled_color_temp_5 = marshaled.___color_5; unmarshaled.set_color_5(unmarshaled_color_temp_5); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_indirectColor_temp_6; memset((&unmarshaled_indirectColor_temp_6), 0, sizeof(unmarshaled_indirectColor_temp_6)); unmarshaled_indirectColor_temp_6 = marshaled.___indirectColor_6; unmarshaled.set_indirectColor_6(unmarshaled_indirectColor_temp_6); float unmarshaled_range_temp_7 = 0.0f; unmarshaled_range_temp_7 = marshaled.___range_7; unmarshaled.set_range_7(unmarshaled_range_temp_7); float unmarshaled_radius_temp_8 = 0.0f; unmarshaled_radius_temp_8 = marshaled.___radius_8; unmarshaled.set_radius_8(unmarshaled_radius_temp_8); uint8_t unmarshaled_falloff_temp_9 = 0; unmarshaled_falloff_temp_9 = marshaled.___falloff_9; unmarshaled.set_falloff_9(unmarshaled_falloff_temp_9); } // Conversion method for clean up from marshalling of: UnityEngine.Experimental.GlobalIllumination.DiscLight IL2CPP_EXTERN_C void DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_marshal_com_cleanup(DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF_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.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI::Init(UnityEngine.Experimental.GlobalIllumination.DirectionalLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDataGI_Init_m93EBCF45B2A5F8A0C9879FD2CF1B853514837F4B (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * __this, DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * ___light0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LightDataGI_Init_m93EBCF45B2A5F8A0C9879FD2CF1B853514837F4B_MetadataUsageId); s_Il2CppMethodInitialized = true; } LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B2_0 = NULL; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B1_0 = NULL; int32_t G_B3_0 = 0; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B3_1 = NULL; { DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_0 = ___light0; int32_t L_1 = L_0->get_instanceID_0(); __this->set_instanceID_0(L_1); DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_2 = ___light0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_3 = L_2->get_color_4(); __this->set_color_1(L_3); DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_4 = ___light0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_5 = L_4->get_indirectColor_5(); __this->set_indirectColor_2(L_5); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * L_6 = __this->get_address_of_orientation_3(); DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_7 = ___light0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = L_7->get_direction_3(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = Vector3_get_up_m6309EBC4E42D6D0B3D28056BD23D0331275306F7(/*hidden argument*/NULL); Quaternion_SetLookRotation_mDB3D5A8083E5AB5881FA9CC1EACFC196F61B8204((Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)L_6, L_8, L_9, /*hidden argument*/NULL); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL); __this->set_position_4(L_10); __this->set_range_5((0.0f)); __this->set_coneAngle_6((0.0f)); __this->set_innerConeAngle_7((0.0f)); DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_11 = ___light0; float L_12 = L_11->get_penumbraWidthRadian_6(); __this->set_shape0_8(L_12); __this->set_shape1_9((0.0f)); __this->set_type_10(0); DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_13 = ___light0; uint8_t L_14 = L_13->get_mode_2(); __this->set_mode_11(L_14); DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_15 = ___light0; bool L_16 = L_15->get_shadow_1(); G_B1_0 = __this; if (L_16) { G_B2_0 = __this; goto IL_009e; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_009f; } IL_009e: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_009f: { G_B3_1->set_shadow_12((uint8_t)(((int32_t)((uint8_t)G_B3_0)))); __this->set_falloff_13(4); return; } } IL2CPP_EXTERN_C void LightDataGI_Init_m93EBCF45B2A5F8A0C9879FD2CF1B853514837F4B_AdjustorThunk (RuntimeObject * __this, DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * ___light0, const RuntimeMethod* method) { int32_t _offset = 1; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * _thisAdjusted = reinterpret_cast(__this + _offset); LightDataGI_Init_m93EBCF45B2A5F8A0C9879FD2CF1B853514837F4B(_thisAdjusted, ___light0, method); } // System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI::Init(UnityEngine.Experimental.GlobalIllumination.PointLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDataGI_Init_m236C2DEE096CDCF4B4489B9A5630E231531DF022 (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * __this, PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * ___light0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LightDataGI_Init_m236C2DEE096CDCF4B4489B9A5630E231531DF022_MetadataUsageId); s_Il2CppMethodInitialized = true; } LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B2_0 = NULL; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B1_0 = NULL; int32_t G_B3_0 = 0; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B3_1 = NULL; { PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_0 = ___light0; int32_t L_1 = L_0->get_instanceID_0(); __this->set_instanceID_0(L_1); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_2 = ___light0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_3 = L_2->get_color_4(); __this->set_color_1(L_3); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_4 = ___light0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_5 = L_4->get_indirectColor_5(); __this->set_indirectColor_2(L_5); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_6 = Quaternion_get_identity_m548B37D80F2DEE60E41D1F09BF6889B557BE1A64(/*hidden argument*/NULL); __this->set_orientation_3(L_6); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_7 = ___light0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = L_7->get_position_3(); __this->set_position_4(L_8); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_9 = ___light0; float L_10 = L_9->get_range_6(); __this->set_range_5(L_10); __this->set_coneAngle_6((0.0f)); __this->set_innerConeAngle_7((0.0f)); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_11 = ___light0; float L_12 = L_11->get_sphereRadius_7(); __this->set_shape0_8(L_12); __this->set_shape1_9((0.0f)); __this->set_type_10(1); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_13 = ___light0; uint8_t L_14 = L_13->get_mode_2(); __this->set_mode_11(L_14); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_15 = ___light0; bool L_16 = L_15->get_shadow_1(); G_B1_0 = __this; if (L_16) { G_B2_0 = __this; goto IL_0094; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0095; } IL_0094: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0095: { G_B3_1->set_shadow_12((uint8_t)(((int32_t)((uint8_t)G_B3_0)))); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_17 = ___light0; uint8_t L_18 = L_17->get_falloff_8(); __this->set_falloff_13(L_18); return; } } IL2CPP_EXTERN_C void LightDataGI_Init_m236C2DEE096CDCF4B4489B9A5630E231531DF022_AdjustorThunk (RuntimeObject * __this, PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * ___light0, const RuntimeMethod* method) { int32_t _offset = 1; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * _thisAdjusted = reinterpret_cast(__this + _offset); LightDataGI_Init_m236C2DEE096CDCF4B4489B9A5630E231531DF022(_thisAdjusted, ___light0, method); } // System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI::Init(UnityEngine.Experimental.GlobalIllumination.SpotLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDataGI_Init_mBCCAA12227CF3845C831463F7B8572F00CB17CF3 (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * __this, SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * ___light0, const RuntimeMethod* method) { LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B2_0 = NULL; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B1_0 = NULL; int32_t G_B3_0 = 0; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B3_1 = NULL; { SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_0 = ___light0; int32_t L_1 = L_0->get_instanceID_0(); __this->set_instanceID_0(L_1); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_2 = ___light0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_3 = L_2->get_color_5(); __this->set_color_1(L_3); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_4 = ___light0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_5 = L_4->get_indirectColor_6(); __this->set_indirectColor_2(L_5); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_6 = ___light0; Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_7 = L_6->get_orientation_4(); __this->set_orientation_3(L_7); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_8 = ___light0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = L_8->get_position_3(); __this->set_position_4(L_9); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_10 = ___light0; float L_11 = L_10->get_range_7(); __this->set_range_5(L_11); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_12 = ___light0; float L_13 = L_12->get_coneAngle_9(); __this->set_coneAngle_6(L_13); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_14 = ___light0; float L_15 = L_14->get_innerConeAngle_10(); __this->set_innerConeAngle_7(L_15); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_16 = ___light0; float L_17 = L_16->get_sphereRadius_8(); __this->set_shape0_8(L_17); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_18 = ___light0; uint8_t L_19 = L_18->get_angularFalloff_12(); __this->set_shape1_9((((float)((float)L_19)))); __this->set_type_10(2); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_20 = ___light0; uint8_t L_21 = L_20->get_mode_2(); __this->set_mode_11(L_21); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_22 = ___light0; bool L_23 = L_22->get_shadow_1(); G_B1_0 = __this; if (L_23) { G_B2_0 = __this; goto IL_0099; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_009a; } IL_0099: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_009a: { G_B3_1->set_shadow_12((uint8_t)(((int32_t)((uint8_t)G_B3_0)))); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_24 = ___light0; uint8_t L_25 = L_24->get_falloff_11(); __this->set_falloff_13(L_25); return; } } IL2CPP_EXTERN_C void LightDataGI_Init_mBCCAA12227CF3845C831463F7B8572F00CB17CF3_AdjustorThunk (RuntimeObject * __this, SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * ___light0, const RuntimeMethod* method) { int32_t _offset = 1; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * _thisAdjusted = reinterpret_cast(__this + _offset); LightDataGI_Init_mBCCAA12227CF3845C831463F7B8572F00CB17CF3(_thisAdjusted, ___light0, method); } // System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI::Init(UnityEngine.Experimental.GlobalIllumination.RectangleLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDataGI_Init_m24775B5AF758CAE25BA180BC17D9E032064B52B9 (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * __this, RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * ___light0, const RuntimeMethod* method) { LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B2_0 = NULL; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B1_0 = NULL; int32_t G_B3_0 = 0; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B3_1 = NULL; { RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_0 = ___light0; int32_t L_1 = L_0->get_instanceID_0(); __this->set_instanceID_0(L_1); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_2 = ___light0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_3 = L_2->get_color_5(); __this->set_color_1(L_3); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_4 = ___light0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_5 = L_4->get_indirectColor_6(); __this->set_indirectColor_2(L_5); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_6 = ___light0; Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_7 = L_6->get_orientation_4(); __this->set_orientation_3(L_7); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_8 = ___light0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = L_8->get_position_3(); __this->set_position_4(L_9); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_10 = ___light0; float L_11 = L_10->get_range_7(); __this->set_range_5(L_11); __this->set_coneAngle_6((0.0f)); __this->set_innerConeAngle_7((0.0f)); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_12 = ___light0; float L_13 = L_12->get_width_8(); __this->set_shape0_8(L_13); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_14 = ___light0; float L_15 = L_14->get_height_9(); __this->set_shape1_9(L_15); __this->set_type_10(3); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_16 = ___light0; uint8_t L_17 = L_16->get_mode_2(); __this->set_mode_11(L_17); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_18 = ___light0; bool L_19 = L_18->get_shadow_1(); G_B1_0 = __this; if (L_19) { G_B2_0 = __this; goto IL_0096; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0097; } IL_0096: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0097: { G_B3_1->set_shadow_12((uint8_t)(((int32_t)((uint8_t)G_B3_0)))); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_20 = ___light0; uint8_t L_21 = L_20->get_falloff_10(); __this->set_falloff_13(L_21); return; } } IL2CPP_EXTERN_C void LightDataGI_Init_m24775B5AF758CAE25BA180BC17D9E032064B52B9_AdjustorThunk (RuntimeObject * __this, RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * ___light0, const RuntimeMethod* method) { int32_t _offset = 1; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * _thisAdjusted = reinterpret_cast(__this + _offset); LightDataGI_Init_m24775B5AF758CAE25BA180BC17D9E032064B52B9(_thisAdjusted, ___light0, method); } // System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI::Init(UnityEngine.Experimental.GlobalIllumination.DiscLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDataGI_Init_m00F56356E1220B292978ABE384B6500A1F1C9291 (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * __this, DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * ___light0, const RuntimeMethod* method) { LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B2_0 = NULL; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B1_0 = NULL; int32_t G_B3_0 = 0; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * G_B3_1 = NULL; { DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_0 = ___light0; int32_t L_1 = L_0->get_instanceID_0(); __this->set_instanceID_0(L_1); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_2 = ___light0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_3 = L_2->get_color_5(); __this->set_color_1(L_3); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_4 = ___light0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_5 = L_4->get_indirectColor_6(); __this->set_indirectColor_2(L_5); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_6 = ___light0; Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_7 = L_6->get_orientation_4(); __this->set_orientation_3(L_7); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_8 = ___light0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = L_8->get_position_3(); __this->set_position_4(L_9); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_10 = ___light0; float L_11 = L_10->get_range_7(); __this->set_range_5(L_11); __this->set_coneAngle_6((0.0f)); __this->set_innerConeAngle_7((0.0f)); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_12 = ___light0; float L_13 = L_12->get_radius_8(); __this->set_shape0_8(L_13); __this->set_shape1_9((0.0f)); __this->set_type_10(4); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_14 = ___light0; uint8_t L_15 = L_14->get_mode_2(); __this->set_mode_11(L_15); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_16 = ___light0; bool L_17 = L_16->get_shadow_1(); G_B1_0 = __this; if (L_17) { G_B2_0 = __this; goto IL_0095; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0096; } IL_0095: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0096: { G_B3_1->set_shadow_12((uint8_t)(((int32_t)((uint8_t)G_B3_0)))); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_18 = ___light0; uint8_t L_19 = L_18->get_falloff_9(); __this->set_falloff_13(L_19); return; } } IL2CPP_EXTERN_C void LightDataGI_Init_m00F56356E1220B292978ABE384B6500A1F1C9291_AdjustorThunk (RuntimeObject * __this, DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * ___light0, const RuntimeMethod* method) { int32_t _offset = 1; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * _thisAdjusted = reinterpret_cast(__this + _offset); LightDataGI_Init_m00F56356E1220B292978ABE384B6500A1F1C9291(_thisAdjusted, ___light0, method); } // System.Void UnityEngine.Experimental.GlobalIllumination.LightDataGI::InitNoBake(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDataGI_InitNoBake_m660C58A4878A0DB9E842F642AA6D2800D30F0C48 (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * __this, int32_t ___lightInstanceID0, const RuntimeMethod* method) { { int32_t L_0 = ___lightInstanceID0; __this->set_instanceID_0(L_0); __this->set_mode_11(3); return; } } IL2CPP_EXTERN_C void LightDataGI_InitNoBake_m660C58A4878A0DB9E842F642AA6D2800D30F0C48_AdjustorThunk (RuntimeObject * __this, int32_t ___lightInstanceID0, const RuntimeMethod* method) { int32_t _offset = 1; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 * _thisAdjusted = reinterpret_cast(__this + _offset); LightDataGI_InitNoBake_m660C58A4878A0DB9E842F642AA6D2800D30F0C48(_thisAdjusted, ___lightInstanceID0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::ExtractIndirect(UnityEngine.Light) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD LightmapperUtils_ExtractIndirect_m1BA4D17B92F68DE86B8696BCA09901CB9F70E352 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, const RuntimeMethod* method) { LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD V_0; memset((&V_0), 0, sizeof(V_0)); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD V_1; memset((&V_1), 0, sizeof(V_1)); { Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_0 = ___l0; NullCheck(L_0); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = Light_get_color_m7A83B30FE716A1A931D450A6035A0069A2DD7698(L_0, /*hidden argument*/NULL); Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_2 = ___l0; NullCheck(L_2); float L_3 = Light_get_intensity_m4E9152844D85D03FEDA5AE4599AFAFC3C66EFF23(L_2, /*hidden argument*/NULL); Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_4 = ___l0; NullCheck(L_4); float L_5 = Light_get_bounceIntensity_m9185F30A7DED7FB480B1026B2CC6DBA357FAE9A7(L_4, /*hidden argument*/NULL); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_6 = LinearColor_Convert_m34C66A797B11DE3EE19A9ED913B286C5C76F3B4E(L_1, ((float)il2cpp_codegen_multiply((float)L_3, (float)L_5)), /*hidden argument*/NULL); V_0 = L_6; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_7 = V_0; V_1 = L_7; goto IL_001e; } IL_001e: { LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_8 = V_1; return L_8; } } // System.Single UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::ExtractInnerCone(UnityEngine.Light) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LightmapperUtils_ExtractInnerCone_mAB6BC006F6841F7881DAC60077A61BA525E09C48 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LightmapperUtils_ExtractInnerCone_mAB6BC006F6841F7881DAC60077A61BA525E09C48_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_0 = ___l0; NullCheck(L_0); float L_1 = Light_get_spotAngle_m1EAB341E449675D41E86A63F047BF3ABE2B99C3B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var); float L_2 = tanf(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.5f))), (float)(0.0174532924f)))); float L_3 = atanf(((float)((float)((float)il2cpp_codegen_multiply((float)L_2, (float)(46.0f)))/(float)(64.0f)))); V_0 = ((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_3)); goto IL_0032; } IL_0032: { float L_4 = V_0; return L_4; } } // System.Void UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::Extract(UnityEngine.Light,UnityEngine.Experimental.GlobalIllumination.DirectionalLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightmapperUtils_Extract_mA213675C1DD2F46927D6B0D02619CD0F2247E98D (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * ___dir1, const RuntimeMethod* method) { { DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_0 = ___dir1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_1 = ___l0; NullCheck(L_1); int32_t L_2 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_1, /*hidden argument*/NULL); L_0->set_instanceID_0(L_2); DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_3 = ___dir1; L_3->set_mode_2(0); DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_4 = ___dir1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_5 = ___l0; NullCheck(L_5); int32_t L_6 = Light_get_shadows_m8FBBEDB8C442B0426E5D3E457330AA81D764C8F2(L_5, /*hidden argument*/NULL); L_4->set_shadow_1((bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0)); DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_7 = ___dir1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_8 = ___l0; NullCheck(L_8); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = Transform_get_forward_m0BE1E88B86049ADA39391C3ACED2314A624BC67F(L_9, /*hidden argument*/NULL); L_7->set_direction_3(L_10); DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_11 = ___dir1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_12 = ___l0; NullCheck(L_12); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_13 = Light_get_color_m7A83B30FE716A1A931D450A6035A0069A2DD7698(L_12, /*hidden argument*/NULL); Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_14 = ___l0; NullCheck(L_14); float L_15 = Light_get_intensity_m4E9152844D85D03FEDA5AE4599AFAFC3C66EFF23(L_14, /*hidden argument*/NULL); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_16 = LinearColor_Convert_m34C66A797B11DE3EE19A9ED913B286C5C76F3B4E(L_13, L_15, /*hidden argument*/NULL); L_11->set_color_4(L_16); DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_17 = ___dir1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_18 = ___l0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_19 = LightmapperUtils_ExtractIndirect_m1BA4D17B92F68DE86B8696BCA09901CB9F70E352(L_18, /*hidden argument*/NULL); L_17->set_indirectColor_5(L_19); DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE * L_20 = ___dir1; L_20->set_penumbraWidthRadian_6((0.0f)); return; } } // System.Void UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::Extract(UnityEngine.Light,UnityEngine.Experimental.GlobalIllumination.PointLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightmapperUtils_Extract_mC23121E46C67B16DA74D2B74AA96BC9B734B4A86 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * ___point1, const RuntimeMethod* method) { { PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_0 = ___point1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_1 = ___l0; NullCheck(L_1); int32_t L_2 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_1, /*hidden argument*/NULL); L_0->set_instanceID_0(L_2); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_3 = ___point1; L_3->set_mode_2(0); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_4 = ___point1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_5 = ___l0; NullCheck(L_5); int32_t L_6 = Light_get_shadows_m8FBBEDB8C442B0426E5D3E457330AA81D764C8F2(L_5, /*hidden argument*/NULL); L_4->set_shadow_1((bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0)); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_7 = ___point1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_8 = ___l0; NullCheck(L_8); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_9, /*hidden argument*/NULL); L_7->set_position_3(L_10); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_11 = ___point1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_12 = ___l0; NullCheck(L_12); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_13 = Light_get_color_m7A83B30FE716A1A931D450A6035A0069A2DD7698(L_12, /*hidden argument*/NULL); Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_14 = ___l0; NullCheck(L_14); float L_15 = Light_get_intensity_m4E9152844D85D03FEDA5AE4599AFAFC3C66EFF23(L_14, /*hidden argument*/NULL); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_16 = LinearColor_Convert_m34C66A797B11DE3EE19A9ED913B286C5C76F3B4E(L_13, L_15, /*hidden argument*/NULL); L_11->set_color_4(L_16); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_17 = ___point1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_18 = ___l0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_19 = LightmapperUtils_ExtractIndirect_m1BA4D17B92F68DE86B8696BCA09901CB9F70E352(L_18, /*hidden argument*/NULL); L_17->set_indirectColor_5(L_19); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_20 = ___point1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_21 = ___l0; NullCheck(L_21); float L_22 = Light_get_range_m3AA5F21DB9441E888A0E89C465F928445150061A(L_21, /*hidden argument*/NULL); L_20->set_range_6(L_22); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_23 = ___point1; L_23->set_sphereRadius_7((0.0f)); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D * L_24 = ___point1; L_24->set_falloff_8(3); return; } } // System.Void UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::Extract(UnityEngine.Light,UnityEngine.Experimental.GlobalIllumination.SpotLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightmapperUtils_Extract_mC6A2DEE19D89B532926E1E1EF0F6815E069F27C2 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * ___spot1, const RuntimeMethod* method) { { SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_0 = ___spot1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_1 = ___l0; NullCheck(L_1); int32_t L_2 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_1, /*hidden argument*/NULL); L_0->set_instanceID_0(L_2); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_3 = ___spot1; L_3->set_mode_2(0); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_4 = ___spot1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_5 = ___l0; NullCheck(L_5); int32_t L_6 = Light_get_shadows_m8FBBEDB8C442B0426E5D3E457330AA81D764C8F2(L_5, /*hidden argument*/NULL); L_4->set_shadow_1((bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0)); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_7 = ___spot1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_8 = ___l0; NullCheck(L_8); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_9, /*hidden argument*/NULL); L_7->set_position_3(L_10); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_11 = ___spot1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_12 = ___l0; NullCheck(L_12); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_13 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_12, /*hidden argument*/NULL); NullCheck(L_13); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_14 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_13, /*hidden argument*/NULL); L_11->set_orientation_4(L_14); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_15 = ___spot1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_16 = ___l0; NullCheck(L_16); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_17 = Light_get_color_m7A83B30FE716A1A931D450A6035A0069A2DD7698(L_16, /*hidden argument*/NULL); Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_18 = ___l0; NullCheck(L_18); float L_19 = Light_get_intensity_m4E9152844D85D03FEDA5AE4599AFAFC3C66EFF23(L_18, /*hidden argument*/NULL); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_20 = LinearColor_Convert_m34C66A797B11DE3EE19A9ED913B286C5C76F3B4E(L_17, L_19, /*hidden argument*/NULL); L_15->set_color_5(L_20); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_21 = ___spot1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_22 = ___l0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_23 = LightmapperUtils_ExtractIndirect_m1BA4D17B92F68DE86B8696BCA09901CB9F70E352(L_22, /*hidden argument*/NULL); L_21->set_indirectColor_6(L_23); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_24 = ___spot1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_25 = ___l0; NullCheck(L_25); float L_26 = Light_get_range_m3AA5F21DB9441E888A0E89C465F928445150061A(L_25, /*hidden argument*/NULL); L_24->set_range_7(L_26); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_27 = ___spot1; L_27->set_sphereRadius_8((0.0f)); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_28 = ___spot1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_29 = ___l0; NullCheck(L_29); float L_30 = Light_get_spotAngle_m1EAB341E449675D41E86A63F047BF3ABE2B99C3B(L_29, /*hidden argument*/NULL); L_28->set_coneAngle_9(((float)il2cpp_codegen_multiply((float)L_30, (float)(0.0174532924f)))); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_31 = ___spot1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_32 = ___l0; float L_33 = LightmapperUtils_ExtractInnerCone_mAB6BC006F6841F7881DAC60077A61BA525E09C48(L_32, /*hidden argument*/NULL); L_31->set_innerConeAngle_10(L_33); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_34 = ___spot1; L_34->set_falloff_11(3); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C * L_35 = ___spot1; L_35->set_angularFalloff_12(0); return; } } // System.Void UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::Extract(UnityEngine.Light,UnityEngine.Experimental.GlobalIllumination.RectangleLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightmapperUtils_Extract_mFF46D8454835FF7AC4B35A807B1F29222425B594 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * ___rect1, const RuntimeMethod* method) { { RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_0 = ___rect1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_1 = ___l0; NullCheck(L_1); int32_t L_2 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_1, /*hidden argument*/NULL); L_0->set_instanceID_0(L_2); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_3 = ___rect1; L_3->set_mode_2(0); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_4 = ___rect1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_5 = ___l0; NullCheck(L_5); int32_t L_6 = Light_get_shadows_m8FBBEDB8C442B0426E5D3E457330AA81D764C8F2(L_5, /*hidden argument*/NULL); L_4->set_shadow_1((bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0)); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_7 = ___rect1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_8 = ___l0; NullCheck(L_8); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_9, /*hidden argument*/NULL); L_7->set_position_3(L_10); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_11 = ___rect1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_12 = ___l0; NullCheck(L_12); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_13 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_12, /*hidden argument*/NULL); NullCheck(L_13); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_14 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_13, /*hidden argument*/NULL); L_11->set_orientation_4(L_14); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_15 = ___rect1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_16 = ___l0; NullCheck(L_16); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_17 = Light_get_color_m7A83B30FE716A1A931D450A6035A0069A2DD7698(L_16, /*hidden argument*/NULL); Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_18 = ___l0; NullCheck(L_18); float L_19 = Light_get_intensity_m4E9152844D85D03FEDA5AE4599AFAFC3C66EFF23(L_18, /*hidden argument*/NULL); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_20 = LinearColor_Convert_m34C66A797B11DE3EE19A9ED913B286C5C76F3B4E(L_17, L_19, /*hidden argument*/NULL); L_15->set_color_5(L_20); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_21 = ___rect1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_22 = ___l0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_23 = LightmapperUtils_ExtractIndirect_m1BA4D17B92F68DE86B8696BCA09901CB9F70E352(L_22, /*hidden argument*/NULL); L_21->set_indirectColor_6(L_23); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_24 = ___rect1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_25 = ___l0; NullCheck(L_25); float L_26 = Light_get_range_m3AA5F21DB9441E888A0E89C465F928445150061A(L_25, /*hidden argument*/NULL); L_24->set_range_7(L_26); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_27 = ___rect1; L_27->set_width_8((0.0f)); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_28 = ___rect1; L_28->set_height_9((0.0f)); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F * L_29 = ___rect1; L_29->set_falloff_10(3); return; } } // System.Void UnityEngine.Experimental.GlobalIllumination.LightmapperUtils::Extract(UnityEngine.Light,UnityEngine.Experimental.GlobalIllumination.DiscLight&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightmapperUtils_Extract_mF66211092ADB3241E3E1902CB84FF8E1A84A301F (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * ___l0, DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * ___disc1, const RuntimeMethod* method) { { DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_0 = ___disc1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_1 = ___l0; NullCheck(L_1); int32_t L_2 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_1, /*hidden argument*/NULL); L_0->set_instanceID_0(L_2); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_3 = ___disc1; L_3->set_mode_2(0); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_4 = ___disc1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_5 = ___l0; NullCheck(L_5); int32_t L_6 = Light_get_shadows_m8FBBEDB8C442B0426E5D3E457330AA81D764C8F2(L_5, /*hidden argument*/NULL); L_4->set_shadow_1((bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0)); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_7 = ___disc1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_8 = ___l0; NullCheck(L_8); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_9, /*hidden argument*/NULL); L_7->set_position_3(L_10); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_11 = ___disc1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_12 = ___l0; NullCheck(L_12); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_13 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_12, /*hidden argument*/NULL); NullCheck(L_13); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_14 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_13, /*hidden argument*/NULL); L_11->set_orientation_4(L_14); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_15 = ___disc1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_16 = ___l0; NullCheck(L_16); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_17 = Light_get_color_m7A83B30FE716A1A931D450A6035A0069A2DD7698(L_16, /*hidden argument*/NULL); Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_18 = ___l0; NullCheck(L_18); float L_19 = Light_get_intensity_m4E9152844D85D03FEDA5AE4599AFAFC3C66EFF23(L_18, /*hidden argument*/NULL); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_20 = LinearColor_Convert_m34C66A797B11DE3EE19A9ED913B286C5C76F3B4E(L_17, L_19, /*hidden argument*/NULL); L_15->set_color_5(L_20); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_21 = ___disc1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_22 = ___l0; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_23 = LightmapperUtils_ExtractIndirect_m1BA4D17B92F68DE86B8696BCA09901CB9F70E352(L_22, /*hidden argument*/NULL); L_21->set_indirectColor_6(L_23); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_24 = ___disc1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_25 = ___l0; NullCheck(L_25); float L_26 = Light_get_range_m3AA5F21DB9441E888A0E89C465F928445150061A(L_25, /*hidden argument*/NULL); L_24->set_range_7(L_26); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_27 = ___disc1; L_27->set_radius_8((0.0f)); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF * L_28 = ___disc1; L_28->set_falloff_9(3); 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 UnityEngine.Experimental.GlobalIllumination.Lightmapping::SetDelegate(UnityEngine.Experimental.GlobalIllumination.Lightmapping_RequestLightsDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lightmapping_SetDelegate_mEA4A2549370F078869895AAC4E01EB916BB49A01 (RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * ___del0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lightmapping_SetDelegate_mEA4A2549370F078869895AAC4E01EB916BB49A01_MetadataUsageId); s_Il2CppMethodInitialized = true; } RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * G_B3_0 = NULL; { RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * L_0 = ___del0; if (L_0) { goto IL_000b; } } { IL2CPP_RUNTIME_CLASS_INIT(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var); RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * L_1 = ((Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_StaticFields*)il2cpp_codegen_static_fields_for(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var))->get_s_DefaultDelegate_0(); G_B3_0 = L_1; goto IL_000c; } IL_000b: { RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * L_2 = ___del0; G_B3_0 = L_2; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var); ((Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_StaticFields*)il2cpp_codegen_static_fields_for(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var))->set_s_RequestLightsDelegate_1(G_B3_0); return; } } // UnityEngine.Experimental.GlobalIllumination.Lightmapping_RequestLightsDelegate UnityEngine.Experimental.GlobalIllumination.Lightmapping::GetDelegate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * Lightmapping_GetDelegate_mCFE706531D3E5A96E71ED963AF8CB4B93A1C0AEE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lightmapping_GetDelegate_mCFE706531D3E5A96E71ED963AF8CB4B93A1C0AEE_MetadataUsageId); s_Il2CppMethodInitialized = true; } RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var); RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * L_0 = ((Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_StaticFields*)il2cpp_codegen_static_fields_for(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var))->get_s_RequestLightsDelegate_1(); V_0 = L_0; goto IL_0009; } IL_0009: { RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * L_1 = V_0; return L_1; } } // System.Void UnityEngine.Experimental.GlobalIllumination.Lightmapping::ResetDelegate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lightmapping_ResetDelegate_m25E3082200DFB9F101AEE07039FC4A33C4183738 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lightmapping_ResetDelegate_m25E3082200DFB9F101AEE07039FC4A33C4183738_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var); RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * L_0 = ((Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_StaticFields*)il2cpp_codegen_static_fields_for(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var))->get_s_DefaultDelegate_0(); ((Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_StaticFields*)il2cpp_codegen_static_fields_for(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var))->set_s_RequestLightsDelegate_1(L_0); return; } } // System.Void UnityEngine.Experimental.GlobalIllumination.Lightmapping::RequestLights(UnityEngine.Light[],System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lightmapping_RequestLights_m572FA5D5ADA94FF109696431E2EAE13B6D5C9AB6 (LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45* ___lights0, intptr_t ___outLightsPtr1, int32_t ___outLightsCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lightmapping_RequestLights_m572FA5D5ADA94FF109696431E2EAE13B6D5C9AB6_MetadataUsageId); s_Il2CppMethodInitialized = true; } NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE V_0; memset((&V_0), 0, sizeof(V_0)); { intptr_t L_0 = ___outLightsPtr1; void* L_1 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_0, /*hidden argument*/NULL); int32_t L_2 = ___outLightsCount2; NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE L_3 = NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mD7AFB293FDB633E3BAAE963C0F5DB9A4A25E9649((void*)(void*)L_1, L_2, 1, /*hidden argument*/NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mD7AFB293FDB633E3BAAE963C0F5DB9A4A25E9649_RuntimeMethod_var); V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var); RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * L_4 = ((Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_StaticFields*)il2cpp_codegen_static_fields_for(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var))->get_s_RequestLightsDelegate_1(); LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45* L_5 = ___lights0; NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE L_6 = V_0; NullCheck(L_4); RequestLightsDelegate_Invoke_m2B97E4D1ED4DC45416B5EC472FC12B581373E403(L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Experimental.GlobalIllumination.Lightmapping::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lightmapping__cctor_m542D9D32613B348F62541FB1F0AF70EBF7EBB93A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lightmapping__cctor_m542D9D32613B348F62541FB1F0AF70EBF7EBB93A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A_il2cpp_TypeInfo_var); U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A * L_0 = ((U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * L_1 = (RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 *)il2cpp_codegen_object_new(RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8_il2cpp_TypeInfo_var); RequestLightsDelegate__ctor_m32E80A59669219265627BAF616170C5BA130CA77(L_1, L_0, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__7_0_m2D9D2C1DEA68EC9BC1F47CA41F462BB9EF72CF7B_RuntimeMethod_var), /*hidden argument*/NULL); ((Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_StaticFields*)il2cpp_codegen_static_fields_for(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var))->set_s_DefaultDelegate_0(L_1); RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * L_2 = ((Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_StaticFields*)il2cpp_codegen_static_fields_for(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var))->get_s_DefaultDelegate_0(); ((Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_StaticFields*)il2cpp_codegen_static_fields_for(Lightmapping_t91D27EB82ED28824BFF18C96AF5A8D2B0D021287_il2cpp_TypeInfo_var))->set_s_RequestLightsDelegate_1(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 UnityEngine.Experimental.GlobalIllumination.Lightmapping_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mB5E5B471CF113C81A1D2CF2C4245C2181590DB0C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_mB5E5B471CF113C81A1D2CF2C4245C2181590DB0C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A * L_0 = (U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A *)il2cpp_codegen_object_new(U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m9919FB3B009FEC46DBE2AAB63233F08B8B8D798D(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void UnityEngine.Experimental.GlobalIllumination.Lightmapping_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m9919FB3B009FEC46DBE2AAB63233F08B8B8D798D (U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Experimental.GlobalIllumination.Lightmapping_<>c::<.cctor>b__7_0(UnityEngine.Light[],Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__7_0_m2D9D2C1DEA68EC9BC1F47CA41F462BB9EF72CF7B (U3CU3Ec_tB2D8843649602049053227A9AC8F8DA417AA8F0A * __this, LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45* ___requests0, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE ___lightsOutput1, const RuntimeMethod* method) { DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE V_0; memset((&V_0), 0, sizeof(V_0)); PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D V_1; memset((&V_1), 0, sizeof(V_1)); SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C V_2; memset((&V_2), 0, sizeof(V_2)); RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F V_3; memset((&V_3), 0, sizeof(V_3)); DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF V_4; memset((&V_4), 0, sizeof(V_4)); LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * V_7 = NULL; int32_t V_8 = 0; bool V_9 = false; { il2cpp_codegen_initobj((&V_0), sizeof(DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE )); il2cpp_codegen_initobj((&V_1), sizeof(PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D )); il2cpp_codegen_initobj((&V_2), sizeof(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C )); il2cpp_codegen_initobj((&V_3), sizeof(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F )); il2cpp_codegen_initobj((&V_4), sizeof(DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF )); il2cpp_codegen_initobj((&V_5), sizeof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 )); V_6 = 0; goto IL_00f8; } IL_0039: { LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45* L_0 = ___requests0; int32_t L_1 = V_6; NullCheck(L_0); int32_t L_2 = L_1; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_3 = (L_0)->GetAt(static_cast(L_2)); V_7 = L_3; Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_4 = V_7; NullCheck(L_4); int32_t L_5 = Light_get_type_m24F8A5EFB5D0B0B5F4820623132D1EAA327D06E3(L_4, /*hidden argument*/NULL); V_8 = L_5; int32_t L_6 = V_8; switch (L_6) { case 0: { goto IL_0092; } case 1: { goto IL_0066; } case 2: { goto IL_007c; } case 3: { goto IL_00a8; } case 4: { goto IL_00be; } } } { goto IL_00d4; } IL_0066: { Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_7 = V_7; LightmapperUtils_Extract_mA213675C1DD2F46927D6B0D02619CD0F2247E98D(L_7, (DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE *)(&V_0), /*hidden argument*/NULL); LightDataGI_Init_m93EBCF45B2A5F8A0C9879FD2CF1B853514837F4B((LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)(&V_5), (DirectionalLight_t9A6F6DB3F62F43963D7FB0B0F9DC6AE3470577CE *)(&V_0), /*hidden argument*/NULL); goto IL_00e5; } IL_007c: { Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_8 = V_7; LightmapperUtils_Extract_mC23121E46C67B16DA74D2B74AA96BC9B734B4A86(L_8, (PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D *)(&V_1), /*hidden argument*/NULL); LightDataGI_Init_m236C2DEE096CDCF4B4489B9A5630E231531DF022((LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)(&V_5), (PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D *)(&V_1), /*hidden argument*/NULL); goto IL_00e5; } IL_0092: { Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_9 = V_7; LightmapperUtils_Extract_mC6A2DEE19D89B532926E1E1EF0F6815E069F27C2(L_9, (SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C *)(&V_2), /*hidden argument*/NULL); LightDataGI_Init_mBCCAA12227CF3845C831463F7B8572F00CB17CF3((LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)(&V_5), (SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C *)(&V_2), /*hidden argument*/NULL); goto IL_00e5; } IL_00a8: { Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_10 = V_7; LightmapperUtils_Extract_mFF46D8454835FF7AC4B35A807B1F29222425B594(L_10, (RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F *)(&V_3), /*hidden argument*/NULL); LightDataGI_Init_m24775B5AF758CAE25BA180BC17D9E032064B52B9((LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)(&V_5), (RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F *)(&V_3), /*hidden argument*/NULL); goto IL_00e5; } IL_00be: { Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_11 = V_7; LightmapperUtils_Extract_mF66211092ADB3241E3E1902CB84FF8E1A84A301F(L_11, (DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF *)(&V_4), /*hidden argument*/NULL); LightDataGI_Init_m00F56356E1220B292978ABE384B6500A1F1C9291((LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)(&V_5), (DiscLight_tE10937E856D764434DEE6FAC456955EECF6D16DF *)(&V_4), /*hidden argument*/NULL); goto IL_00e5; } IL_00d4: { Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * L_12 = V_7; NullCheck(L_12); int32_t L_13 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_12, /*hidden argument*/NULL); LightDataGI_InitNoBake_m660C58A4878A0DB9E842F642AA6D2800D30F0C48((LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)(&V_5), L_13, /*hidden argument*/NULL); goto IL_00e5; } IL_00e5: { int32_t L_14 = V_6; LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 L_15 = V_5; IL2CPP_NATIVEARRAY_SET_ITEM(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 , ((NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE *)(&___lightsOutput1))->___m_Buffer_0, L_14, L_15); int32_t L_16 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_00f8: { int32_t L_17 = V_6; LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45* L_18 = ___requests0; NullCheck(L_18); V_9 = (bool)((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))))))? 1 : 0); bool L_19 = V_9; if (L_19) { goto IL_0039; } } { 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 UnityEngine.Experimental.GlobalIllumination.Lightmapping_RequestLightsDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestLightsDelegate__ctor_m32E80A59669219265627BAF616170C5BA130CA77 (RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void UnityEngine.Experimental.GlobalIllumination.Lightmapping_RequestLightsDelegate::Invoke(UnityEngine.Light[],Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestLightsDelegate_Invoke_m2B97E4D1ED4DC45416B5EC472FC12B581373E403 (RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * __this, LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45* ___requests0, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE ___lightsOutput1, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45*, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___requests0, ___lightsOutput1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45*, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___requests0, ___lightsOutput1, targetMethod); } } else if (___parameterCount != 2) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE >::Invoke(targetMethod, ___requests0, ___lightsOutput1); else GenericVirtActionInvoker1< NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE >::Invoke(targetMethod, ___requests0, ___lightsOutput1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___requests0, ___lightsOutput1); else VirtActionInvoker1< NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___requests0, ___lightsOutput1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___lightsOutput1) - 1), targetMethod); } typedef void (*FunctionPointerType) (LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45*, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___requests0, ___lightsOutput1, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45*, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE >::Invoke(targetMethod, targetThis, ___requests0, ___lightsOutput1); else GenericVirtActionInvoker2< LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45*, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE >::Invoke(targetMethod, targetThis, ___requests0, ___lightsOutput1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45*, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___requests0, ___lightsOutput1); else VirtActionInvoker2< LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45*, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___requests0, ___lightsOutput1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___requests0) - 1), ___lightsOutput1, targetMethod); } if (targetThis == NULL) { typedef void (*FunctionPointerType) (LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45*, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___requests0, ___lightsOutput1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45*, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___requests0, ___lightsOutput1, targetMethod); } } } } } // System.IAsyncResult UnityEngine.Experimental.GlobalIllumination.Lightmapping_RequestLightsDelegate::BeginInvoke(UnityEngine.Light[],Unity.Collections.NativeArray`1,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RequestLightsDelegate_BeginInvoke_m842A0B872EE1BDC505161CC083CA189F222784A8 (RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * __this, LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45* ___requests0, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE ___lightsOutput1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RequestLightsDelegate_BeginInvoke_m842A0B872EE1BDC505161CC083CA189F222784A8_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___requests0; __d_args[1] = Box(NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE_il2cpp_TypeInfo_var, &___lightsOutput1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void UnityEngine.Experimental.GlobalIllumination.Lightmapping_RequestLightsDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestLightsDelegate_EndInvoke_mB5DE6574659D68281BC3D8179211DA892A481333 (RequestLightsDelegate_tCB80C9F2519F63195AC7260F921878F1525944B8 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LinearColor::Convert(UnityEngine.Color,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD LinearColor_Convert_m34C66A797B11DE3EE19A9ED913B286C5C76F3B4E (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color0, float ___intensity1, const RuntimeMethod* method) { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD V_3; memset((&V_3), 0, sizeof(V_3)); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_4; memset((&V_4), 0, sizeof(V_4)); bool V_5 = false; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD V_6; memset((&V_6), 0, sizeof(V_6)); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { bool L_0 = GraphicsSettings_get_lightsUseLinearIntensity_mED8D75F87016FCF600955146863696AB214BA29A(/*hidden argument*/NULL); if (L_0) { goto IL_001b; } } { float L_1 = ___intensity1; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = Color_RGBMultiplied_m41914B23903491843FAA3B0C02027EF8B70F34CF((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___color0), L_1, /*hidden argument*/NULL); V_4 = L_2; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = Color_get_linear_mB10CD29D56ADE2C811AD74A605BA11F6656E9D1A((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_4), /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_002c; } IL_001b: { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = Color_get_linear_mB10CD29D56ADE2C811AD74A605BA11F6656E9D1A((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___color0), /*hidden argument*/NULL); V_4 = L_4; float L_5 = ___intensity1; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_6 = Color_RGBMultiplied_m41914B23903491843FAA3B0C02027EF8B70F34CF((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_4), L_5, /*hidden argument*/NULL); G_B3_0 = L_6; } IL_002c: { V_0 = G_B3_0; float L_7 = Color_get_maxColorComponent_mBA8595CB2790747F42145CB696C10E64C9BBD76D((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_0), /*hidden argument*/NULL); V_1 = L_7; float L_8 = V_1; V_5 = (bool)((((int32_t)((!(((float)L_8) <= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_9 = V_5; if (!L_9) { goto IL_004f; } } { LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_10 = LinearColor_Black_m0C3B7331D5DEBB72F85BAFC175BC785D964D30D8(/*hidden argument*/NULL); V_6 = L_10; goto IL_0097; } IL_004f: { float L_11 = Color_get_maxColorComponent_mBA8595CB2790747F42145CB696C10E64C9BBD76D((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_0), /*hidden argument*/NULL); V_2 = ((float)((float)(1.0f)/(float)L_11)); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_12 = V_0; float L_13 = L_12.get_r_0(); float L_14 = V_2; (&V_3)->set_m_red_0(((float)il2cpp_codegen_multiply((float)L_13, (float)L_14))); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_15 = V_0; float L_16 = L_15.get_g_1(); float L_17 = V_2; (&V_3)->set_m_green_1(((float)il2cpp_codegen_multiply((float)L_16, (float)L_17))); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_18 = V_0; float L_19 = L_18.get_b_2(); float L_20 = V_2; (&V_3)->set_m_blue_2(((float)il2cpp_codegen_multiply((float)L_19, (float)L_20))); float L_21 = V_1; (&V_3)->set_m_intensity_3(L_21); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_22 = V_3; V_6 = L_22; goto IL_0097; } IL_0097: { LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_23 = V_6; return L_23; } } // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LinearColor::Black() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD LinearColor_Black_m0C3B7331D5DEBB72F85BAFC175BC785D964D30D8 (const RuntimeMethod* method) { LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD V_2; memset((&V_2), 0, sizeof(V_2)); { float L_0 = (0.0f); V_1 = L_0; (&V_0)->set_m_intensity_3(L_0); float L_1 = V_1; float L_2 = L_1; V_1 = L_2; (&V_0)->set_m_blue_2(L_2); float L_3 = V_1; float L_4 = L_3; V_1 = L_4; (&V_0)->set_m_green_1(L_4); float L_5 = V_1; (&V_0)->set_m_red_0(L_5); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_6 = V_0; V_2 = L_6; goto IL_002f; } IL_002f: { LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD L_7 = V_2; return L_7; } } #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: UnityEngine.Experimental.GlobalIllumination.PointLight IL2CPP_EXTERN_C void PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshal_pinvoke(const PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D& unmarshaled, PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshaled_pinvoke& marshaled) { marshaled.___instanceID_0 = unmarshaled.get_instanceID_0(); marshaled.___shadow_1 = static_cast(unmarshaled.get_shadow_1()); marshaled.___mode_2 = unmarshaled.get_mode_2(); marshaled.___position_3 = unmarshaled.get_position_3(); marshaled.___color_4 = unmarshaled.get_color_4(); marshaled.___indirectColor_5 = unmarshaled.get_indirectColor_5(); marshaled.___range_6 = unmarshaled.get_range_6(); marshaled.___sphereRadius_7 = unmarshaled.get_sphereRadius_7(); marshaled.___falloff_8 = unmarshaled.get_falloff_8(); } IL2CPP_EXTERN_C void PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshal_pinvoke_back(const PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshaled_pinvoke& marshaled, PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D& unmarshaled) { int32_t unmarshaled_instanceID_temp_0 = 0; unmarshaled_instanceID_temp_0 = marshaled.___instanceID_0; unmarshaled.set_instanceID_0(unmarshaled_instanceID_temp_0); bool unmarshaled_shadow_temp_1 = false; unmarshaled_shadow_temp_1 = static_cast(marshaled.___shadow_1); unmarshaled.set_shadow_1(unmarshaled_shadow_temp_1); uint8_t unmarshaled_mode_temp_2 = 0; unmarshaled_mode_temp_2 = marshaled.___mode_2; unmarshaled.set_mode_2(unmarshaled_mode_temp_2); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 unmarshaled_position_temp_3; memset((&unmarshaled_position_temp_3), 0, sizeof(unmarshaled_position_temp_3)); unmarshaled_position_temp_3 = marshaled.___position_3; unmarshaled.set_position_3(unmarshaled_position_temp_3); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_color_temp_4; memset((&unmarshaled_color_temp_4), 0, sizeof(unmarshaled_color_temp_4)); unmarshaled_color_temp_4 = marshaled.___color_4; unmarshaled.set_color_4(unmarshaled_color_temp_4); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_indirectColor_temp_5; memset((&unmarshaled_indirectColor_temp_5), 0, sizeof(unmarshaled_indirectColor_temp_5)); unmarshaled_indirectColor_temp_5 = marshaled.___indirectColor_5; unmarshaled.set_indirectColor_5(unmarshaled_indirectColor_temp_5); float unmarshaled_range_temp_6 = 0.0f; unmarshaled_range_temp_6 = marshaled.___range_6; unmarshaled.set_range_6(unmarshaled_range_temp_6); float unmarshaled_sphereRadius_temp_7 = 0.0f; unmarshaled_sphereRadius_temp_7 = marshaled.___sphereRadius_7; unmarshaled.set_sphereRadius_7(unmarshaled_sphereRadius_temp_7); uint8_t unmarshaled_falloff_temp_8 = 0; unmarshaled_falloff_temp_8 = marshaled.___falloff_8; unmarshaled.set_falloff_8(unmarshaled_falloff_temp_8); } // Conversion method for clean up from marshalling of: UnityEngine.Experimental.GlobalIllumination.PointLight IL2CPP_EXTERN_C void PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshal_pinvoke_cleanup(PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.Experimental.GlobalIllumination.PointLight IL2CPP_EXTERN_C void PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshal_com(const PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D& unmarshaled, PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshaled_com& marshaled) { marshaled.___instanceID_0 = unmarshaled.get_instanceID_0(); marshaled.___shadow_1 = static_cast(unmarshaled.get_shadow_1()); marshaled.___mode_2 = unmarshaled.get_mode_2(); marshaled.___position_3 = unmarshaled.get_position_3(); marshaled.___color_4 = unmarshaled.get_color_4(); marshaled.___indirectColor_5 = unmarshaled.get_indirectColor_5(); marshaled.___range_6 = unmarshaled.get_range_6(); marshaled.___sphereRadius_7 = unmarshaled.get_sphereRadius_7(); marshaled.___falloff_8 = unmarshaled.get_falloff_8(); } IL2CPP_EXTERN_C void PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshal_com_back(const PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshaled_com& marshaled, PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D& unmarshaled) { int32_t unmarshaled_instanceID_temp_0 = 0; unmarshaled_instanceID_temp_0 = marshaled.___instanceID_0; unmarshaled.set_instanceID_0(unmarshaled_instanceID_temp_0); bool unmarshaled_shadow_temp_1 = false; unmarshaled_shadow_temp_1 = static_cast(marshaled.___shadow_1); unmarshaled.set_shadow_1(unmarshaled_shadow_temp_1); uint8_t unmarshaled_mode_temp_2 = 0; unmarshaled_mode_temp_2 = marshaled.___mode_2; unmarshaled.set_mode_2(unmarshaled_mode_temp_2); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 unmarshaled_position_temp_3; memset((&unmarshaled_position_temp_3), 0, sizeof(unmarshaled_position_temp_3)); unmarshaled_position_temp_3 = marshaled.___position_3; unmarshaled.set_position_3(unmarshaled_position_temp_3); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_color_temp_4; memset((&unmarshaled_color_temp_4), 0, sizeof(unmarshaled_color_temp_4)); unmarshaled_color_temp_4 = marshaled.___color_4; unmarshaled.set_color_4(unmarshaled_color_temp_4); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_indirectColor_temp_5; memset((&unmarshaled_indirectColor_temp_5), 0, sizeof(unmarshaled_indirectColor_temp_5)); unmarshaled_indirectColor_temp_5 = marshaled.___indirectColor_5; unmarshaled.set_indirectColor_5(unmarshaled_indirectColor_temp_5); float unmarshaled_range_temp_6 = 0.0f; unmarshaled_range_temp_6 = marshaled.___range_6; unmarshaled.set_range_6(unmarshaled_range_temp_6); float unmarshaled_sphereRadius_temp_7 = 0.0f; unmarshaled_sphereRadius_temp_7 = marshaled.___sphereRadius_7; unmarshaled.set_sphereRadius_7(unmarshaled_sphereRadius_temp_7); uint8_t unmarshaled_falloff_temp_8 = 0; unmarshaled_falloff_temp_8 = marshaled.___falloff_8; unmarshaled.set_falloff_8(unmarshaled_falloff_temp_8); } // Conversion method for clean up from marshalling of: UnityEngine.Experimental.GlobalIllumination.PointLight IL2CPP_EXTERN_C void PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshal_com_cleanup(PointLight_t13AFF86FA0F9FF4CA9F816D78C5EFB8D6092803D_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.Experimental.GlobalIllumination.RectangleLight IL2CPP_EXTERN_C void RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshal_pinvoke(const RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F& unmarshaled, RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshaled_pinvoke& marshaled) { marshaled.___instanceID_0 = unmarshaled.get_instanceID_0(); marshaled.___shadow_1 = static_cast(unmarshaled.get_shadow_1()); marshaled.___mode_2 = unmarshaled.get_mode_2(); marshaled.___position_3 = unmarshaled.get_position_3(); marshaled.___orientation_4 = unmarshaled.get_orientation_4(); marshaled.___color_5 = unmarshaled.get_color_5(); marshaled.___indirectColor_6 = unmarshaled.get_indirectColor_6(); marshaled.___range_7 = unmarshaled.get_range_7(); marshaled.___width_8 = unmarshaled.get_width_8(); marshaled.___height_9 = unmarshaled.get_height_9(); marshaled.___falloff_10 = unmarshaled.get_falloff_10(); } IL2CPP_EXTERN_C void RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshal_pinvoke_back(const RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshaled_pinvoke& marshaled, RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F& unmarshaled) { int32_t unmarshaled_instanceID_temp_0 = 0; unmarshaled_instanceID_temp_0 = marshaled.___instanceID_0; unmarshaled.set_instanceID_0(unmarshaled_instanceID_temp_0); bool unmarshaled_shadow_temp_1 = false; unmarshaled_shadow_temp_1 = static_cast(marshaled.___shadow_1); unmarshaled.set_shadow_1(unmarshaled_shadow_temp_1); uint8_t unmarshaled_mode_temp_2 = 0; unmarshaled_mode_temp_2 = marshaled.___mode_2; unmarshaled.set_mode_2(unmarshaled_mode_temp_2); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 unmarshaled_position_temp_3; memset((&unmarshaled_position_temp_3), 0, sizeof(unmarshaled_position_temp_3)); unmarshaled_position_temp_3 = marshaled.___position_3; unmarshaled.set_position_3(unmarshaled_position_temp_3); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 unmarshaled_orientation_temp_4; memset((&unmarshaled_orientation_temp_4), 0, sizeof(unmarshaled_orientation_temp_4)); unmarshaled_orientation_temp_4 = marshaled.___orientation_4; unmarshaled.set_orientation_4(unmarshaled_orientation_temp_4); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_color_temp_5; memset((&unmarshaled_color_temp_5), 0, sizeof(unmarshaled_color_temp_5)); unmarshaled_color_temp_5 = marshaled.___color_5; unmarshaled.set_color_5(unmarshaled_color_temp_5); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_indirectColor_temp_6; memset((&unmarshaled_indirectColor_temp_6), 0, sizeof(unmarshaled_indirectColor_temp_6)); unmarshaled_indirectColor_temp_6 = marshaled.___indirectColor_6; unmarshaled.set_indirectColor_6(unmarshaled_indirectColor_temp_6); float unmarshaled_range_temp_7 = 0.0f; unmarshaled_range_temp_7 = marshaled.___range_7; unmarshaled.set_range_7(unmarshaled_range_temp_7); float unmarshaled_width_temp_8 = 0.0f; unmarshaled_width_temp_8 = marshaled.___width_8; unmarshaled.set_width_8(unmarshaled_width_temp_8); float unmarshaled_height_temp_9 = 0.0f; unmarshaled_height_temp_9 = marshaled.___height_9; unmarshaled.set_height_9(unmarshaled_height_temp_9); uint8_t unmarshaled_falloff_temp_10 = 0; unmarshaled_falloff_temp_10 = marshaled.___falloff_10; unmarshaled.set_falloff_10(unmarshaled_falloff_temp_10); } // Conversion method for clean up from marshalling of: UnityEngine.Experimental.GlobalIllumination.RectangleLight IL2CPP_EXTERN_C void RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshal_pinvoke_cleanup(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.Experimental.GlobalIllumination.RectangleLight IL2CPP_EXTERN_C void RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshal_com(const RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F& unmarshaled, RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshaled_com& marshaled) { marshaled.___instanceID_0 = unmarshaled.get_instanceID_0(); marshaled.___shadow_1 = static_cast(unmarshaled.get_shadow_1()); marshaled.___mode_2 = unmarshaled.get_mode_2(); marshaled.___position_3 = unmarshaled.get_position_3(); marshaled.___orientation_4 = unmarshaled.get_orientation_4(); marshaled.___color_5 = unmarshaled.get_color_5(); marshaled.___indirectColor_6 = unmarshaled.get_indirectColor_6(); marshaled.___range_7 = unmarshaled.get_range_7(); marshaled.___width_8 = unmarshaled.get_width_8(); marshaled.___height_9 = unmarshaled.get_height_9(); marshaled.___falloff_10 = unmarshaled.get_falloff_10(); } IL2CPP_EXTERN_C void RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshal_com_back(const RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshaled_com& marshaled, RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F& unmarshaled) { int32_t unmarshaled_instanceID_temp_0 = 0; unmarshaled_instanceID_temp_0 = marshaled.___instanceID_0; unmarshaled.set_instanceID_0(unmarshaled_instanceID_temp_0); bool unmarshaled_shadow_temp_1 = false; unmarshaled_shadow_temp_1 = static_cast(marshaled.___shadow_1); unmarshaled.set_shadow_1(unmarshaled_shadow_temp_1); uint8_t unmarshaled_mode_temp_2 = 0; unmarshaled_mode_temp_2 = marshaled.___mode_2; unmarshaled.set_mode_2(unmarshaled_mode_temp_2); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 unmarshaled_position_temp_3; memset((&unmarshaled_position_temp_3), 0, sizeof(unmarshaled_position_temp_3)); unmarshaled_position_temp_3 = marshaled.___position_3; unmarshaled.set_position_3(unmarshaled_position_temp_3); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 unmarshaled_orientation_temp_4; memset((&unmarshaled_orientation_temp_4), 0, sizeof(unmarshaled_orientation_temp_4)); unmarshaled_orientation_temp_4 = marshaled.___orientation_4; unmarshaled.set_orientation_4(unmarshaled_orientation_temp_4); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_color_temp_5; memset((&unmarshaled_color_temp_5), 0, sizeof(unmarshaled_color_temp_5)); unmarshaled_color_temp_5 = marshaled.___color_5; unmarshaled.set_color_5(unmarshaled_color_temp_5); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_indirectColor_temp_6; memset((&unmarshaled_indirectColor_temp_6), 0, sizeof(unmarshaled_indirectColor_temp_6)); unmarshaled_indirectColor_temp_6 = marshaled.___indirectColor_6; unmarshaled.set_indirectColor_6(unmarshaled_indirectColor_temp_6); float unmarshaled_range_temp_7 = 0.0f; unmarshaled_range_temp_7 = marshaled.___range_7; unmarshaled.set_range_7(unmarshaled_range_temp_7); float unmarshaled_width_temp_8 = 0.0f; unmarshaled_width_temp_8 = marshaled.___width_8; unmarshaled.set_width_8(unmarshaled_width_temp_8); float unmarshaled_height_temp_9 = 0.0f; unmarshaled_height_temp_9 = marshaled.___height_9; unmarshaled.set_height_9(unmarshaled_height_temp_9); uint8_t unmarshaled_falloff_temp_10 = 0; unmarshaled_falloff_temp_10 = marshaled.___falloff_10; unmarshaled.set_falloff_10(unmarshaled_falloff_temp_10); } // Conversion method for clean up from marshalling of: UnityEngine.Experimental.GlobalIllumination.RectangleLight IL2CPP_EXTERN_C void RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshal_com_cleanup(RectangleLight_tA8F8FE31870726D3994C3D212AA46CDD65FC381F_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.Experimental.GlobalIllumination.SpotLight IL2CPP_EXTERN_C void SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_marshal_pinvoke(const SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C& unmarshaled, SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_marshaled_pinvoke& marshaled) { marshaled.___instanceID_0 = unmarshaled.get_instanceID_0(); marshaled.___shadow_1 = static_cast(unmarshaled.get_shadow_1()); marshaled.___mode_2 = unmarshaled.get_mode_2(); marshaled.___position_3 = unmarshaled.get_position_3(); marshaled.___orientation_4 = unmarshaled.get_orientation_4(); marshaled.___color_5 = unmarshaled.get_color_5(); marshaled.___indirectColor_6 = unmarshaled.get_indirectColor_6(); marshaled.___range_7 = unmarshaled.get_range_7(); marshaled.___sphereRadius_8 = unmarshaled.get_sphereRadius_8(); marshaled.___coneAngle_9 = unmarshaled.get_coneAngle_9(); marshaled.___innerConeAngle_10 = unmarshaled.get_innerConeAngle_10(); marshaled.___falloff_11 = unmarshaled.get_falloff_11(); marshaled.___angularFalloff_12 = unmarshaled.get_angularFalloff_12(); } IL2CPP_EXTERN_C void SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_marshal_pinvoke_back(const SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_marshaled_pinvoke& marshaled, SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C& unmarshaled) { int32_t unmarshaled_instanceID_temp_0 = 0; unmarshaled_instanceID_temp_0 = marshaled.___instanceID_0; unmarshaled.set_instanceID_0(unmarshaled_instanceID_temp_0); bool unmarshaled_shadow_temp_1 = false; unmarshaled_shadow_temp_1 = static_cast(marshaled.___shadow_1); unmarshaled.set_shadow_1(unmarshaled_shadow_temp_1); uint8_t unmarshaled_mode_temp_2 = 0; unmarshaled_mode_temp_2 = marshaled.___mode_2; unmarshaled.set_mode_2(unmarshaled_mode_temp_2); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 unmarshaled_position_temp_3; memset((&unmarshaled_position_temp_3), 0, sizeof(unmarshaled_position_temp_3)); unmarshaled_position_temp_3 = marshaled.___position_3; unmarshaled.set_position_3(unmarshaled_position_temp_3); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 unmarshaled_orientation_temp_4; memset((&unmarshaled_orientation_temp_4), 0, sizeof(unmarshaled_orientation_temp_4)); unmarshaled_orientation_temp_4 = marshaled.___orientation_4; unmarshaled.set_orientation_4(unmarshaled_orientation_temp_4); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_color_temp_5; memset((&unmarshaled_color_temp_5), 0, sizeof(unmarshaled_color_temp_5)); unmarshaled_color_temp_5 = marshaled.___color_5; unmarshaled.set_color_5(unmarshaled_color_temp_5); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_indirectColor_temp_6; memset((&unmarshaled_indirectColor_temp_6), 0, sizeof(unmarshaled_indirectColor_temp_6)); unmarshaled_indirectColor_temp_6 = marshaled.___indirectColor_6; unmarshaled.set_indirectColor_6(unmarshaled_indirectColor_temp_6); float unmarshaled_range_temp_7 = 0.0f; unmarshaled_range_temp_7 = marshaled.___range_7; unmarshaled.set_range_7(unmarshaled_range_temp_7); float unmarshaled_sphereRadius_temp_8 = 0.0f; unmarshaled_sphereRadius_temp_8 = marshaled.___sphereRadius_8; unmarshaled.set_sphereRadius_8(unmarshaled_sphereRadius_temp_8); float unmarshaled_coneAngle_temp_9 = 0.0f; unmarshaled_coneAngle_temp_9 = marshaled.___coneAngle_9; unmarshaled.set_coneAngle_9(unmarshaled_coneAngle_temp_9); float unmarshaled_innerConeAngle_temp_10 = 0.0f; unmarshaled_innerConeAngle_temp_10 = marshaled.___innerConeAngle_10; unmarshaled.set_innerConeAngle_10(unmarshaled_innerConeAngle_temp_10); uint8_t unmarshaled_falloff_temp_11 = 0; unmarshaled_falloff_temp_11 = marshaled.___falloff_11; unmarshaled.set_falloff_11(unmarshaled_falloff_temp_11); uint8_t unmarshaled_angularFalloff_temp_12 = 0; unmarshaled_angularFalloff_temp_12 = marshaled.___angularFalloff_12; unmarshaled.set_angularFalloff_12(unmarshaled_angularFalloff_temp_12); } // Conversion method for clean up from marshalling of: UnityEngine.Experimental.GlobalIllumination.SpotLight IL2CPP_EXTERN_C void SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_marshal_pinvoke_cleanup(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.Experimental.GlobalIllumination.SpotLight IL2CPP_EXTERN_C void SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_marshal_com(const SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C& unmarshaled, SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_marshaled_com& marshaled) { marshaled.___instanceID_0 = unmarshaled.get_instanceID_0(); marshaled.___shadow_1 = static_cast(unmarshaled.get_shadow_1()); marshaled.___mode_2 = unmarshaled.get_mode_2(); marshaled.___position_3 = unmarshaled.get_position_3(); marshaled.___orientation_4 = unmarshaled.get_orientation_4(); marshaled.___color_5 = unmarshaled.get_color_5(); marshaled.___indirectColor_6 = unmarshaled.get_indirectColor_6(); marshaled.___range_7 = unmarshaled.get_range_7(); marshaled.___sphereRadius_8 = unmarshaled.get_sphereRadius_8(); marshaled.___coneAngle_9 = unmarshaled.get_coneAngle_9(); marshaled.___innerConeAngle_10 = unmarshaled.get_innerConeAngle_10(); marshaled.___falloff_11 = unmarshaled.get_falloff_11(); marshaled.___angularFalloff_12 = unmarshaled.get_angularFalloff_12(); } IL2CPP_EXTERN_C void SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_marshal_com_back(const SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_marshaled_com& marshaled, SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C& unmarshaled) { int32_t unmarshaled_instanceID_temp_0 = 0; unmarshaled_instanceID_temp_0 = marshaled.___instanceID_0; unmarshaled.set_instanceID_0(unmarshaled_instanceID_temp_0); bool unmarshaled_shadow_temp_1 = false; unmarshaled_shadow_temp_1 = static_cast(marshaled.___shadow_1); unmarshaled.set_shadow_1(unmarshaled_shadow_temp_1); uint8_t unmarshaled_mode_temp_2 = 0; unmarshaled_mode_temp_2 = marshaled.___mode_2; unmarshaled.set_mode_2(unmarshaled_mode_temp_2); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 unmarshaled_position_temp_3; memset((&unmarshaled_position_temp_3), 0, sizeof(unmarshaled_position_temp_3)); unmarshaled_position_temp_3 = marshaled.___position_3; unmarshaled.set_position_3(unmarshaled_position_temp_3); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 unmarshaled_orientation_temp_4; memset((&unmarshaled_orientation_temp_4), 0, sizeof(unmarshaled_orientation_temp_4)); unmarshaled_orientation_temp_4 = marshaled.___orientation_4; unmarshaled.set_orientation_4(unmarshaled_orientation_temp_4); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_color_temp_5; memset((&unmarshaled_color_temp_5), 0, sizeof(unmarshaled_color_temp_5)); unmarshaled_color_temp_5 = marshaled.___color_5; unmarshaled.set_color_5(unmarshaled_color_temp_5); LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD unmarshaled_indirectColor_temp_6; memset((&unmarshaled_indirectColor_temp_6), 0, sizeof(unmarshaled_indirectColor_temp_6)); unmarshaled_indirectColor_temp_6 = marshaled.___indirectColor_6; unmarshaled.set_indirectColor_6(unmarshaled_indirectColor_temp_6); float unmarshaled_range_temp_7 = 0.0f; unmarshaled_range_temp_7 = marshaled.___range_7; unmarshaled.set_range_7(unmarshaled_range_temp_7); float unmarshaled_sphereRadius_temp_8 = 0.0f; unmarshaled_sphereRadius_temp_8 = marshaled.___sphereRadius_8; unmarshaled.set_sphereRadius_8(unmarshaled_sphereRadius_temp_8); float unmarshaled_coneAngle_temp_9 = 0.0f; unmarshaled_coneAngle_temp_9 = marshaled.___coneAngle_9; unmarshaled.set_coneAngle_9(unmarshaled_coneAngle_temp_9); float unmarshaled_innerConeAngle_temp_10 = 0.0f; unmarshaled_innerConeAngle_temp_10 = marshaled.___innerConeAngle_10; unmarshaled.set_innerConeAngle_10(unmarshaled_innerConeAngle_temp_10); uint8_t unmarshaled_falloff_temp_11 = 0; unmarshaled_falloff_temp_11 = marshaled.___falloff_11; unmarshaled.set_falloff_11(unmarshaled_falloff_temp_11); uint8_t unmarshaled_angularFalloff_temp_12 = 0; unmarshaled_angularFalloff_temp_12 = marshaled.___angularFalloff_12; unmarshaled.set_angularFalloff_12(unmarshaled_angularFalloff_temp_12); } // Conversion method for clean up from marshalling of: UnityEngine.Experimental.GlobalIllumination.SpotLight IL2CPP_EXTERN_C void SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_marshal_com_cleanup(SpotLight_t3F4C3626D514DC9796C2D2B0A1CDAD767C57AB3C_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 // UnityEngine.Playables.PlayableHandle UnityEngine.Experimental.Playables.CameraPlayable::GetHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 CameraPlayable_GetHandle_mC710651CAEE2596697CFFC01014BEB041C67E2B4 (CameraPlayable_t3EEDF247328760DA29DC7E39B712076ED0FD9937 * __this, const RuntimeMethod* method) { PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 L_0 = __this->get_m_Handle_0(); V_0 = L_0; goto IL_000a; } IL_000a: { PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 L_1 = V_0; return L_1; } } IL2CPP_EXTERN_C PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 CameraPlayable_GetHandle_mC710651CAEE2596697CFFC01014BEB041C67E2B4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CameraPlayable_t3EEDF247328760DA29DC7E39B712076ED0FD9937 * _thisAdjusted = reinterpret_cast(__this + _offset); return CameraPlayable_GetHandle_mC710651CAEE2596697CFFC01014BEB041C67E2B4(_thisAdjusted, method); } // System.Boolean UnityEngine.Experimental.Playables.CameraPlayable::Equals(UnityEngine.Experimental.Playables.CameraPlayable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CameraPlayable_Equals_mBA0325A3187672B8FDE237D2D5229474C19E3A52 (CameraPlayable_t3EEDF247328760DA29DC7E39B712076ED0FD9937 * __this, CameraPlayable_t3EEDF247328760DA29DC7E39B712076ED0FD9937 ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CameraPlayable_Equals_mBA0325A3187672B8FDE237D2D5229474C19E3A52_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 L_0 = CameraPlayable_GetHandle_mC710651CAEE2596697CFFC01014BEB041C67E2B4((CameraPlayable_t3EEDF247328760DA29DC7E39B712076ED0FD9937 *)__this, /*hidden argument*/NULL); PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 L_1 = CameraPlayable_GetHandle_mC710651CAEE2596697CFFC01014BEB041C67E2B4((CameraPlayable_t3EEDF247328760DA29DC7E39B712076ED0FD9937 *)(&___other0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182_il2cpp_TypeInfo_var); bool L_2 = PlayableHandle_op_Equality_mBA774AE123AF794A1EB55148206CDD52DAFA42DF(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0016; } IL_0016: { bool L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C bool CameraPlayable_Equals_mBA0325A3187672B8FDE237D2D5229474C19E3A52_AdjustorThunk (RuntimeObject * __this, CameraPlayable_t3EEDF247328760DA29DC7E39B712076ED0FD9937 ___other0, const RuntimeMethod* method) { int32_t _offset = 1; CameraPlayable_t3EEDF247328760DA29DC7E39B712076ED0FD9937 * _thisAdjusted = reinterpret_cast(__this + _offset); return CameraPlayable_Equals_mBA0325A3187672B8FDE237D2D5229474C19E3A52(_thisAdjusted, ___other0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Playables.PlayableHandle UnityEngine.Experimental.Playables.MaterialEffectPlayable::GetHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 MaterialEffectPlayable_GetHandle_mB0F6F324656489CE4DE4EFA8ACCE37458D292439 (MaterialEffectPlayable_t40911576524A28294D958991232297B1728713FC * __this, const RuntimeMethod* method) { PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 L_0 = __this->get_m_Handle_0(); V_0 = L_0; goto IL_000a; } IL_000a: { PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 L_1 = V_0; return L_1; } } IL2CPP_EXTERN_C PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 MaterialEffectPlayable_GetHandle_mB0F6F324656489CE4DE4EFA8ACCE37458D292439_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; MaterialEffectPlayable_t40911576524A28294D958991232297B1728713FC * _thisAdjusted = reinterpret_cast(__this + _offset); return MaterialEffectPlayable_GetHandle_mB0F6F324656489CE4DE4EFA8ACCE37458D292439(_thisAdjusted, method); } // System.Boolean UnityEngine.Experimental.Playables.MaterialEffectPlayable::Equals(UnityEngine.Experimental.Playables.MaterialEffectPlayable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaterialEffectPlayable_Equals_m9C2DB0EB37CFB9679961D667B61E2360384C71DA (MaterialEffectPlayable_t40911576524A28294D958991232297B1728713FC * __this, MaterialEffectPlayable_t40911576524A28294D958991232297B1728713FC ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MaterialEffectPlayable_Equals_m9C2DB0EB37CFB9679961D667B61E2360384C71DA_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 L_0 = MaterialEffectPlayable_GetHandle_mB0F6F324656489CE4DE4EFA8ACCE37458D292439((MaterialEffectPlayable_t40911576524A28294D958991232297B1728713FC *)__this, /*hidden argument*/NULL); PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 L_1 = MaterialEffectPlayable_GetHandle_mB0F6F324656489CE4DE4EFA8ACCE37458D292439((MaterialEffectPlayable_t40911576524A28294D958991232297B1728713FC *)(&___other0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182_il2cpp_TypeInfo_var); bool L_2 = PlayableHandle_op_Equality_mBA774AE123AF794A1EB55148206CDD52DAFA42DF(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0016; } IL_0016: { bool L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C bool MaterialEffectPlayable_Equals_m9C2DB0EB37CFB9679961D667B61E2360384C71DA_AdjustorThunk (RuntimeObject * __this, MaterialEffectPlayable_t40911576524A28294D958991232297B1728713FC ___other0, const RuntimeMethod* method) { int32_t _offset = 1; MaterialEffectPlayable_t40911576524A28294D958991232297B1728713FC * _thisAdjusted = reinterpret_cast(__this + _offset); return MaterialEffectPlayable_Equals_m9C2DB0EB37CFB9679961D667B61E2360384C71DA(_thisAdjusted, ___other0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Playables.PlayableHandle UnityEngine.Experimental.Playables.TextureMixerPlayable::GetHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 TextureMixerPlayable_GetHandle_mBC5D38A23834675B7A8D5314DCF4655C83AE649C (TextureMixerPlayable_tC536766EC72A3E271307F13E649F22BA411B9326 * __this, const RuntimeMethod* method) { PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 L_0 = __this->get_m_Handle_0(); V_0 = L_0; goto IL_000a; } IL_000a: { PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 L_1 = V_0; return L_1; } } IL2CPP_EXTERN_C PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 TextureMixerPlayable_GetHandle_mBC5D38A23834675B7A8D5314DCF4655C83AE649C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TextureMixerPlayable_tC536766EC72A3E271307F13E649F22BA411B9326 * _thisAdjusted = reinterpret_cast(__this + _offset); return TextureMixerPlayable_GetHandle_mBC5D38A23834675B7A8D5314DCF4655C83AE649C(_thisAdjusted, method); } // System.Boolean UnityEngine.Experimental.Playables.TextureMixerPlayable::Equals(UnityEngine.Experimental.Playables.TextureMixerPlayable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextureMixerPlayable_Equals_mEDE18FD43C9501F04871D2357DC66BABE43F397B (TextureMixerPlayable_tC536766EC72A3E271307F13E649F22BA411B9326 * __this, TextureMixerPlayable_tC536766EC72A3E271307F13E649F22BA411B9326 ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextureMixerPlayable_Equals_mEDE18FD43C9501F04871D2357DC66BABE43F397B_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 L_0 = TextureMixerPlayable_GetHandle_mBC5D38A23834675B7A8D5314DCF4655C83AE649C((TextureMixerPlayable_tC536766EC72A3E271307F13E649F22BA411B9326 *)__this, /*hidden argument*/NULL); PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 L_1 = TextureMixerPlayable_GetHandle_mBC5D38A23834675B7A8D5314DCF4655C83AE649C((TextureMixerPlayable_tC536766EC72A3E271307F13E649F22BA411B9326 *)(&___other0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182_il2cpp_TypeInfo_var); bool L_2 = PlayableHandle_op_Equality_mBA774AE123AF794A1EB55148206CDD52DAFA42DF(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0016; } IL_0016: { bool L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C bool TextureMixerPlayable_Equals_mEDE18FD43C9501F04871D2357DC66BABE43F397B_AdjustorThunk (RuntimeObject * __this, TextureMixerPlayable_tC536766EC72A3E271307F13E649F22BA411B9326 ___other0, const RuntimeMethod* method) { int32_t _offset = 1; TextureMixerPlayable_tC536766EC72A3E271307F13E649F22BA411B9326 * _thisAdjusted = reinterpret_cast(__this + _offset); return TextureMixerPlayable_Equals_mEDE18FD43C9501F04871D2357DC66BABE43F397B(_thisAdjusted, ___other0, method); } #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 UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem::TickRealtimeProbes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BuiltinRuntimeReflectionSystem_TickRealtimeProbes_m7100EF316D04C407A21C27A35752826E463603EB (BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45 * __this, const RuntimeMethod* method) { bool V_0 = false; { bool L_0 = BuiltinRuntimeReflectionSystem_BuiltinUpdate_mE62DD3456554487F133F6CCF3D07E0CE6B7A07AB(/*hidden argument*/NULL); V_0 = L_0; goto IL_0009; } IL_0009: { bool L_1 = V_0; return L_1; } } // System.Void UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuiltinRuntimeReflectionSystem_Dispose_m60454D78E8492E739E2537F0B80FC76AC5DA1FCC (BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45 * __this, const RuntimeMethod* method) { { BuiltinRuntimeReflectionSystem_Dispose_m46A331A4A718F67B97CC07E98D419C0BBF38A8B0(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuiltinRuntimeReflectionSystem_Dispose_m46A331A4A718F67B97CC07E98D419C0BBF38A8B0 (BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Boolean UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem::BuiltinUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BuiltinRuntimeReflectionSystem_BuiltinUpdate_mE62DD3456554487F133F6CCF3D07E0CE6B7A07AB (const RuntimeMethod* method) { typedef bool (*BuiltinRuntimeReflectionSystem_BuiltinUpdate_mE62DD3456554487F133F6CCF3D07E0CE6B7A07AB_ftn) (); static BuiltinRuntimeReflectionSystem_BuiltinUpdate_mE62DD3456554487F133F6CCF3D07E0CE6B7A07AB_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (BuiltinRuntimeReflectionSystem_BuiltinUpdate_mE62DD3456554487F133F6CCF3D07E0CE6B7A07AB_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem::BuiltinUpdate()"); bool retVal = _il2cpp_icall_func(); return retVal; } // UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem::Internal_BuiltinRuntimeReflectionSystem_New() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45 * BuiltinRuntimeReflectionSystem_Internal_BuiltinRuntimeReflectionSystem_New_m1B6EE7816B71869B7F874488A51FF0093F1FF8CB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuiltinRuntimeReflectionSystem_Internal_BuiltinRuntimeReflectionSystem_New_m1B6EE7816B71869B7F874488A51FF0093F1FF8CB_MetadataUsageId); s_Il2CppMethodInitialized = true; } BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45 * V_0 = NULL; { BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45 * L_0 = (BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45 *)il2cpp_codegen_object_new(BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45_il2cpp_TypeInfo_var); BuiltinRuntimeReflectionSystem__ctor_mB95177E1C8083A75B0980623778F2B6F3A80FE52(L_0, /*hidden argument*/NULL); V_0 = L_0; goto IL_0009; } IL_0009: { BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45 * L_1 = V_0; return L_1; } } // System.Void UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuiltinRuntimeReflectionSystem__ctor_mB95177E1C8083A75B0980623778F2B6F3A80FE52 (BuiltinRuntimeReflectionSystem_tF90359038F6B352F6137BF66107D26BF8B165D45 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetFormat(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetFormat_m8DDA73529B51539BEE2A75451CBFA60186888589 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___texture0, const RuntimeMethod* method) { typedef int32_t (*GraphicsFormatUtility_GetFormat_m8DDA73529B51539BEE2A75451CBFA60186888589_ftn) (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *); static GraphicsFormatUtility_GetFormat_m8DDA73529B51539BEE2A75451CBFA60186888589_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GraphicsFormatUtility_GetFormat_m8DDA73529B51539BEE2A75451CBFA60186888589_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetFormat(UnityEngine.Texture)"); int32_t retVal = _il2cpp_icall_func(___texture0); return retVal; } // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetGraphicsFormat(UnityEngine.TextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetGraphicsFormat_mBA4E395B8A78B67B0969356DE19F6F1E73D284E0 (int32_t ___format0, bool ___isSRGB1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___format0; bool L_1 = ___isSRGB1; int32_t L_2 = GraphicsFormatUtility_GetGraphicsFormat_Native_TextureFormat_mAB77B8E00F9BE01455C0E011CF426FFBC53FA533(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_000b; } IL_000b: { int32_t L_3 = V_0; return L_3; } } // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetGraphicsFormat_Native_TextureFormat(UnityEngine.TextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetGraphicsFormat_Native_TextureFormat_mAB77B8E00F9BE01455C0E011CF426FFBC53FA533 (int32_t ___format0, bool ___isSRGB1, const RuntimeMethod* method) { typedef int32_t (*GraphicsFormatUtility_GetGraphicsFormat_Native_TextureFormat_mAB77B8E00F9BE01455C0E011CF426FFBC53FA533_ftn) (int32_t, bool); static GraphicsFormatUtility_GetGraphicsFormat_Native_TextureFormat_mAB77B8E00F9BE01455C0E011CF426FFBC53FA533_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GraphicsFormatUtility_GetGraphicsFormat_Native_TextureFormat_mAB77B8E00F9BE01455C0E011CF426FFBC53FA533_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetGraphicsFormat_Native_TextureFormat(UnityEngine.TextureFormat,System.Boolean)"); int32_t retVal = _il2cpp_icall_func(___format0, ___isSRGB1); return retVal; } // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetGraphicsFormat(UnityEngine.RenderTextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetGraphicsFormat_mA94B78BFCA8AFEBB85150D361A9A20C83FC5277E (int32_t ___format0, bool ___isSRGB1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___format0; bool L_1 = ___isSRGB1; int32_t L_2 = GraphicsFormatUtility_GetGraphicsFormat_Native_RenderTextureFormat_m36427FF5F0909DFE7AB6849EAC2D01A4E8D5ECF8(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_000b; } IL_000b: { int32_t L_3 = V_0; return L_3; } } // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetGraphicsFormat_Native_RenderTextureFormat(UnityEngine.RenderTextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetGraphicsFormat_Native_RenderTextureFormat_m36427FF5F0909DFE7AB6849EAC2D01A4E8D5ECF8 (int32_t ___format0, bool ___isSRGB1, const RuntimeMethod* method) { typedef int32_t (*GraphicsFormatUtility_GetGraphicsFormat_Native_RenderTextureFormat_m36427FF5F0909DFE7AB6849EAC2D01A4E8D5ECF8_ftn) (int32_t, bool); static GraphicsFormatUtility_GetGraphicsFormat_Native_RenderTextureFormat_m36427FF5F0909DFE7AB6849EAC2D01A4E8D5ECF8_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GraphicsFormatUtility_GetGraphicsFormat_Native_RenderTextureFormat_m36427FF5F0909DFE7AB6849EAC2D01A4E8D5ECF8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetGraphicsFormat_Native_RenderTextureFormat(UnityEngine.RenderTextureFormat,System.Boolean)"); int32_t retVal = _il2cpp_icall_func(___format0, ___isSRGB1); return retVal; } // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetGraphicsFormat(UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetGraphicsFormat_m4527266E37A786CC45C6BDD520A793C3B5A3A09E (int32_t ___format0, int32_t ___readWrite1, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = QualitySettings_get_activeColorSpace_m13DBB3B679AA5D5CEA05C2B4517A1FDE1B2CF9B0(/*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); int32_t L_1 = ___readWrite1; if (!L_1) { goto IL_0013; } } { int32_t L_2 = ___readWrite1; G_B3_0 = ((((int32_t)L_2) == ((int32_t)2))? 1 : 0); goto IL_0014; } IL_0013: { bool L_3 = V_0; G_B3_0 = ((int32_t)(L_3)); } IL_0014: { V_1 = (bool)G_B3_0; int32_t L_4 = ___format0; bool L_5 = V_1; int32_t L_6 = GraphicsFormatUtility_GetGraphicsFormat_mA94B78BFCA8AFEBB85150D361A9A20C83FC5277E(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; goto IL_001f; } IL_001f: { int32_t L_7 = V_2; return L_7; } } // System.Boolean UnityEngine.Experimental.Rendering.GraphicsFormatUtility::IsSRGBFormat(UnityEngine.Experimental.Rendering.GraphicsFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsFormatUtility_IsSRGBFormat_mBF49E7451A3960BD67B1F13745BCA3AC5C8AC66E (int32_t ___format0, const RuntimeMethod* method) { typedef bool (*GraphicsFormatUtility_IsSRGBFormat_mBF49E7451A3960BD67B1F13745BCA3AC5C8AC66E_ftn) (int32_t); static GraphicsFormatUtility_IsSRGBFormat_mBF49E7451A3960BD67B1F13745BCA3AC5C8AC66E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GraphicsFormatUtility_IsSRGBFormat_mBF49E7451A3960BD67B1F13745BCA3AC5C8AC66E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Experimental.Rendering.GraphicsFormatUtility::IsSRGBFormat(UnityEngine.Experimental.Rendering.GraphicsFormat)"); bool retVal = _il2cpp_icall_func(___format0); return retVal; } // UnityEngine.RenderTextureFormat UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetRenderTextureFormat(UnityEngine.Experimental.Rendering.GraphicsFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetRenderTextureFormat_m4A8B97E7A7BD031B38EE1C5DA0C93B0F65016468 (int32_t ___format0, const RuntimeMethod* method) { typedef int32_t (*GraphicsFormatUtility_GetRenderTextureFormat_m4A8B97E7A7BD031B38EE1C5DA0C93B0F65016468_ftn) (int32_t); static GraphicsFormatUtility_GetRenderTextureFormat_m4A8B97E7A7BD031B38EE1C5DA0C93B0F65016468_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GraphicsFormatUtility_GetRenderTextureFormat_m4A8B97E7A7BD031B38EE1C5DA0C93B0F65016468_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetRenderTextureFormat(UnityEngine.Experimental.Rendering.GraphicsFormat)"); int32_t retVal = _il2cpp_icall_func(___format0); return retVal; } // System.Boolean UnityEngine.Experimental.Rendering.GraphicsFormatUtility::IsCompressedTextureFormat(UnityEngine.TextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsFormatUtility_IsCompressedTextureFormat_m456D7B059F25F7378E05E3346CB1670517A46C71 (int32_t ___format0, const RuntimeMethod* method) { typedef bool (*GraphicsFormatUtility_IsCompressedTextureFormat_m456D7B059F25F7378E05E3346CB1670517A46C71_ftn) (int32_t); static GraphicsFormatUtility_IsCompressedTextureFormat_m456D7B059F25F7378E05E3346CB1670517A46C71_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GraphicsFormatUtility_IsCompressedTextureFormat_m456D7B059F25F7378E05E3346CB1670517A46C71_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Experimental.Rendering.GraphicsFormatUtility::IsCompressedTextureFormat(UnityEngine.TextureFormat)"); bool retVal = _il2cpp_icall_func(___format0); return retVal; } // System.Boolean UnityEngine.Experimental.Rendering.GraphicsFormatUtility::IsCrunchFormat(UnityEngine.TextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsFormatUtility_IsCrunchFormat_m97E8A6551AAEE6B1E4E92F92167FC97CC7D73DB1 (int32_t ___format0, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings::set_Internal_ScriptableRuntimeReflectionSystemSettings_system(UnityEngine.Experimental.Rendering.IScriptableRuntimeReflectionSystem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRuntimeReflectionSystemSettings_set_Internal_ScriptableRuntimeReflectionSystemSettings_system_m9D4C5A04E52667F4A9C15144B854A9D84D089590 (RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScriptableRuntimeReflectionSystemSettings_set_Internal_ScriptableRuntimeReflectionSystemSettings_system_m9D4C5A04E52667F4A9C15144B854A9D84D089590_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { IL2CPP_RUNTIME_CLASS_INIT(ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_il2cpp_TypeInfo_var); ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * L_0 = ((ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_StaticFields*)il2cpp_codegen_static_fields_for(ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_il2cpp_TypeInfo_var))->get_s_Instance_0(); NullCheck(L_0); RuntimeObject* L_1 = ScriptableRuntimeReflectionSystemWrapper_get_implementation_mABDBD524BA9D869BCC02159B00C3B5F6DEE21895_inline(L_0, /*hidden argument*/NULL); RuntimeObject* L_2 = ___value0; V_0 = (bool)((((int32_t)((((RuntimeObject*)(RuntimeObject*)L_1) == ((RuntimeObject*)(RuntimeObject*)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_3 = V_0; if (!L_3) { goto IL_0038; } } { IL2CPP_RUNTIME_CLASS_INIT(ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_il2cpp_TypeInfo_var); ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * L_4 = ((ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_StaticFields*)il2cpp_codegen_static_fields_for(ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_il2cpp_TypeInfo_var))->get_s_Instance_0(); NullCheck(L_4); RuntimeObject* L_5 = ScriptableRuntimeReflectionSystemWrapper_get_implementation_mABDBD524BA9D869BCC02159B00C3B5F6DEE21895_inline(L_4, /*hidden argument*/NULL); V_1 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_5) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0037; } } { IL2CPP_RUNTIME_CLASS_INIT(ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_il2cpp_TypeInfo_var); ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * L_7 = ((ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_StaticFields*)il2cpp_codegen_static_fields_for(ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_il2cpp_TypeInfo_var))->get_s_Instance_0(); NullCheck(L_7); RuntimeObject* L_8 = ScriptableRuntimeReflectionSystemWrapper_get_implementation_mABDBD524BA9D869BCC02159B00C3B5F6DEE21895_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_8); } IL_0037: { } IL_0038: { IL2CPP_RUNTIME_CLASS_INIT(ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_il2cpp_TypeInfo_var); ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * L_9 = ((ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_StaticFields*)il2cpp_codegen_static_fields_for(ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_il2cpp_TypeInfo_var))->get_s_Instance_0(); RuntimeObject* L_10 = ___value0; NullCheck(L_9); ScriptableRuntimeReflectionSystemWrapper_set_implementation_m7866062401FA10180983AFE19BA672AE63CED29B_inline(L_9, L_10, /*hidden argument*/NULL); return; } } // UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings::get_Internal_ScriptableRuntimeReflectionSystemSettings_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * ScriptableRuntimeReflectionSystemSettings_get_Internal_ScriptableRuntimeReflectionSystemSettings_instance_m67BF9AE5DFB70144A8114705C51C96FFB497AA3E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScriptableRuntimeReflectionSystemSettings_get_Internal_ScriptableRuntimeReflectionSystemSettings_instance_m67BF9AE5DFB70144A8114705C51C96FFB497AA3E_MetadataUsageId); s_Il2CppMethodInitialized = true; } ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_il2cpp_TypeInfo_var); ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * L_0 = ((ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_StaticFields*)il2cpp_codegen_static_fields_for(ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_il2cpp_TypeInfo_var))->get_s_Instance_0(); V_0 = L_0; goto IL_0009; } IL_0009: { ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * L_1 = V_0; return L_1; } } // System.Void UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings::ScriptingDirtyReflectionSystemInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRuntimeReflectionSystemSettings_ScriptingDirtyReflectionSystemInstance_m02B2FCD9BBCFA4ECC1D91A0B5B8B83856AC55718 (const RuntimeMethod* method) { typedef void (*ScriptableRuntimeReflectionSystemSettings_ScriptingDirtyReflectionSystemInstance_m02B2FCD9BBCFA4ECC1D91A0B5B8B83856AC55718_ftn) (); static ScriptableRuntimeReflectionSystemSettings_ScriptingDirtyReflectionSystemInstance_m02B2FCD9BBCFA4ECC1D91A0B5B8B83856AC55718_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (ScriptableRuntimeReflectionSystemSettings_ScriptingDirtyReflectionSystemInstance_m02B2FCD9BBCFA4ECC1D91A0B5B8B83856AC55718_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings::ScriptingDirtyReflectionSystemInstance()"); _il2cpp_icall_func(); } // System.Void UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRuntimeReflectionSystemSettings__cctor_m9CC42ECA95CACFFF874575B63D1FA461667D194C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScriptableRuntimeReflectionSystemSettings__cctor_m9CC42ECA95CACFFF874575B63D1FA461667D194C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * L_0 = (ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 *)il2cpp_codegen_object_new(ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4_il2cpp_TypeInfo_var); ScriptableRuntimeReflectionSystemWrapper__ctor_mB936D4EA457BCCBEB0413F3F5B216164D88C4A3F(L_0, /*hidden argument*/NULL); ((ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_StaticFields*)il2cpp_codegen_static_fields_for(ScriptableRuntimeReflectionSystemSettings_t93C07D988FA304DFB8B0F4FC99243FCD19945D84_il2cpp_TypeInfo_var))->set_s_Instance_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Experimental.Rendering.IScriptableRuntimeReflectionSystem UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper::get_implementation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptableRuntimeReflectionSystemWrapper_get_implementation_mABDBD524BA9D869BCC02159B00C3B5F6DEE21895 (ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CimplementationU3Ek__BackingField_0(); return L_0; } } // System.Void UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper::set_implementation(UnityEngine.Experimental.Rendering.IScriptableRuntimeReflectionSystem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRuntimeReflectionSystemWrapper_set_implementation_m7866062401FA10180983AFE19BA672AE63CED29B (ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_U3CimplementationU3Ek__BackingField_0(L_0); return; } } // System.Void UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper::Internal_ScriptableRuntimeReflectionSystemWrapper_TickRealtimeProbes(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRuntimeReflectionSystemWrapper_Internal_ScriptableRuntimeReflectionSystemWrapper_TickRealtimeProbes_m65564441C57A8D5D3BA116C171ECE95B91F734A2 (ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * __this, bool* ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScriptableRuntimeReflectionSystemWrapper_Internal_ScriptableRuntimeReflectionSystemWrapper_TickRealtimeProbes_m65564441C57A8D5D3BA116C171ECE95B91F734A2_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool* G_B2_0 = NULL; bool* G_B1_0 = NULL; int32_t G_B3_0 = 0; bool* G_B3_1 = NULL; { bool* L_0 = ___result0; RuntimeObject* L_1 = ScriptableRuntimeReflectionSystemWrapper_get_implementation_mABDBD524BA9D869BCC02159B00C3B5F6DEE21895_inline(__this, /*hidden argument*/NULL); G_B1_0 = L_0; if (!L_1) { G_B2_0 = L_0; goto IL_0017; } } { RuntimeObject* L_2 = ScriptableRuntimeReflectionSystemWrapper_get_implementation_mABDBD524BA9D869BCC02159B00C3B5F6DEE21895_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean UnityEngine.Experimental.Rendering.IScriptableRuntimeReflectionSystem::TickRealtimeProbes() */, IScriptableRuntimeReflectionSystem_t3635F81D0F014A163A32492F27885B589F491CFD_il2cpp_TypeInfo_var, L_2); G_B3_0 = ((int32_t)(L_3)); G_B3_1 = G_B1_0; goto IL_0018; } IL_0017: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0018: { *((int8_t*)G_B3_1) = (int8_t)G_B3_0; return; } } // System.Void UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRuntimeReflectionSystemWrapper__ctor_mB936D4EA457BCCBEB0413F3F5B216164D88C4A3F (ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.Experimental.U2D.SpriteRendererGroup IL2CPP_EXTERN_C void SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_marshal_pinvoke(const SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537& unmarshaled, SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_marshal_pinvoke_back(const SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_marshaled_pinvoke& marshaled, SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537& unmarshaled) { } // Conversion method for clean up from marshalling of: UnityEngine.Experimental.U2D.SpriteRendererGroup IL2CPP_EXTERN_C void SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_marshal_pinvoke_cleanup(SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.Experimental.U2D.SpriteRendererGroup IL2CPP_EXTERN_C void SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_marshal_com(const SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537& unmarshaled, SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_marshaled_com& marshaled) { } IL2CPP_EXTERN_C void SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_marshal_com_back(const SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_marshaled_com& marshaled, SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537& unmarshaled) { } // Conversion method for clean up from marshalling of: UnityEngine.Experimental.U2D.SpriteRendererGroup IL2CPP_EXTERN_C void SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_marshal_com_cleanup(SpriteRendererGroup_tABC3FAF0B21D50BE6B2EF8204E76BCED4478A537_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 // System.Void UnityEngine.ExtensionOfNativeClassAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionOfNativeClassAttribute__ctor_m2D759F6D70D6FE632D8872A7D7C3E7ECFF83EE46 (ExtensionOfNativeClassAttribute_t595E5601C3ACC7C8A8C5AEE90A05E7C7FF977FDF * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.FailedToLoadScriptObject IL2CPP_EXTERN_C void FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_marshal_pinvoke(const FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B& unmarshaled, FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_marshaled_pinvoke& marshaled) { marshaled.___m_CachedPtr_0 = unmarshaled.get_m_CachedPtr_0(); } IL2CPP_EXTERN_C void FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_marshal_pinvoke_back(const FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_marshaled_pinvoke& marshaled, FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B& unmarshaled) { intptr_t unmarshaled_m_CachedPtr_temp_0; memset((&unmarshaled_m_CachedPtr_temp_0), 0, sizeof(unmarshaled_m_CachedPtr_temp_0)); unmarshaled_m_CachedPtr_temp_0 = marshaled.___m_CachedPtr_0; unmarshaled.set_m_CachedPtr_0(unmarshaled_m_CachedPtr_temp_0); } // Conversion method for clean up from marshalling of: UnityEngine.FailedToLoadScriptObject IL2CPP_EXTERN_C void FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_marshal_pinvoke_cleanup(FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.FailedToLoadScriptObject IL2CPP_EXTERN_C void FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_marshal_com(const FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B& unmarshaled, FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_marshaled_com& marshaled) { marshaled.___m_CachedPtr_0 = unmarshaled.get_m_CachedPtr_0(); } IL2CPP_EXTERN_C void FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_marshal_com_back(const FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_marshaled_com& marshaled, FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B& unmarshaled) { intptr_t unmarshaled_m_CachedPtr_temp_0; memset((&unmarshaled_m_CachedPtr_temp_0), 0, sizeof(unmarshaled_m_CachedPtr_temp_0)); unmarshaled_m_CachedPtr_temp_0 = marshaled.___m_CachedPtr_0; unmarshaled.set_m_CachedPtr_0(unmarshaled_m_CachedPtr_temp_0); } // Conversion method for clean up from marshalling of: UnityEngine.FailedToLoadScriptObject IL2CPP_EXTERN_C void FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_marshal_com_cleanup(FailedToLoadScriptObject_tB9D2DBB36BA1E86F2A7392AF112B455206E8E83B_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.Void UnityEngine.Flare::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Flare__ctor_m31F55B55A97DF3F8A338FFF57FC798C6A0D75678 (Flare_t0D4DE26B68BE167415B3E1ED4D37B691DF8C920F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Flare__ctor_m31F55B55A97DF3F8A338FFF57FC798C6A0D75678_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); Object__ctor_m091EBAEBC7919B0391ABDAFB7389ADC12206525B(__this, /*hidden argument*/NULL); Flare_Internal_Create_mE9E1A20AF86D2D0FE3B9A62E69172042F47A2B92(__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Flare::Internal_Create(UnityEngine.Flare) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Flare_Internal_Create_mE9E1A20AF86D2D0FE3B9A62E69172042F47A2B92 (Flare_t0D4DE26B68BE167415B3E1ED4D37B691DF8C920F * ___self0, const RuntimeMethod* method) { typedef void (*Flare_Internal_Create_mE9E1A20AF86D2D0FE3B9A62E69172042F47A2B92_ftn) (Flare_t0D4DE26B68BE167415B3E1ED4D37B691DF8C920F *); static Flare_Internal_Create_mE9E1A20AF86D2D0FE3B9A62E69172042F47A2B92_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Flare_Internal_Create_mE9E1A20AF86D2D0FE3B9A62E69172042F47A2B92_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Flare::Internal_Create(UnityEngine.Flare)"); _il2cpp_icall_func(___self0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.GL::Vertex3(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Vertex3_mE94809C1522CE96DF4C6CD218B1A26D5E60A114E (float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { typedef void (*GL_Vertex3_mE94809C1522CE96DF4C6CD218B1A26D5E60A114E_ftn) (float, float, float); static GL_Vertex3_mE94809C1522CE96DF4C6CD218B1A26D5E60A114E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GL_Vertex3_mE94809C1522CE96DF4C6CD218B1A26D5E60A114E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GL::Vertex3(System.Single,System.Single,System.Single)"); _il2cpp_icall_func(___x0, ___y1, ___z2); } // System.Void UnityEngine.GL::ImmediateColor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_ImmediateColor_mAA84609D132DF4DFFC1166250C49E2C9A1AB696C (float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method) { typedef void (*GL_ImmediateColor_mAA84609D132DF4DFFC1166250C49E2C9A1AB696C_ftn) (float, float, float, float); static GL_ImmediateColor_mAA84609D132DF4DFFC1166250C49E2C9A1AB696C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GL_ImmediateColor_mAA84609D132DF4DFFC1166250C49E2C9A1AB696C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GL::ImmediateColor(System.Single,System.Single,System.Single,System.Single)"); _il2cpp_icall_func(___r0, ___g1, ___b2, ___a3); } // System.Void UnityEngine.GL::Color(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Color_m6F50BBCC316C56A746CDF224DE1A27FEEB359D8E (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___c0, const RuntimeMethod* method) { { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___c0; float L_1 = L_0.get_r_0(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = ___c0; float L_3 = L_2.get_g_1(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = ___c0; float L_5 = L_4.get_b_2(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_6 = ___c0; float L_7 = L_6.get_a_3(); GL_ImmediateColor_mAA84609D132DF4DFFC1166250C49E2C9A1AB696C(L_1, L_3, L_5, L_7, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.GL::Begin(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Begin_m9A48BD6A2DA850D54250EF638DF5EC61F83E293C (int32_t ___mode0, const RuntimeMethod* method) { typedef void (*GL_Begin_m9A48BD6A2DA850D54250EF638DF5EC61F83E293C_ftn) (int32_t); static GL_Begin_m9A48BD6A2DA850D54250EF638DF5EC61F83E293C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GL_Begin_m9A48BD6A2DA850D54250EF638DF5EC61F83E293C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GL::Begin(System.Int32)"); _il2cpp_icall_func(___mode0); } // System.Void UnityEngine.GL::End() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_End_m7EDEB843BD9F7E00BD838FDE074B4688C55C0755 (const RuntimeMethod* method) { typedef void (*GL_End_m7EDEB843BD9F7E00BD838FDE074B4688C55C0755_ftn) (); static GL_End_m7EDEB843BD9F7E00BD838FDE074B4688C55C0755_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GL_End_m7EDEB843BD9F7E00BD838FDE074B4688C55C0755_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GL::End()"); _il2cpp_icall_func(); } // System.Void UnityEngine.GL::GLClear(System.Boolean,System.Boolean,UnityEngine.Color,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_GLClear_m462612971B9FBEEC513850A08E3E41A17BD62B6B (bool ___clearDepth0, bool ___clearColor1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___backgroundColor2, float ___depth3, const RuntimeMethod* method) { { bool L_0 = ___clearDepth0; bool L_1 = ___clearColor1; float L_2 = ___depth3; GL_GLClear_Injected_m41882BC98AF0F0063C02A7026FACD0B02F193F4E(L_0, L_1, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___backgroundColor2), L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.GL::Clear(System.Boolean,System.Boolean,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Clear_mBC8B714C794457D52A5343F40399BBDF57BA978A (bool ___clearDepth0, bool ___clearColor1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___backgroundColor2, const RuntimeMethod* method) { { bool L_0 = ___clearDepth0; bool L_1 = ___clearColor1; Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = ___backgroundColor2; GL_GLClear_m462612971B9FBEEC513850A08E3E41A17BD62B6B(L_0, L_1, L_2, (1.0f), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.GL::GLClear_Injected(System.Boolean,System.Boolean,UnityEngine.Color&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_GLClear_Injected_m41882BC98AF0F0063C02A7026FACD0B02F193F4E (bool ___clearDepth0, bool ___clearColor1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___backgroundColor2, float ___depth3, const RuntimeMethod* method) { typedef void (*GL_GLClear_Injected_m41882BC98AF0F0063C02A7026FACD0B02F193F4E_ftn) (bool, bool, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *, float); static GL_GLClear_Injected_m41882BC98AF0F0063C02A7026FACD0B02F193F4E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GL_GLClear_Injected_m41882BC98AF0F0063C02A7026FACD0B02F193F4E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GL::GLClear_Injected(System.Boolean,System.Boolean,UnityEngine.Color&,System.Single)"); _il2cpp_icall_func(___clearDepth0, ___clearColor1, ___backgroundColor2, ___depth3); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GameObject UnityEngine.GameObject::CreatePrimitive(UnityEngine.PrimitiveType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * GameObject_CreatePrimitive_mA4D35085D817369E4A513FF31D745CEB27B07F6A (int32_t ___type0, const RuntimeMethod* method) { typedef GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*GameObject_CreatePrimitive_mA4D35085D817369E4A513FF31D745CEB27B07F6A_ftn) (int32_t); static GameObject_CreatePrimitive_mA4D35085D817369E4A513FF31D745CEB27B07F6A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_CreatePrimitive_mA4D35085D817369E4A513FF31D745CEB27B07F6A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::CreatePrimitive(UnityEngine.PrimitiveType)"); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * retVal = _il2cpp_icall_func(___type0); return retVal; } // UnityEngine.Component UnityEngine.GameObject::GetComponent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_GetComponent_mECB756C7EB39F6BB79F8C065AB0013354763B151 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, const RuntimeMethod* method) { typedef Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * (*GameObject_GetComponent_mECB756C7EB39F6BB79F8C065AB0013354763B151_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, Type_t *); static GameObject_GetComponent_mECB756C7EB39F6BB79F8C065AB0013354763B151_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_GetComponent_mECB756C7EB39F6BB79F8C065AB0013354763B151_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::GetComponent(System.Type)"); Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * retVal = _il2cpp_icall_func(__this, ___type0); return retVal; } // System.Void UnityEngine.GameObject::GetComponentFastPath(System.Type,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_GetComponentFastPath_m5B276335DD94F6B307E604272A26C15B997C3CD4 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, intptr_t ___oneFurtherThanResultValue1, const RuntimeMethod* method) { typedef void (*GameObject_GetComponentFastPath_m5B276335DD94F6B307E604272A26C15B997C3CD4_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, Type_t *, intptr_t); static GameObject_GetComponentFastPath_m5B276335DD94F6B307E604272A26C15B997C3CD4_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_GetComponentFastPath_m5B276335DD94F6B307E604272A26C15B997C3CD4_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::GetComponentFastPath(System.Type,System.IntPtr)"); _il2cpp_icall_func(__this, ___type0, ___oneFurtherThanResultValue1); } // UnityEngine.Component UnityEngine.GameObject::GetComponentByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_GetComponentByName_mAC730F7E7AACEFACBC17536AADBBB7254B25E3D3 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___type0, const RuntimeMethod* method) { typedef Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * (*GameObject_GetComponentByName_mAC730F7E7AACEFACBC17536AADBBB7254B25E3D3_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, String_t*); static GameObject_GetComponentByName_mAC730F7E7AACEFACBC17536AADBBB7254B25E3D3_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_GetComponentByName_mAC730F7E7AACEFACBC17536AADBBB7254B25E3D3_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::GetComponentByName(System.String)"); Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * retVal = _il2cpp_icall_func(__this, ___type0); return retVal; } // UnityEngine.Component UnityEngine.GameObject::GetComponent(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_GetComponent_m92533B63C1C0C72597C246C2E7A8BBA662BDD1DF (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___type0, const RuntimeMethod* method) { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * V_0 = NULL; { String_t* L_0 = ___type0; Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_1 = GameObject_GetComponentByName_mAC730F7E7AACEFACBC17536AADBBB7254B25E3D3(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_000b; } IL_000b: { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_2 = V_0; return L_2; } } // UnityEngine.Component UnityEngine.GameObject::GetComponentInChildren(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_GetComponentInChildren_mBC5C12CDA1749A827D136DABBF10498B1096A086 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, bool ___includeInactive1, const RuntimeMethod* method) { typedef Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * (*GameObject_GetComponentInChildren_mBC5C12CDA1749A827D136DABBF10498B1096A086_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, Type_t *, bool); static GameObject_GetComponentInChildren_mBC5C12CDA1749A827D136DABBF10498B1096A086_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_GetComponentInChildren_mBC5C12CDA1749A827D136DABBF10498B1096A086_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::GetComponentInChildren(System.Type,System.Boolean)"); Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * retVal = _il2cpp_icall_func(__this, ___type0, ___includeInactive1); return retVal; } // UnityEngine.Component UnityEngine.GameObject::GetComponentInChildren(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_GetComponentInChildren_mD4D1DDDF6052346718022CE72474233129BEA768 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, const RuntimeMethod* method) { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * V_0 = NULL; { Type_t * L_0 = ___type0; Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_1 = GameObject_GetComponentInChildren_mBC5C12CDA1749A827D136DABBF10498B1096A086(__this, L_0, (bool)0, /*hidden argument*/NULL); V_0 = L_1; goto IL_000c; } IL_000c: { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_2 = V_0; return L_2; } } // UnityEngine.Component UnityEngine.GameObject::GetComponentInParent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_GetComponentInParent_mA5BF9DFCA90C9003EB8F392CD64C45DFCB80F988 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, const RuntimeMethod* method) { typedef Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * (*GameObject_GetComponentInParent_mA5BF9DFCA90C9003EB8F392CD64C45DFCB80F988_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, Type_t *); static GameObject_GetComponentInParent_mA5BF9DFCA90C9003EB8F392CD64C45DFCB80F988_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_GetComponentInParent_mA5BF9DFCA90C9003EB8F392CD64C45DFCB80F988_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::GetComponentInParent(System.Type)"); Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * retVal = _il2cpp_icall_func(__this, ___type0); return retVal; } // System.Array UnityEngine.GameObject::GetComponentsInternal(System.Type,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * GameObject_GetComponentsInternal_mAB759217A3AD0831ABD9387163126D391459E1B8 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, bool ___useSearchTypeAsArrayReturnType1, bool ___recursive2, bool ___includeInactive3, bool ___reverse4, RuntimeObject * ___resultList5, const RuntimeMethod* method) { typedef RuntimeArray * (*GameObject_GetComponentsInternal_mAB759217A3AD0831ABD9387163126D391459E1B8_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, Type_t *, bool, bool, bool, bool, RuntimeObject *); static GameObject_GetComponentsInternal_mAB759217A3AD0831ABD9387163126D391459E1B8_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_GetComponentsInternal_mAB759217A3AD0831ABD9387163126D391459E1B8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::GetComponentsInternal(System.Type,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Object)"); RuntimeArray * retVal = _il2cpp_icall_func(__this, ___type0, ___useSearchTypeAsArrayReturnType1, ___recursive2, ___includeInactive3, ___reverse4, ___resultList5); return retVal; } // UnityEngine.Component[] UnityEngine.GameObject::GetComponents(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* GameObject_GetComponents_mD9AF87D297017455ADD8CF0DF05BB57B4382375F (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObject_GetComponents_mD9AF87D297017455ADD8CF0DF05BB57B4382375F_MetadataUsageId); s_Il2CppMethodInitialized = true; } ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_0 = NULL; { Type_t * L_0 = ___type0; RuntimeArray * L_1 = GameObject_GetComponentsInternal_mAB759217A3AD0831ABD9387163126D391459E1B8(__this, L_0, (bool)0, (bool)0, (bool)1, (bool)0, NULL, /*hidden argument*/NULL); V_0 = ((ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155*)Castclass((RuntimeObject*)L_1, ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155_il2cpp_TypeInfo_var)); goto IL_0015; } IL_0015: { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_2 = V_0; return L_2; } } // System.Void UnityEngine.GameObject::GetComponents(System.Type,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_GetComponents_mA06AB0C2427DD87C91D14889C542F6E0F66FD915 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, List_1_tAAE8BF32F260E5939A1EAF05F4C38C7841B64300 * ___results1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; List_1_tAAE8BF32F260E5939A1EAF05F4C38C7841B64300 * L_1 = ___results1; GameObject_GetComponentsInternal_mAB759217A3AD0831ABD9387163126D391459E1B8(__this, L_0, (bool)0, (bool)0, (bool)1, (bool)0, L_1, /*hidden argument*/NULL); return; } } // UnityEngine.Component[] UnityEngine.GameObject::GetComponentsInChildren(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* GameObject_GetComponentsInChildren_m34C6A0C298EC385E3AAB80A7F3727B3AA0DE5AE1 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, const RuntimeMethod* method) { bool V_0 = false; ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_1 = NULL; { V_0 = (bool)0; Type_t * L_0 = ___type0; bool L_1 = V_0; ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_2 = GameObject_GetComponentsInChildren_m39CCEFC6BC28CBD9587311B1E1C842B63DC8BDDB(__this, L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; goto IL_000e; } IL_000e: { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_3 = V_1; return L_3; } } // UnityEngine.Component[] UnityEngine.GameObject::GetComponentsInChildren(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* GameObject_GetComponentsInChildren_m39CCEFC6BC28CBD9587311B1E1C842B63DC8BDDB (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, bool ___includeInactive1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObject_GetComponentsInChildren_m39CCEFC6BC28CBD9587311B1E1C842B63DC8BDDB_MetadataUsageId); s_Il2CppMethodInitialized = true; } ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_0 = NULL; { Type_t * L_0 = ___type0; bool L_1 = ___includeInactive1; RuntimeArray * L_2 = GameObject_GetComponentsInternal_mAB759217A3AD0831ABD9387163126D391459E1B8(__this, L_0, (bool)0, (bool)1, L_1, (bool)0, NULL, /*hidden argument*/NULL); V_0 = ((ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155*)Castclass((RuntimeObject*)L_2, ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155_il2cpp_TypeInfo_var)); goto IL_0015; } IL_0015: { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_3 = V_0; return L_3; } } // UnityEngine.Component[] UnityEngine.GameObject::GetComponentsInParent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* GameObject_GetComponentsInParent_mC0D14D4EB6DB8A8D1CB51EA47DA0C25FFEEB2AC3 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, const RuntimeMethod* method) { bool V_0 = false; ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_1 = NULL; { V_0 = (bool)0; Type_t * L_0 = ___type0; bool L_1 = V_0; ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_2 = GameObject_GetComponentsInParent_mFDE58BE6E14D1F34DE76EF62623BD0A46A99D24B(__this, L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; goto IL_000e; } IL_000e: { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_3 = V_1; return L_3; } } // UnityEngine.Component[] UnityEngine.GameObject::GetComponentsInParent(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* GameObject_GetComponentsInParent_mFDE58BE6E14D1F34DE76EF62623BD0A46A99D24B (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, bool ___includeInactive1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObject_GetComponentsInParent_mFDE58BE6E14D1F34DE76EF62623BD0A46A99D24B_MetadataUsageId); s_Il2CppMethodInitialized = true; } ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_0 = NULL; { Type_t * L_0 = ___type0; bool L_1 = ___includeInactive1; RuntimeArray * L_2 = GameObject_GetComponentsInternal_mAB759217A3AD0831ABD9387163126D391459E1B8(__this, L_0, (bool)0, (bool)1, L_1, (bool)1, NULL, /*hidden argument*/NULL); V_0 = ((ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155*)Castclass((RuntimeObject*)L_2, ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155_il2cpp_TypeInfo_var)); goto IL_0015; } IL_0015: { ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_3 = V_0; return L_3; } } // System.Boolean UnityEngine.GameObject::TryGetComponent(System.Type,UnityEngine.Component&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_TryGetComponent_m2AA8E1EF55AE188975F247B84E88EA8830126174 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 ** ___component1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObject_TryGetComponent_m2AA8E1EF55AE188975F247B84E88EA8830126174_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 ** L_0 = ___component1; Type_t * L_1 = ___type0; Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_2 = GameObject_TryGetComponentInternal_m5003A254549BB4B574A424294C7D93394F7DDDA2(__this, L_1, /*hidden argument*/NULL); *((RuntimeObject **)L_0) = (RuntimeObject *)L_2; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_2); Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 ** L_3 = ___component1; Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_4 = *((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 **)L_3); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_4, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL); V_0 = L_5; goto IL_0015; } IL_0015: { bool L_6 = V_0; return L_6; } } // UnityEngine.Component UnityEngine.GameObject::TryGetComponentInternal(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_TryGetComponentInternal_m5003A254549BB4B574A424294C7D93394F7DDDA2 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, const RuntimeMethod* method) { typedef Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * (*GameObject_TryGetComponentInternal_m5003A254549BB4B574A424294C7D93394F7DDDA2_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, Type_t *); static GameObject_TryGetComponentInternal_m5003A254549BB4B574A424294C7D93394F7DDDA2_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_TryGetComponentInternal_m5003A254549BB4B574A424294C7D93394F7DDDA2_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::TryGetComponentInternal(System.Type)"); Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * retVal = _il2cpp_icall_func(__this, ___type0); return retVal; } // UnityEngine.GameObject UnityEngine.GameObject::FindWithTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * GameObject_FindWithTag_mF188C0A7A5DAC355AB020E2964B155F355237CB5 (String_t* ___tag0, const RuntimeMethod* method) { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL; { String_t* L_0 = ___tag0; GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = GameObject_FindGameObjectWithTag_m9F2877F52346B973DE3023209D73852E96ECC10D(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_000a; } IL_000a: { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = V_0; return L_2; } } // System.Void UnityEngine.GameObject::SendMessageUpwards(System.String,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SendMessageUpwards_m0765FA6E1EE34F980B5A7EC361EE279DA07E724D (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, int32_t ___options1, const RuntimeMethod* method) { { String_t* L_0 = ___methodName0; int32_t L_1 = ___options1; GameObject_SendMessageUpwards_mD32EFE21FC143F08243DB4F6333D5993D3935906(__this, L_0, NULL, L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.GameObject::SendMessage(System.String,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SendMessage_m68EE6232C4171FB0767181C1C1DD95C1103A6A75 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, int32_t ___options1, const RuntimeMethod* method) { { String_t* L_0 = ___methodName0; int32_t L_1 = ___options1; GameObject_SendMessage_mB9147E503F1F55C4F3BC2816C0BDA8C21EA22E95(__this, L_0, NULL, L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.GameObject::BroadcastMessage(System.String,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_BroadcastMessage_mABB308EA1B7F641BFC60E091A75E5E053D23A8B5 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, int32_t ___options1, const RuntimeMethod* method) { { String_t* L_0 = ___methodName0; int32_t L_1 = ___options1; GameObject_BroadcastMessage_mDF70A40A7E27DF70B4338EBB840500A54060E33D(__this, L_0, NULL, L_1, /*hidden argument*/NULL); return; } } // UnityEngine.Component UnityEngine.GameObject::Internal_AddComponentWithType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_Internal_AddComponentWithType_m452B72618245B846503E5CA7DEA4662A77FB9896 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___componentType0, const RuntimeMethod* method) { typedef Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * (*GameObject_Internal_AddComponentWithType_m452B72618245B846503E5CA7DEA4662A77FB9896_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, Type_t *); static GameObject_Internal_AddComponentWithType_m452B72618245B846503E5CA7DEA4662A77FB9896_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_Internal_AddComponentWithType_m452B72618245B846503E5CA7DEA4662A77FB9896_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::Internal_AddComponentWithType(System.Type)"); Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * retVal = _il2cpp_icall_func(__this, ___componentType0); return retVal; } // UnityEngine.Component UnityEngine.GameObject::AddComponent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_AddComponent_m489C9D5426F2050795FA696CD478BB49AAE4BD70 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___componentType0, const RuntimeMethod* method) { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * V_0 = NULL; { Type_t * L_0 = ___componentType0; Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_1 = GameObject_Internal_AddComponentWithType_m452B72618245B846503E5CA7DEA4662A77FB9896(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_000b; } IL_000b: { Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_2 = V_0; return L_2; } } // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { typedef Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * (*GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *); static GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::get_transform()"); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * retVal = _il2cpp_icall_func(__this); return retVal; } // System.Int32 UnityEngine.GameObject::get_layer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { typedef int32_t (*GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *); static GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::get_layer()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.GameObject::set_layer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, int32_t); static GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::set_layer(System.Int32)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, bool); static GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::SetActive(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.GameObject::get_activeSelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_mFE1834886CAE59884AC2BE707A3B821A1DB61F44 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { typedef bool (*GameObject_get_activeSelf_mFE1834886CAE59884AC2BE707A3B821A1DB61F44_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *); static GameObject_get_activeSelf_mFE1834886CAE59884AC2BE707A3B821A1DB61F44_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_get_activeSelf_mFE1834886CAE59884AC2BE707A3B821A1DB61F44_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::get_activeSelf()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Boolean UnityEngine.GameObject::get_activeInHierarchy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_mDEE60F1B28281974BA9880EC448682F3DAABB1EF (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { typedef bool (*GameObject_get_activeInHierarchy_mDEE60F1B28281974BA9880EC448682F3DAABB1EF_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *); static GameObject_get_activeInHierarchy_mDEE60F1B28281974BA9880EC448682F3DAABB1EF_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_get_activeInHierarchy_mDEE60F1B28281974BA9880EC448682F3DAABB1EF_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::get_activeInHierarchy()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Boolean UnityEngine.GameObject::get_isStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_isStatic_m45405FB1C5B284CF2EB3CB6EA5C57D6D1A384615 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { typedef bool (*GameObject_get_isStatic_m45405FB1C5B284CF2EB3CB6EA5C57D6D1A384615_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *); static GameObject_get_isStatic_m45405FB1C5B284CF2EB3CB6EA5C57D6D1A384615_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_get_isStatic_m45405FB1C5B284CF2EB3CB6EA5C57D6D1A384615_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::get_isStatic()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.GameObject::set_isStatic(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_set_isStatic_m945C32F2AB4D7AA35AD0E68820475EDEC2A56BBE (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*GameObject_set_isStatic_m945C32F2AB4D7AA35AD0E68820475EDEC2A56BBE_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, bool); static GameObject_set_isStatic_m945C32F2AB4D7AA35AD0E68820475EDEC2A56BBE_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_set_isStatic_m945C32F2AB4D7AA35AD0E68820475EDEC2A56BBE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::set_isStatic(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // System.String UnityEngine.GameObject::get_tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GameObject_get_tag_mA9DC75D3D591B5E7D1ADAD14EA66CC4186580275 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { typedef String_t* (*GameObject_get_tag_mA9DC75D3D591B5E7D1ADAD14EA66CC4186580275_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *); static GameObject_get_tag_mA9DC75D3D591B5E7D1ADAD14EA66CC4186580275_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_get_tag_mA9DC75D3D591B5E7D1ADAD14EA66CC4186580275_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::get_tag()"); String_t* retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.GameObject::set_tag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_set_tag_mEF09E323917FAA2CECA527F821111A92031C1138 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___value0, const RuntimeMethod* method) { typedef void (*GameObject_set_tag_mEF09E323917FAA2CECA527F821111A92031C1138_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, String_t*); static GameObject_set_tag_mEF09E323917FAA2CECA527F821111A92031C1138_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_set_tag_mEF09E323917FAA2CECA527F821111A92031C1138_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::set_tag(System.String)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.GameObject::CompareTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_CompareTag_mF66519C9DAE4CC8873C36A04C3CAF7DDEC3C7EFE (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___tag0, const RuntimeMethod* method) { typedef bool (*GameObject_CompareTag_mF66519C9DAE4CC8873C36A04C3CAF7DDEC3C7EFE_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, String_t*); static GameObject_CompareTag_mF66519C9DAE4CC8873C36A04C3CAF7DDEC3C7EFE_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_CompareTag_mF66519C9DAE4CC8873C36A04C3CAF7DDEC3C7EFE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::CompareTag(System.String)"); bool retVal = _il2cpp_icall_func(__this, ___tag0); return retVal; } // UnityEngine.GameObject UnityEngine.GameObject::FindGameObjectWithTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * GameObject_FindGameObjectWithTag_m9F2877F52346B973DE3023209D73852E96ECC10D (String_t* ___tag0, const RuntimeMethod* method) { typedef GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*GameObject_FindGameObjectWithTag_m9F2877F52346B973DE3023209D73852E96ECC10D_ftn) (String_t*); static GameObject_FindGameObjectWithTag_m9F2877F52346B973DE3023209D73852E96ECC10D_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_FindGameObjectWithTag_m9F2877F52346B973DE3023209D73852E96ECC10D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::FindGameObjectWithTag(System.String)"); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * retVal = _il2cpp_icall_func(___tag0); return retVal; } // UnityEngine.GameObject[] UnityEngine.GameObject::FindGameObjectsWithTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* GameObject_FindGameObjectsWithTag_mF49A195F19A598C5FD145FFE175ABE5B4885FAD9 (String_t* ___tag0, const RuntimeMethod* method) { typedef GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* (*GameObject_FindGameObjectsWithTag_mF49A195F19A598C5FD145FFE175ABE5B4885FAD9_ftn) (String_t*); static GameObject_FindGameObjectsWithTag_mF49A195F19A598C5FD145FFE175ABE5B4885FAD9_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_FindGameObjectsWithTag_mF49A195F19A598C5FD145FFE175ABE5B4885FAD9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::FindGameObjectsWithTag(System.String)"); GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* retVal = _il2cpp_icall_func(___tag0); return retVal; } // System.Void UnityEngine.GameObject::SendMessageUpwards(System.String,System.Object,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SendMessageUpwards_mD32EFE21FC143F08243DB4F6333D5993D3935906 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, RuntimeObject * ___value1, int32_t ___options2, const RuntimeMethod* method) { typedef void (*GameObject_SendMessageUpwards_mD32EFE21FC143F08243DB4F6333D5993D3935906_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, String_t*, RuntimeObject *, int32_t); static GameObject_SendMessageUpwards_mD32EFE21FC143F08243DB4F6333D5993D3935906_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_SendMessageUpwards_mD32EFE21FC143F08243DB4F6333D5993D3935906_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::SendMessageUpwards(System.String,System.Object,UnityEngine.SendMessageOptions)"); _il2cpp_icall_func(__this, ___methodName0, ___value1, ___options2); } // System.Void UnityEngine.GameObject::SendMessageUpwards(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SendMessageUpwards_m051F115223C75F7EAE50B95D4F1B04D313CB7215 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, RuntimeObject * ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; String_t* L_0 = ___methodName0; RuntimeObject * L_1 = ___value1; int32_t L_2 = V_0; GameObject_SendMessageUpwards_mD32EFE21FC143F08243DB4F6333D5993D3935906(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.GameObject::SendMessageUpwards(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SendMessageUpwards_m94C01293657094B2EFC19A803AAA218544E5E7AD (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { V_0 = 0; V_1 = NULL; String_t* L_0 = ___methodName0; RuntimeObject * L_1 = V_1; int32_t L_2 = V_0; GameObject_SendMessageUpwards_mD32EFE21FC143F08243DB4F6333D5993D3935906(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.GameObject::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SendMessage_mB9147E503F1F55C4F3BC2816C0BDA8C21EA22E95 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, RuntimeObject * ___value1, int32_t ___options2, const RuntimeMethod* method) { typedef void (*GameObject_SendMessage_mB9147E503F1F55C4F3BC2816C0BDA8C21EA22E95_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, String_t*, RuntimeObject *, int32_t); static GameObject_SendMessage_mB9147E503F1F55C4F3BC2816C0BDA8C21EA22E95_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_SendMessage_mB9147E503F1F55C4F3BC2816C0BDA8C21EA22E95_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions)"); _il2cpp_icall_func(__this, ___methodName0, ___value1, ___options2); } // System.Void UnityEngine.GameObject::SendMessage(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SendMessage_mAF014F12A3B807BC435571585D4DD34FA89EC28E (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, RuntimeObject * ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; String_t* L_0 = ___methodName0; RuntimeObject * L_1 = ___value1; int32_t L_2 = V_0; GameObject_SendMessage_mB9147E503F1F55C4F3BC2816C0BDA8C21EA22E95(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.GameObject::SendMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SendMessage_m9A7BE015CC1472A59F1077CADFB22AD67F8722D9 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { V_0 = 0; V_1 = NULL; String_t* L_0 = ___methodName0; RuntimeObject * L_1 = V_1; int32_t L_2 = V_0; GameObject_SendMessage_mB9147E503F1F55C4F3BC2816C0BDA8C21EA22E95(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.GameObject::BroadcastMessage(System.String,System.Object,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_BroadcastMessage_mDF70A40A7E27DF70B4338EBB840500A54060E33D (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, RuntimeObject * ___parameter1, int32_t ___options2, const RuntimeMethod* method) { typedef void (*GameObject_BroadcastMessage_mDF70A40A7E27DF70B4338EBB840500A54060E33D_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, String_t*, RuntimeObject *, int32_t); static GameObject_BroadcastMessage_mDF70A40A7E27DF70B4338EBB840500A54060E33D_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_BroadcastMessage_mDF70A40A7E27DF70B4338EBB840500A54060E33D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::BroadcastMessage(System.String,System.Object,UnityEngine.SendMessageOptions)"); _il2cpp_icall_func(__this, ___methodName0, ___parameter1, ___options2); } // System.Void UnityEngine.GameObject::BroadcastMessage(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_BroadcastMessage_m19C6E3E01BE544290887B016E2C9FA3EE50FA287 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, RuntimeObject * ___parameter1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; String_t* L_0 = ___methodName0; RuntimeObject * L_1 = ___parameter1; int32_t L_2 = V_0; GameObject_BroadcastMessage_mDF70A40A7E27DF70B4338EBB840500A54060E33D(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.GameObject::BroadcastMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_BroadcastMessage_m58B3BCA61DA82D13BC28DB128A2717728C053DB8 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___methodName0, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { V_0 = 0; V_1 = NULL; String_t* L_0 = ___methodName0; RuntimeObject * L_1 = V_1; int32_t L_2 = V_0; GameObject_BroadcastMessage_mDF70A40A7E27DF70B4338EBB840500A54060E33D(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.GameObject::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); Object__ctor_m091EBAEBC7919B0391ABDAFB7389ADC12206525B(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; GameObject_Internal_CreateGameObject_m9DC9E92BD086A7ADD9ABCE858646A951FA77F437(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.GameObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mA4DFA8F4471418C248E95B55070665EF344B4B2D (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObject__ctor_mA4DFA8F4471418C248E95B55070665EF344B4B2D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); Object__ctor_m091EBAEBC7919B0391ABDAFB7389ADC12206525B(__this, /*hidden argument*/NULL); GameObject_Internal_CreateGameObject_m9DC9E92BD086A7ADD9ABCE858646A951FA77F437(__this, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.GameObject::.ctor(System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m20BE06980A232E1D64016957059A9DD834173F68 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___name0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___components1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameObject__ctor_m20BE06980A232E1D64016957059A9DD834173F68_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL; int32_t V_1 = 0; Type_t * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); Object__ctor_m091EBAEBC7919B0391ABDAFB7389ADC12206525B(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; GameObject_Internal_CreateGameObject_m9DC9E92BD086A7ADD9ABCE858646A951FA77F437(__this, L_0, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = ___components1; V_0 = L_1; V_1 = 0; goto IL_0027; } IL_0017: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Type_t * L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; Type_t * L_6 = V_2; GameObject_AddComponent_m489C9D5426F2050795FA696CD478BB49AAE4BD70(__this, L_6, /*hidden argument*/NULL); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0027: { int32_t L_8 = V_1; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = V_0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))))) { goto IL_0017; } } { return; } } // System.Void UnityEngine.GameObject::Internal_CreateGameObject(UnityEngine.GameObject,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_Internal_CreateGameObject_m9DC9E92BD086A7ADD9ABCE858646A951FA77F437 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___self0, String_t* ___name1, const RuntimeMethod* method) { typedef void (*GameObject_Internal_CreateGameObject_m9DC9E92BD086A7ADD9ABCE858646A951FA77F437_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, String_t*); static GameObject_Internal_CreateGameObject_m9DC9E92BD086A7ADD9ABCE858646A951FA77F437_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_Internal_CreateGameObject_m9DC9E92BD086A7ADD9ABCE858646A951FA77F437_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::Internal_CreateGameObject(UnityEngine.GameObject,System.String)"); _il2cpp_icall_func(___self0, ___name1); } // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * GameObject_Find_m1470FB04EB6DB15CCC0D9745B70EE987B318E9BD (String_t* ___name0, const RuntimeMethod* method) { typedef GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*GameObject_Find_m1470FB04EB6DB15CCC0D9745B70EE987B318E9BD_ftn) (String_t*); static GameObject_Find_m1470FB04EB6DB15CCC0D9745B70EE987B318E9BD_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_Find_m1470FB04EB6DB15CCC0D9745B70EE987B318E9BD_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::Find(System.String)"); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * retVal = _il2cpp_icall_func(___name0); return retVal; } // UnityEngine.SceneManagement.Scene UnityEngine.GameObject::get_scene() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 GameObject_get_scene_m46B0EF291DE58599187604475EC8640416BF9027 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 V_0; memset((&V_0), 0, sizeof(V_0)); { GameObject_get_scene_Injected_m7B3888363DF23412EF1F431ADE1055C1DFF8EBE2(__this, (Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 *)(&V_0), /*hidden argument*/NULL); Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 L_0 = V_0; return L_0; } } // System.UInt64 UnityEngine.GameObject::get_sceneCullingMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t GameObject_get_sceneCullingMask_m7A2DF40406FF26E0091E4836240A4DA63D24502D (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { typedef uint64_t (*GameObject_get_sceneCullingMask_m7A2DF40406FF26E0091E4836240A4DA63D24502D_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *); static GameObject_get_sceneCullingMask_m7A2DF40406FF26E0091E4836240A4DA63D24502D_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_get_sceneCullingMask_m7A2DF40406FF26E0091E4836240A4DA63D24502D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::get_sceneCullingMask()"); uint64_t retVal = _il2cpp_icall_func(__this); return retVal; } // UnityEngine.GameObject UnityEngine.GameObject::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * GameObject_get_gameObject_mB8D6D847ABF95430B098554F3F2D63EC1D30C815 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL; { V_0 = __this; goto IL_0005; } IL_0005: { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = V_0; return L_0; } } // System.Void UnityEngine.GameObject::get_scene_Injected(UnityEngine.SceneManagement.Scene&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_get_scene_Injected_m7B3888363DF23412EF1F431ADE1055C1DFF8EBE2 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 * ___ret0, const RuntimeMethod* method) { typedef void (*GameObject_get_scene_Injected_m7B3888363DF23412EF1F431ADE1055C1DFF8EBE2_ftn) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 *); static GameObject_get_scene_Injected_m7B3888363DF23412EF1F431ADE1055C1DFF8EBE2_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (GameObject_get_scene_Injected_m7B3888363DF23412EF1F431ADE1055C1DFF8EBE2_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GameObject::get_scene_Injected(UnityEngine.SceneManagement.Scene&)"); _il2cpp_icall_func(__this, ___ret0); } #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 UnityEngine.Gizmos::DrawWireCube(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawWireCube_m13EF2562F3C09B1AFDF695D1832546C39E941327 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___center0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___size1, const RuntimeMethod* method) { { Gizmos_DrawWireCube_Injected_mAE2BDD01D1585F1D517808A469A920AEB25BC30A((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&___center0), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&___size1), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Gizmos::DrawCube(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawCube_m55519F7455796C0858AE0D0FD7BC2AA62138957E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___center0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___size1, const RuntimeMethod* method) { { Gizmos_DrawCube_Injected_mE55FBE8587EE18949870A74264C12BC5A9B71384((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&___center0), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&___size1), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Gizmos::set_color(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_set_color_mFA6C199DF05FF557AEF662222CA60EC25DF54F28 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method) { { Gizmos_set_color_Injected_m0BB0F6D3A3ECB3532D5E00FD3B3A3DDFB75590E8((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___value0), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Gizmos::set_matrix(UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_set_matrix_mA3B65EC8681EDF68BDD2A657F4B67C00C1C34565 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value0, const RuntimeMethod* method) { { Gizmos_set_matrix_Injected_m0679096F7253C9CC28A008B2C63C2A1773DF4B96((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&___value0), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Gizmos::DrawWireCube_Injected(UnityEngine.Vector3&,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawWireCube_Injected_mAE2BDD01D1585F1D517808A469A920AEB25BC30A (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___center0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___size1, const RuntimeMethod* method) { typedef void (*Gizmos_DrawWireCube_Injected_mAE2BDD01D1585F1D517808A469A920AEB25BC30A_ftn) (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *); static Gizmos_DrawWireCube_Injected_mAE2BDD01D1585F1D517808A469A920AEB25BC30A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Gizmos_DrawWireCube_Injected_mAE2BDD01D1585F1D517808A469A920AEB25BC30A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Gizmos::DrawWireCube_Injected(UnityEngine.Vector3&,UnityEngine.Vector3&)"); _il2cpp_icall_func(___center0, ___size1); } // System.Void UnityEngine.Gizmos::DrawCube_Injected(UnityEngine.Vector3&,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawCube_Injected_mE55FBE8587EE18949870A74264C12BC5A9B71384 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___center0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___size1, const RuntimeMethod* method) { typedef void (*Gizmos_DrawCube_Injected_mE55FBE8587EE18949870A74264C12BC5A9B71384_ftn) (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *); static Gizmos_DrawCube_Injected_mE55FBE8587EE18949870A74264C12BC5A9B71384_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Gizmos_DrawCube_Injected_mE55FBE8587EE18949870A74264C12BC5A9B71384_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Gizmos::DrawCube_Injected(UnityEngine.Vector3&,UnityEngine.Vector3&)"); _il2cpp_icall_func(___center0, ___size1); } // System.Void UnityEngine.Gizmos::set_color_Injected(UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_set_color_Injected_m0BB0F6D3A3ECB3532D5E00FD3B3A3DDFB75590E8 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method) { typedef void (*Gizmos_set_color_Injected_m0BB0F6D3A3ECB3532D5E00FD3B3A3DDFB75590E8_ftn) (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *); static Gizmos_set_color_Injected_m0BB0F6D3A3ECB3532D5E00FD3B3A3DDFB75590E8_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Gizmos_set_color_Injected_m0BB0F6D3A3ECB3532D5E00FD3B3A3DDFB75590E8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Gizmos::set_color_Injected(UnityEngine.Color&)"); _il2cpp_icall_func(___value0); } // System.Void UnityEngine.Gizmos::set_matrix_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_set_matrix_Injected_m0679096F7253C9CC28A008B2C63C2A1773DF4B96 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___value0, const RuntimeMethod* method) { typedef void (*Gizmos_set_matrix_Injected_m0679096F7253C9CC28A008B2C63C2A1773DF4B96_ftn) (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Gizmos_set_matrix_Injected_m0679096F7253C9CC28A008B2C63C2A1773DF4B96_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Gizmos_set_matrix_Injected_m0679096F7253C9CC28A008B2C63C2A1773DF4B96_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Gizmos::set_matrix_Injected(UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(___value0); } #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: UnityEngine.Gradient IL2CPP_EXTERN_C void Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshal_pinvoke(const Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A& unmarshaled, Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshaled_pinvoke& marshaled) { marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0(); } IL2CPP_EXTERN_C void Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshal_pinvoke_back(const Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshaled_pinvoke& marshaled, Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A& unmarshaled) { intptr_t unmarshaled_m_Ptr_temp_0; memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0)); unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0; unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0); } // Conversion method for clean up from marshalling of: UnityEngine.Gradient IL2CPP_EXTERN_C void Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshal_pinvoke_cleanup(Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.Gradient IL2CPP_EXTERN_C void Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshal_com(const Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A& unmarshaled, Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshaled_com& marshaled) { marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0(); } IL2CPP_EXTERN_C void Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshal_com_back(const Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshaled_com& marshaled, Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A& unmarshaled) { intptr_t unmarshaled_m_Ptr_temp_0; memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0)); unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0; unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0); } // Conversion method for clean up from marshalling of: UnityEngine.Gradient IL2CPP_EXTERN_C void Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshal_com_cleanup(Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_marshaled_com& marshaled) { } // System.IntPtr UnityEngine.Gradient::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Gradient_Init_m56D09BE88E111535F8D2278E03BE81C9D70EFAAD (const RuntimeMethod* method) { typedef intptr_t (*Gradient_Init_m56D09BE88E111535F8D2278E03BE81C9D70EFAAD_ftn) (); static Gradient_Init_m56D09BE88E111535F8D2278E03BE81C9D70EFAAD_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Gradient_Init_m56D09BE88E111535F8D2278E03BE81C9D70EFAAD_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Gradient::Init()"); intptr_t retVal = _il2cpp_icall_func(); return retVal; } // System.Void UnityEngine.Gradient::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gradient_Cleanup_mD38D8100E8FAAC7FBD5047380555802E638DF718 (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, const RuntimeMethod* method) { typedef void (*Gradient_Cleanup_mD38D8100E8FAAC7FBD5047380555802E638DF718_ftn) (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A *); static Gradient_Cleanup_mD38D8100E8FAAC7FBD5047380555802E638DF718_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Gradient_Cleanup_mD38D8100E8FAAC7FBD5047380555802E638DF718_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Gradient::Cleanup()"); _il2cpp_icall_func(__this); } // System.Boolean UnityEngine.Gradient::Internal_Equals(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Gradient_Internal_Equals_m210D28E9843DBA28E2F60FDBB366FE2B5B739B1A (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, intptr_t ___other0, const RuntimeMethod* method) { typedef bool (*Gradient_Internal_Equals_m210D28E9843DBA28E2F60FDBB366FE2B5B739B1A_ftn) (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A *, intptr_t); static Gradient_Internal_Equals_m210D28E9843DBA28E2F60FDBB366FE2B5B739B1A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Gradient_Internal_Equals_m210D28E9843DBA28E2F60FDBB366FE2B5B739B1A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Gradient::Internal_Equals(System.IntPtr)"); bool retVal = _il2cpp_icall_func(__this, ___other0); return retVal; } // System.Void UnityEngine.Gradient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gradient__ctor_m297B6B928FDA6BD99A142736017F5C0E2B30BE7F (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); intptr_t L_0 = Gradient_Init_m56D09BE88E111535F8D2278E03BE81C9D70EFAAD(/*hidden argument*/NULL); __this->set_m_Ptr_0((intptr_t)L_0); return; } } // System.Void UnityEngine.Gradient::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gradient_Finalize_mB8CB38D86D7935F98000B5F4A0EBF419BD859210 (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { } IL_0001: try { // begin try (depth: 1) Gradient_Cleanup_mD38D8100E8FAAC7FBD5047380555802E638DF718(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x13, FINALLY_000b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000b; } FINALLY_000b: { // begin finally (depth: 1) Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(11) } // end finally (depth: 1) IL2CPP_CLEANUP(11) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // UnityEngine.Color UnityEngine.Gradient::Evaluate(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Gradient_Evaluate_m3FAAAA60E7357B84BE2141AFA0207299AFBDBCDB (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, float ___time0, const RuntimeMethod* method) { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); { float L_0 = ___time0; Gradient_Evaluate_Injected_m6AC6D52B9FC89CEE2FB16551EFA7C49934591C33(__this, L_0, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_0), /*hidden argument*/NULL); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = V_0; return L_1; } } // System.Boolean UnityEngine.Gradient::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Gradient_Equals_m0A13AD7938F81F21CC380609A506A39B37CF2097 (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Gradient_Equals_m0A13AD7938F81F21CC380609A506A39B37CF2097_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; { RuntimeObject * L_0 = ___o0; V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_000e; } } { V_1 = (bool)0; goto IL_0044; } IL_000e: { RuntimeObject * L_2 = ___o0; V_2 = (bool)((((RuntimeObject*)(Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A *)__this) == ((RuntimeObject*)(RuntimeObject *)L_2))? 1 : 0); bool L_3 = V_2; if (!L_3) { goto IL_001b; } } { V_1 = (bool)1; goto IL_0044; } IL_001b: { RuntimeObject * L_4 = ___o0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL); Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL); V_3 = (bool)((((int32_t)((((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_7 = V_3; if (!L_7) { goto IL_0035; } } { V_1 = (bool)0; goto IL_0044; } IL_0035: { RuntimeObject * L_8 = ___o0; bool L_9 = Gradient_Equals_m7F23C7692189DDD94FC31758493D4C99C2F3FB1E(__this, ((Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A *)CastclassClass((RuntimeObject*)L_8, Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_9; goto IL_0044; } IL_0044: { bool L_10 = V_1; return L_10; } } // System.Boolean UnityEngine.Gradient::Equals(UnityEngine.Gradient) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Gradient_Equals_m7F23C7692189DDD94FC31758493D4C99C2F3FB1E (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Gradient_Equals_m7F23C7692189DDD94FC31758493D4C99C2F3FB1E_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; { Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * L_0 = ___other0; V_0 = (bool)((((RuntimeObject*)(Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_000e; } } { V_1 = (bool)0; goto IL_0049; } IL_000e: { Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * L_2 = ___other0; V_2 = (bool)((((RuntimeObject*)(Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A *)__this) == ((RuntimeObject*)(Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A *)L_2))? 1 : 0); bool L_3 = V_2; if (!L_3) { goto IL_001b; } } { V_1 = (bool)1; goto IL_0049; } IL_001b: { intptr_t* L_4 = __this->get_address_of_m_Ptr_0(); Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * L_5 = ___other0; NullCheck(L_5); intptr_t L_6 = L_5->get_m_Ptr_0(); intptr_t L_7 = L_6; RuntimeObject * L_8 = Box(IntPtr_t_il2cpp_TypeInfo_var, &L_7); bool L_9 = IntPtr_Equals_m4C1C372B05E29E20EC5E9B48EF8AAEA3E49B874D((intptr_t*)L_4, L_8, /*hidden argument*/NULL); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_003a; } } { V_1 = (bool)1; goto IL_0049; } IL_003a: { Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * L_11 = ___other0; NullCheck(L_11); intptr_t L_12 = L_11->get_m_Ptr_0(); bool L_13 = Gradient_Internal_Equals_m210D28E9843DBA28E2F60FDBB366FE2B5B739B1A(__this, (intptr_t)L_12, /*hidden argument*/NULL); V_1 = L_13; goto IL_0049; } IL_0049: { bool L_14 = V_1; return L_14; } } // System.Int32 UnityEngine.Gradient::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Gradient_GetHashCode_m2596E6672ACDAD829961AB1FBD3EB649A908DE64 (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { intptr_t* L_0 = __this->get_address_of_m_Ptr_0(); int32_t L_1 = IntPtr_GetHashCode_m0A6AE0C85A4AEEA127235FB5A32056F630E3749A((intptr_t*)L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_000f; } IL_000f: { int32_t L_2 = V_0; return L_2; } } // System.Void UnityEngine.Gradient::Evaluate_Injected(System.Single,UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gradient_Evaluate_Injected_m6AC6D52B9FC89CEE2FB16551EFA7C49934591C33 (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A * __this, float ___time0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___ret1, const RuntimeMethod* method) { typedef void (*Gradient_Evaluate_Injected_m6AC6D52B9FC89CEE2FB16551EFA7C49934591C33_ftn) (Gradient_t35A694DDA1066524440E325E582B01E33DE66A3A *, float, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *); static Gradient_Evaluate_Injected_m6AC6D52B9FC89CEE2FB16551EFA7C49934591C33_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Gradient_Evaluate_Injected_m6AC6D52B9FC89CEE2FB16551EFA7C49934591C33_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Gradient::Evaluate_Injected(System.Single,UnityEngine.Color&)"); _il2cpp_icall_func(__this, ___time0, ___ret1); } #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 UnityEngine.Graphics::Internal_GetMaxDrawMeshInstanceCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Graphics_Internal_GetMaxDrawMeshInstanceCount_mB5F6508A9AB7DBEBC192C6C7BDEF872295FB9801 (const RuntimeMethod* method) { typedef int32_t (*Graphics_Internal_GetMaxDrawMeshInstanceCount_mB5F6508A9AB7DBEBC192C6C7BDEF872295FB9801_ftn) (); static Graphics_Internal_GetMaxDrawMeshInstanceCount_mB5F6508A9AB7DBEBC192C6C7BDEF872295FB9801_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Graphics_Internal_GetMaxDrawMeshInstanceCount_mB5F6508A9AB7DBEBC192C6C7BDEF872295FB9801_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Graphics::Internal_GetMaxDrawMeshInstanceCount()"); int32_t retVal = _il2cpp_icall_func(); return retVal; } // System.Void UnityEngine.Graphics::Internal_BlitMultiTap4(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,UnityEngine.Vector2[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Internal_BlitMultiTap4_m61127E23BF10D0B742EB33C23227750793A4FB40 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___source0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___dest1, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat2, Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___offsets3, const RuntimeMethod* method) { typedef void (*Graphics_Internal_BlitMultiTap4_m61127E23BF10D0B742EB33C23227750793A4FB40_ftn) (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 *, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *, Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*); static Graphics_Internal_BlitMultiTap4_m61127E23BF10D0B742EB33C23227750793A4FB40_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Graphics_Internal_BlitMultiTap4_m61127E23BF10D0B742EB33C23227750793A4FB40_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Graphics::Internal_BlitMultiTap4(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,UnityEngine.Vector2[])"); _il2cpp_icall_func(___source0, ___dest1, ___mat2, ___offsets3); } // System.Void UnityEngine.Graphics::Blit2(UnityEngine.Texture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit2_mB347B268DCC9B4EFB2BAB7AEAB30F0268BBBF8EB (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___source0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___dest1, const RuntimeMethod* method) { typedef void (*Graphics_Blit2_mB347B268DCC9B4EFB2BAB7AEAB30F0268BBBF8EB_ftn) (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 *); static Graphics_Blit2_mB347B268DCC9B4EFB2BAB7AEAB30F0268BBBF8EB_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Graphics_Blit2_mB347B268DCC9B4EFB2BAB7AEAB30F0268BBBF8EB_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Graphics::Blit2(UnityEngine.Texture,UnityEngine.RenderTexture)"); _il2cpp_icall_func(___source0, ___dest1); } // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_mB042EC04307A5617038DA4210DE7BA4B3E529113 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___source0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Graphics_Blit_mB042EC04307A5617038DA4210DE7BA4B3E529113_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_0 = ___source0; RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_1 = ___dest1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t6FB7A5D4561F3AB3C34BF334BB0BD8061BE763B1_il2cpp_TypeInfo_var); Graphics_Blit2_mB347B268DCC9B4EFB2BAB7AEAB30F0268BBBF8EB(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Graphics::BlitMultiTap(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,UnityEngine.Vector2[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_BlitMultiTap_m68957C274C362CD59546AA69740397EA196AEB98 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___source0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___dest1, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat2, Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___offsets3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Graphics_BlitMultiTap_m68957C274C362CD59546AA69740397EA196AEB98_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_0 = ___offsets3; NullCheck(L_0); V_0 = (bool)((((int32_t)(((RuntimeArray*)L_0)->max_length)) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001a; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_2, _stringLiteralD2BABF0A89B50342AE8899FA0A79089D85C263BC, _stringLiteral739F90911BF55016B285AF40C8E2133B9414FA7E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Graphics_BlitMultiTap_m68957C274C362CD59546AA69740397EA196AEB98_RuntimeMethod_var); } IL_001a: { Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_3 = ___source0; RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_4 = ___dest1; Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = ___mat2; Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_6 = ___offsets3; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t6FB7A5D4561F3AB3C34BF334BB0BD8061BE763B1_il2cpp_TypeInfo_var); Graphics_Internal_BlitMultiTap4_m61127E23BF10D0B742EB33C23227750793A4FB40(L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Graphics::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics__cctor_m87F7D324CC82B1B70ADFEC237B2BBEDC1767F1FF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Graphics__cctor_m87F7D324CC82B1B70ADFEC237B2BBEDC1767F1FF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = Graphics_Internal_GetMaxDrawMeshInstanceCount_mB5F6508A9AB7DBEBC192C6C7BDEF872295FB9801(/*hidden argument*/NULL); ((Graphics_t6FB7A5D4561F3AB3C34BF334BB0BD8061BE763B1_StaticFields*)il2cpp_codegen_static_fields_for(Graphics_t6FB7A5D4561F3AB3C34BF334BB0BD8061BE763B1_il2cpp_TypeInfo_var))->set_kMaxDrawMeshInstanceCount_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Hash128::.ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hash128__ctor_m10B99DC4351F6B8B0D8DF605177BBE2A7762441D (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, uint32_t ___u32_00, uint32_t ___u32_11, uint32_t ___u32_22, uint32_t ___u32_33, const RuntimeMethod* method) { { uint32_t L_0 = ___u32_00; __this->set_m_u32_0_0(L_0); uint32_t L_1 = ___u32_11; __this->set_m_u32_1_1(L_1); uint32_t L_2 = ___u32_22; __this->set_m_u32_2_2(L_2); uint32_t L_3 = ___u32_33; __this->set_m_u32_3_3(L_3); return; } } IL2CPP_EXTERN_C void Hash128__ctor_m10B99DC4351F6B8B0D8DF605177BBE2A7762441D_AdjustorThunk (RuntimeObject * __this, uint32_t ___u32_00, uint32_t ___u32_11, uint32_t ___u32_22, uint32_t ___u32_33, const RuntimeMethod* method) { int32_t _offset = 1; Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * _thisAdjusted = reinterpret_cast(__this + _offset); Hash128__ctor_m10B99DC4351F6B8B0D8DF605177BBE2A7762441D(_thisAdjusted, ___u32_00, ___u32_11, ___u32_22, ___u32_33, method); } // System.Int32 UnityEngine.Hash128::CompareTo(UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hash128_CompareTo_m0BC4F8F4228CF2B48C615E39CD3CE260386CC5BC (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___rhs0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; bool V_2 = false; { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_0 = (*(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 *)__this); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_1 = ___rhs0; bool L_2 = Hash128_op_LessThan_m2F98815644822762B642B483F79A72CFB4BADB39(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_0015; } } { V_1 = (-1); goto IL_002d; } IL_0015: { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_4 = (*(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 *)__this); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_5 = ___rhs0; bool L_6 = Hash128_op_GreaterThan_m1B6A95E0C9A75EE36E33D0E75ADB0D1872B843A1(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; bool L_7 = V_2; if (!L_7) { goto IL_0029; } } { V_1 = 1; goto IL_002d; } IL_0029: { V_1 = 0; goto IL_002d; } IL_002d: { int32_t L_8 = V_1; return L_8; } } IL2CPP_EXTERN_C int32_t Hash128_CompareTo_m0BC4F8F4228CF2B48C615E39CD3CE260386CC5BC_AdjustorThunk (RuntimeObject * __this, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___rhs0, const RuntimeMethod* method) { int32_t _offset = 1; Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * _thisAdjusted = reinterpret_cast(__this + _offset); return Hash128_CompareTo_m0BC4F8F4228CF2B48C615E39CD3CE260386CC5BC(_thisAdjusted, ___rhs0, method); } // System.String UnityEngine.Hash128::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hash128_ToString_mD81890597BCFD67BE47646DA5366347C545EB5E8 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_0 = (*(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 *)__this); String_t* L_1 = Hash128_Internal_Hash128ToString_m0C8F22C98723DA1488DC4FC86886662AC030E798(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_000f; } IL_000f: { String_t* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C String_t* Hash128_ToString_mD81890597BCFD67BE47646DA5366347C545EB5E8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * _thisAdjusted = reinterpret_cast(__this + _offset); return Hash128_ToString_mD81890597BCFD67BE47646DA5366347C545EB5E8(_thisAdjusted, method); } // System.String UnityEngine.Hash128::Internal_Hash128ToString(UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hash128_Internal_Hash128ToString_m0C8F22C98723DA1488DC4FC86886662AC030E798 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___hash1280, const RuntimeMethod* method) { { String_t* L_0 = Hash128_Internal_Hash128ToString_Injected_m6B07AAF4C1F86D9B7E482FD030AFB9CB15527583((Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 *)(&___hash1280), /*hidden argument*/NULL); return L_0; } } // System.Boolean UnityEngine.Hash128::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hash128_Equals_m4701FDD64B5C5F81B1E494D5586C5CB4519BC007 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hash128_Equals_m4701FDD64B5C5F81B1E494D5586C5CB4519BC007_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_il2cpp_TypeInfo_var))) { goto IL_001c; } } { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_1 = (*(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 *)__this); RuntimeObject * L_2 = ___obj0; bool L_3 = Hash128_op_Equality_m77950F7840A081CBFE1D01A2B72DA521A4AF5065(L_1, ((*(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 *)((Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 *)UnBox(L_2, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_3)); goto IL_001d; } IL_001c: { G_B3_0 = 0; } IL_001d: { V_0 = (bool)G_B3_0; goto IL_0020; } IL_0020: { bool L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C bool Hash128_Equals_m4701FDD64B5C5F81B1E494D5586C5CB4519BC007_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * _thisAdjusted = reinterpret_cast(__this + _offset); return Hash128_Equals_m4701FDD64B5C5F81B1E494D5586C5CB4519BC007(_thisAdjusted, ___obj0, method); } // System.Boolean UnityEngine.Hash128::Equals(UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hash128_Equals_m85BCDD87EB2A629FB8BB72FD63244787BC47E52D (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___obj0, const RuntimeMethod* method) { bool V_0 = false; { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_0 = (*(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 *)__this); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_1 = ___obj0; bool L_2 = Hash128_op_Equality_m77950F7840A081CBFE1D01A2B72DA521A4AF5065(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0010; } IL_0010: { bool L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C bool Hash128_Equals_m85BCDD87EB2A629FB8BB72FD63244787BC47E52D_AdjustorThunk (RuntimeObject * __this, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * _thisAdjusted = reinterpret_cast(__this + _offset); return Hash128_Equals_m85BCDD87EB2A629FB8BB72FD63244787BC47E52D(_thisAdjusted, ___obj0, method); } // System.Int32 UnityEngine.Hash128::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hash128_GetHashCode_m65DA1711C64E83AB514A3D498C568CB10EAA0D69 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t* L_0 = __this->get_address_of_m_u32_0_0(); int32_t L_1 = UInt32_GetHashCode_m791E3E038DAA8DC313758009B1C532CD91194B0D((uint32_t*)L_0, /*hidden argument*/NULL); uint32_t* L_2 = __this->get_address_of_m_u32_1_1(); int32_t L_3 = UInt32_GetHashCode_m791E3E038DAA8DC313758009B1C532CD91194B0D((uint32_t*)L_2, /*hidden argument*/NULL); uint32_t* L_4 = __this->get_address_of_m_u32_2_2(); int32_t L_5 = UInt32_GetHashCode_m791E3E038DAA8DC313758009B1C532CD91194B0D((uint32_t*)L_4, /*hidden argument*/NULL); uint32_t* L_6 = __this->get_address_of_m_u32_3_3(); int32_t L_7 = UInt32_GetHashCode_m791E3E038DAA8DC313758009B1C532CD91194B0D((uint32_t*)L_6, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1^(int32_t)L_3))^(int32_t)L_5))^(int32_t)L_7)); goto IL_0033; } IL_0033: { int32_t L_8 = V_0; return L_8; } } IL2CPP_EXTERN_C int32_t Hash128_GetHashCode_m65DA1711C64E83AB514A3D498C568CB10EAA0D69_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * _thisAdjusted = reinterpret_cast(__this + _offset); return Hash128_GetHashCode_m65DA1711C64E83AB514A3D498C568CB10EAA0D69(_thisAdjusted, method); } // System.Int32 UnityEngine.Hash128::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hash128_CompareTo_m3595697B0FC7ACAED77C03FEC7FF80A073A4F6AE (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hash128_CompareTo_m3595697B0FC7ACAED77C03FEC7FF80A073A4F6AE_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; int32_t V_2 = 0; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_0012; } } { RuntimeObject * L_1 = ___obj0; G_B3_0 = ((((int32_t)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0013; } IL_0012: { G_B3_0 = 1; } IL_0013: { V_1 = (bool)G_B3_0; bool L_2 = V_1; if (!L_2) { goto IL_001b; } } { V_2 = 1; goto IL_002c; } IL_001b: { RuntimeObject * L_3 = ___obj0; V_0 = ((*(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 *)((Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 *)UnBox(L_3, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_il2cpp_TypeInfo_var)))); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_4 = V_0; int32_t L_5 = Hash128_CompareTo_m0BC4F8F4228CF2B48C615E39CD3CE260386CC5BC((Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 *)__this, L_4, /*hidden argument*/NULL); V_2 = L_5; goto IL_002c; } IL_002c: { int32_t L_6 = V_2; return L_6; } } IL2CPP_EXTERN_C int32_t Hash128_CompareTo_m3595697B0FC7ACAED77C03FEC7FF80A073A4F6AE_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * _thisAdjusted = reinterpret_cast(__this + _offset); return Hash128_CompareTo_m3595697B0FC7ACAED77C03FEC7FF80A073A4F6AE(_thisAdjusted, ___obj0, method); } // System.Boolean UnityEngine.Hash128::op_Equality(UnityEngine.Hash128,UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hash128_op_Equality_m77950F7840A081CBFE1D01A2B72DA521A4AF5065 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___hash10, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___hash21, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B5_0 = 0; { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_0 = ___hash10; uint32_t L_1 = L_0.get_m_u32_0_0(); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_2 = ___hash21; uint32_t L_3 = L_2.get_m_u32_0_0(); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_003b; } } { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_4 = ___hash10; uint32_t L_5 = L_4.get_m_u32_1_1(); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_6 = ___hash21; uint32_t L_7 = L_6.get_m_u32_1_1(); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_003b; } } { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_8 = ___hash10; uint32_t L_9 = L_8.get_m_u32_2_2(); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_10 = ___hash21; uint32_t L_11 = L_10.get_m_u32_2_2(); if ((!(((uint32_t)L_9) == ((uint32_t)L_11)))) { goto IL_003b; } } { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_12 = ___hash10; uint32_t L_13 = L_12.get_m_u32_3_3(); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_14 = ___hash21; uint32_t L_15 = L_14.get_m_u32_3_3(); G_B5_0 = ((((int32_t)L_13) == ((int32_t)L_15))? 1 : 0); goto IL_003c; } IL_003b: { G_B5_0 = 0; } IL_003c: { V_0 = (bool)G_B5_0; goto IL_003f; } IL_003f: { bool L_16 = V_0; return L_16; } } // System.Boolean UnityEngine.Hash128::op_LessThan(UnityEngine.Hash128,UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hash128_op_LessThan_m2F98815644822762B642B483F79A72CFB4BADB39 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___x0, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___y1, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_0 = ___x0; uint32_t L_1 = L_0.get_m_u32_0_0(); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_2 = ___y1; uint32_t L_3 = L_2.get_m_u32_0_0(); V_0 = (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_4 = V_0; if (!L_4) { goto IL_0027; } } { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_5 = ___x0; uint32_t L_6 = L_5.get_m_u32_0_0(); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_7 = ___y1; uint32_t L_8 = L_7.get_m_u32_0_0(); V_1 = (bool)((!(((uint32_t)L_6) >= ((uint32_t)L_8)))? 1 : 0); goto IL_0084; } IL_0027: { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_9 = ___x0; uint32_t L_10 = L_9.get_m_u32_1_1(); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_11 = ___y1; uint32_t L_12 = L_11.get_m_u32_1_1(); V_2 = (bool)((((int32_t)((((int32_t)L_10) == ((int32_t)L_12))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_13 = V_2; if (!L_13) { goto IL_004d; } } { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_14 = ___x0; uint32_t L_15 = L_14.get_m_u32_1_1(); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_16 = ___y1; uint32_t L_17 = L_16.get_m_u32_1_1(); V_1 = (bool)((!(((uint32_t)L_15) >= ((uint32_t)L_17)))? 1 : 0); goto IL_0084; } IL_004d: { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_18 = ___x0; uint32_t L_19 = L_18.get_m_u32_2_2(); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_20 = ___y1; uint32_t L_21 = L_20.get_m_u32_2_2(); V_3 = (bool)((((int32_t)((((int32_t)L_19) == ((int32_t)L_21))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_22 = V_3; if (!L_22) { goto IL_0073; } } { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_23 = ___x0; uint32_t L_24 = L_23.get_m_u32_2_2(); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_25 = ___y1; uint32_t L_26 = L_25.get_m_u32_2_2(); V_1 = (bool)((!(((uint32_t)L_24) >= ((uint32_t)L_26)))? 1 : 0); goto IL_0084; } IL_0073: { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_27 = ___x0; uint32_t L_28 = L_27.get_m_u32_3_3(); Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_29 = ___y1; uint32_t L_30 = L_29.get_m_u32_3_3(); V_1 = (bool)((!(((uint32_t)L_28) >= ((uint32_t)L_30)))? 1 : 0); goto IL_0084; } IL_0084: { bool L_31 = V_1; return L_31; } } // System.Boolean UnityEngine.Hash128::op_GreaterThan(UnityEngine.Hash128,UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hash128_op_GreaterThan_m1B6A95E0C9A75EE36E33D0E75ADB0D1872B843A1 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___x0, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___y1, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; bool V_2 = false; { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_0 = ___x0; Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_1 = ___y1; bool L_2 = Hash128_op_LessThan_m2F98815644822762B642B483F79A72CFB4BADB39(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_0010; } } { V_1 = (bool)0; goto IL_0023; } IL_0010: { Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_4 = ___x0; Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_5 = ___y1; bool L_6 = Hash128_op_Equality_m77950F7840A081CBFE1D01A2B72DA521A4AF5065(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; bool L_7 = V_2; if (!L_7) { goto IL_001f; } } { V_1 = (bool)0; goto IL_0023; } IL_001f: { V_1 = (bool)1; goto IL_0023; } IL_0023: { bool L_8 = V_1; return L_8; } } // System.String UnityEngine.Hash128::Internal_Hash128ToString_Injected(UnityEngine.Hash128&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hash128_Internal_Hash128ToString_Injected_m6B07AAF4C1F86D9B7E482FD030AFB9CB15527583 (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * ___hash1280, const RuntimeMethod* method) { typedef String_t* (*Hash128_Internal_Hash128ToString_Injected_m6B07AAF4C1F86D9B7E482FD030AFB9CB15527583_ftn) (Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 *); static Hash128_Internal_Hash128ToString_Injected_m6B07AAF4C1F86D9B7E482FD030AFB9CB15527583_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Hash128_Internal_Hash128ToString_Injected_m6B07AAF4C1F86D9B7E482FD030AFB9CB15527583_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Hash128::Internal_Hash128ToString_Injected(UnityEngine.Hash128&)"); String_t* retVal = _il2cpp_icall_func(___hash1280); return retVal; } #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 UnityEngine.HideInInspector::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HideInInspector__ctor_mED96F804290F203756C1EDDE57F47C0E5A8FF4B4 (HideInInspector_t522BD4481F0172BDB5872D1D344053EE6DACF288 * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__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 UnityEngine.Internal.DefaultValueAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m2E914CFCFD82ACAB447480971570E5763C42DAAD (DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A * __this, String_t* ___value0, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; __this->set_DefaultValue_0(L_0); return; } } // System.Object UnityEngine.Internal.DefaultValueAttribute::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultValueAttribute_get_Value_m1E1505D5F1838C28CA4C52DED4A20E81F81BFCC3 (DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = __this->get_DefaultValue_0(); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject * L_1 = V_0; return L_1; } } // System.Boolean UnityEngine.Internal.DefaultValueAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultValueAttribute_Equals_mD9073A5C537D4DBDFBD5E3616BC5A05B5D0C51B2 (DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultValueAttribute_Equals_mD9073A5C537D4DBDFBD5E3616BC5A05B5D0C51B2_MetadataUsageId); s_Il2CppMethodInitialized = true; } DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A * V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { RuntimeObject * L_0 = ___obj0; V_0 = ((DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A *)IsInstClass((RuntimeObject*)L_0, DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A_il2cpp_TypeInfo_var)); DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A * L_1 = V_0; V_1 = (bool)((((RuntimeObject*)(DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_2 = V_1; if (!L_2) { goto IL_0014; } } { V_2 = (bool)0; goto IL_0041; } IL_0014: { RuntimeObject * L_3 = __this->get_DefaultValue_0(); V_3 = (bool)((((RuntimeObject*)(RuntimeObject *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_4 = V_3; if (!L_4) { goto IL_002d; } } { DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6 = DefaultValueAttribute_get_Value_m1E1505D5F1838C28CA4C52DED4A20E81F81BFCC3(L_5, /*hidden argument*/NULL); V_2 = (bool)((((RuntimeObject*)(RuntimeObject *)L_6) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); goto IL_0041; } IL_002d: { RuntimeObject * L_7 = __this->get_DefaultValue_0(); DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A * L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9 = DefaultValueAttribute_get_Value_m1E1505D5F1838C28CA4C52DED4A20E81F81BFCC3(L_8, /*hidden argument*/NULL); NullCheck(L_7); bool L_10 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_7, L_9); V_2 = L_10; goto IL_0041; } IL_0041: { bool L_11 = V_2; return L_11; } } // System.Int32 UnityEngine.Internal.DefaultValueAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultValueAttribute_GetHashCode_m4782E2C5A005991FA7E705110A690DD5E0E52D50 (DefaultValueAttribute_t71AB43F14F9BC6FF9A3D760A99915A544D5E9B9A * __this, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { RuntimeObject * L_0 = __this->get_DefaultValue_0(); V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0017; } } { int32_t L_2 = Attribute_GetHashCode_mEA741DA9A7D5E2BF980C11EB942F5C67F3142C7B(__this, /*hidden argument*/NULL); V_1 = L_2; goto IL_0025; } IL_0017: { RuntimeObject * L_3 = __this->get_DefaultValue_0(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3); V_1 = L_4; goto IL_0025; } IL_0025: { int32_t L_5 = V_1; return L_5; } } #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 UnityEngine.Internal.ExcludeFromDocsAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExcludeFromDocsAttribute__ctor_m01F11706D334D5D31B0C59630DB1674ECFBFAF04 (ExcludeFromDocsAttribute_tD383C690B3BAC7B087185EACA5A93BEEF03C7B7A * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Keyframe::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Keyframe__ctor_m10FFFE5FE1213C3AE88359375398F213B24F18D5 (Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 * __this, float ___time0, float ___value1, float ___inTangent2, float ___outTangent3, const RuntimeMethod* method) { { float L_0 = ___time0; __this->set_m_Time_0(L_0); float L_1 = ___value1; __this->set_m_Value_1(L_1); float L_2 = ___inTangent2; __this->set_m_InTangent_2(L_2); float L_3 = ___outTangent3; __this->set_m_OutTangent_3(L_3); __this->set_m_WeightedMode_4(0); __this->set_m_InWeight_5((0.0f)); __this->set_m_OutWeight_6((0.0f)); return; } } IL2CPP_EXTERN_C void Keyframe__ctor_m10FFFE5FE1213C3AE88359375398F213B24F18D5_AdjustorThunk (RuntimeObject * __this, float ___time0, float ___value1, float ___inTangent2, float ___outTangent3, const RuntimeMethod* method) { int32_t _offset = 1; Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 * _thisAdjusted = reinterpret_cast(__this + _offset); Keyframe__ctor_m10FFFE5FE1213C3AE88359375398F213B24F18D5(_thisAdjusted, ___time0, ___value1, ___inTangent2, ___outTangent3, method); } #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 UnityEngine.LayerMask::op_Implicit(UnityEngine.LayerMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_op_Implicit_m2AFFC7F931005437E8F356C953F439829AF4CFA5 (LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ___mask0, const RuntimeMethod* method) { int32_t V_0 = 0; { LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_0 = ___mask0; int32_t L_1 = L_0.get_m_Mask_0(); V_0 = L_1; goto IL_000a; } IL_000a: { int32_t L_2 = V_0; return L_2; } } // UnityEngine.LayerMask UnityEngine.LayerMask::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 LayerMask_op_Implicit_m3F256A7D96C66548F5B62C4621B9725301850300 (int32_t ___intVal0, const RuntimeMethod* method) { LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 V_0; memset((&V_0), 0, sizeof(V_0)); LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 V_1; memset((&V_1), 0, sizeof(V_1)); { int32_t L_0 = ___intVal0; (&V_0)->set_m_Mask_0(L_0); LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_1 = V_0; V_1 = L_1; goto IL_000d; } IL_000d: { LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_2 = V_1; return L_2; } } // System.Int32 UnityEngine.LayerMask::get_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_get_value_m682288E860BBE36F5668DCDBC59245DE6319E537 (LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_Mask_0(); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } IL2CPP_EXTERN_C int32_t LayerMask_get_value_m682288E860BBE36F5668DCDBC59245DE6319E537_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 * _thisAdjusted = reinterpret_cast(__this + _offset); return LayerMask_get_value_m682288E860BBE36F5668DCDBC59245DE6319E537(_thisAdjusted, method); } // System.String UnityEngine.LayerMask::LayerToName(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LayerMask_LayerToName_m89F085329FF3D676590CB1A1EDF9B0D24230441B (int32_t ___layer0, const RuntimeMethod* method) { typedef String_t* (*LayerMask_LayerToName_m89F085329FF3D676590CB1A1EDF9B0D24230441B_ftn) (int32_t); static LayerMask_LayerToName_m89F085329FF3D676590CB1A1EDF9B0D24230441B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (LayerMask_LayerToName_m89F085329FF3D676590CB1A1EDF9B0D24230441B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.LayerMask::LayerToName(System.Int32)"); String_t* retVal = _il2cpp_icall_func(___layer0); return retVal; } // System.Int32 UnityEngine.LayerMask::NameToLayer(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_NameToLayer_m6491D9EA75F68B1F8AE15A9B4F193FFB9352B901 (String_t* ___layerName0, const RuntimeMethod* method) { typedef int32_t (*LayerMask_NameToLayer_m6491D9EA75F68B1F8AE15A9B4F193FFB9352B901_ftn) (String_t*); static LayerMask_NameToLayer_m6491D9EA75F68B1F8AE15A9B4F193FFB9352B901_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (LayerMask_NameToLayer_m6491D9EA75F68B1F8AE15A9B4F193FFB9352B901_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.LayerMask::NameToLayer(System.String)"); int32_t retVal = _il2cpp_icall_func(___layerName0); return retVal; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LightType UnityEngine.Light::get_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_type_m24F8A5EFB5D0B0B5F4820623132D1EAA327D06E3 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef int32_t (*Light_get_type_m24F8A5EFB5D0B0B5F4820623132D1EAA327D06E3_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_type_m24F8A5EFB5D0B0B5F4820623132D1EAA327D06E3_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_type_m24F8A5EFB5D0B0B5F4820623132D1EAA327D06E3_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_type()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_type(UnityEngine.LightType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_type_m567E3AA95E0775F49C24B092E635F882E03A642E (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Light_set_type_m567E3AA95E0775F49C24B092E635F882E03A642E_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t); static Light_set_type_m567E3AA95E0775F49C24B092E635F882E03A642E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_type_m567E3AA95E0775F49C24B092E635F882E03A642E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_type(UnityEngine.LightType)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.LightShape UnityEngine.Light::get_shape() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_shape_m67B0C1688132AA469BF7FEA03EDDA70293428477 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef int32_t (*Light_get_shape_m67B0C1688132AA469BF7FEA03EDDA70293428477_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_shape_m67B0C1688132AA469BF7FEA03EDDA70293428477_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_shape_m67B0C1688132AA469BF7FEA03EDDA70293428477_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_shape()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_shape(UnityEngine.LightShape) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_shape_m62BDE68BC4DE623258B9AAF046580D7F71107A5D (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Light_set_shape_m62BDE68BC4DE623258B9AAF046580D7F71107A5D_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t); static Light_set_shape_m62BDE68BC4DE623258B9AAF046580D7F71107A5D_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_shape_m62BDE68BC4DE623258B9AAF046580D7F71107A5D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_shape(UnityEngine.LightShape)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Light::get_spotAngle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_spotAngle_m1EAB341E449675D41E86A63F047BF3ABE2B99C3B (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef float (*Light_get_spotAngle_m1EAB341E449675D41E86A63F047BF3ABE2B99C3B_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_spotAngle_m1EAB341E449675D41E86A63F047BF3ABE2B99C3B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_spotAngle_m1EAB341E449675D41E86A63F047BF3ABE2B99C3B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_spotAngle()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_spotAngle(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_spotAngle_m84FE07E18C5E6E49DB44D22F94CD67E2FDDD48B5 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Light_set_spotAngle_m84FE07E18C5E6E49DB44D22F94CD67E2FDDD48B5_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, float); static Light_set_spotAngle_m84FE07E18C5E6E49DB44D22F94CD67E2FDDD48B5_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_spotAngle_m84FE07E18C5E6E49DB44D22F94CD67E2FDDD48B5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_spotAngle(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Light::get_innerSpotAngle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_innerSpotAngle_m663952080C39817A16E86C1E8FD9F4A4538B6B7C (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef float (*Light_get_innerSpotAngle_m663952080C39817A16E86C1E8FD9F4A4538B6B7C_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_innerSpotAngle_m663952080C39817A16E86C1E8FD9F4A4538B6B7C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_innerSpotAngle_m663952080C39817A16E86C1E8FD9F4A4538B6B7C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_innerSpotAngle()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_innerSpotAngle(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_innerSpotAngle_m8DC4CD651B3BCDED3F5DD751F9B6A9B810EB8030 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Light_set_innerSpotAngle_m8DC4CD651B3BCDED3F5DD751F9B6A9B810EB8030_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, float); static Light_set_innerSpotAngle_m8DC4CD651B3BCDED3F5DD751F9B6A9B810EB8030_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_innerSpotAngle_m8DC4CD651B3BCDED3F5DD751F9B6A9B810EB8030_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_innerSpotAngle(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.Color UnityEngine.Light::get_color() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Light_get_color_m7A83B30FE716A1A931D450A6035A0069A2DD7698 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0; memset((&V_0), 0, sizeof(V_0)); { Light_get_color_Injected_m266FA6B59B6A43AE5C2717FE58D91E93626D48DE(__this, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_0), /*hidden argument*/NULL); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = V_0; return L_0; } } // System.Void UnityEngine.Light::set_color(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_color_mCC1582CECB03F511169444C9498B7FFBED8EAF63 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method) { { Light_set_color_Injected_mA6F1C470D37DF5D6F1D2AA5919C5EC989A28CD0A(__this, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___value0), /*hidden argument*/NULL); return; } } // System.Single UnityEngine.Light::get_colorTemperature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_colorTemperature_m4F25CB91944C9E72C978B129E0A8C0F87A94BCED (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef float (*Light_get_colorTemperature_m4F25CB91944C9E72C978B129E0A8C0F87A94BCED_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_colorTemperature_m4F25CB91944C9E72C978B129E0A8C0F87A94BCED_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_colorTemperature_m4F25CB91944C9E72C978B129E0A8C0F87A94BCED_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_colorTemperature()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_colorTemperature(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_colorTemperature_m9973387829033923DB53422DFDD89D4409A4BC58 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Light_set_colorTemperature_m9973387829033923DB53422DFDD89D4409A4BC58_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, float); static Light_set_colorTemperature_m9973387829033923DB53422DFDD89D4409A4BC58_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_colorTemperature_m9973387829033923DB53422DFDD89D4409A4BC58_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_colorTemperature(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.Light::get_useColorTemperature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Light_get_useColorTemperature_mF62FA561F84891DFE8F40D168FCC657A7ACAA061 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef bool (*Light_get_useColorTemperature_mF62FA561F84891DFE8F40D168FCC657A7ACAA061_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_useColorTemperature_mF62FA561F84891DFE8F40D168FCC657A7ACAA061_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_useColorTemperature_mF62FA561F84891DFE8F40D168FCC657A7ACAA061_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_useColorTemperature()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_useColorTemperature(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_useColorTemperature_m09D3F1651115056CF830DB73E03B403A71D35BBA (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Light_set_useColorTemperature_m09D3F1651115056CF830DB73E03B403A71D35BBA_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, bool); static Light_set_useColorTemperature_m09D3F1651115056CF830DB73E03B403A71D35BBA_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_useColorTemperature_m09D3F1651115056CF830DB73E03B403A71D35BBA_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_useColorTemperature(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Light::get_intensity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_intensity_m4E9152844D85D03FEDA5AE4599AFAFC3C66EFF23 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef float (*Light_get_intensity_m4E9152844D85D03FEDA5AE4599AFAFC3C66EFF23_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_intensity_m4E9152844D85D03FEDA5AE4599AFAFC3C66EFF23_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_intensity_m4E9152844D85D03FEDA5AE4599AFAFC3C66EFF23_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_intensity()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_intensity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_intensity_mE209975C840F1D887B4207C390DB5A2EF15A763C (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Light_set_intensity_mE209975C840F1D887B4207C390DB5A2EF15A763C_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, float); static Light_set_intensity_mE209975C840F1D887B4207C390DB5A2EF15A763C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_intensity_mE209975C840F1D887B4207C390DB5A2EF15A763C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_intensity(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Light::get_bounceIntensity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_bounceIntensity_m9185F30A7DED7FB480B1026B2CC6DBA357FAE9A7 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef float (*Light_get_bounceIntensity_m9185F30A7DED7FB480B1026B2CC6DBA357FAE9A7_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_bounceIntensity_m9185F30A7DED7FB480B1026B2CC6DBA357FAE9A7_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_bounceIntensity_m9185F30A7DED7FB480B1026B2CC6DBA357FAE9A7_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_bounceIntensity()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_bounceIntensity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_bounceIntensity_m23161B7A48419A75CD6EABBFAF526BD175E55E14 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Light_set_bounceIntensity_m23161B7A48419A75CD6EABBFAF526BD175E55E14_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, float); static Light_set_bounceIntensity_m23161B7A48419A75CD6EABBFAF526BD175E55E14_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_bounceIntensity_m23161B7A48419A75CD6EABBFAF526BD175E55E14_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_bounceIntensity(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.Light::get_useBoundingSphereOverride() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Light_get_useBoundingSphereOverride_mA6748D2874D551646789BCA16C55E05F44CC514B (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef bool (*Light_get_useBoundingSphereOverride_mA6748D2874D551646789BCA16C55E05F44CC514B_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_useBoundingSphereOverride_mA6748D2874D551646789BCA16C55E05F44CC514B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_useBoundingSphereOverride_mA6748D2874D551646789BCA16C55E05F44CC514B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_useBoundingSphereOverride()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_useBoundingSphereOverride(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_useBoundingSphereOverride_mBE849EA17166094E832819EFF4F5D93AFCB9A481 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Light_set_useBoundingSphereOverride_mBE849EA17166094E832819EFF4F5D93AFCB9A481_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, bool); static Light_set_useBoundingSphereOverride_mBE849EA17166094E832819EFF4F5D93AFCB9A481_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_useBoundingSphereOverride_mBE849EA17166094E832819EFF4F5D93AFCB9A481_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_useBoundingSphereOverride(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.Vector4 UnityEngine.Light::get_boundingSphereOverride() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Light_get_boundingSphereOverride_mDB1F4DF3E1E2FD7EFD8D5B1CE62A30CEEA86A637 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_0; memset((&V_0), 0, sizeof(V_0)); { Light_get_boundingSphereOverride_Injected_m7118737F3A4FFA9A8511ECF67A05081B10F86AC2(__this, (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&V_0), /*hidden argument*/NULL); Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_0 = V_0; return L_0; } } // System.Void UnityEngine.Light::set_boundingSphereOverride(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_boundingSphereOverride_m8D4BB5335ADDE2DB69079490FD707F826F0473DC (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value0, const RuntimeMethod* method) { { Light_set_boundingSphereOverride_Injected_mB33A79BD21090F4890C2B94F4E3DF304AAB69DB4(__this, (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&___value0), /*hidden argument*/NULL); return; } } // System.Int32 UnityEngine.Light::get_shadowCustomResolution() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_shadowCustomResolution_m869200087135771145751E58E90754A7407B4D77 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef int32_t (*Light_get_shadowCustomResolution_m869200087135771145751E58E90754A7407B4D77_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_shadowCustomResolution_m869200087135771145751E58E90754A7407B4D77_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_shadowCustomResolution_m869200087135771145751E58E90754A7407B4D77_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_shadowCustomResolution()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_shadowCustomResolution(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_shadowCustomResolution_m0982CE01B6C3184D580F79CEDA0B046748DC116F (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Light_set_shadowCustomResolution_m0982CE01B6C3184D580F79CEDA0B046748DC116F_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t); static Light_set_shadowCustomResolution_m0982CE01B6C3184D580F79CEDA0B046748DC116F_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_shadowCustomResolution_m0982CE01B6C3184D580F79CEDA0B046748DC116F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_shadowCustomResolution(System.Int32)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Light::get_shadowBias() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_shadowBias_mFB01780F645A252821DA6F126E2F72384E18F140 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef float (*Light_get_shadowBias_mFB01780F645A252821DA6F126E2F72384E18F140_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_shadowBias_mFB01780F645A252821DA6F126E2F72384E18F140_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_shadowBias_mFB01780F645A252821DA6F126E2F72384E18F140_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_shadowBias()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_shadowBias(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_shadowBias_mDBDD59DA8FE3618CC069C070AC444DB50EB35A4F (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Light_set_shadowBias_mDBDD59DA8FE3618CC069C070AC444DB50EB35A4F_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, float); static Light_set_shadowBias_mDBDD59DA8FE3618CC069C070AC444DB50EB35A4F_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_shadowBias_mDBDD59DA8FE3618CC069C070AC444DB50EB35A4F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_shadowBias(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Light::get_shadowNormalBias() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_shadowNormalBias_m021AD7A43D53CE417DC4EB7E647D84CBCB6E17EB (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef float (*Light_get_shadowNormalBias_m021AD7A43D53CE417DC4EB7E647D84CBCB6E17EB_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_shadowNormalBias_m021AD7A43D53CE417DC4EB7E647D84CBCB6E17EB_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_shadowNormalBias_m021AD7A43D53CE417DC4EB7E647D84CBCB6E17EB_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_shadowNormalBias()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_shadowNormalBias(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_shadowNormalBias_m5532D16B4F8F2890E494FF045D2E695484365EDE (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Light_set_shadowNormalBias_m5532D16B4F8F2890E494FF045D2E695484365EDE_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, float); static Light_set_shadowNormalBias_m5532D16B4F8F2890E494FF045D2E695484365EDE_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_shadowNormalBias_m5532D16B4F8F2890E494FF045D2E695484365EDE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_shadowNormalBias(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Light::get_shadowNearPlane() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_shadowNearPlane_m4AA787C5BCB1A12A7E512D5FB2CFEA81C78D6EE0 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef float (*Light_get_shadowNearPlane_m4AA787C5BCB1A12A7E512D5FB2CFEA81C78D6EE0_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_shadowNearPlane_m4AA787C5BCB1A12A7E512D5FB2CFEA81C78D6EE0_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_shadowNearPlane_m4AA787C5BCB1A12A7E512D5FB2CFEA81C78D6EE0_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_shadowNearPlane()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_shadowNearPlane(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_shadowNearPlane_m8D95ACA8F34F3237B3593DD1F25E92069F40CEC5 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Light_set_shadowNearPlane_m8D95ACA8F34F3237B3593DD1F25E92069F40CEC5_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, float); static Light_set_shadowNearPlane_m8D95ACA8F34F3237B3593DD1F25E92069F40CEC5_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_shadowNearPlane_m8D95ACA8F34F3237B3593DD1F25E92069F40CEC5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_shadowNearPlane(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // System.Boolean UnityEngine.Light::get_useShadowMatrixOverride() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Light_get_useShadowMatrixOverride_m84B3D49D301D3916A641D8B8EA26C62C6206E19C (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef bool (*Light_get_useShadowMatrixOverride_m84B3D49D301D3916A641D8B8EA26C62C6206E19C_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_useShadowMatrixOverride_m84B3D49D301D3916A641D8B8EA26C62C6206E19C_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_useShadowMatrixOverride_m84B3D49D301D3916A641D8B8EA26C62C6206E19C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_useShadowMatrixOverride()"); bool retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_useShadowMatrixOverride(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_useShadowMatrixOverride_mD61831DB949309D3EDC88B14396AB3303743E7EB (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, bool ___value0, const RuntimeMethod* method) { typedef void (*Light_set_useShadowMatrixOverride_mD61831DB949309D3EDC88B14396AB3303743E7EB_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, bool); static Light_set_useShadowMatrixOverride_mD61831DB949309D3EDC88B14396AB3303743E7EB_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_useShadowMatrixOverride_mD61831DB949309D3EDC88B14396AB3303743E7EB_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_useShadowMatrixOverride(System.Boolean)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.Matrix4x4 UnityEngine.Light::get_shadowMatrixOverride() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Light_get_shadowMatrixOverride_m6B0212F9B2D397FE2CE20E807C0AA2BF594A1CFE (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0; memset((&V_0), 0, sizeof(V_0)); { Light_get_shadowMatrixOverride_Injected_m9FAF5CB679EFDE6CC29F439D76EEFB9C166C9AE6(__this, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), /*hidden argument*/NULL); Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_0 = V_0; return L_0; } } // System.Void UnityEngine.Light::set_shadowMatrixOverride(UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_shadowMatrixOverride_mF7F830241393ACA9986895DDE44A699DE8BB51C3 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value0, const RuntimeMethod* method) { { Light_set_shadowMatrixOverride_Injected_m769B340B7D9733713F41E27F2C85A9FE5A084944(__this, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&___value0), /*hidden argument*/NULL); return; } } // System.Single UnityEngine.Light::get_range() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_range_m3AA5F21DB9441E888A0E89C465F928445150061A (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef float (*Light_get_range_m3AA5F21DB9441E888A0E89C465F928445150061A_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_range_m3AA5F21DB9441E888A0E89C465F928445150061A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_range_m3AA5F21DB9441E888A0E89C465F928445150061A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_range()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_range(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_range_mA08B30B1776471973285722FCB7633870B23106B (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Light_set_range_mA08B30B1776471973285722FCB7633870B23106B_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, float); static Light_set_range_mA08B30B1776471973285722FCB7633870B23106B_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_range_mA08B30B1776471973285722FCB7633870B23106B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_range(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.Flare UnityEngine.Light::get_flare() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Flare_t0D4DE26B68BE167415B3E1ED4D37B691DF8C920F * Light_get_flare_mBF5A99641868358196DF94876EC68353FD5DCC9A (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef Flare_t0D4DE26B68BE167415B3E1ED4D37B691DF8C920F * (*Light_get_flare_mBF5A99641868358196DF94876EC68353FD5DCC9A_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_flare_mBF5A99641868358196DF94876EC68353FD5DCC9A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_flare_mBF5A99641868358196DF94876EC68353FD5DCC9A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_flare()"); Flare_t0D4DE26B68BE167415B3E1ED4D37B691DF8C920F * retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_flare(UnityEngine.Flare) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_flare_m33D3E17434A6BEFB682343A93AD4F572530F321E (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Flare_t0D4DE26B68BE167415B3E1ED4D37B691DF8C920F * ___value0, const RuntimeMethod* method) { typedef void (*Light_set_flare_m33D3E17434A6BEFB682343A93AD4F572530F321E_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, Flare_t0D4DE26B68BE167415B3E1ED4D37B691DF8C920F *); static Light_set_flare_m33D3E17434A6BEFB682343A93AD4F572530F321E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_flare_m33D3E17434A6BEFB682343A93AD4F572530F321E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_flare(UnityEngine.Flare)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.LightBakingOutput UnityEngine.Light::get_bakingOutput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 Light_get_bakingOutput_mE447036D9B09ADED8D4244DF0155092D5BB32917 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 V_0; memset((&V_0), 0, sizeof(V_0)); { Light_get_bakingOutput_Injected_m376A3C0E44091FC917D7A44B9905AAC8D2789C15(__this, (LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 *)(&V_0), /*hidden argument*/NULL); LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 L_0 = V_0; return L_0; } } // System.Void UnityEngine.Light::set_bakingOutput(UnityEngine.LightBakingOutput) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_bakingOutput_m6525E43A569C3CB6C5CA6FB7804AC96F358AFE8E (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 ___value0, const RuntimeMethod* method) { { Light_set_bakingOutput_Injected_m471AF8641E60C4436D0BFE45E178694684B45393(__this, (LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 *)(&___value0), /*hidden argument*/NULL); return; } } // System.Int32 UnityEngine.Light::get_cullingMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_cullingMask_mAFCD37C96992A2B3943E5F1E7564BCF68B947AF4 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef int32_t (*Light_get_cullingMask_mAFCD37C96992A2B3943E5F1E7564BCF68B947AF4_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_cullingMask_mAFCD37C96992A2B3943E5F1E7564BCF68B947AF4_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_cullingMask_mAFCD37C96992A2B3943E5F1E7564BCF68B947AF4_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_cullingMask()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_cullingMask(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_cullingMask_mFE63E4225748AFFD0CCE7EBA030AAB102F270007 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Light_set_cullingMask_mFE63E4225748AFFD0CCE7EBA030AAB102F270007_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t); static Light_set_cullingMask_mFE63E4225748AFFD0CCE7EBA030AAB102F270007_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_cullingMask_mFE63E4225748AFFD0CCE7EBA030AAB102F270007_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_cullingMask(System.Int32)"); _il2cpp_icall_func(__this, ___value0); } // System.Int32 UnityEngine.Light::get_renderingLayerMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_renderingLayerMask_m08C94315E4911034FEACF34DF7454A6BC5234DCD (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef int32_t (*Light_get_renderingLayerMask_m08C94315E4911034FEACF34DF7454A6BC5234DCD_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_renderingLayerMask_m08C94315E4911034FEACF34DF7454A6BC5234DCD_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_renderingLayerMask_m08C94315E4911034FEACF34DF7454A6BC5234DCD_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_renderingLayerMask()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_renderingLayerMask(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_renderingLayerMask_m5B79471A29E00B3D1C8CD8D5AD6BC808DDD53FB8 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Light_set_renderingLayerMask_m5B79471A29E00B3D1C8CD8D5AD6BC808DDD53FB8_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t); static Light_set_renderingLayerMask_m5B79471A29E00B3D1C8CD8D5AD6BC808DDD53FB8_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_renderingLayerMask_m5B79471A29E00B3D1C8CD8D5AD6BC808DDD53FB8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_renderingLayerMask(System.Int32)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.LightShadowCasterMode UnityEngine.Light::get_lightShadowCasterMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_lightShadowCasterMode_mECA7C6D199DF38595BBF5AA128318016072A9221 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef int32_t (*Light_get_lightShadowCasterMode_mECA7C6D199DF38595BBF5AA128318016072A9221_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_lightShadowCasterMode_mECA7C6D199DF38595BBF5AA128318016072A9221_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_lightShadowCasterMode_mECA7C6D199DF38595BBF5AA128318016072A9221_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_lightShadowCasterMode()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_lightShadowCasterMode(UnityEngine.LightShadowCasterMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_lightShadowCasterMode_m780D7A1B7F4A5F2B7EEBC75D9CDCB0A5A786B2AF (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Light_set_lightShadowCasterMode_m780D7A1B7F4A5F2B7EEBC75D9CDCB0A5A786B2AF_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t); static Light_set_lightShadowCasterMode_m780D7A1B7F4A5F2B7EEBC75D9CDCB0A5A786B2AF_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_lightShadowCasterMode_m780D7A1B7F4A5F2B7EEBC75D9CDCB0A5A786B2AF_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_lightShadowCasterMode(UnityEngine.LightShadowCasterMode)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Light::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_Reset_mAD81C6B519DEC7616AC8A34BC1E750B78CF68053 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef void (*Light_Reset_mAD81C6B519DEC7616AC8A34BC1E750B78CF68053_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_Reset_mAD81C6B519DEC7616AC8A34BC1E750B78CF68053_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_Reset_mAD81C6B519DEC7616AC8A34BC1E750B78CF68053_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::Reset()"); _il2cpp_icall_func(__this); } // UnityEngine.LightShadows UnityEngine.Light::get_shadows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_shadows_m8FBBEDB8C442B0426E5D3E457330AA81D764C8F2 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef int32_t (*Light_get_shadows_m8FBBEDB8C442B0426E5D3E457330AA81D764C8F2_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_shadows_m8FBBEDB8C442B0426E5D3E457330AA81D764C8F2_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_shadows_m8FBBEDB8C442B0426E5D3E457330AA81D764C8F2_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_shadows()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_shadows(UnityEngine.LightShadows) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_shadows_mEAD5BC10AE25779A175D633B8CCA7ADC0B828311 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Light_set_shadows_mEAD5BC10AE25779A175D633B8CCA7ADC0B828311_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t); static Light_set_shadows_mEAD5BC10AE25779A175D633B8CCA7ADC0B828311_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_shadows_mEAD5BC10AE25779A175D633B8CCA7ADC0B828311_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_shadows(UnityEngine.LightShadows)"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Light::get_shadowStrength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_shadowStrength_mB46E58530AF939421D198670434F15D331BFB672 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef float (*Light_get_shadowStrength_mB46E58530AF939421D198670434F15D331BFB672_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_shadowStrength_mB46E58530AF939421D198670434F15D331BFB672_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_shadowStrength_mB46E58530AF939421D198670434F15D331BFB672_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_shadowStrength()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_shadowStrength(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_shadowStrength_m447AC9B66C28129AA3B2D62AE918FB511E27E2FE (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Light_set_shadowStrength_m447AC9B66C28129AA3B2D62AE918FB511E27E2FE_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, float); static Light_set_shadowStrength_m447AC9B66C28129AA3B2D62AE918FB511E27E2FE_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_shadowStrength_m447AC9B66C28129AA3B2D62AE918FB511E27E2FE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_shadowStrength(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.Rendering.LightShadowResolution UnityEngine.Light::get_shadowResolution() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_shadowResolution_m5C5EA6D907E5A425FCB7D2ED4A9C6095C5624EE1 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef int32_t (*Light_get_shadowResolution_m5C5EA6D907E5A425FCB7D2ED4A9C6095C5624EE1_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_shadowResolution_m5C5EA6D907E5A425FCB7D2ED4A9C6095C5624EE1_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_shadowResolution_m5C5EA6D907E5A425FCB7D2ED4A9C6095C5624EE1_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_shadowResolution()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_shadowResolution(UnityEngine.Rendering.LightShadowResolution) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_shadowResolution_m70C407FA59486A7FE499B03FFD8B50611547E3A8 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Light_set_shadowResolution_m70C407FA59486A7FE499B03FFD8B50611547E3A8_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t); static Light_set_shadowResolution_m70C407FA59486A7FE499B03FFD8B50611547E3A8_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_shadowResolution_m70C407FA59486A7FE499B03FFD8B50611547E3A8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_shadowResolution(UnityEngine.Rendering.LightShadowResolution)"); _il2cpp_icall_func(__this, ___value0); } // System.Single[] UnityEngine.Light::get_layerShadowCullDistances() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* Light_get_layerShadowCullDistances_mCE98E9EE3AC2210694E62E065A1D9FF5820B28F7 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* (*Light_get_layerShadowCullDistances_mCE98E9EE3AC2210694E62E065A1D9FF5820B28F7_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_layerShadowCullDistances_mCE98E9EE3AC2210694E62E065A1D9FF5820B28F7_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_layerShadowCullDistances_mCE98E9EE3AC2210694E62E065A1D9FF5820B28F7_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_layerShadowCullDistances()"); SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_layerShadowCullDistances(System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_layerShadowCullDistances_m419E8EAE3ED54FABA1D2B9A3F9B87C90296FB65A (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___value0, const RuntimeMethod* method) { typedef void (*Light_set_layerShadowCullDistances_m419E8EAE3ED54FABA1D2B9A3F9B87C90296FB65A_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*); static Light_set_layerShadowCullDistances_m419E8EAE3ED54FABA1D2B9A3F9B87C90296FB65A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_layerShadowCullDistances_m419E8EAE3ED54FABA1D2B9A3F9B87C90296FB65A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_layerShadowCullDistances(System.Single[])"); _il2cpp_icall_func(__this, ___value0); } // System.Single UnityEngine.Light::get_cookieSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_cookieSize_m5D5833A6D18D6D6CECE19E924A5FE723C4455D73 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef float (*Light_get_cookieSize_m5D5833A6D18D6D6CECE19E924A5FE723C4455D73_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_cookieSize_m5D5833A6D18D6D6CECE19E924A5FE723C4455D73_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_cookieSize_m5D5833A6D18D6D6CECE19E924A5FE723C4455D73_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_cookieSize()"); float retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_cookieSize(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_cookieSize_m3183BFA191DE92C07A0CB6B90A1C1AFD25D5C2E2 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, float ___value0, const RuntimeMethod* method) { typedef void (*Light_set_cookieSize_m3183BFA191DE92C07A0CB6B90A1C1AFD25D5C2E2_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, float); static Light_set_cookieSize_m3183BFA191DE92C07A0CB6B90A1C1AFD25D5C2E2_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_cookieSize_m3183BFA191DE92C07A0CB6B90A1C1AFD25D5C2E2_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_cookieSize(System.Single)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.Texture UnityEngine.Light::get_cookie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * Light_get_cookie_m84A6EB059CFE3BC1A34D40BB356C98AE2DF0D7C3 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * (*Light_get_cookie_m84A6EB059CFE3BC1A34D40BB356C98AE2DF0D7C3_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_cookie_m84A6EB059CFE3BC1A34D40BB356C98AE2DF0D7C3_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_cookie_m84A6EB059CFE3BC1A34D40BB356C98AE2DF0D7C3_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_cookie()"); Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_cookie(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_cookie_m1A24A0A1E9161546DEBCC700B1BDC67D240B700E (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___value0, const RuntimeMethod* method) { typedef void (*Light_set_cookie_m1A24A0A1E9161546DEBCC700B1BDC67D240B700E_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *); static Light_set_cookie_m1A24A0A1E9161546DEBCC700B1BDC67D240B700E_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_cookie_m1A24A0A1E9161546DEBCC700B1BDC67D240B700E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_cookie(UnityEngine.Texture)"); _il2cpp_icall_func(__this, ___value0); } // UnityEngine.LightRenderMode UnityEngine.Light::get_renderMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_renderMode_m9131E72A20C87F008B62C602108BDA1C1340B4F1 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef int32_t (*Light_get_renderMode_m9131E72A20C87F008B62C602108BDA1C1340B4F1_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_renderMode_m9131E72A20C87F008B62C602108BDA1C1340B4F1_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_renderMode_m9131E72A20C87F008B62C602108BDA1C1340B4F1_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_renderMode()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // System.Void UnityEngine.Light::set_renderMode(UnityEngine.LightRenderMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_renderMode_m353484183A45E1263345CE3C3EF9D7A176BB9E83 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___value0, const RuntimeMethod* method) { typedef void (*Light_set_renderMode_m353484183A45E1263345CE3C3EF9D7A176BB9E83_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t); static Light_set_renderMode_m353484183A45E1263345CE3C3EF9D7A176BB9E83_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_renderMode_m353484183A45E1263345CE3C3EF9D7A176BB9E83_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_renderMode(UnityEngine.LightRenderMode)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Light::AddCommandBuffer(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_AddCommandBuffer_m0D7B1C9B06DE14537F49EB8A3AA610C0ECEFCB07 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, const RuntimeMethod* method) { { int32_t L_0 = ___evt0; CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * L_1 = ___buffer1; Light_AddCommandBuffer_m1D757910EF0D70B6F0E68AB66252E42EC734ABC6(__this, L_0, L_1, ((int32_t)2047), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Light::AddCommandBuffer(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ShadowMapPass) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_AddCommandBuffer_m1D757910EF0D70B6F0E68AB66252E42EC734ABC6 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, int32_t ___shadowPassMask2, const RuntimeMethod* method) { typedef void (*Light_AddCommandBuffer_m1D757910EF0D70B6F0E68AB66252E42EC734ABC6_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD *, int32_t); static Light_AddCommandBuffer_m1D757910EF0D70B6F0E68AB66252E42EC734ABC6_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_AddCommandBuffer_m1D757910EF0D70B6F0E68AB66252E42EC734ABC6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::AddCommandBuffer(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ShadowMapPass)"); _il2cpp_icall_func(__this, ___evt0, ___buffer1, ___shadowPassMask2); } // System.Void UnityEngine.Light::AddCommandBufferAsync(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ComputeQueueType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_AddCommandBufferAsync_m0FBCD838775F37498C30C3DF1426F4FB57DC9158 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, int32_t ___queueType2, const RuntimeMethod* method) { { int32_t L_0 = ___evt0; CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * L_1 = ___buffer1; int32_t L_2 = ___queueType2; Light_AddCommandBufferAsync_mFA1E6B0EE40D271F8C807D40FF25873CA4C504F3(__this, L_0, L_1, ((int32_t)2047), L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Light::AddCommandBufferAsync(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ShadowMapPass,UnityEngine.Rendering.ComputeQueueType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_AddCommandBufferAsync_mFA1E6B0EE40D271F8C807D40FF25873CA4C504F3 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, int32_t ___shadowPassMask2, int32_t ___queueType3, const RuntimeMethod* method) { typedef void (*Light_AddCommandBufferAsync_mFA1E6B0EE40D271F8C807D40FF25873CA4C504F3_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD *, int32_t, int32_t); static Light_AddCommandBufferAsync_mFA1E6B0EE40D271F8C807D40FF25873CA4C504F3_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_AddCommandBufferAsync_mFA1E6B0EE40D271F8C807D40FF25873CA4C504F3_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::AddCommandBufferAsync(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ShadowMapPass,UnityEngine.Rendering.ComputeQueueType)"); _il2cpp_icall_func(__this, ___evt0, ___buffer1, ___shadowPassMask2, ___queueType3); } // System.Void UnityEngine.Light::RemoveCommandBuffer(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_RemoveCommandBuffer_mB02D89FC32038FD5747F69F891247322FC139C53 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___evt0, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD * ___buffer1, const RuntimeMethod* method) { typedef void (*Light_RemoveCommandBuffer_mB02D89FC32038FD5747F69F891247322FC139C53_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t, CommandBuffer_t70BF7D9D84C2AFA83559B45FAD5BEDA73DA617DD *); static Light_RemoveCommandBuffer_mB02D89FC32038FD5747F69F891247322FC139C53_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_RemoveCommandBuffer_mB02D89FC32038FD5747F69F891247322FC139C53_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::RemoveCommandBuffer(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer)"); _il2cpp_icall_func(__this, ___evt0, ___buffer1); } // System.Void UnityEngine.Light::RemoveCommandBuffers(UnityEngine.Rendering.LightEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_RemoveCommandBuffers_mF822D07B6D3F52170F99932CB40CFC2A0F903E47 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___evt0, const RuntimeMethod* method) { typedef void (*Light_RemoveCommandBuffers_mF822D07B6D3F52170F99932CB40CFC2A0F903E47_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t); static Light_RemoveCommandBuffers_mF822D07B6D3F52170F99932CB40CFC2A0F903E47_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_RemoveCommandBuffers_mF822D07B6D3F52170F99932CB40CFC2A0F903E47_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::RemoveCommandBuffers(UnityEngine.Rendering.LightEvent)"); _il2cpp_icall_func(__this, ___evt0); } // System.Void UnityEngine.Light::RemoveAllCommandBuffers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_RemoveAllCommandBuffers_mD7F450D53E16A86EC2A9C009311E89E86A6272CB (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef void (*Light_RemoveAllCommandBuffers_mD7F450D53E16A86EC2A9C009311E89E86A6272CB_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_RemoveAllCommandBuffers_mD7F450D53E16A86EC2A9C009311E89E86A6272CB_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_RemoveAllCommandBuffers_mD7F450D53E16A86EC2A9C009311E89E86A6272CB_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::RemoveAllCommandBuffers()"); _il2cpp_icall_func(__this); } // UnityEngine.Rendering.CommandBuffer[] UnityEngine.Light::GetCommandBuffers(UnityEngine.Rendering.LightEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CommandBufferU5BU5D_t67150454F13B9E5CF7CCCD5A44CAB45DD465C5A0* Light_GetCommandBuffers_m7AA15B63B862A7EC5B1CCFFDFA1EEC21950876EB (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, int32_t ___evt0, const RuntimeMethod* method) { typedef CommandBufferU5BU5D_t67150454F13B9E5CF7CCCD5A44CAB45DD465C5A0* (*Light_GetCommandBuffers_m7AA15B63B862A7EC5B1CCFFDFA1EEC21950876EB_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, int32_t); static Light_GetCommandBuffers_m7AA15B63B862A7EC5B1CCFFDFA1EEC21950876EB_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_GetCommandBuffers_m7AA15B63B862A7EC5B1CCFFDFA1EEC21950876EB_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::GetCommandBuffers(UnityEngine.Rendering.LightEvent)"); CommandBufferU5BU5D_t67150454F13B9E5CF7CCCD5A44CAB45DD465C5A0* retVal = _il2cpp_icall_func(__this, ___evt0); return retVal; } // System.Int32 UnityEngine.Light::get_commandBufferCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_commandBufferCount_mB8F303A6074D84464D205275984318A03D940FCB (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { typedef int32_t (*Light_get_commandBufferCount_mB8F303A6074D84464D205275984318A03D940FCB_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *); static Light_get_commandBufferCount_mB8F303A6074D84464D205275984318A03D940FCB_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_commandBufferCount_mB8F303A6074D84464D205275984318A03D940FCB_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_commandBufferCount()"); int32_t retVal = _il2cpp_icall_func(__this); return retVal; } // UnityEngine.Light[] UnityEngine.Light::GetLights(UnityEngine.LightType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45* Light_GetLights_mA58224BAB6C156288124D51A9DA83FE109CFD5EC (int32_t ___type0, int32_t ___layer1, const RuntimeMethod* method) { typedef LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45* (*Light_GetLights_mA58224BAB6C156288124D51A9DA83FE109CFD5EC_ftn) (int32_t, int32_t); static Light_GetLights_mA58224BAB6C156288124D51A9DA83FE109CFD5EC_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_GetLights_mA58224BAB6C156288124D51A9DA83FE109CFD5EC_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::GetLights(UnityEngine.LightType,System.Int32)"); LightU5BU5D_t0127F29C5C02312DE2DDA721E3AF8CE925297D45* retVal = _il2cpp_icall_func(___type0, ___layer1); return retVal; } // System.Void UnityEngine.Light::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light__ctor_m23741EFAFF3A57B788747187A39CDA35A57A913E (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, const RuntimeMethod* method) { { Behaviour__ctor_m409AEC21511ACF9A4CC0654DF4B8253E0D81D22C(__this, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Light::get_color_Injected(UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_get_color_Injected_m266FA6B59B6A43AE5C2717FE58D91E93626D48DE (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___ret0, const RuntimeMethod* method) { typedef void (*Light_get_color_Injected_m266FA6B59B6A43AE5C2717FE58D91E93626D48DE_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *); static Light_get_color_Injected_m266FA6B59B6A43AE5C2717FE58D91E93626D48DE_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_color_Injected_m266FA6B59B6A43AE5C2717FE58D91E93626D48DE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_color_Injected(UnityEngine.Color&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Light::set_color_Injected(UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_color_Injected_mA6F1C470D37DF5D6F1D2AA5919C5EC989A28CD0A (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method) { typedef void (*Light_set_color_Injected_mA6F1C470D37DF5D6F1D2AA5919C5EC989A28CD0A_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *); static Light_set_color_Injected_mA6F1C470D37DF5D6F1D2AA5919C5EC989A28CD0A_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_color_Injected_mA6F1C470D37DF5D6F1D2AA5919C5EC989A28CD0A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_color_Injected(UnityEngine.Color&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Light::get_boundingSphereOverride_Injected(UnityEngine.Vector4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_get_boundingSphereOverride_Injected_m7118737F3A4FFA9A8511ECF67A05081B10F86AC2 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___ret0, const RuntimeMethod* method) { typedef void (*Light_get_boundingSphereOverride_Injected_m7118737F3A4FFA9A8511ECF67A05081B10F86AC2_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *); static Light_get_boundingSphereOverride_Injected_m7118737F3A4FFA9A8511ECF67A05081B10F86AC2_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_boundingSphereOverride_Injected_m7118737F3A4FFA9A8511ECF67A05081B10F86AC2_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_boundingSphereOverride_Injected(UnityEngine.Vector4&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Light::set_boundingSphereOverride_Injected(UnityEngine.Vector4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_boundingSphereOverride_Injected_mB33A79BD21090F4890C2B94F4E3DF304AAB69DB4 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___value0, const RuntimeMethod* method) { typedef void (*Light_set_boundingSphereOverride_Injected_mB33A79BD21090F4890C2B94F4E3DF304AAB69DB4_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *); static Light_set_boundingSphereOverride_Injected_mB33A79BD21090F4890C2B94F4E3DF304AAB69DB4_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_boundingSphereOverride_Injected_mB33A79BD21090F4890C2B94F4E3DF304AAB69DB4_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_boundingSphereOverride_Injected(UnityEngine.Vector4&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Light::get_shadowMatrixOverride_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_get_shadowMatrixOverride_Injected_m9FAF5CB679EFDE6CC29F439D76EEFB9C166C9AE6 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method) { typedef void (*Light_get_shadowMatrixOverride_Injected_m9FAF5CB679EFDE6CC29F439D76EEFB9C166C9AE6_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Light_get_shadowMatrixOverride_Injected_m9FAF5CB679EFDE6CC29F439D76EEFB9C166C9AE6_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_shadowMatrixOverride_Injected_m9FAF5CB679EFDE6CC29F439D76EEFB9C166C9AE6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_shadowMatrixOverride_Injected(UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Light::set_shadowMatrixOverride_Injected(UnityEngine.Matrix4x4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_shadowMatrixOverride_Injected_m769B340B7D9733713F41E27F2C85A9FE5A084944 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___value0, const RuntimeMethod* method) { typedef void (*Light_set_shadowMatrixOverride_Injected_m769B340B7D9733713F41E27F2C85A9FE5A084944_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *); static Light_set_shadowMatrixOverride_Injected_m769B340B7D9733713F41E27F2C85A9FE5A084944_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_shadowMatrixOverride_Injected_m769B340B7D9733713F41E27F2C85A9FE5A084944_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_shadowMatrixOverride_Injected(UnityEngine.Matrix4x4&)"); _il2cpp_icall_func(__this, ___value0); } // System.Void UnityEngine.Light::get_bakingOutput_Injected(UnityEngine.LightBakingOutput&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_get_bakingOutput_Injected_m376A3C0E44091FC917D7A44B9905AAC8D2789C15 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 * ___ret0, const RuntimeMethod* method) { typedef void (*Light_get_bakingOutput_Injected_m376A3C0E44091FC917D7A44B9905AAC8D2789C15_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 *); static Light_get_bakingOutput_Injected_m376A3C0E44091FC917D7A44B9905AAC8D2789C15_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_get_bakingOutput_Injected_m376A3C0E44091FC917D7A44B9905AAC8D2789C15_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::get_bakingOutput_Injected(UnityEngine.LightBakingOutput&)"); _il2cpp_icall_func(__this, ___ret0); } // System.Void UnityEngine.Light::set_bakingOutput_Injected(UnityEngine.LightBakingOutput&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_bakingOutput_Injected_m471AF8641E60C4436D0BFE45E178694684B45393 (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C * __this, LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 * ___value0, const RuntimeMethod* method) { typedef void (*Light_set_bakingOutput_Injected_m471AF8641E60C4436D0BFE45E178694684B45393_ftn) (Light_tFDE490EADBC7E080F74CA804929513AF07C31A6C *, LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 *); static Light_set_bakingOutput_Injected_m471AF8641E60C4436D0BFE45E178694684B45393_ftn _il2cpp_icall_func; if (!_il2cpp_icall_func) _il2cpp_icall_func = (Light_set_bakingOutput_Injected_m471AF8641E60C4436D0BFE45E178694684B45393_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Light::set_bakingOutput_Injected(UnityEngine.LightBakingOutput&)"); _il2cpp_icall_func(__this, ___value0); } #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: UnityEngine.LightBakingOutput IL2CPP_EXTERN_C void LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshal_pinvoke(const LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4& unmarshaled, LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshaled_pinvoke& marshaled) { marshaled.___probeOcclusionLightIndex_0 = unmarshaled.get_probeOcclusionLightIndex_0(); marshaled.___occlusionMaskChannel_1 = unmarshaled.get_occlusionMaskChannel_1(); marshaled.___lightmapBakeType_2 = unmarshaled.get_lightmapBakeType_2(); marshaled.___mixedLightingMode_3 = unmarshaled.get_mixedLightingMode_3(); marshaled.___isBaked_4 = static_cast(unmarshaled.get_isBaked_4()); } IL2CPP_EXTERN_C void LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshal_pinvoke_back(const LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshaled_pinvoke& marshaled, LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4& unmarshaled) { int32_t unmarshaled_probeOcclusionLightIndex_temp_0 = 0; unmarshaled_probeOcclusionLightIndex_temp_0 = marshaled.___probeOcclusionLightIndex_0; unmarshaled.set_probeOcclusionLightIndex_0(unmarshaled_probeOcclusionLightIndex_temp_0); int32_t unmarshaled_occlusionMaskChannel_temp_1 = 0; unmarshaled_occlusionMaskChannel_temp_1 = marshaled.___occlusionMaskChannel_1; unmarshaled.set_occlusionMaskChannel_1(unmarshaled_occlusionMaskChannel_temp_1); int32_t unmarshaled_lightmapBakeType_temp_2 = 0; unmarshaled_lightmapBakeType_temp_2 = marshaled.___lightmapBakeType_2; unmarshaled.set_lightmapBakeType_2(unmarshaled_lightmapBakeType_temp_2); int32_t unmarshaled_mixedLightingMode_temp_3 = 0; unmarshaled_mixedLightingMode_temp_3 = marshaled.___mixedLightingMode_3; unmarshaled.set_mixedLightingMode_3(unmarshaled_mixedLightingMode_temp_3); bool unmarshaled_isBaked_temp_4 = false; unmarshaled_isBaked_temp_4 = static_cast(marshaled.___isBaked_4); unmarshaled.set_isBaked_4(unmarshaled_isBaked_temp_4); } // Conversion method for clean up from marshalling of: UnityEngine.LightBakingOutput IL2CPP_EXTERN_C void LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshal_pinvoke_cleanup(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.LightBakingOutput IL2CPP_EXTERN_C void LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshal_com(const LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4& unmarshaled, LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshaled_com& marshaled) { marshaled.___probeOcclusionLightIndex_0 = unmarshaled.get_probeOcclusionLightIndex_0(); marshaled.___occlusionMaskChannel_1 = unmarshaled.get_occlusionMaskChannel_1(); marshaled.___lightmapBakeType_2 = unmarshaled.get_lightmapBakeType_2(); marshaled.___mixedLightingMode_3 = unmarshaled.get_mixedLightingMode_3(); marshaled.___isBaked_4 = static_cast(unmarshaled.get_isBaked_4()); } IL2CPP_EXTERN_C void LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshal_com_back(const LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshaled_com& marshaled, LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4& unmarshaled) { int32_t unmarshaled_probeOcclusionLightIndex_temp_0 = 0; unmarshaled_probeOcclusionLightIndex_temp_0 = marshaled.___probeOcclusionLightIndex_0; unmarshaled.set_probeOcclusionLightIndex_0(unmarshaled_probeOcclusionLightIndex_temp_0); int32_t unmarshaled_occlusionMaskChannel_temp_1 = 0; unmarshaled_occlusionMaskChannel_temp_1 = marshaled.___occlusionMaskChannel_1; unmarshaled.set_occlusionMaskChannel_1(unmarshaled_occlusionMaskChannel_temp_1); int32_t unmarshaled_lightmapBakeType_temp_2 = 0; unmarshaled_lightmapBakeType_temp_2 = marshaled.___lightmapBakeType_2; unmarshaled.set_lightmapBakeType_2(unmarshaled_lightmapBakeType_temp_2); int32_t unmarshaled_mixedLightingMode_temp_3 = 0; unmarshaled_mixedLightingMode_temp_3 = marshaled.___mixedLightingMode_3; unmarshaled.set_mixedLightingMode_3(unmarshaled_mixedLightingMode_temp_3); bool unmarshaled_isBaked_temp_4 = false; unmarshaled_isBaked_temp_4 = static_cast(marshaled.___isBaked_4); unmarshaled.set_isBaked_4(unmarshaled_isBaked_temp_4); } // Conversion method for clean up from marshalling of: UnityEngine.LightBakingOutput IL2CPP_EXTERN_C void LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshal_com_cleanup(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mF9F9BDCB1E4618F9533D83D47EAD7325A32FDC2A_inline (ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; intptr_t L_1 = ProfilerMarker_Internal_Create_m92F2A7651D4BF3F3D0CB62078DD79B71839FA370(L_0, (uint16_t)0, /*hidden argument*/NULL); __this->set_m_Ptr_0((intptr_t)L_1); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ProfilerMarker_Begin_m590B79FC0E13EDAEFB8BF6522995C8FD56667D39_inline (ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_m_Ptr_0(); ProfilerMarker_Internal_Begin_m79272E72708A53AFDEEEB81CF66C7D62920AC5B5((intptr_t)L_0, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ProfilerMarker_End_mAC7099DA8D4864AA1D0289F368F85E31A9BFE502_inline (ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_m_Ptr_0(); ProfilerMarker_Internal_End_mE25FE55A23DF111614CE890359972D96A65B499A((intptr_t)L_0, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AutoScope__ctor_mDB99051F3C5C2BFFF71574AC515AB523F04E3320_inline (AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F * __this, intptr_t ___markerPtr0, const RuntimeMethod* method) { { intptr_t L_0 = ___markerPtr0; __this->set_m_Ptr_0((intptr_t)L_0); intptr_t L_1 = ___markerPtr0; ProfilerMarker_Internal_Begin_m79272E72708A53AFDEEEB81CF66C7D62920AC5B5((intptr_t)L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F ProfilerMarker_Auto_m27C8BA4E46F26F3005760C48C4B92EBC284A5D02_inline (ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 * __this, const RuntimeMethod* method) { AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F V_0; memset((&V_0), 0, sizeof(V_0)); { intptr_t L_0 = __this->get_m_Ptr_0(); AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F L_1; memset((&L_1), 0, sizeof(L_1)); AutoScope__ctor_mDB99051F3C5C2BFFF71574AC515AB523F04E3320_inline((&L_1), (intptr_t)L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_000f; } IL_000f: { AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AutoScope_Dispose_m3663B79F5E62F2FA39FAAB5956A5EA141BA98AF2_inline (AutoScope_tFCF9F27FF85DCD3A3880FAADCB520F29B1543A7F * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_m_Ptr_0(); ProfilerMarker_Internal_End_mE25FE55A23DF111614CE890359972D96A65B499A((intptr_t)L_0, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t BeforeRenderOrderAttribute_get_order_m80D9D0346B34EF8D82A90450FC3F6FD96EBF6E24_inline (BeforeRenderOrderAttribute_t07A5919B12A5AF3FD562B99493E6C0FDA26FE6B5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CorderU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GateFitParameters_get_aspect_mEB02EBD88F796002FF1B7A9922B9AF1F8BBF44EF_inline (GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CaspectU3Ek__BackingField_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GateFitParameters_get_mode_mBA328856CDACAC630EBCA916618060A3FD548238_inline (GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CmodeU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_mC56A17E597E9F767B889DA10DB866F0B96CF0D65_inline (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (void*)(L_0); } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_target_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* ScriptableRuntimeReflectionSystemWrapper_get_implementation_mABDBD524BA9D869BCC02159B00C3B5F6DEE21895_inline (ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CimplementationU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ScriptableRuntimeReflectionSystemWrapper_set_implementation_m7866062401FA10180983AFE19BA672AE63CED29B_inline (ScriptableRuntimeReflectionSystemWrapper_tDCCCF65DE093A1E4FED4E17FC2F71A8520760CF4 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_U3CimplementationU3Ek__BackingField_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 List_1_get_Item_mC9C969F6B1B053F533CE85611D11D76DD9F9C386_gshared_inline (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __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_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL); } IL_000e: { OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101* L_2 = (OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101*)__this->get__items_1(); int32_t L_3 = ___index0; OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101*)L_2, (int32_t)L_3); return L_4; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mDC7DA39F5282E6349415C0E7E139B6D5D978E1F2_gshared_inline (List_1_t53AD896B2509A4686D143641030CF022753D3B04 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __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_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3); return L_4; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return L_0; } }