2025-06-20 11:52:54 +08:00
# include " il2cpp-config.h "
# ifndef _MSC_VER
# include <alloca.h>
# else
# include <malloc.h>
# endif
# include <cstring>
# include <string.h>
# include <stdio.h>
# include <cmath>
# include <limits>
# include <assert.h>
# include <stdint.h>
# include "codegen/il2cpp-codegen.h"
# include "il2cpp-object-internals.h"
2025-09-12 02:28:56 +08:00
template < typename R >
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 ) ;
}
} ;
2025-06-20 11:52:54 +08:00
template < typename R , typename T1 , typename T2 >
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 ) ;
}
} ;
2025-09-12 02:28:56 +08:00
struct InterfaceActionInvoker0
2025-06-20 11:52:54 +08:00
{
2025-09-12 02:28:56 +08:00
typedef void ( * Action ) ( void * , const RuntimeMethod * ) ;
2025-06-20 11:52:54 +08:00
2025-09-12 02:28:56 +08:00
static inline void Invoke ( Il2CppMethodSlot slot , RuntimeClass * declaringInterface , RuntimeObject * obj )
2025-06-20 11:52:54 +08:00
{
2025-09-12 02:28:56 +08:00
const VirtualInvokeData & invokeData = il2cpp_codegen_get_interface_invoke_data ( slot , obj , declaringInterface ) ;
( ( Action ) invokeData . methodPtr ) ( obj , invokeData . method ) ;
2025-06-20 11:52:54 +08:00
}
} ;
2025-09-12 02:28:56 +08:00
// Microsoft.Win32.SafeHandles.SafeWaitHandle
struct SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 ;
// System.Action`1<System.Object>
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ;
// System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 ;
// System.AssemblyLoadEventHandler
struct AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 ;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ;
2025-06-20 11:52:54 +08:00
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 ;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 ;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 ;
2025-09-12 02:28:56 +08:00
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ;
// System.Collections.Generic.Dictionary`2<System.String,System.Object>
struct Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ;
// System.Collections.Generic.IEnumerable`1<UnityEngine.UnitySynchronizationContext/WorkRequest>
struct IEnumerable_1_t2141B27CEA9D4290762D62C69029EC2736FBDF64 ;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ;
// System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>
struct List_1_t6E5C746AF7DE21972A905DE655062193862839D6 ;
2025-06-20 11:52:54 +08:00
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7 ;
// System.Collections.Stack
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ;
2025-09-12 02:28:56 +08:00
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 ;
2025-06-20 11:52:54 +08:00
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196 ;
2025-09-12 02:28:56 +08:00
// System.Diagnostics.Stopwatch
struct Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 ;
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ;
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs>
struct EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF ;
// System.Exception
struct Exception_t ;
2025-06-20 11:52:54 +08:00
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ;
2025-09-12 02:28:56 +08:00
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598 ;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901 ;
// System.IO.TextWriter
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ;
2025-06-20 11:52:54 +08:00
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF ;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 ;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD ;
2025-09-12 02:28:56 +08:00
// System.LocalDataStoreHolder
struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 ;
// System.LocalDataStoreMgr
struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ;
// System.MulticastDelegate
struct MulticastDelegate_t ;
2025-06-20 11:52:54 +08:00
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A ;
// System.ObsoleteAttribute
struct ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 ;
// System.Reflection.Assembly/ResolveEventHolder
struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E ;
// System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 ;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ;
2025-09-12 02:28:56 +08:00
// System.Reflection.MethodInfo
struct MethodInfo_t ;
2025-06-20 11:52:54 +08:00
// System.Reflection.StrongNameKeyPair
struct StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD ;
2025-09-12 02:28:56 +08:00
// System.ResolveEventHandler
struct ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A ;
2025-06-20 11:52:54 +08:00
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ;
2025-09-12 02:28:56 +08:00
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ;
// System.Security.Principal.IPrincipal
struct IPrincipal_t63FD7F58FBBE134C8FE4D31710AAEA00B000F0BF ;
2025-06-20 11:52:54 +08:00
// System.String
struct String_t ;
2025-09-12 02:28:56 +08:00
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E ;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>
struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ;
// System.Threading.EventWaitHandle
struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 ;
// System.Threading.ExecutionContext
struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ;
// System.Threading.InternalThread
struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 ;
// System.Threading.ManualResetEvent
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ;
// System.Threading.SendOrPostCallback
struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 ;
// System.Threading.SynchronizationContext
struct SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 ;
// System.Threading.Thread
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ;
2025-06-20 11:52:54 +08:00
// System.Type
struct Type_t ;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F ;
2025-09-12 02:28:56 +08:00
// System.UnhandledExceptionEventArgs
struct UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 ;
// System.UnhandledExceptionEventHandler
struct UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE ;
2025-06-20 11:52:54 +08:00
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 ;
2025-09-12 02:28:56 +08:00
// UnityEngine.UnityException
struct UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 ;
// UnityEngine.UnityLogWriter
struct UnityLogWriter_tC410B1D6FCF9C74F0B6915C8F97C75E103ED0057 ;
// UnityEngine.UnitySynchronizationContext
struct UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F ;
// UnityEngine.UnitySynchronizationContext/WorkRequest[]
struct WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 ;
2025-06-20 11:52:54 +08:00
// UnityEngine.WaitForEndOfFrame
struct WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA ;
// UnityEngine.WaitForFixedUpdate
struct WaitForFixedUpdate_t8801328F075019AF6B6150B20EC343935A29FF97 ;
// UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 ;
// UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 ;
// UnityEngineInternal.GenericStack
struct GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC ;
// UnityEngineInternal.TypeInferenceRuleAttribute
struct TypeInferenceRuleAttribute_tEB3BA6FDE6D6817FD33E2620200007EB9730214B ;
2025-09-12 02:28:56 +08:00
IL2CPP_EXTERN_C RuntimeClass * Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * Exception_t_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var ;
2025-06-20 11:52:54 +08:00
IL2CPP_EXTERN_C RuntimeClass * IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var ;
2025-09-12 02:28:56 +08:00
IL2CPP_EXTERN_C RuntimeClass * List_1_t6E5C746AF7DE21972A905DE655062193862839D6_il2cpp_TypeInfo_var ;
2025-06-20 11:52:54 +08:00
IL2CPP_EXTERN_C RuntimeClass * LocalNotification_tCA79CA9F746F4B3A8F3F0A40BB4AB2FAD7D3238F_il2cpp_TypeInfo_var ;
2025-09-12 02:28:56 +08:00
IL2CPP_EXTERN_C RuntimeClass * ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var ;
2025-06-20 11:52:54 +08:00
IL2CPP_EXTERN_C RuntimeClass * Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * MathfInternal_t3E913BDEA2E88DF117AEBE6A099B5922A78A1693_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * MovedFromAttribute_tE9A667A7698BEF9EA09BF23E4308CD1EC2099162_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var ;
2025-09-12 02:28:56 +08:00
IL2CPP_EXTERN_C RuntimeClass * Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_il2cpp_TypeInfo_var ;
2025-06-20 11:52:54 +08:00
IL2CPP_EXTERN_C RuntimeClass * TypeInferenceRules_tFA03D20477226A95FE644665C3C08A6B6281C333_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * Type_t_il2cpp_TypeInfo_var ;
2025-09-12 02:28:56 +08:00
IL2CPP_EXTERN_C RuntimeClass * UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * UnityLogWriter_tC410B1D6FCF9C74F0B6915C8F97C75E103ED0057_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ;
2025-06-20 11:52:54 +08:00
IL2CPP_EXTERN_C RuntimeClass * Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_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 * _stringLiteral2AD58D3D9B41F4ECB504BA593B1A70074B18A924 ;
2025-09-12 02:28:56 +08:00
IL2CPP_EXTERN_C String_t * _stringLiteral40AD3C3A623F6FA60AE5826A9CC47F50B1B85BCB ;
2025-06-20 11:52:54 +08:00
IL2CPP_EXTERN_C String_t * _stringLiteral4933CA96CF0AAE548DADE4A62F9E8129B5F1CC51 ;
2025-09-12 02:28:56 +08:00
IL2CPP_EXTERN_C String_t * _stringLiteral4F90C928BC21C17D86B46ADE7645DD1CF4D18346 ;
2025-06-20 11:52:54 +08:00
IL2CPP_EXTERN_C String_t * _stringLiteral890F52A3297E6020D62E0582519A9EA5B7A9ECF1 ;
IL2CPP_EXTERN_C String_t * _stringLiteralA1AB8D43BB437DC1B58FC2E16B8304F6AB2BDA8F ;
IL2CPP_EXTERN_C String_t * _stringLiteralB29BEC3A893F5759BD9E96C91C9F612E3591BE59 ;
2025-09-12 02:28:56 +08:00
IL2CPP_EXTERN_C String_t * _stringLiteralC21795AE8BD7A7002E8884AC9BF9FA8A63E03A2A ;
IL2CPP_EXTERN_C String_t * _stringLiteralC2298C3CEB369A94307F27D80BCDF7987F20199F ;
IL2CPP_EXTERN_C String_t * _stringLiteralC8B10A02A794C5D6BA3C7F7BE7ECF9A1E9F63336 ;
2025-06-20 11:52:54 +08:00
IL2CPP_EXTERN_C String_t * _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709 ;
2025-09-12 02:28:56 +08:00
IL2CPP_EXTERN_C const RuntimeMethod * List_1_AddRange_mF754555482D7325F566A128095AF093DB906FB6C_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * List_1_Add_m9E29EB98D3907D02E8BE8AD669CD09C1760D01B6_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * List_1_Clear_mC4D030016ED45CB1F213D4E0BCD94D6864BFE84A_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * List_1_Remove_mC3735402B257259986FBA855606FE342597D77FD_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * List_1__ctor_m4132DD6664CF5CC56F074AEFE903274584872890_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * List_1_get_Count_m44C1B6295966FEE37949A17F7A57D5556A8EC46B_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * List_1_get_Item_mE502050B0E9E9978F694B3A501D451D46F935005_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * UnhandledExceptionHandler_HandleUnhandledException_m09FC7ACFE0E555A5815A790856FBF5B0CA50819E_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1_RuntimeMethod_var ;
2025-06-20 11:52:54 +08:00
IL2CPP_EXTERN_C const RuntimeMethod * Vector4_get_Item_m39878FDA732B20347BB37CD1485560E9267EDC98_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * Vector4_set_Item_m56FB3A149299FEF1C0CF638CFAF71C7F0685EE45_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeType * MovedFromAttribute_tE9A667A7698BEF9EA09BF23E4308CD1EC2099162_0_0_0_var ;
IL2CPP_EXTERN_C const RuntimeType * ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170_0_0_0_var ;
IL2CPP_EXTERN_C const uint32_t APIUpdaterRuntimeHelpers_GetMovedFromAttributeDataForType_m2574674719979232087612C3C17A760E439BCA45_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t APIUpdaterRuntimeHelpers_GetObsoleteTypeRedirection_m43E0605422153F402426F8959BC2E8C65A69F597_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t LocalNotification__cctor_m9E47ADEC8F786289F7C94ACC65A44C318FF59685_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t MathfInternal__cctor_m885D4921B8E928763E7ABB4466659665780F860F_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t TypeInferenceRuleAttribute__ctor_m389751AED6740F401AC8DFACD5914C13AB24D8A6_MetadataUsageId ;
2025-09-12 02:28:56 +08:00
IL2CPP_EXTERN_C const uint32_t UnhandledExceptionHandler_HandleUnhandledException_m09FC7ACFE0E555A5815A790856FBF5B0CA50819E_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnhandledExceptionHandler_PrintException_m4CBE36F17C3F2B72205DB96B6D1377E4B3D11C77_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnhandledExceptionHandler_RegisterUECatcher_mE45C6A0301C35F6193F5774B7683683EF78D21DA_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityException__ctor_m27B11548FE152B9AB9402E54CB6A50A2EE6FFE31_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityException__ctor_m68C827240B217197615D8DA06FD3A443127D81DE_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityException__ctor_mE42363D886E6DD7F075A6AEA689434C8E96722D9_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityLogWriter_Init_mAD1F3BFE2183E39CFA1E7BEFB948B368547D9E99_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityLogWriter__ctor_mE8DC0EAD466C5F290F6D32CC07F0F70590688833_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnitySynchronizationContext_CreateCopy_mC20AC170E7947120E65ED75D71889CDAC957A5CD_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnitySynchronizationContext_Exec_m07342201E337E047B73C8B3259710820EFF75A9C_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnitySynchronizationContext_ExecutePendingTasks_m74DCC56A938FEECD533CFE58CAC4B8B9ED001122_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnitySynchronizationContext_ExecuteTasks_m027AF329D90D6451B83A2EAF3528C9021800A962_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnitySynchronizationContext_HasPendingTasks_mBFCAC1697C6B71584E72079A6EDB83D52EC1700A_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnitySynchronizationContext_InitializeSynchronizationContext_m0F2A055040D6848FAD84A08DBC410E56B2D9E6A3_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnitySynchronizationContext_Post_mB4E900B6E9350E8E944011B6BF3D16C0657375FE_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnitySynchronizationContext_Send_m25CDC5B5ABF8D55B70EB314AA46923E3CF2AD4B9_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnitySynchronizationContext__ctor_m9D104656F4EAE96CB3A40DDA6EDCEBA752664612_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnitySynchronizationContext__ctor_mCABD0C784640450930DF24FAD73E8AD6D1B52037_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector2_Distance_mB07492BC42EC582754AD11554BE5B7F8D0E93CF4_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector2_Equals_m4A2A75BC3D09933321220BCEF21219B38AF643AE_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector2_Lerp_m85DD66409D128B4F175627F89FA9D8751B75589F_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector2_Normalize_m99A2CC6E4CB65C1B9231F898D5B7A12B6D72E722_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector2_ToString_m83C7C331834382748956B053E252AE3BD21807C4_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector2__cctor_m13D18E02B3AC28597F5049D2F54830C9E4BDBE84_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector2_get_magnitude_m66097AFDF9696BD3E88467D4398D4F82B8A4C7DF_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector2_op_Inequality_mC16161C640C89D98A00800924F83FF09FD7C100E_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1_MetadataUsageId ;
2025-06-20 11:52:54 +08:00
IL2CPP_EXTERN_C const uint32_t Vector3Int_Equals_m704D204F83B9C64C7AF06152F98B542C5C400DC7_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3Int_Equals_m9F98F28666ADF5AD0575C4CABAF6881F1317D4C1_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3Int_ToString_m08AB1BE6A674B2669839B1C44ACCF6D85EBCFB91_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3Int__cctor_m0EE114B6FDC7C783EF7B206D4E25F5CE900003C9_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_Distance_mE316E10B9B319A5C2A29F86E028740FD528149E7_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_Equals_m1F74B1FB7EE51589FFFA61D894F616B8F258C056_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_Lerp_m5BA75496B803820CC64079383956D73C6FD4A8A1_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_Magnitude_m3958BE20951093E6B035C5F90493027063B39437_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_Normalize_m174460238EC6322B9095A378AA8624B1DD9000F3_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_Normalize_mDEA51D0C131125535DA2B49B7281E0086ED583DC_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_ToString_m2682D27AB50CD1CE4677C38D0720A302D582348D_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3__cctor_m83F3F89A8A8AFDBB54273660ABCA2E5AE1EAFDBD_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_get_back_mE7EF8625637E6F8B9E6B42A6AE140777C51E02F7_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_get_forward_m3E2E192B3302130098738C308FA1EE1439449D0D_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_get_magnitude_m9A750659B60C5FE0C30438A7F9681775D5DB1274_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_get_normalized_mE20796F1D2D36244FACD4D14DADB245BE579849B_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_get_one_mA11B83037CB269C6076CBCF754E24C8F3ACEC2AB_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_get_right_m6DD9559CA0C75BBA42D9140021C4C2A9AAA9B3F5_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_get_up_m6309EBC4E42D6D0B3D28056BD23D0331275306F7_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector3_op_Inequality_mFEEAA4C4BF743FB5B8A47FF4967A5E2C73273D6E_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector4_Equals_m552ECA9ECD220D6526D8ECC9902016B6FC6D49B5_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector4_ToString_m769402E3F7CBD6C92464D916527CC87BBBA53EF9_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector4__cctor_m478FA6A83B8E23F8323F150FF90B1FB934B1C251_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector4_get_Item_m39878FDA732B20347BB37CD1485560E9267EDC98_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector4_get_magnitude_mE33CE76438DDE4DDBBAD94178B07D9364674D356_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector4_get_one_mBB426339BA1CAC21CCBA115E783254A0E9C5BC29_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector4_get_zero_m42821248DDFA4F9A3E0B2E84CBCB737BE9DCE3E9_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t Vector4_set_Item_m56FB3A149299FEF1C0CF638CFAF71C7F0685EE45_MetadataUsageId ;
2025-09-12 02:28:56 +08:00
IL2CPP_EXTERN_C const uint32_t WorkRequest_Invoke_m67D71A48794EEBB6B9793E6F1E015DE90C03C1ED_MetadataUsageId ;
2025-06-20 11:52:54 +08:00
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com ;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke ;
2025-09-12 02:28:56 +08:00
struct Delegate_t_marshaled_com ;
struct Delegate_t_marshaled_pinvoke ;
2025-06-20 11:52:54 +08:00
struct Exception_t_marshaled_com ;
struct Exception_t_marshaled_pinvoke ;
2025-09-12 02:28:56 +08:00
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 ;
2025-06-20 11:52:54 +08:00
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A ;
2025-09-12 02:28:56 +08:00
struct WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 ;
2025-06-20 11:52:54 +08:00
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// System.Object
struct Il2CppArrayBounds ;
// System.Array
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
{
public :
public :
} ;
2025-09-12 02:28:56 +08:00
// System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext_WorkRequest>
struct List_1_t6E5C746AF7DE21972A905DE655062193862839D6 : public RuntimeObject
{
public :
// T[] System.Collections.Generic.List`1::_items
WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 * ____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 < int32_t > ( offsetof ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 , ____items_1 ) ) ; }
inline WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 * get__items_1 ( ) const { return ____items_1 ; }
inline WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 * * get_address_of__items_1 ( ) { return & ____items_1 ; }
inline void set__items_1 ( WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 * value )
{
____items_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____items_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__size_2 ( ) { return static_cast < int32_t > ( offsetof ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 , ____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 < int32_t > ( offsetof ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 , ____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 < int32_t > ( offsetof ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 , ____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_t6E5C746AF7DE21972A905DE655062193862839D6_StaticFields
{
public :
// T[] System.Collections.Generic.List`1::_emptyArray
WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 * ____emptyArray_5 ;
public :
inline static int32_t get_offset_of__emptyArray_5 ( ) { return static_cast < int32_t > ( offsetof ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6_StaticFields , ____emptyArray_5 ) ) ; }
inline WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 * get__emptyArray_5 ( ) const { return ____emptyArray_5 ; }
inline WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 * * get_address_of__emptyArray_5 ( ) { return & ____emptyArray_5 ; }
inline void set__emptyArray_5 ( WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 * value )
{
____emptyArray_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____emptyArray_5 ) , ( void * ) value ) ;
}
} ;
2025-06-20 11:52:54 +08:00
// System.Collections.Stack
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 : public RuntimeObject
{
public :
// System.Object[] System.Collections.Stack::_array
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * ____array_0 ;
// System.Int32 System.Collections.Stack::_size
int32_t ____size_1 ;
// System.Int32 System.Collections.Stack::_version
int32_t ____version_2 ;
// System.Object System.Collections.Stack::_syncRoot
RuntimeObject * ____syncRoot_3 ;
public :
inline static int32_t get_offset_of__array_0 ( ) { return static_cast < int32_t > ( offsetof ( Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 , ____array_0 ) ) ; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * get__array_0 ( ) const { return ____array_0 ; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * * get_address_of__array_0 ( ) { return & ____array_0 ; }
inline void set__array_0 ( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * value )
{
____array_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____array_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__size_1 ( ) { return static_cast < int32_t > ( offsetof ( Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 , ____size_1 ) ) ; }
inline int32_t get__size_1 ( ) const { return ____size_1 ; }
inline int32_t * get_address_of__size_1 ( ) { return & ____size_1 ; }
inline void set__size_1 ( int32_t value )
{
____size_1 = value ;
}
inline static int32_t get_offset_of__version_2 ( ) { return static_cast < int32_t > ( offsetof ( Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 , ____version_2 ) ) ; }
inline int32_t get__version_2 ( ) const { return ____version_2 ; }
inline int32_t * get_address_of__version_2 ( ) { return & ____version_2 ; }
inline void set__version_2 ( int32_t value )
{
____version_2 = value ;
}
inline static int32_t get_offset_of__syncRoot_3 ( ) { return static_cast < int32_t > ( offsetof ( Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 , ____syncRoot_3 ) ) ; }
inline RuntimeObject * get__syncRoot_3 ( ) const { return ____syncRoot_3 ; }
inline RuntimeObject * * get_address_of__syncRoot_3 ( ) { return & ____syncRoot_3 ; }
inline void set__syncRoot_3 ( RuntimeObject * value )
{
____syncRoot_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____syncRoot_3 ) , ( void * ) value ) ;
}
} ;
2025-09-12 02:28:56 +08:00
// System.Diagnostics.Stopwatch
struct Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 : public RuntimeObject
{
public :
// System.Int64 System.Diagnostics.Stopwatch::elapsed
int64_t ___elapsed_2 ;
// System.Int64 System.Diagnostics.Stopwatch::started
int64_t ___started_3 ;
// System.Boolean System.Diagnostics.Stopwatch::is_running
bool ___is_running_4 ;
public :
inline static int32_t get_offset_of_elapsed_2 ( ) { return static_cast < int32_t > ( offsetof ( Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 , ___elapsed_2 ) ) ; }
inline int64_t get_elapsed_2 ( ) const { return ___elapsed_2 ; }
inline int64_t * get_address_of_elapsed_2 ( ) { return & ___elapsed_2 ; }
inline void set_elapsed_2 ( int64_t value )
{
___elapsed_2 = value ;
}
inline static int32_t get_offset_of_started_3 ( ) { return static_cast < int32_t > ( offsetof ( Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 , ___started_3 ) ) ; }
inline int64_t get_started_3 ( ) const { return ___started_3 ; }
inline int64_t * get_address_of_started_3 ( ) { return & ___started_3 ; }
inline void set_started_3 ( int64_t value )
{
___started_3 = value ;
}
inline static int32_t get_offset_of_is_running_4 ( ) { return static_cast < int32_t > ( offsetof ( Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 , ___is_running_4 ) ) ; }
inline bool get_is_running_4 ( ) const { return ___is_running_4 ; }
inline bool * get_address_of_is_running_4 ( ) { return & ___is_running_4 ; }
inline void set_is_running_4 ( bool value )
{
___is_running_4 = value ;
}
} ;
struct Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_StaticFields
{
public :
// System.Int64 System.Diagnostics.Stopwatch::Frequency
int64_t ___Frequency_0 ;
// System.Boolean System.Diagnostics.Stopwatch::IsHighResolution
bool ___IsHighResolution_1 ;
public :
inline static int32_t get_offset_of_Frequency_0 ( ) { return static_cast < int32_t > ( offsetof ( Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_StaticFields , ___Frequency_0 ) ) ; }
inline int64_t get_Frequency_0 ( ) const { return ___Frequency_0 ; }
inline int64_t * get_address_of_Frequency_0 ( ) { return & ___Frequency_0 ; }
inline void set_Frequency_0 ( int64_t value )
{
___Frequency_0 = value ;
}
inline static int32_t get_offset_of_IsHighResolution_1 ( ) { return static_cast < int32_t > ( offsetof ( Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_StaticFields , ___IsHighResolution_1 ) ) ; }
inline bool get_IsHighResolution_1 ( ) const { return ___IsHighResolution_1 ; }
inline bool * get_address_of_IsHighResolution_1 ( ) { return & ___IsHighResolution_1 ; }
inline void set_IsHighResolution_1 ( bool value )
{
___IsHighResolution_1 = value ;
}
} ;
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
{
public :
public :
} ;
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
{
public :
// System.EventArgs System.EventArgs::Empty
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0 ;
public :
inline static int32_t get_offset_of_Empty_0 ( ) { return static_cast < int32_t > ( offsetof ( EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields , ___Empty_0 ) ) ; }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0 ( ) const { return ___Empty_0 ; }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * * get_address_of_Empty_0 ( ) { return & ___Empty_0 ; }
inline void set_Empty_0 ( EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value )
{
___Empty_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___Empty_0 ) , ( void * ) value ) ;
}
} ;
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public :
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0 ;
public :
inline static int32_t get_offset_of__identity_0 ( ) { return static_cast < int32_t > ( offsetof ( MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF , ____identity_0 ) ) ; }
inline RuntimeObject * get__identity_0 ( ) const { return ____identity_0 ; }
inline RuntimeObject * * get_address_of__identity_0 ( ) { return & ____identity_0 ; }
inline void set__identity_0 ( RuntimeObject * value )
{
____identity_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____identity_0 ) , ( void * ) value ) ;
}
} ;
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown * ____identity_0 ;
} ;
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown * ____identity_0 ;
} ;
2025-06-20 11:52:54 +08:00
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public :
public :
} ;
2025-09-12 02:28:56 +08:00
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject
{
public :
public :
} ;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public :
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * ___m_members_3 ;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * ___m_data_4 ;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F * ___m_types_5 ;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6 ;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7 ;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject * ___m_converter_8 ;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t * ___m_fullTypeName_9 ;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t * ___m_assemName_10 ;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_11 ;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12 ;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13 ;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14 ;
public :
inline static int32_t get_offset_of_m_members_3 ( ) { return static_cast < int32_t > ( offsetof ( SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 , ___m_members_3 ) ) ; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * get_m_members_3 ( ) const { return ___m_members_3 ; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * * get_address_of_m_members_3 ( ) { return & ___m_members_3 ; }
inline void set_m_members_3 ( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * value )
{
___m_members_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_members_3 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_data_4 ( ) { return static_cast < int32_t > ( offsetof ( SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 , ___m_data_4 ) ) ; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * get_m_data_4 ( ) const { return ___m_data_4 ; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * * get_address_of_m_data_4 ( ) { return & ___m_data_4 ; }
inline void set_m_data_4 ( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * value )
{
___m_data_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_data_4 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_types_5 ( ) { return static_cast < int32_t > ( offsetof ( SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 , ___m_types_5 ) ) ; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F * get_m_types_5 ( ) const { return ___m_types_5 ; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F * * get_address_of_m_types_5 ( ) { return & ___m_types_5 ; }
inline void set_m_types_5 ( TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F * value )
{
___m_types_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_types_5 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_nameToIndex_6 ( ) { return static_cast < int32_t > ( offsetof ( SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 , ___m_nameToIndex_6 ) ) ; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6 ( ) const { return ___m_nameToIndex_6 ; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * * get_address_of_m_nameToIndex_6 ( ) { return & ___m_nameToIndex_6 ; }
inline void set_m_nameToIndex_6 ( Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value )
{
___m_nameToIndex_6 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_nameToIndex_6 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_currMember_7 ( ) { return static_cast < int32_t > ( offsetof ( SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 , ___m_currMember_7 ) ) ; }
inline int32_t get_m_currMember_7 ( ) const { return ___m_currMember_7 ; }
inline int32_t * get_address_of_m_currMember_7 ( ) { return & ___m_currMember_7 ; }
inline void set_m_currMember_7 ( int32_t value )
{
___m_currMember_7 = value ;
}
inline static int32_t get_offset_of_m_converter_8 ( ) { return static_cast < int32_t > ( offsetof ( SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 , ___m_converter_8 ) ) ; }
inline RuntimeObject * get_m_converter_8 ( ) const { return ___m_converter_8 ; }
inline RuntimeObject * * get_address_of_m_converter_8 ( ) { return & ___m_converter_8 ; }
inline void set_m_converter_8 ( RuntimeObject * value )
{
___m_converter_8 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_converter_8 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_fullTypeName_9 ( ) { return static_cast < int32_t > ( offsetof ( SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 , ___m_fullTypeName_9 ) ) ; }
inline String_t * get_m_fullTypeName_9 ( ) const { return ___m_fullTypeName_9 ; }
inline String_t * * get_address_of_m_fullTypeName_9 ( ) { return & ___m_fullTypeName_9 ; }
inline void set_m_fullTypeName_9 ( String_t * value )
{
___m_fullTypeName_9 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_fullTypeName_9 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_assemName_10 ( ) { return static_cast < int32_t > ( offsetof ( SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 , ___m_assemName_10 ) ) ; }
inline String_t * get_m_assemName_10 ( ) const { return ___m_assemName_10 ; }
inline String_t * * get_address_of_m_assemName_10 ( ) { return & ___m_assemName_10 ; }
inline void set_m_assemName_10 ( String_t * value )
{
___m_assemName_10 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_assemName_10 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_objectType_11 ( ) { return static_cast < int32_t > ( offsetof ( SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 , ___objectType_11 ) ) ; }
inline Type_t * get_objectType_11 ( ) const { return ___objectType_11 ; }
inline Type_t * * get_address_of_objectType_11 ( ) { return & ___objectType_11 ; }
inline void set_objectType_11 ( Type_t * value )
{
___objectType_11 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___objectType_11 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12 ( ) { return static_cast < int32_t > ( offsetof ( SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 , ___isFullTypeNameSetExplicit_12 ) ) ; }
inline bool get_isFullTypeNameSetExplicit_12 ( ) const { return ___isFullTypeNameSetExplicit_12 ; }
inline bool * get_address_of_isFullTypeNameSetExplicit_12 ( ) { return & ___isFullTypeNameSetExplicit_12 ; }
inline void set_isFullTypeNameSetExplicit_12 ( bool value )
{
___isFullTypeNameSetExplicit_12 = value ;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13 ( ) { return static_cast < int32_t > ( offsetof ( SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 , ___isAssemblyNameSetExplicit_13 ) ) ; }
inline bool get_isAssemblyNameSetExplicit_13 ( ) const { return ___isAssemblyNameSetExplicit_13 ; }
inline bool * get_address_of_isAssemblyNameSetExplicit_13 ( ) { return & ___isAssemblyNameSetExplicit_13 ; }
inline void set_isAssemblyNameSetExplicit_13 ( bool value )
{
___isAssemblyNameSetExplicit_13 = value ;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14 ( ) { return static_cast < int32_t > ( offsetof ( SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 , ___requireSameTokenInPartialTrust_14 ) ) ; }
inline bool get_requireSameTokenInPartialTrust_14 ( ) const { return ___requireSameTokenInPartialTrust_14 ; }
inline bool * get_address_of_requireSameTokenInPartialTrust_14 ( ) { return & ___requireSameTokenInPartialTrust_14 ; }
inline void set_requireSameTokenInPartialTrust_14 ( bool value )
{
___requireSameTokenInPartialTrust_14 = value ;
}
} ;
2025-06-20 11:52:54 +08:00
// 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 ) ;
}
} ;
2025-09-12 02:28:56 +08:00
// System.Threading.SynchronizationContext
struct SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 : public RuntimeObject
{
public :
public :
} ;
2025-06-20 11:52:54 +08:00
// 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
{
} ;
2025-09-12 02:28:56 +08:00
// UnityEngine.UnhandledExceptionHandler
struct UnhandledExceptionHandler_tF4F8A50BB2C5592177E80592BB181B43297850AC : public RuntimeObject
{
public :
public :
} ;
2025-06-20 11:52:54 +08:00
// 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
{
} ;
// UnityEngine._Scripting.APIUpdating.APIUpdaterRuntimeHelpers
struct APIUpdaterRuntimeHelpers_tA791F16B3C1471D7379F5258A980B3CC2B81C6E5 : public RuntimeObject
{
public :
public :
} ;
// 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public :
// System.Char System.Char::m_value
Il2CppChar ___m_value_0 ;
public :
inline static int32_t get_offset_of_m_value_0 ( ) { return static_cast < int32_t > ( offsetof ( Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9 , ___m_value_0 ) ) ; }
inline Il2CppChar get_m_value_0 ( ) const { return ___m_value_0 ; }
inline Il2CppChar * get_address_of_m_value_0 ( ) { return & ___m_value_0 ; }
inline void set_m_value_0 ( Il2CppChar value )
{
___m_value_0 = value ;
}
} ;
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public :
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___categoryForLatin1_3 ;
public :
inline static int32_t get_offset_of_categoryForLatin1_3 ( ) { return static_cast < int32_t > ( offsetof ( Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields , ___categoryForLatin1_3 ) ) ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * get_categoryForLatin1_3 ( ) const { return ___categoryForLatin1_3 ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * * get_address_of_categoryForLatin1_3 ( ) { return & ___categoryForLatin1_3 ; }
inline void set_categoryForLatin1_3 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * value )
{
___categoryForLatin1_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___categoryForLatin1_3 ) , ( void * ) value ) ;
}
} ;
// System.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public :
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44 ;
public :
inline static int32_t get_offset_of_dateData_44 ( ) { return static_cast < int32_t > ( offsetof ( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , ___dateData_44 ) ) ; }
inline uint64_t get_dateData_44 ( ) const { return ___dateData_44 ; }
inline uint64_t * get_address_of_dateData_44 ( ) { return & ___dateData_44 ; }
inline void set_dateData_44 ( uint64_t value )
{
___dateData_44 = value ;
}
} ;
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public :
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 * ___DaysToMonth365_29 ;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 * ___DaysToMonth366_30 ;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31 ;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32 ;
public :
inline static int32_t get_offset_of_DaysToMonth365_29 ( ) { return static_cast < int32_t > ( offsetof ( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields , ___DaysToMonth365_29 ) ) ; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 * get_DaysToMonth365_29 ( ) const { return ___DaysToMonth365_29 ; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 * * get_address_of_DaysToMonth365_29 ( ) { return & ___DaysToMonth365_29 ; }
inline void set_DaysToMonth365_29 ( Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 * value )
{
___DaysToMonth365_29 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___DaysToMonth365_29 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_DaysToMonth366_30 ( ) { return static_cast < int32_t > ( offsetof ( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields , ___DaysToMonth366_30 ) ) ; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 * get_DaysToMonth366_30 ( ) const { return ___DaysToMonth366_30 ; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 * * get_address_of_DaysToMonth366_30 ( ) { return & ___DaysToMonth366_30 ; }
inline void set_DaysToMonth366_30 ( Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 * value )
{
___DaysToMonth366_30 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___DaysToMonth366_30 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_MinValue_31 ( ) { return static_cast < int32_t > ( offsetof ( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields , ___MinValue_31 ) ) ; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31 ( ) const { return ___MinValue_31 ; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31 ( ) { return & ___MinValue_31 ; }
inline void set_MinValue_31 ( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value )
{
___MinValue_31 = value ;
}
inline static int32_t get_offset_of_MaxValue_32 ( ) { return static_cast < int32_t > ( offsetof ( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields , ___MaxValue_32 ) ) ; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32 ( ) const { return ___MaxValue_32 ; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32 ( ) { return & ___MaxValue_32 ; }
inline void set_MaxValue_32 ( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value )
{
___MaxValue_32 = value ;
}
} ;
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public :
// System.Double System.Double::m_value
double ___m_value_0 ;
public :
inline static int32_t get_offset_of_m_value_0 ( ) { return static_cast < int32_t > ( offsetof ( Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409 , ___m_value_0 ) ) ; }
inline double get_m_value_0 ( ) const { return ___m_value_0 ; }
inline double * get_address_of_m_value_0 ( ) { return & ___m_value_0 ; }
inline void set_m_value_0 ( double value )
{
___m_value_0 = value ;
}
} ;
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public :
// System.Double System.Double::NegativeZero
double ___NegativeZero_7 ;
public :
inline static int32_t get_offset_of_NegativeZero_7 ( ) { return static_cast < int32_t > ( offsetof ( Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields , ___NegativeZero_7 ) ) ; }
inline double get_NegativeZero_7 ( ) const { return ___NegativeZero_7 ; }
inline double * get_address_of_NegativeZero_7 ( ) { return & ___NegativeZero_7 ; }
inline void set_NegativeZero_7 ( double value )
{
___NegativeZero_7 = value ;
}
} ;
// System.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 < int32_t > ( 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
{
} ;
2025-09-12 02:28:56 +08:00
// System.IO.TextWriter
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public :
// System.Char[] System.IO.TextWriter::CoreNewLine
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * ___CoreNewLine_9 ;
// System.IFormatProvider System.IO.TextWriter::InternalFormatProvider
RuntimeObject * ___InternalFormatProvider_10 ;
public :
inline static int32_t get_offset_of_CoreNewLine_9 ( ) { return static_cast < int32_t > ( offsetof ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 , ___CoreNewLine_9 ) ) ; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * get_CoreNewLine_9 ( ) const { return ___CoreNewLine_9 ; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * * get_address_of_CoreNewLine_9 ( ) { return & ___CoreNewLine_9 ; }
inline void set_CoreNewLine_9 ( CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * value )
{
___CoreNewLine_9 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___CoreNewLine_9 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_InternalFormatProvider_10 ( ) { return static_cast < int32_t > ( offsetof ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 , ___InternalFormatProvider_10 ) ) ; }
inline RuntimeObject * get_InternalFormatProvider_10 ( ) const { return ___InternalFormatProvider_10 ; }
inline RuntimeObject * * get_address_of_InternalFormatProvider_10 ( ) { return & ___InternalFormatProvider_10 ; }
inline void set_InternalFormatProvider_10 ( RuntimeObject * value )
{
___InternalFormatProvider_10 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___InternalFormatProvider_10 ) , ( void * ) value ) ;
}
} ;
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields
{
public :
// System.IO.TextWriter System.IO.TextWriter::Null
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___Null_1 ;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteCharDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharDelegate_2 ;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteStringDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteStringDelegate_3 ;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteCharArrayRangeDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharArrayRangeDelegate_4 ;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineCharDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharDelegate_5 ;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineStringDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineStringDelegate_6 ;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineCharArrayRangeDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharArrayRangeDelegate_7 ;
// System.Action`1<System.Object> System.IO.TextWriter::_FlushDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____FlushDelegate_8 ;
public :
inline static int32_t get_offset_of_Null_1 ( ) { return static_cast < int32_t > ( offsetof ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields , ___Null_1 ) ) ; }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_Null_1 ( ) const { return ___Null_1 ; }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * * get_address_of_Null_1 ( ) { return & ___Null_1 ; }
inline void set_Null_1 ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value )
{
___Null_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___Null_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__WriteCharDelegate_2 ( ) { return static_cast < int32_t > ( offsetof ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields , ____WriteCharDelegate_2 ) ) ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharDelegate_2 ( ) const { return ____WriteCharDelegate_2 ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * * get_address_of__WriteCharDelegate_2 ( ) { return & ____WriteCharDelegate_2 ; }
inline void set__WriteCharDelegate_2 ( Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value )
{
____WriteCharDelegate_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____WriteCharDelegate_2 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__WriteStringDelegate_3 ( ) { return static_cast < int32_t > ( offsetof ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields , ____WriteStringDelegate_3 ) ) ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteStringDelegate_3 ( ) const { return ____WriteStringDelegate_3 ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * * get_address_of__WriteStringDelegate_3 ( ) { return & ____WriteStringDelegate_3 ; }
inline void set__WriteStringDelegate_3 ( Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value )
{
____WriteStringDelegate_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____WriteStringDelegate_3 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4 ( ) { return static_cast < int32_t > ( offsetof ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields , ____WriteCharArrayRangeDelegate_4 ) ) ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharArrayRangeDelegate_4 ( ) const { return ____WriteCharArrayRangeDelegate_4 ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * * get_address_of__WriteCharArrayRangeDelegate_4 ( ) { return & ____WriteCharArrayRangeDelegate_4 ; }
inline void set__WriteCharArrayRangeDelegate_4 ( Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value )
{
____WriteCharArrayRangeDelegate_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____WriteCharArrayRangeDelegate_4 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__WriteLineCharDelegate_5 ( ) { return static_cast < int32_t > ( offsetof ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields , ____WriteLineCharDelegate_5 ) ) ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharDelegate_5 ( ) const { return ____WriteLineCharDelegate_5 ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * * get_address_of__WriteLineCharDelegate_5 ( ) { return & ____WriteLineCharDelegate_5 ; }
inline void set__WriteLineCharDelegate_5 ( Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value )
{
____WriteLineCharDelegate_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____WriteLineCharDelegate_5 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__WriteLineStringDelegate_6 ( ) { return static_cast < int32_t > ( offsetof ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields , ____WriteLineStringDelegate_6 ) ) ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineStringDelegate_6 ( ) const { return ____WriteLineStringDelegate_6 ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * * get_address_of__WriteLineStringDelegate_6 ( ) { return & ____WriteLineStringDelegate_6 ; }
inline void set__WriteLineStringDelegate_6 ( Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value )
{
____WriteLineStringDelegate_6 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____WriteLineStringDelegate_6 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7 ( ) { return static_cast < int32_t > ( offsetof ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields , ____WriteLineCharArrayRangeDelegate_7 ) ) ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharArrayRangeDelegate_7 ( ) const { return ____WriteLineCharArrayRangeDelegate_7 ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * * get_address_of__WriteLineCharArrayRangeDelegate_7 ( ) { return & ____WriteLineCharArrayRangeDelegate_7 ; }
inline void set__WriteLineCharArrayRangeDelegate_7 ( Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value )
{
____WriteLineCharArrayRangeDelegate_7 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____WriteLineCharArrayRangeDelegate_7 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__FlushDelegate_8 ( ) { return static_cast < int32_t > ( offsetof ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields , ____FlushDelegate_8 ) ) ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__FlushDelegate_8 ( ) const { return ____FlushDelegate_8 ; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * * get_address_of__FlushDelegate_8 ( ) { return & ____FlushDelegate_8 ; }
inline void set__FlushDelegate_8 ( Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value )
{
____FlushDelegate_8 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____FlushDelegate_8 ) , ( void * ) value ) ;
}
} ;
2025-06-20 11:52:54 +08:00
// 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 < int32_t > ( 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.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public :
// System.Int64 System.Int64::m_value
int64_t ___m_value_0 ;
public :
inline static int32_t get_offset_of_m_value_0 ( ) { return static_cast < int32_t > ( offsetof ( Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 , ___m_value_0 ) ) ; }
inline int64_t get_m_value_0 ( ) const { return ___m_value_0 ; }
inline int64_t * get_address_of_m_value_0 ( ) { return & ___m_value_0 ; }
inline void set_m_value_0 ( int64_t value )
{
___m_value_0 = value ;
}
} ;
// System.IntPtr
struct IntPtr_t
{
public :
// System.Void* System.IntPtr::m_value
void * ___m_value_0 ;
public :
inline static int32_t get_offset_of_m_value_0 ( ) { return static_cast < int32_t > ( 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 < int32_t > ( 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.ObsoleteAttribute
struct ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public :
// System.String System.ObsoleteAttribute::_message
String_t * ____message_0 ;
// System.Boolean System.ObsoleteAttribute::_error
bool ____error_1 ;
public :
inline static int32_t get_offset_of__message_0 ( ) { return static_cast < int32_t > ( offsetof ( ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 , ____message_0 ) ) ; }
inline String_t * get__message_0 ( ) const { return ____message_0 ; }
inline String_t * * get_address_of__message_0 ( ) { return & ____message_0 ; }
inline void set__message_0 ( String_t * value )
{
____message_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____message_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__error_1 ( ) { return static_cast < int32_t > ( offsetof ( ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 , ____error_1 ) ) ; }
inline bool get__error_1 ( ) const { return ____error_1 ; }
inline bool * get_address_of__error_1 ( ) { return & ____error_1 ; }
inline void set__error_1 ( bool value )
{
____error_1 = value ;
}
} ;
// 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 < int32_t > ( 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 ;
}
} ;
2025-09-12 02:28:56 +08:00
// System.Threading.Thread
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9
2025-06-20 11:52:54 +08:00
{
public :
2025-09-12 02:28:56 +08:00
// System.Threading.InternalThread System.Threading.Thread::internal_thread
InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___internal_thread_6 ;
// System.Object System.Threading.Thread::m_ThreadStartArg
RuntimeObject * ___m_ThreadStartArg_7 ;
// System.Object System.Threading.Thread::pending_exception
RuntimeObject * ___pending_exception_8 ;
// System.Security.Principal.IPrincipal System.Threading.Thread::principal
RuntimeObject * ___principal_9 ;
// System.Int32 System.Threading.Thread::principal_version
int32_t ___principal_version_10 ;
// System.MulticastDelegate System.Threading.Thread::m_Delegate
MulticastDelegate_t * ___m_Delegate_12 ;
// System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_ExecutionContext_13 ;
// System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope
bool ___m_ExecutionContextBelongsToOuterScope_14 ;
2025-06-20 11:52:54 +08:00
2025-09-01 17:41:29 +08:00
public :
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of_internal_thread_6 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 , ___internal_thread_6 ) ) ; }
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * get_internal_thread_6 ( ) const { return ___internal_thread_6 ; }
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * * get_address_of_internal_thread_6 ( ) { return & ___internal_thread_6 ; }
inline void set_internal_thread_6 ( InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * value )
{
___internal_thread_6 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___internal_thread_6 ) , ( void * ) value ) ;
}
2025-06-20 11:52:54 +08:00
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of_m_ThreadStartArg_7 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 , ___m_ThreadStartArg_7 ) ) ; }
inline RuntimeObject * get_m_ThreadStartArg_7 ( ) const { return ___m_ThreadStartArg_7 ; }
inline RuntimeObject * * get_address_of_m_ThreadStartArg_7 ( ) { return & ___m_ThreadStartArg_7 ; }
inline void set_m_ThreadStartArg_7 ( RuntimeObject * value )
{
___m_ThreadStartArg_7 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_ThreadStartArg_7 ) , ( void * ) value ) ;
}
2025-06-20 11:52:54 +08:00
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of_pending_exception_8 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 , ___pending_exception_8 ) ) ; }
inline RuntimeObject * get_pending_exception_8 ( ) const { return ___pending_exception_8 ; }
inline RuntimeObject * * get_address_of_pending_exception_8 ( ) { return & ___pending_exception_8 ; }
inline void set_pending_exception_8 ( RuntimeObject * value )
{
___pending_exception_8 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___pending_exception_8 ) , ( void * ) value ) ;
}
2025-06-20 11:52:54 +08:00
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of_principal_9 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 , ___principal_9 ) ) ; }
inline RuntimeObject * get_principal_9 ( ) const { return ___principal_9 ; }
inline RuntimeObject * * get_address_of_principal_9 ( ) { return & ___principal_9 ; }
inline void set_principal_9 ( RuntimeObject * value )
2025-06-20 11:52:54 +08:00
{
2025-09-12 02:28:56 +08:00
___principal_9 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___principal_9 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of_principal_version_10 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 , ___principal_version_10 ) ) ; }
inline int32_t get_principal_version_10 ( ) const { return ___principal_version_10 ; }
inline int32_t * get_address_of_principal_version_10 ( ) { return & ___principal_version_10 ; }
inline void set_principal_version_10 ( int32_t value )
2025-06-20 11:52:54 +08:00
{
2025-09-12 02:28:56 +08:00
___principal_version_10 = value ;
2025-06-20 11:52:54 +08:00
}
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of_m_Delegate_12 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 , ___m_Delegate_12 ) ) ; }
inline MulticastDelegate_t * get_m_Delegate_12 ( ) const { return ___m_Delegate_12 ; }
inline MulticastDelegate_t * * get_address_of_m_Delegate_12 ( ) { return & ___m_Delegate_12 ; }
inline void set_m_Delegate_12 ( MulticastDelegate_t * value )
2025-06-20 11:52:54 +08:00
{
2025-09-12 02:28:56 +08:00
___m_Delegate_12 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_Delegate_12 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_ExecutionContext_13 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 , ___m_ExecutionContext_13 ) ) ; }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_ExecutionContext_13 ( ) const { return ___m_ExecutionContext_13 ; }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * * get_address_of_m_ExecutionContext_13 ( ) { return & ___m_ExecutionContext_13 ; }
inline void set_m_ExecutionContext_13 ( ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value )
{
___m_ExecutionContext_13 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_ExecutionContext_13 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 , ___m_ExecutionContextBelongsToOuterScope_14 ) ) ; }
inline bool get_m_ExecutionContextBelongsToOuterScope_14 ( ) const { return ___m_ExecutionContextBelongsToOuterScope_14 ; }
inline bool * get_address_of_m_ExecutionContextBelongsToOuterScope_14 ( ) { return & ___m_ExecutionContextBelongsToOuterScope_14 ; }
inline void set_m_ExecutionContextBelongsToOuterScope_14 ( bool value )
{
___m_ExecutionContextBelongsToOuterScope_14 = value ;
}
} ;
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields
{
public :
// System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___s_LocalDataStoreMgr_0 ;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentCulture
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentCulture_4 ;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentUICulture
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentUICulture_5 ;
public :
inline static int32_t get_offset_of_s_LocalDataStoreMgr_0 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields , ___s_LocalDataStoreMgr_0 ) ) ; }
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get_s_LocalDataStoreMgr_0 ( ) const { return ___s_LocalDataStoreMgr_0 ; }
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * * get_address_of_s_LocalDataStoreMgr_0 ( ) { return & ___s_LocalDataStoreMgr_0 ; }
inline void set_s_LocalDataStoreMgr_0 ( LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * value )
{
___s_LocalDataStoreMgr_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___s_LocalDataStoreMgr_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields , ___s_asyncLocalCurrentCulture_4 ) ) ; }
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentCulture_4 ( ) const { return ___s_asyncLocalCurrentCulture_4 ; }
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * * get_address_of_s_asyncLocalCurrentCulture_4 ( ) { return & ___s_asyncLocalCurrentCulture_4 ; }
inline void set_s_asyncLocalCurrentCulture_4 ( AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value )
{
___s_asyncLocalCurrentCulture_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___s_asyncLocalCurrentCulture_4 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields , ___s_asyncLocalCurrentUICulture_5 ) ) ; }
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentUICulture_5 ( ) const { return ___s_asyncLocalCurrentUICulture_5 ; }
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * * get_address_of_s_asyncLocalCurrentUICulture_5 ( ) { return & ___s_asyncLocalCurrentUICulture_5 ; }
inline void set_s_asyncLocalCurrentUICulture_5 ( AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value )
{
___s_asyncLocalCurrentUICulture_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___s_asyncLocalCurrentUICulture_5 ) , ( void * ) value ) ;
}
} ;
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields
{
public :
// System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore
LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ___s_LocalDataStore_1 ;
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentCulture_2 ;
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentUICulture_3 ;
// System.Threading.Thread System.Threading.Thread::current_thread
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current_thread_11 ;
public :
inline static int32_t get_offset_of_s_LocalDataStore_1 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields , ___s_LocalDataStore_1 ) ) ; }
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * get_s_LocalDataStore_1 ( ) const { return ___s_LocalDataStore_1 ; }
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * * get_address_of_s_LocalDataStore_1 ( ) { return & ___s_LocalDataStore_1 ; }
inline void set_s_LocalDataStore_1 ( LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * value )
{
___s_LocalDataStore_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___s_LocalDataStore_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_CurrentCulture_2 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields , ___m_CurrentCulture_2 ) ) ; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentCulture_2 ( ) const { return ___m_CurrentCulture_2 ; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * * get_address_of_m_CurrentCulture_2 ( ) { return & ___m_CurrentCulture_2 ; }
inline void set_m_CurrentCulture_2 ( CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value )
{
___m_CurrentCulture_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_CurrentCulture_2 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_CurrentUICulture_3 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields , ___m_CurrentUICulture_3 ) ) ; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentUICulture_3 ( ) const { return ___m_CurrentUICulture_3 ; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * * get_address_of_m_CurrentUICulture_3 ( ) { return & ___m_CurrentUICulture_3 ; }
inline void set_m_CurrentUICulture_3 ( CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value )
{
___m_CurrentUICulture_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_CurrentUICulture_3 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_current_thread_11 ( ) { return static_cast < int32_t > ( offsetof ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields , ___current_thread_11 ) ) ; }
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get_current_thread_11 ( ) const { return ___current_thread_11 ; }
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * * get_address_of_current_thread_11 ( ) { return & ___current_thread_11 ; }
inline void set_current_thread_11 ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value )
{
___current_thread_11 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___current_thread_11 ) , ( void * ) value ) ;
}
} ;
// System.UnhandledExceptionEventArgs
struct UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public :
// System.Object System.UnhandledExceptionEventArgs::_Exception
RuntimeObject * ____Exception_1 ;
// System.Boolean System.UnhandledExceptionEventArgs::_IsTerminating
bool ____IsTerminating_2 ;
public :
inline static int32_t get_offset_of__Exception_1 ( ) { return static_cast < int32_t > ( offsetof ( UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 , ____Exception_1 ) ) ; }
inline RuntimeObject * get__Exception_1 ( ) const { return ____Exception_1 ; }
inline RuntimeObject * * get_address_of__Exception_1 ( ) { return & ____Exception_1 ; }
inline void set__Exception_1 ( RuntimeObject * value )
{
____Exception_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____Exception_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__IsTerminating_2 ( ) { return static_cast < int32_t > ( offsetof ( UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 , ____IsTerminating_2 ) ) ; }
inline bool get__IsTerminating_2 ( ) const { return ____IsTerminating_2 ; }
inline bool * get_address_of__IsTerminating_2 ( ) { return & ____IsTerminating_2 ; }
inline void set__IsTerminating_2 ( bool value )
{
____IsTerminating_2 = value ;
}
} ;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public :
union
{
struct
{
} ;
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding [ 1 ] ;
} ;
public :
} ;
// UnityEngine.Scripting.APIUpdating.MovedFromAttributeData
struct MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F
{
public :
// System.String UnityEngine.Scripting.APIUpdating.MovedFromAttributeData::className
String_t * ___className_0 ;
// System.String UnityEngine.Scripting.APIUpdating.MovedFromAttributeData::nameSpace
String_t * ___nameSpace_1 ;
// System.String UnityEngine.Scripting.APIUpdating.MovedFromAttributeData::assembly
String_t * ___assembly_2 ;
// System.Boolean UnityEngine.Scripting.APIUpdating.MovedFromAttributeData::classHasChanged
bool ___classHasChanged_3 ;
// System.Boolean UnityEngine.Scripting.APIUpdating.MovedFromAttributeData::nameSpaceHasChanged
bool ___nameSpaceHasChanged_4 ;
// System.Boolean UnityEngine.Scripting.APIUpdating.MovedFromAttributeData::assemblyHasChanged
bool ___assemblyHasChanged_5 ;
// System.Boolean UnityEngine.Scripting.APIUpdating.MovedFromAttributeData::autoUdpateAPI
bool ___autoUdpateAPI_6 ;
public :
inline static int32_t get_offset_of_className_0 ( ) { return static_cast < int32_t > ( offsetof ( MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F , ___className_0 ) ) ; }
inline String_t * get_className_0 ( ) const { return ___className_0 ; }
inline String_t * * get_address_of_className_0 ( ) { return & ___className_0 ; }
inline void set_className_0 ( String_t * value )
{
___className_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___className_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_nameSpace_1 ( ) { return static_cast < int32_t > ( offsetof ( MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F , ___nameSpace_1 ) ) ; }
inline String_t * get_nameSpace_1 ( ) const { return ___nameSpace_1 ; }
inline String_t * * get_address_of_nameSpace_1 ( ) { return & ___nameSpace_1 ; }
inline void set_nameSpace_1 ( String_t * value )
{
___nameSpace_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___nameSpace_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_assembly_2 ( ) { return static_cast < int32_t > ( offsetof ( MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F , ___assembly_2 ) ) ; }
inline String_t * get_assembly_2 ( ) const { return ___assembly_2 ; }
inline String_t * * get_address_of_assembly_2 ( ) { return & ___assembly_2 ; }
inline void set_assembly_2 ( String_t * value )
{
___assembly_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___assembly_2 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
inline static int32_t get_offset_of_classHasChanged_3 ( ) { return static_cast < int32_t > ( offsetof ( MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F , ___classHasChanged_3 ) ) ; }
inline bool get_classHasChanged_3 ( ) const { return ___classHasChanged_3 ; }
inline bool * get_address_of_classHasChanged_3 ( ) { return & ___classHasChanged_3 ; }
inline void set_classHasChanged_3 ( bool value )
{
___classHasChanged_3 = value ;
}
inline static int32_t get_offset_of_nameSpaceHasChanged_4 ( ) { return static_cast < int32_t > ( offsetof ( MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F , ___nameSpaceHasChanged_4 ) ) ; }
inline bool get_nameSpaceHasChanged_4 ( ) const { return ___nameSpaceHasChanged_4 ; }
inline bool * get_address_of_nameSpaceHasChanged_4 ( ) { return & ___nameSpaceHasChanged_4 ; }
inline void set_nameSpaceHasChanged_4 ( bool value )
{
___nameSpaceHasChanged_4 = value ;
}
inline static int32_t get_offset_of_assemblyHasChanged_5 ( ) { return static_cast < int32_t > ( offsetof ( MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F , ___assemblyHasChanged_5 ) ) ; }
inline bool get_assemblyHasChanged_5 ( ) const { return ___assemblyHasChanged_5 ; }
inline bool * get_address_of_assemblyHasChanged_5 ( ) { return & ___assemblyHasChanged_5 ; }
inline void set_assemblyHasChanged_5 ( bool value )
{
___assemblyHasChanged_5 = value ;
}
inline static int32_t get_offset_of_autoUdpateAPI_6 ( ) { return static_cast < int32_t > ( offsetof ( MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F , ___autoUdpateAPI_6 ) ) ; }
inline bool get_autoUdpateAPI_6 ( ) const { return ___autoUdpateAPI_6 ; }
inline bool * get_address_of_autoUdpateAPI_6 ( ) { return & ___autoUdpateAPI_6 ; }
inline void set_autoUdpateAPI_6 ( bool value )
{
___autoUdpateAPI_6 = value ;
}
} ;
// Native definition for P/Invoke marshalling of UnityEngine.Scripting.APIUpdating.MovedFromAttributeData
struct MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F_marshaled_pinvoke
{
char * ___className_0 ;
char * ___nameSpace_1 ;
char * ___assembly_2 ;
int32_t ___classHasChanged_3 ;
int32_t ___nameSpaceHasChanged_4 ;
int32_t ___assemblyHasChanged_5 ;
int32_t ___autoUdpateAPI_6 ;
} ;
// Native definition for COM marshalling of UnityEngine.Scripting.APIUpdating.MovedFromAttributeData
struct MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F_marshaled_com
{
Il2CppChar * ___className_0 ;
Il2CppChar * ___nameSpace_1 ;
Il2CppChar * ___assembly_2 ;
int32_t ___classHasChanged_3 ;
int32_t ___nameSpaceHasChanged_4 ;
int32_t ___assemblyHasChanged_5 ;
int32_t ___autoUdpateAPI_6 ;
} ;
2025-09-12 02:28:56 +08:00
// UnityEngine.UnitySynchronizationContext
struct UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F : public SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7
{
public :
// System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext_WorkRequest> UnityEngine.UnitySynchronizationContext::m_AsyncWorkQueue
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * ___m_AsyncWorkQueue_0 ;
// System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext_WorkRequest> UnityEngine.UnitySynchronizationContext::m_CurrentFrameWork
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * ___m_CurrentFrameWork_1 ;
// System.Int32 UnityEngine.UnitySynchronizationContext::m_MainThreadID
int32_t ___m_MainThreadID_2 ;
// System.Int32 UnityEngine.UnitySynchronizationContext::m_TrackedCount
int32_t ___m_TrackedCount_3 ;
public :
inline static int32_t get_offset_of_m_AsyncWorkQueue_0 ( ) { return static_cast < int32_t > ( offsetof ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F , ___m_AsyncWorkQueue_0 ) ) ; }
inline List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * get_m_AsyncWorkQueue_0 ( ) const { return ___m_AsyncWorkQueue_0 ; }
inline List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * * get_address_of_m_AsyncWorkQueue_0 ( ) { return & ___m_AsyncWorkQueue_0 ; }
inline void set_m_AsyncWorkQueue_0 ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * value )
{
___m_AsyncWorkQueue_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_AsyncWorkQueue_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_CurrentFrameWork_1 ( ) { return static_cast < int32_t > ( offsetof ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F , ___m_CurrentFrameWork_1 ) ) ; }
inline List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * get_m_CurrentFrameWork_1 ( ) const { return ___m_CurrentFrameWork_1 ; }
inline List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * * get_address_of_m_CurrentFrameWork_1 ( ) { return & ___m_CurrentFrameWork_1 ; }
inline void set_m_CurrentFrameWork_1 ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * value )
{
___m_CurrentFrameWork_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_CurrentFrameWork_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_MainThreadID_2 ( ) { return static_cast < int32_t > ( offsetof ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F , ___m_MainThreadID_2 ) ) ; }
inline int32_t get_m_MainThreadID_2 ( ) const { return ___m_MainThreadID_2 ; }
inline int32_t * get_address_of_m_MainThreadID_2 ( ) { return & ___m_MainThreadID_2 ; }
inline void set_m_MainThreadID_2 ( int32_t value )
{
___m_MainThreadID_2 = value ;
}
inline static int32_t get_offset_of_m_TrackedCount_3 ( ) { return static_cast < int32_t > ( offsetof ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F , ___m_TrackedCount_3 ) ) ; }
inline int32_t get_m_TrackedCount_3 ( ) const { return ___m_TrackedCount_3 ; }
inline int32_t * get_address_of_m_TrackedCount_3 ( ) { return & ___m_TrackedCount_3 ; }
inline void set_m_TrackedCount_3 ( int32_t value )
{
___m_TrackedCount_3 = value ;
}
} ;
// UnityEngine.UnitySynchronizationContext_WorkRequest
struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94
{
public :
// System.Threading.SendOrPostCallback UnityEngine.UnitySynchronizationContext_WorkRequest::m_DelagateCallback
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___m_DelagateCallback_0 ;
// System.Object UnityEngine.UnitySynchronizationContext_WorkRequest::m_DelagateState
RuntimeObject * ___m_DelagateState_1 ;
// System.Threading.ManualResetEvent UnityEngine.UnitySynchronizationContext_WorkRequest::m_WaitHandle
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2 ;
public :
inline static int32_t get_offset_of_m_DelagateCallback_0 ( ) { return static_cast < int32_t > ( offsetof ( WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 , ___m_DelagateCallback_0 ) ) ; }
inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * get_m_DelagateCallback_0 ( ) const { return ___m_DelagateCallback_0 ; }
inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * * get_address_of_m_DelagateCallback_0 ( ) { return & ___m_DelagateCallback_0 ; }
inline void set_m_DelagateCallback_0 ( SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * value )
{
___m_DelagateCallback_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_DelagateCallback_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_DelagateState_1 ( ) { return static_cast < int32_t > ( offsetof ( WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 , ___m_DelagateState_1 ) ) ; }
inline RuntimeObject * get_m_DelagateState_1 ( ) const { return ___m_DelagateState_1 ; }
inline RuntimeObject * * get_address_of_m_DelagateState_1 ( ) { return & ___m_DelagateState_1 ; }
inline void set_m_DelagateState_1 ( RuntimeObject * value )
{
___m_DelagateState_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_DelagateState_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_WaitHandle_2 ( ) { return static_cast < int32_t > ( offsetof ( WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 , ___m_WaitHandle_2 ) ) ; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_m_WaitHandle_2 ( ) const { return ___m_WaitHandle_2 ; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * * get_address_of_m_WaitHandle_2 ( ) { return & ___m_WaitHandle_2 ; }
inline void set_m_WaitHandle_2 ( ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value )
{
___m_WaitHandle_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_WaitHandle_2 ) , ( void * ) value ) ;
}
} ;
// Native definition for P/Invoke marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest
struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_pinvoke
{
Il2CppMethodPointer ___m_DelagateCallback_0 ;
Il2CppIUnknown * ___m_DelagateState_1 ;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2 ;
} ;
// Native definition for COM marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest
struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_com
{
Il2CppMethodPointer ___m_DelagateCallback_0 ;
Il2CppIUnknown * ___m_DelagateState_1 ;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2 ;
} ;
// 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 ;
}
} ;
2025-06-20 11:52:54 +08:00
// 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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.Vector3Int
struct Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4
{
public :
// System.Int32 UnityEngine.Vector3Int::m_X
int32_t ___m_X_0 ;
// System.Int32 UnityEngine.Vector3Int::m_Y
int32_t ___m_Y_1 ;
// System.Int32 UnityEngine.Vector3Int::m_Z
int32_t ___m_Z_2 ;
public :
inline static int32_t get_offset_of_m_X_0 ( ) { return static_cast < int32_t > ( offsetof ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 , ___m_X_0 ) ) ; }
inline int32_t get_m_X_0 ( ) const { return ___m_X_0 ; }
inline int32_t * get_address_of_m_X_0 ( ) { return & ___m_X_0 ; }
inline void set_m_X_0 ( int32_t value )
{
___m_X_0 = value ;
}
inline static int32_t get_offset_of_m_Y_1 ( ) { return static_cast < int32_t > ( offsetof ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 , ___m_Y_1 ) ) ; }
inline int32_t get_m_Y_1 ( ) const { return ___m_Y_1 ; }
inline int32_t * get_address_of_m_Y_1 ( ) { return & ___m_Y_1 ; }
inline void set_m_Y_1 ( int32_t value )
{
___m_Y_1 = value ;
}
inline static int32_t get_offset_of_m_Z_2 ( ) { return static_cast < int32_t > ( offsetof ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 , ___m_Z_2 ) ) ; }
inline int32_t get_m_Z_2 ( ) const { return ___m_Z_2 ; }
inline int32_t * get_address_of_m_Z_2 ( ) { return & ___m_Z_2 ; }
inline void set_m_Z_2 ( int32_t value )
{
___m_Z_2 = value ;
}
} ;
struct Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields
{
public :
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Zero
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___s_Zero_3 ;
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_One
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___s_One_4 ;
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Up
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___s_Up_5 ;
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Down
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___s_Down_6 ;
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Left
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___s_Left_7 ;
// UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Right
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___s_Right_8 ;
public :
inline static int32_t get_offset_of_s_Zero_3 ( ) { return static_cast < int32_t > ( offsetof ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields , ___s_Zero_3 ) ) ; }
inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 get_s_Zero_3 ( ) const { return ___s_Zero_3 ; }
inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * get_address_of_s_Zero_3 ( ) { return & ___s_Zero_3 ; }
inline void set_s_Zero_3 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 value )
{
___s_Zero_3 = value ;
}
inline static int32_t get_offset_of_s_One_4 ( ) { return static_cast < int32_t > ( offsetof ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields , ___s_One_4 ) ) ; }
inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 get_s_One_4 ( ) const { return ___s_One_4 ; }
inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * get_address_of_s_One_4 ( ) { return & ___s_One_4 ; }
inline void set_s_One_4 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 value )
{
___s_One_4 = value ;
}
inline static int32_t get_offset_of_s_Up_5 ( ) { return static_cast < int32_t > ( offsetof ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields , ___s_Up_5 ) ) ; }
inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 get_s_Up_5 ( ) const { return ___s_Up_5 ; }
inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * get_address_of_s_Up_5 ( ) { return & ___s_Up_5 ; }
inline void set_s_Up_5 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 value )
{
___s_Up_5 = value ;
}
inline static int32_t get_offset_of_s_Down_6 ( ) { return static_cast < int32_t > ( offsetof ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields , ___s_Down_6 ) ) ; }
inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 get_s_Down_6 ( ) const { return ___s_Down_6 ; }
inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * get_address_of_s_Down_6 ( ) { return & ___s_Down_6 ; }
inline void set_s_Down_6 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 value )
{
___s_Down_6 = value ;
}
inline static int32_t get_offset_of_s_Left_7 ( ) { return static_cast < int32_t > ( offsetof ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields , ___s_Left_7 ) ) ; }
inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 get_s_Left_7 ( ) const { return ___s_Left_7 ; }
inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * get_address_of_s_Left_7 ( ) { return & ___s_Left_7 ; }
inline void set_s_Left_7 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 value )
{
___s_Left_7 = value ;
}
inline static int32_t get_offset_of_s_Right_8 ( ) { return static_cast < int32_t > ( offsetof ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields , ___s_Right_8 ) ) ; }
inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 get_s_Right_8 ( ) const { return ___s_Right_8 ; }
inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * get_address_of_s_Right_8 ( ) { return & ___s_Right_8 ; }
inline void set_s_Right_8 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 value )
{
___s_Right_8 = 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 ;
}
} ;
// UnityEngine.WaitForEndOfFrame
struct WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
{
public :
public :
} ;
// UnityEngine.WaitForFixedUpdate
struct WaitForFixedUpdate_t8801328F075019AF6B6150B20EC343935A29FF97 : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
{
public :
public :
} ;
// UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
{
public :
// System.Single UnityEngine.WaitForSeconds::m_Seconds
float ___m_Seconds_0 ;
public :
inline static int32_t get_offset_of_m_Seconds_0 ( ) { return static_cast < int32_t > ( offsetof ( WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 , ___m_Seconds_0 ) ) ; }
inline float get_m_Seconds_0 ( ) const { return ___m_Seconds_0 ; }
inline float * get_address_of_m_Seconds_0 ( ) { return & ___m_Seconds_0 ; }
inline void set_m_Seconds_0 ( float value )
{
___m_Seconds_0 = value ;
}
} ;
// Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
float ___m_Seconds_0 ;
} ;
// Native definition for COM marshalling of UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
float ___m_Seconds_0 ;
} ;
// UnityEngineInternal.GenericStack
struct GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC : public Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643
{
public :
public :
} ;
// UnityEngineInternal.TypeInferenceRuleAttribute
struct TypeInferenceRuleAttribute_tEB3BA6FDE6D6817FD33E2620200007EB9730214B : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public :
// System.String UnityEngineInternal.TypeInferenceRuleAttribute::_rule
String_t * ____rule_0 ;
public :
inline static int32_t get_offset_of__rule_0 ( ) { return static_cast < int32_t > ( offsetof ( TypeInferenceRuleAttribute_tEB3BA6FDE6D6817FD33E2620200007EB9730214B , ____rule_0 ) ) ; }
inline String_t * get__rule_0 ( ) const { return ____rule_0 ; }
inline String_t * * get_address_of__rule_0 ( ) { return & ____rule_0 ; }
inline void set__rule_0 ( String_t * value )
{
____rule_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____rule_0 ) , ( void * ) value ) ;
}
} ;
2025-09-12 02:28:56 +08:00
// System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
2025-06-20 11:52:54 +08:00
{
public :
2025-09-12 02:28:56 +08:00
// System.IntPtr System.AppDomain::_mono_app_domain
intptr_t ____mono_app_domain_1 ;
// System.Object System.AppDomain::_evidence
RuntimeObject * ____evidence_6 ;
// System.Object System.AppDomain::_granted
RuntimeObject * ____granted_7 ;
// System.Int32 System.AppDomain::_principalPolicy
int32_t ____principalPolicy_8 ;
// System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad
AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * ___AssemblyLoad_11 ;
// System.ResolveEventHandler System.AppDomain::AssemblyResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___AssemblyResolve_12 ;
// System.EventHandler System.AppDomain::DomainUnload
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___DomainUnload_13 ;
// System.EventHandler System.AppDomain::ProcessExit
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___ProcessExit_14 ;
// System.ResolveEventHandler System.AppDomain::ResourceResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___ResourceResolve_15 ;
// System.ResolveEventHandler System.AppDomain::TypeResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___TypeResolve_16 ;
// System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException
UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * ___UnhandledException_17 ;
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs> System.AppDomain::FirstChanceException
EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * ___FirstChanceException_18 ;
// System.Object System.AppDomain::_domain_manager
RuntimeObject * ____domain_manager_19 ;
// System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___ReflectionOnlyAssemblyResolve_20 ;
// System.Object System.AppDomain::_activation
RuntimeObject * ____activation_21 ;
// System.Object System.AppDomain::_applicationIdentity
RuntimeObject * ____applicationIdentity_22 ;
// System.Collections.Generic.List`1<System.String> System.AppDomain::compatibility_switch
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23 ;
2025-06-20 11:52:54 +08:00
public :
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of__mono_app_domain_1 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ____mono_app_domain_1 ) ) ; }
inline intptr_t get__mono_app_domain_1 ( ) const { return ____mono_app_domain_1 ; }
inline intptr_t * get_address_of__mono_app_domain_1 ( ) { return & ____mono_app_domain_1 ; }
inline void set__mono_app_domain_1 ( intptr_t value )
2025-06-20 11:52:54 +08:00
{
2025-09-12 02:28:56 +08:00
____mono_app_domain_1 = value ;
2025-06-20 11:52:54 +08:00
}
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of__evidence_6 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ____evidence_6 ) ) ; }
inline RuntimeObject * get__evidence_6 ( ) const { return ____evidence_6 ; }
inline RuntimeObject * * get_address_of__evidence_6 ( ) { return & ____evidence_6 ; }
inline void set__evidence_6 ( RuntimeObject * value )
{
____evidence_6 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____evidence_6 ) , ( void * ) value ) ;
}
2025-09-01 17:41:29 +08:00
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of__granted_7 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ____granted_7 ) ) ; }
inline RuntimeObject * get__granted_7 ( ) const { return ____granted_7 ; }
inline RuntimeObject * * get_address_of__granted_7 ( ) { return & ____granted_7 ; }
inline void set__granted_7 ( RuntimeObject * value )
{
____granted_7 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____granted_7 ) , ( void * ) value ) ;
}
2025-06-20 11:52:54 +08:00
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of__principalPolicy_8 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ____principalPolicy_8 ) ) ; }
inline int32_t get__principalPolicy_8 ( ) const { return ____principalPolicy_8 ; }
inline int32_t * get_address_of__principalPolicy_8 ( ) { return & ____principalPolicy_8 ; }
inline void set__principalPolicy_8 ( int32_t value )
2025-06-20 11:52:54 +08:00
{
2025-09-12 02:28:56 +08:00
____principalPolicy_8 = value ;
2025-06-20 11:52:54 +08:00
}
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of_AssemblyLoad_11 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ___AssemblyLoad_11 ) ) ; }
inline AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * get_AssemblyLoad_11 ( ) const { return ___AssemblyLoad_11 ; }
inline AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * * get_address_of_AssemblyLoad_11 ( ) { return & ___AssemblyLoad_11 ; }
inline void set_AssemblyLoad_11 ( AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * value )
{
___AssemblyLoad_11 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___AssemblyLoad_11 ) , ( void * ) value ) ;
}
2025-09-01 17:41:29 +08:00
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of_AssemblyResolve_12 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ___AssemblyResolve_12 ) ) ; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_AssemblyResolve_12 ( ) const { return ___AssemblyResolve_12 ; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * * get_address_of_AssemblyResolve_12 ( ) { return & ___AssemblyResolve_12 ; }
inline void set_AssemblyResolve_12 ( ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value )
{
___AssemblyResolve_12 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___AssemblyResolve_12 ) , ( void * ) value ) ;
}
2025-06-20 11:52:54 +08:00
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of_DomainUnload_13 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ___DomainUnload_13 ) ) ; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_DomainUnload_13 ( ) const { return ___DomainUnload_13 ; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * * get_address_of_DomainUnload_13 ( ) { return & ___DomainUnload_13 ; }
inline void set_DomainUnload_13 ( EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value )
2025-06-20 11:52:54 +08:00
{
2025-09-12 02:28:56 +08:00
___DomainUnload_13 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___DomainUnload_13 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of_ProcessExit_14 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ___ProcessExit_14 ) ) ; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_ProcessExit_14 ( ) const { return ___ProcessExit_14 ; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * * get_address_of_ProcessExit_14 ( ) { return & ___ProcessExit_14 ; }
inline void set_ProcessExit_14 ( EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value )
{
___ProcessExit_14 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___ProcessExit_14 ) , ( void * ) value ) ;
}
2025-06-20 11:52:54 +08:00
2025-09-12 02:28:56 +08:00
inline static int32_t get_offset_of_ResourceResolve_15 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ___ResourceResolve_15 ) ) ; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_ResourceResolve_15 ( ) const { return ___ResourceResolve_15 ; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * * get_address_of_ResourceResolve_15 ( ) { return & ___ResourceResolve_15 ; }
inline void set_ResourceResolve_15 ( ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value )
{
___ResourceResolve_15 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___ResourceResolve_15 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_TypeResolve_16 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ___TypeResolve_16 ) ) ; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_TypeResolve_16 ( ) const { return ___TypeResolve_16 ; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * * get_address_of_TypeResolve_16 ( ) { return & ___TypeResolve_16 ; }
inline void set_TypeResolve_16 ( ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value )
{
___TypeResolve_16 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___TypeResolve_16 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_UnhandledException_17 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ___UnhandledException_17 ) ) ; }
inline UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * get_UnhandledException_17 ( ) const { return ___UnhandledException_17 ; }
inline UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * * get_address_of_UnhandledException_17 ( ) { return & ___UnhandledException_17 ; }
inline void set_UnhandledException_17 ( UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * value )
{
___UnhandledException_17 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___UnhandledException_17 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_FirstChanceException_18 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ___FirstChanceException_18 ) ) ; }
inline EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * get_FirstChanceException_18 ( ) const { return ___FirstChanceException_18 ; }
inline EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * * get_address_of_FirstChanceException_18 ( ) { return & ___FirstChanceException_18 ; }
inline void set_FirstChanceException_18 ( EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * value )
{
___FirstChanceException_18 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___FirstChanceException_18 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__domain_manager_19 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ____domain_manager_19 ) ) ; }
inline RuntimeObject * get__domain_manager_19 ( ) const { return ____domain_manager_19 ; }
inline RuntimeObject * * get_address_of__domain_manager_19 ( ) { return & ____domain_manager_19 ; }
inline void set__domain_manager_19 ( RuntimeObject * value )
{
____domain_manager_19 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____domain_manager_19 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_20 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ___ReflectionOnlyAssemblyResolve_20 ) ) ; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_ReflectionOnlyAssemblyResolve_20 ( ) const { return ___ReflectionOnlyAssemblyResolve_20 ; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * * get_address_of_ReflectionOnlyAssemblyResolve_20 ( ) { return & ___ReflectionOnlyAssemblyResolve_20 ; }
inline void set_ReflectionOnlyAssemblyResolve_20 ( ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value )
{
___ReflectionOnlyAssemblyResolve_20 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___ReflectionOnlyAssemblyResolve_20 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__activation_21 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ____activation_21 ) ) ; }
inline RuntimeObject * get__activation_21 ( ) const { return ____activation_21 ; }
inline RuntimeObject * * get_address_of__activation_21 ( ) { return & ____activation_21 ; }
inline void set__activation_21 ( RuntimeObject * value )
{
____activation_21 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____activation_21 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__applicationIdentity_22 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ____applicationIdentity_22 ) ) ; }
inline RuntimeObject * get__applicationIdentity_22 ( ) const { return ____applicationIdentity_22 ; }
inline RuntimeObject * * get_address_of__applicationIdentity_22 ( ) { return & ____applicationIdentity_22 ; }
inline void set__applicationIdentity_22 ( RuntimeObject * value )
{
____applicationIdentity_22 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____applicationIdentity_22 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_compatibility_switch_23 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 , ___compatibility_switch_23 ) ) ; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_compatibility_switch_23 ( ) const { return ___compatibility_switch_23 ; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * * get_address_of_compatibility_switch_23 ( ) { return & ___compatibility_switch_23 ; }
inline void set_compatibility_switch_23 ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value )
{
___compatibility_switch_23 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___compatibility_switch_23 ) , ( void * ) value ) ;
}
} ;
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields
{
public :
// System.String System.AppDomain::_process_guid
String_t * ____process_guid_2 ;
// System.AppDomain System.AppDomain::default_domain
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * ___default_domain_10 ;
public :
inline static int32_t get_offset_of__process_guid_2 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields , ____process_guid_2 ) ) ; }
inline String_t * get__process_guid_2 ( ) const { return ____process_guid_2 ; }
inline String_t * * get_address_of__process_guid_2 ( ) { return & ____process_guid_2 ; }
inline void set__process_guid_2 ( String_t * value )
{
____process_guid_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____process_guid_2 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_default_domain_10 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields , ___default_domain_10 ) ) ; }
inline AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * get_default_domain_10 ( ) const { return ___default_domain_10 ; }
inline AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * * get_address_of_default_domain_10 ( ) { return & ___default_domain_10 ; }
inline void set_default_domain_10 ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * value )
{
___default_domain_10 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___default_domain_10 ) , ( void * ) value ) ;
}
} ;
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields
{
public :
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::type_resolve_in_progress
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___type_resolve_in_progress_3 ;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___assembly_resolve_in_progress_4 ;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress_refonly
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___assembly_resolve_in_progress_refonly_5 ;
// System.Object System.AppDomain::_principal
RuntimeObject * ____principal_9 ;
public :
inline static int32_t get_offset_of_type_resolve_in_progress_3 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields , ___type_resolve_in_progress_3 ) ) ; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_type_resolve_in_progress_3 ( ) const { return ___type_resolve_in_progress_3 ; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * * get_address_of_type_resolve_in_progress_3 ( ) { return & ___type_resolve_in_progress_3 ; }
inline void set_type_resolve_in_progress_3 ( Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value )
{
___type_resolve_in_progress_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___type_resolve_in_progress_3 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_assembly_resolve_in_progress_4 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields , ___assembly_resolve_in_progress_4 ) ) ; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_assembly_resolve_in_progress_4 ( ) const { return ___assembly_resolve_in_progress_4 ; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * * get_address_of_assembly_resolve_in_progress_4 ( ) { return & ___assembly_resolve_in_progress_4 ; }
inline void set_assembly_resolve_in_progress_4 ( Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value )
{
___assembly_resolve_in_progress_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___assembly_resolve_in_progress_4 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields , ___assembly_resolve_in_progress_refonly_5 ) ) ; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_assembly_resolve_in_progress_refonly_5 ( ) const { return ___assembly_resolve_in_progress_refonly_5 ; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * * get_address_of_assembly_resolve_in_progress_refonly_5 ( ) { return & ___assembly_resolve_in_progress_refonly_5 ; }
inline void set_assembly_resolve_in_progress_refonly_5 ( Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value )
{
___assembly_resolve_in_progress_refonly_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___assembly_resolve_in_progress_refonly_5 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__principal_9 ( ) { return static_cast < int32_t > ( offsetof ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields , ____principal_9 ) ) ; }
inline RuntimeObject * get__principal_9 ( ) const { return ____principal_9 ; }
inline RuntimeObject * * get_address_of__principal_9 ( ) { return & ____principal_9 ; }
inline void set__principal_9 ( RuntimeObject * value )
{
____principal_9 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____principal_9 ) , ( void * ) value ) ;
}
} ;
// Native definition for P/Invoke marshalling of System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
intptr_t ____mono_app_domain_1 ;
Il2CppIUnknown * ____evidence_6 ;
Il2CppIUnknown * ____granted_7 ;
int32_t ____principalPolicy_8 ;
Il2CppMethodPointer ___AssemblyLoad_11 ;
Il2CppMethodPointer ___AssemblyResolve_12 ;
Il2CppMethodPointer ___DomainUnload_13 ;
Il2CppMethodPointer ___ProcessExit_14 ;
Il2CppMethodPointer ___ResourceResolve_15 ;
Il2CppMethodPointer ___TypeResolve_16 ;
Il2CppMethodPointer ___UnhandledException_17 ;
Il2CppMethodPointer ___FirstChanceException_18 ;
Il2CppIUnknown * ____domain_manager_19 ;
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20 ;
Il2CppIUnknown * ____activation_21 ;
Il2CppIUnknown * ____applicationIdentity_22 ;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23 ;
} ;
// Native definition for COM marshalling of System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
intptr_t ____mono_app_domain_1 ;
Il2CppIUnknown * ____evidence_6 ;
Il2CppIUnknown * ____granted_7 ;
int32_t ____principalPolicy_8 ;
Il2CppMethodPointer ___AssemblyLoad_11 ;
Il2CppMethodPointer ___AssemblyResolve_12 ;
Il2CppMethodPointer ___DomainUnload_13 ;
Il2CppMethodPointer ___ProcessExit_14 ;
Il2CppMethodPointer ___ResourceResolve_15 ;
Il2CppMethodPointer ___TypeResolve_16 ;
Il2CppMethodPointer ___UnhandledException_17 ;
Il2CppMethodPointer ___FirstChanceException_18 ;
Il2CppIUnknown * ____domain_manager_19 ;
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20 ;
Il2CppIUnknown * ____activation_21 ;
Il2CppIUnknown * ____applicationIdentity_22 ;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23 ;
} ;
// System.Configuration.Assemblies.AssemblyHashAlgorithm
struct AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9
{
public :
// System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9 , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___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.Configuration.Assemblies.AssemblyVersionCompatibility
struct AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C
{
public :
// System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___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.DateTimeKind
struct DateTimeKind_t6BC23532930B812ABFCCEB2B61BC233712B180EE
{
public :
// System.Int32 System.DateTimeKind::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( DateTimeKind_t6BC23532930B812ABFCCEB2B61BC233712B180EE , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___value___2 ; }
inline int32_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( int32_t value )
{
___value___2 = value ;
}
} ;
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public :
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0 ;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1 ;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2 ;
// System.IntPtr System.Delegate::method
intptr_t ___method_3 ;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4 ;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5 ;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6 ;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7 ;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8 ;
// System.DelegateData System.Delegate::data
DelegateData_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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 ;
2025-06-20 11:52:54 +08:00
// 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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.Assembly
struct Assembly_t : public RuntimeObject
{
public :
// System.IntPtr System.Reflection.Assembly::_mono_assembly
intptr_t ____mono_assembly_0 ;
// System.Reflection.Assembly_ResolveEventHolder System.Reflection.Assembly::resolve_event_holder
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1 ;
// System.Object System.Reflection.Assembly::_evidence
RuntimeObject * ____evidence_2 ;
// System.Object System.Reflection.Assembly::_minimum
RuntimeObject * ____minimum_3 ;
// System.Object System.Reflection.Assembly::_optional
RuntimeObject * ____optional_4 ;
// System.Object System.Reflection.Assembly::_refuse
RuntimeObject * ____refuse_5 ;
// System.Object System.Reflection.Assembly::_granted
RuntimeObject * ____granted_6 ;
// System.Object System.Reflection.Assembly::_denied
RuntimeObject * ____denied_7 ;
// System.Boolean System.Reflection.Assembly::fromByteArray
bool ___fromByteArray_8 ;
// System.String System.Reflection.Assembly::assemblyName
String_t * ___assemblyName_9 ;
public :
inline static int32_t get_offset_of__mono_assembly_0 ( ) { return static_cast < int32_t > ( offsetof ( Assembly_t , ____mono_assembly_0 ) ) ; }
inline intptr_t get__mono_assembly_0 ( ) const { return ____mono_assembly_0 ; }
inline intptr_t * get_address_of__mono_assembly_0 ( ) { return & ____mono_assembly_0 ; }
inline void set__mono_assembly_0 ( intptr_t value )
{
____mono_assembly_0 = value ;
}
inline static int32_t get_offset_of_resolve_event_holder_1 ( ) { return static_cast < int32_t > ( offsetof ( Assembly_t , ___resolve_event_holder_1 ) ) ; }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * get_resolve_event_holder_1 ( ) const { return ___resolve_event_holder_1 ; }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * * get_address_of_resolve_event_holder_1 ( ) { return & ___resolve_event_holder_1 ; }
inline void set_resolve_event_holder_1 ( ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * value )
{
___resolve_event_holder_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___resolve_event_holder_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__evidence_2 ( ) { return static_cast < int32_t > ( offsetof ( Assembly_t , ____evidence_2 ) ) ; }
inline RuntimeObject * get__evidence_2 ( ) const { return ____evidence_2 ; }
inline RuntimeObject * * get_address_of__evidence_2 ( ) { return & ____evidence_2 ; }
inline void set__evidence_2 ( RuntimeObject * value )
{
____evidence_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____evidence_2 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__minimum_3 ( ) { return static_cast < int32_t > ( offsetof ( Assembly_t , ____minimum_3 ) ) ; }
inline RuntimeObject * get__minimum_3 ( ) const { return ____minimum_3 ; }
inline RuntimeObject * * get_address_of__minimum_3 ( ) { return & ____minimum_3 ; }
inline void set__minimum_3 ( RuntimeObject * value )
{
____minimum_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____minimum_3 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__optional_4 ( ) { return static_cast < int32_t > ( offsetof ( Assembly_t , ____optional_4 ) ) ; }
inline RuntimeObject * get__optional_4 ( ) const { return ____optional_4 ; }
inline RuntimeObject * * get_address_of__optional_4 ( ) { return & ____optional_4 ; }
inline void set__optional_4 ( RuntimeObject * value )
{
____optional_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____optional_4 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__refuse_5 ( ) { return static_cast < int32_t > ( offsetof ( Assembly_t , ____refuse_5 ) ) ; }
inline RuntimeObject * get__refuse_5 ( ) const { return ____refuse_5 ; }
inline RuntimeObject * * get_address_of__refuse_5 ( ) { return & ____refuse_5 ; }
inline void set__refuse_5 ( RuntimeObject * value )
{
____refuse_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____refuse_5 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__granted_6 ( ) { return static_cast < int32_t > ( offsetof ( Assembly_t , ____granted_6 ) ) ; }
inline RuntimeObject * get__granted_6 ( ) const { return ____granted_6 ; }
inline RuntimeObject * * get_address_of__granted_6 ( ) { return & ____granted_6 ; }
inline void set__granted_6 ( RuntimeObject * value )
{
____granted_6 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____granted_6 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__denied_7 ( ) { return static_cast < int32_t > ( offsetof ( Assembly_t , ____denied_7 ) ) ; }
inline RuntimeObject * get__denied_7 ( ) const { return ____denied_7 ; }
inline RuntimeObject * * get_address_of__denied_7 ( ) { return & ____denied_7 ; }
inline void set__denied_7 ( RuntimeObject * value )
{
____denied_7 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____denied_7 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_fromByteArray_8 ( ) { return static_cast < int32_t > ( offsetof ( Assembly_t , ___fromByteArray_8 ) ) ; }
inline bool get_fromByteArray_8 ( ) const { return ___fromByteArray_8 ; }
inline bool * get_address_of_fromByteArray_8 ( ) { return & ___fromByteArray_8 ; }
inline void set_fromByteArray_8 ( bool value )
{
___fromByteArray_8 = value ;
}
inline static int32_t get_offset_of_assemblyName_9 ( ) { return static_cast < int32_t > ( offsetof ( Assembly_t , ___assemblyName_9 ) ) ; }
inline String_t * get_assemblyName_9 ( ) const { return ___assemblyName_9 ; }
inline String_t * * get_address_of_assemblyName_9 ( ) { return & ___assemblyName_9 ; }
inline void set_assemblyName_9 ( String_t * value )
{
___assemblyName_9 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___assemblyName_9 ) , ( void * ) value ) ;
}
} ;
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_pinvoke
{
intptr_t ____mono_assembly_0 ;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1 ;
Il2CppIUnknown * ____evidence_2 ;
Il2CppIUnknown * ____minimum_3 ;
Il2CppIUnknown * ____optional_4 ;
Il2CppIUnknown * ____refuse_5 ;
Il2CppIUnknown * ____granted_6 ;
Il2CppIUnknown * ____denied_7 ;
int32_t ___fromByteArray_8 ;
char * ___assemblyName_9 ;
} ;
// Native definition for COM marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_com
{
intptr_t ____mono_assembly_0 ;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1 ;
Il2CppIUnknown * ____evidence_2 ;
Il2CppIUnknown * ____minimum_3 ;
Il2CppIUnknown * ____optional_4 ;
Il2CppIUnknown * ____refuse_5 ;
Il2CppIUnknown * ____granted_6 ;
Il2CppIUnknown * ____denied_7 ;
int32_t ___fromByteArray_8 ;
Il2CppChar * ___assemblyName_9 ;
} ;
// System.Reflection.AssemblyContentType
struct AssemblyContentType_t9869DE40B7B1976B389F3B6A5A5D18B09E623401
{
public :
// System.Int32 System.Reflection.AssemblyContentType::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyContentType_t9869DE40B7B1976B389F3B6A5A5D18B09E623401 , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___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.AssemblyNameFlags
struct AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256
{
public :
// System.Int32 System.Reflection.AssemblyNameFlags::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256 , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___value___2 ; }
inline int32_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( int32_t value )
{
___value___2 = value ;
}
} ;
// System.Reflection.BindingFlags
struct BindingFlags_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 < int32_t > ( 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.ProcessorArchitecture
struct ProcessorArchitecture_t0CFB73A83469D6AC222B9FE46E81EAC73C2627C7
{
public :
// System.Int32 System.Reflection.ProcessorArchitecture::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( ProcessorArchitecture_t0CFB73A83469D6AC222B9FE46E81EAC73C2627C7 , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___value___2 ; }
inline int32_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( int32_t value )
{
___value___2 = value ;
}
} ;
2025-09-12 02:28:56 +08:00
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public :
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___value___2 ; }
inline int32_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( int32_t value )
{
___value___2 = value ;
}
} ;
2025-06-20 11:52:54 +08:00
// 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 < int32_t > ( 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 ;
}
} ;
2025-09-12 02:28:56 +08:00
// System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public :
// System.IntPtr System.Threading.WaitHandle::waitHandle
intptr_t ___waitHandle_3 ;
// Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle
SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * ___safeWaitHandle_4 ;
// System.Boolean System.Threading.WaitHandle::hasThreadAffinity
bool ___hasThreadAffinity_5 ;
public :
inline static int32_t get_offset_of_waitHandle_3 ( ) { return static_cast < int32_t > ( offsetof ( WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 , ___waitHandle_3 ) ) ; }
inline intptr_t get_waitHandle_3 ( ) const { return ___waitHandle_3 ; }
inline intptr_t * get_address_of_waitHandle_3 ( ) { return & ___waitHandle_3 ; }
inline void set_waitHandle_3 ( intptr_t value )
{
___waitHandle_3 = value ;
}
inline static int32_t get_offset_of_safeWaitHandle_4 ( ) { return static_cast < int32_t > ( offsetof ( WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 , ___safeWaitHandle_4 ) ) ; }
inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * get_safeWaitHandle_4 ( ) const { return ___safeWaitHandle_4 ; }
inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * * get_address_of_safeWaitHandle_4 ( ) { return & ___safeWaitHandle_4 ; }
inline void set_safeWaitHandle_4 ( SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * value )
{
___safeWaitHandle_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___safeWaitHandle_4 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_hasThreadAffinity_5 ( ) { return static_cast < int32_t > ( offsetof ( WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 , ___hasThreadAffinity_5 ) ) ; }
inline bool get_hasThreadAffinity_5 ( ) const { return ___hasThreadAffinity_5 ; }
inline bool * get_address_of_hasThreadAffinity_5 ( ) { return & ___hasThreadAffinity_5 ; }
inline void set_hasThreadAffinity_5 ( bool value )
{
___hasThreadAffinity_5 = value ;
}
} ;
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields
{
public :
// System.IntPtr System.Threading.WaitHandle::InvalidHandle
intptr_t ___InvalidHandle_10 ;
public :
inline static int32_t get_offset_of_InvalidHandle_10 ( ) { return static_cast < int32_t > ( offsetof ( WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields , ___InvalidHandle_10 ) ) ; }
inline intptr_t get_InvalidHandle_10 ( ) const { return ___InvalidHandle_10 ; }
inline intptr_t * get_address_of_InvalidHandle_10 ( ) { return & ___InvalidHandle_10 ; }
inline void set_InvalidHandle_10 ( intptr_t value )
{
___InvalidHandle_10 = value ;
}
} ;
// Native definition for P/Invoke marshalling of System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
intptr_t ___waitHandle_3 ;
void * ___safeWaitHandle_4 ;
int32_t ___hasThreadAffinity_5 ;
} ;
// Native definition for COM marshalling of System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
intptr_t ___waitHandle_3 ;
void * ___safeWaitHandle_4 ;
int32_t ___hasThreadAffinity_5 ;
} ;
2025-06-20 11:52:54 +08:00
// UnityEngine.Scripting.APIUpdating.MovedFromAttribute
struct MovedFromAttribute_tE9A667A7698BEF9EA09BF23E4308CD1EC2099162 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public :
// UnityEngine.Scripting.APIUpdating.MovedFromAttributeData UnityEngine.Scripting.APIUpdating.MovedFromAttribute::data
MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F ___data_0 ;
public :
inline static int32_t get_offset_of_data_0 ( ) { return static_cast < int32_t > ( offsetof ( MovedFromAttribute_tE9A667A7698BEF9EA09BF23E4308CD1EC2099162 , ___data_0 ) ) ; }
inline MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F get_data_0 ( ) const { return ___data_0 ; }
inline MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F * get_address_of_data_0 ( ) { return & ___data_0 ; }
inline void set_data_0 ( MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F value )
{
___data_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) & ( ( ( & ___data_0 ) ) - > ___className_0 ) , ( void * ) NULL ) ;
# if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier ( ( void * * ) & ( ( ( & ___data_0 ) ) - > ___nameSpace_1 ) , ( void * ) NULL ) ;
# endif
# if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier ( ( void * * ) & ( ( ( & ___data_0 ) ) - > ___assembly_2 ) , ( void * ) NULL ) ;
# endif
}
} ;
2025-09-12 02:28:56 +08:00
// UnityEngine.UnityLogWriter
struct UnityLogWriter_tC410B1D6FCF9C74F0B6915C8F97C75E103ED0057 : public TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0
{
public :
public :
} ;
// 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 < int32_t > ( 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 ;
}
} ;
// UnityEngine.VRTextureUsage
struct VRTextureUsage_t2D7C2397ABF03DD28086B969100F7D91DDD978A0
{
public :
// System.Int32 UnityEngine.VRTextureUsage::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( VRTextureUsage_t2D7C2397ABF03DD28086B969100F7D91DDD978A0 , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___value___2 ; }
inline int32_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( int32_t value )
{
___value___2 = value ;
}
} ;
2025-06-20 11:52:54 +08:00
// UnityEngine.WrapMode
struct WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD
{
public :
// System.Int32 UnityEngine.WrapMode::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___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.iOS.LocalNotification
struct LocalNotification_tCA79CA9F746F4B3A8F3F0A40BB4AB2FAD7D3238F : public RuntimeObject
{
public :
// System.IntPtr UnityEngine.iOS.LocalNotification::m_Ptr
intptr_t ___m_Ptr_0 ;
public :
inline static int32_t get_offset_of_m_Ptr_0 ( ) { return static_cast < int32_t > ( offsetof ( LocalNotification_tCA79CA9F746F4B3A8F3F0A40BB4AB2FAD7D3238F , ___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 ;
}
} ;
struct LocalNotification_tCA79CA9F746F4B3A8F3F0A40BB4AB2FAD7D3238F_StaticFields
{
public :
// System.Int64 UnityEngine.iOS.LocalNotification::m_NSReferenceDateTicks
int64_t ___m_NSReferenceDateTicks_1 ;
public :
inline static int32_t get_offset_of_m_NSReferenceDateTicks_1 ( ) { return static_cast < int32_t > ( offsetof ( LocalNotification_tCA79CA9F746F4B3A8F3F0A40BB4AB2FAD7D3238F_StaticFields , ___m_NSReferenceDateTicks_1 ) ) ; }
inline int64_t get_m_NSReferenceDateTicks_1 ( ) const { return ___m_NSReferenceDateTicks_1 ; }
inline int64_t * get_address_of_m_NSReferenceDateTicks_1 ( ) { return & ___m_NSReferenceDateTicks_1 ; }
inline void set_m_NSReferenceDateTicks_1 ( int64_t value )
{
___m_NSReferenceDateTicks_1 = value ;
}
} ;
// UnityEngine.iOS.RemoteNotification
struct RemoteNotification_tE0413FADC666D8ECDE70A365F41A784002106061 : public RuntimeObject
{
public :
// System.IntPtr UnityEngine.iOS.RemoteNotification::m_Ptr
intptr_t ___m_Ptr_0 ;
public :
inline static int32_t get_offset_of_m_Ptr_0 ( ) { return static_cast < int32_t > ( offsetof ( RemoteNotification_tE0413FADC666D8ECDE70A365F41A784002106061 , ___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 ;
}
} ;
// UnityEngineInternal.LightmapType
struct LightmapType_t463AC949035CBB15E9B2BE0B5ECD4EC6D60F6C2E
{
public :
// System.Int32 UnityEngineInternal.LightmapType::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( LightmapType_t463AC949035CBB15E9B2BE0B5ECD4EC6D60F6C2E , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___value___2 ; }
inline int32_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( int32_t value )
{
___value___2 = value ;
}
} ;
// UnityEngineInternal.MathfInternal
struct MathfInternal_t3E913BDEA2E88DF117AEBE6A099B5922A78A1693
{
public :
union
{
struct
{
} ;
uint8_t MathfInternal_t3E913BDEA2E88DF117AEBE6A099B5922A78A1693__padding [ 1 ] ;
} ;
public :
} ;
struct MathfInternal_t3E913BDEA2E88DF117AEBE6A099B5922A78A1693_StaticFields
{
public :
// System.Single modreq(System.Runtime.CompilerServices.IsVolatile) UnityEngineInternal.MathfInternal::FloatMinNormal
float ___FloatMinNormal_0 ;
// System.Single modreq(System.Runtime.CompilerServices.IsVolatile) UnityEngineInternal.MathfInternal::FloatMinDenormal
float ___FloatMinDenormal_1 ;
// System.Boolean UnityEngineInternal.MathfInternal::IsFlushToZeroEnabled
bool ___IsFlushToZeroEnabled_2 ;
public :
inline static int32_t get_offset_of_FloatMinNormal_0 ( ) { return static_cast < int32_t > ( offsetof ( MathfInternal_t3E913BDEA2E88DF117AEBE6A099B5922A78A1693_StaticFields , ___FloatMinNormal_0 ) ) ; }
inline float get_FloatMinNormal_0 ( ) const { return ___FloatMinNormal_0 ; }
inline float * get_address_of_FloatMinNormal_0 ( ) { return & ___FloatMinNormal_0 ; }
inline void set_FloatMinNormal_0 ( float value )
{
___FloatMinNormal_0 = value ;
}
inline static int32_t get_offset_of_FloatMinDenormal_1 ( ) { return static_cast < int32_t > ( offsetof ( MathfInternal_t3E913BDEA2E88DF117AEBE6A099B5922A78A1693_StaticFields , ___FloatMinDenormal_1 ) ) ; }
inline float get_FloatMinDenormal_1 ( ) const { return ___FloatMinDenormal_1 ; }
inline float * get_address_of_FloatMinDenormal_1 ( ) { return & ___FloatMinDenormal_1 ; }
inline void set_FloatMinDenormal_1 ( float value )
{
___FloatMinDenormal_1 = value ;
}
inline static int32_t get_offset_of_IsFlushToZeroEnabled_2 ( ) { return static_cast < int32_t > ( offsetof ( MathfInternal_t3E913BDEA2E88DF117AEBE6A099B5922A78A1693_StaticFields , ___IsFlushToZeroEnabled_2 ) ) ; }
inline bool get_IsFlushToZeroEnabled_2 ( ) const { return ___IsFlushToZeroEnabled_2 ; }
inline bool * get_address_of_IsFlushToZeroEnabled_2 ( ) { return & ___IsFlushToZeroEnabled_2 ; }
inline void set_IsFlushToZeroEnabled_2 ( bool value )
{
___IsFlushToZeroEnabled_2 = value ;
}
} ;
// UnityEngineInternal.TypeInferenceRules
struct TypeInferenceRules_tFA03D20477226A95FE644665C3C08A6B6281C333
{
public :
// System.Int32 UnityEngineInternal.TypeInferenceRules::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( TypeInferenceRules_tFA03D20477226A95FE644665C3C08A6B6281C333 , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___value___2 ; }
inline int32_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( int32_t value )
{
___value___2 = value ;
}
} ;
2025-09-12 02:28:56 +08:00
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
2025-06-20 11:52:54 +08:00
{
public :
2025-09-12 02:28:56 +08:00
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 * ___delegates_11 ;
public :
inline static int32_t get_offset_of_delegates_11 ( ) { return static_cast < int32_t > ( 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.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 : public RuntimeObject
{
public :
// System.String System.Reflection.AssemblyName::name
String_t * ___name_0 ;
// System.String System.Reflection.AssemblyName::codebase
String_t * ___codebase_1 ;
// System.Int32 System.Reflection.AssemblyName::major
int32_t ___major_2 ;
2025-06-20 11:52:54 +08:00
// System.Int32 System.Reflection.AssemblyName::minor
int32_t ___minor_3 ;
// System.Int32 System.Reflection.AssemblyName::build
int32_t ___build_4 ;
// System.Int32 System.Reflection.AssemblyName::revision
int32_t ___revision_5 ;
// System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___cultureinfo_6 ;
// System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags
int32_t ___flags_7 ;
// System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg
int32_t ___hashalg_8 ;
// System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9 ;
// System.Byte[] System.Reflection.AssemblyName::publicKey
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___publicKey_10 ;
// System.Byte[] System.Reflection.AssemblyName::keyToken
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___keyToken_11 ;
// System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat
int32_t ___versioncompat_12 ;
// System.Version System.Reflection.AssemblyName::version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13 ;
// System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture
int32_t ___processor_architecture_14 ;
// System.Reflection.AssemblyContentType System.Reflection.AssemblyName::contentType
int32_t ___contentType_15 ;
public :
inline static int32_t get_offset_of_name_0 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___name_0 ) ) ; }
inline String_t * get_name_0 ( ) const { return ___name_0 ; }
inline String_t * * get_address_of_name_0 ( ) { return & ___name_0 ; }
inline void set_name_0 ( String_t * value )
{
___name_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___name_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_codebase_1 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___codebase_1 ) ) ; }
inline String_t * get_codebase_1 ( ) const { return ___codebase_1 ; }
inline String_t * * get_address_of_codebase_1 ( ) { return & ___codebase_1 ; }
inline void set_codebase_1 ( String_t * value )
{
___codebase_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___codebase_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_major_2 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___major_2 ) ) ; }
inline int32_t get_major_2 ( ) const { return ___major_2 ; }
inline int32_t * get_address_of_major_2 ( ) { return & ___major_2 ; }
inline void set_major_2 ( int32_t value )
{
___major_2 = value ;
}
inline static int32_t get_offset_of_minor_3 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___minor_3 ) ) ; }
inline int32_t get_minor_3 ( ) const { return ___minor_3 ; }
inline int32_t * get_address_of_minor_3 ( ) { return & ___minor_3 ; }
inline void set_minor_3 ( int32_t value )
{
___minor_3 = value ;
}
inline static int32_t get_offset_of_build_4 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___build_4 ) ) ; }
inline int32_t get_build_4 ( ) const { return ___build_4 ; }
inline int32_t * get_address_of_build_4 ( ) { return & ___build_4 ; }
inline void set_build_4 ( int32_t value )
{
___build_4 = value ;
}
inline static int32_t get_offset_of_revision_5 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___revision_5 ) ) ; }
inline int32_t get_revision_5 ( ) const { return ___revision_5 ; }
inline int32_t * get_address_of_revision_5 ( ) { return & ___revision_5 ; }
inline void set_revision_5 ( int32_t value )
{
___revision_5 = value ;
}
inline static int32_t get_offset_of_cultureinfo_6 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___cultureinfo_6 ) ) ; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_cultureinfo_6 ( ) const { return ___cultureinfo_6 ; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * * get_address_of_cultureinfo_6 ( ) { return & ___cultureinfo_6 ; }
inline void set_cultureinfo_6 ( CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value )
{
___cultureinfo_6 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___cultureinfo_6 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_flags_7 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___flags_7 ) ) ; }
inline int32_t get_flags_7 ( ) const { return ___flags_7 ; }
inline int32_t * get_address_of_flags_7 ( ) { return & ___flags_7 ; }
inline void set_flags_7 ( int32_t value )
{
___flags_7 = value ;
}
inline static int32_t get_offset_of_hashalg_8 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___hashalg_8 ) ) ; }
inline int32_t get_hashalg_8 ( ) const { return ___hashalg_8 ; }
inline int32_t * get_address_of_hashalg_8 ( ) { return & ___hashalg_8 ; }
inline void set_hashalg_8 ( int32_t value )
{
___hashalg_8 = value ;
}
inline static int32_t get_offset_of_keypair_9 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___keypair_9 ) ) ; }
inline StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * get_keypair_9 ( ) const { return ___keypair_9 ; }
inline StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * * get_address_of_keypair_9 ( ) { return & ___keypair_9 ; }
inline void set_keypair_9 ( StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * value )
{
___keypair_9 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___keypair_9 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_publicKey_10 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___publicKey_10 ) ) ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * get_publicKey_10 ( ) const { return ___publicKey_10 ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * * get_address_of_publicKey_10 ( ) { return & ___publicKey_10 ; }
inline void set_publicKey_10 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * value )
{
___publicKey_10 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___publicKey_10 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_keyToken_11 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___keyToken_11 ) ) ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * get_keyToken_11 ( ) const { return ___keyToken_11 ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * * get_address_of_keyToken_11 ( ) { return & ___keyToken_11 ; }
inline void set_keyToken_11 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * value )
{
___keyToken_11 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___keyToken_11 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_versioncompat_12 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___versioncompat_12 ) ) ; }
inline int32_t get_versioncompat_12 ( ) const { return ___versioncompat_12 ; }
inline int32_t * get_address_of_versioncompat_12 ( ) { return & ___versioncompat_12 ; }
inline void set_versioncompat_12 ( int32_t value )
{
___versioncompat_12 = value ;
}
inline static int32_t get_offset_of_version_13 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___version_13 ) ) ; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_13 ( ) const { return ___version_13 ; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * * get_address_of_version_13 ( ) { return & ___version_13 ; }
inline void set_version_13 ( Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value )
{
___version_13 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___version_13 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_processor_architecture_14 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___processor_architecture_14 ) ) ; }
inline int32_t get_processor_architecture_14 ( ) const { return ___processor_architecture_14 ; }
inline int32_t * get_address_of_processor_architecture_14 ( ) { return & ___processor_architecture_14 ; }
inline void set_processor_architecture_14 ( int32_t value )
{
___processor_architecture_14 = value ;
}
inline static int32_t get_offset_of_contentType_15 ( ) { return static_cast < int32_t > ( offsetof ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 , ___contentType_15 ) ) ; }
inline int32_t get_contentType_15 ( ) const { return ___contentType_15 ; }
inline int32_t * get_address_of_contentType_15 ( ) { return & ___contentType_15 ; }
inline void set_contentType_15 ( int32_t value )
{
___contentType_15 = value ;
}
} ;
// Native definition for P/Invoke marshalling of System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_pinvoke
{
char * ___name_0 ;
char * ___codebase_1 ;
int32_t ___major_2 ;
int32_t ___minor_3 ;
int32_t ___build_4 ;
int32_t ___revision_5 ;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke * ___cultureinfo_6 ;
int32_t ___flags_7 ;
int32_t ___hashalg_8 ;
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9 ;
Il2CppSafeArray /*NONE*/ * ___publicKey_10 ;
Il2CppSafeArray /*NONE*/ * ___keyToken_11 ;
int32_t ___versioncompat_12 ;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13 ;
int32_t ___processor_architecture_14 ;
int32_t ___contentType_15 ;
} ;
// Native definition for COM marshalling of System.Reflection.AssemblyName
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_com
{
Il2CppChar * ___name_0 ;
Il2CppChar * ___codebase_1 ;
int32_t ___major_2 ;
int32_t ___minor_3 ;
int32_t ___build_4 ;
int32_t ___revision_5 ;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com * ___cultureinfo_6 ;
int32_t ___flags_7 ;
int32_t ___hashalg_8 ;
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9 ;
Il2CppSafeArray /*NONE*/ * ___publicKey_10 ;
Il2CppSafeArray /*NONE*/ * ___keyToken_11 ;
int32_t ___versioncompat_12 ;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13 ;
int32_t ___processor_architecture_14 ;
int32_t ___contentType_15 ;
} ;
2025-09-12 02:28:56 +08:00
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public :
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0 ;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1 ;
public :
inline static int32_t get_offset_of_m_additionalContext_0 ( ) { return static_cast < int32_t > ( offsetof ( StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , ___m_additionalContext_0 ) ) ; }
inline RuntimeObject * get_m_additionalContext_0 ( ) const { return ___m_additionalContext_0 ; }
inline RuntimeObject * * get_address_of_m_additionalContext_0 ( ) { return & ___m_additionalContext_0 ; }
inline void set_m_additionalContext_0 ( RuntimeObject * value )
{
___m_additionalContext_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_additionalContext_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_state_1 ( ) { return static_cast < int32_t > ( offsetof ( StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 , ___m_state_1 ) ) ; }
inline int32_t get_m_state_1 ( ) const { return ___m_state_1 ; }
inline int32_t * get_address_of_m_state_1 ( ) { return & ___m_state_1 ; }
inline void set_m_state_1 ( int32_t value )
{
___m_state_1 = value ;
}
} ;
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown * ___m_additionalContext_0 ;
int32_t ___m_state_1 ;
} ;
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown * ___m_additionalContext_0 ;
int32_t ___m_state_1 ;
} ;
2025-09-01 17:41:29 +08:00
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
2025-06-20 11:52:54 +08:00
{
public :
public :
} ;
2025-09-12 02:28:56 +08:00
// System.Threading.EventWaitHandle
struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 : public WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6
{
public :
public :
} ;
2025-06-20 11:52:54 +08:00
// 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 < int32_t > ( 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 ) ;
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_defaultBinder_6 ( ) { return static_cast < int32_t > ( 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 )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___defaultBinder_6 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___defaultBinder_6 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
} ;
2025-09-12 02:28:56 +08:00
// UnityEngine.UnityException
struct UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 : public Exception_t
{
public :
public :
} ;
2025-09-01 17:41:29 +08:00
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
public :
public :
} ;
2025-09-12 02:28:56 +08:00
// System.Threading.ManualResetEvent
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 : public EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98
{
public :
public :
} ;
// System.Threading.SendOrPostCallback
struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 : public MulticastDelegate_t
{
public :
public :
} ;
// System.UnhandledExceptionEventHandler
struct UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE : public MulticastDelegate_t
{
public :
public :
} ;
2025-09-01 17:41:29 +08:00
# ifdef __clang__
# pragma clang diagnostic pop
# endif
2025-09-12 02:28:56 +08:00
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public :
ALIGN_FIELD ( 8 ) Il2CppChar m_Items [ 1 ] ;
public :
inline Il2CppChar GetAt ( il2cpp_array_size_t index ) const
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
return m_Items [ index ] ;
}
inline Il2CppChar * 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 , Il2CppChar value )
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
m_Items [ index ] = value ;
}
inline Il2CppChar GetAtUnchecked ( il2cpp_array_size_t index ) const
{
return m_Items [ index ] ;
}
inline Il2CppChar * GetAddressAtUnchecked ( il2cpp_array_size_t index )
{
return m_Items + index ;
}
inline void SetAtUnchecked ( il2cpp_array_size_t index , Il2CppChar value )
{
m_Items [ index ] = value ;
}
} ;
2025-09-01 17:41:29 +08:00
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
2025-09-12 02:28:56 +08:00
public :
ALIGN_FIELD ( 8 ) RuntimeObject * m_Items [ 1 ] ;
public :
inline RuntimeObject * GetAt ( il2cpp_array_size_t index ) const
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
return m_Items [ index ] ;
}
inline RuntimeObject * * GetAddressAt ( il2cpp_array_size_t index )
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
return m_Items + index ;
}
inline void SetAt ( il2cpp_array_size_t index , RuntimeObject * value )
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
m_Items [ index ] = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) m_Items + index , ( void * ) value ) ;
}
inline RuntimeObject * GetAtUnchecked ( il2cpp_array_size_t index ) const
{
return m_Items [ index ] ;
}
inline RuntimeObject * * GetAddressAtUnchecked ( il2cpp_array_size_t index )
{
return m_Items + index ;
}
inline void SetAtUnchecked ( il2cpp_array_size_t index , RuntimeObject * value )
{
m_Items [ index ] = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) m_Items + index , ( void * ) value ) ;
}
} ;
// UnityEngine.UnitySynchronizationContext_WorkRequest[]
struct WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 : public RuntimeArray
{
public :
ALIGN_FIELD ( 8 ) WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 m_Items [ 1 ] ;
public :
inline WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 GetAt ( il2cpp_array_size_t index ) const
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
return m_Items [ index ] ;
}
inline WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 * 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 , WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 value )
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
m_Items [ index ] = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) & ( ( m_Items + index ) - > ___m_DelagateCallback_0 ) , ( void * ) NULL ) ;
# if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier ( ( void * * ) & ( ( m_Items + index ) - > ___m_DelagateState_1 ) , ( void * ) NULL ) ;
# endif
# if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier ( ( void * * ) & ( ( m_Items + index ) - > ___m_WaitHandle_2 ) , ( void * ) NULL ) ;
# endif
}
inline WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 GetAtUnchecked ( il2cpp_array_size_t index ) const
{
return m_Items [ index ] ;
}
inline WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 * GetAddressAtUnchecked ( il2cpp_array_size_t index )
{
return m_Items + index ;
}
inline void SetAtUnchecked ( il2cpp_array_size_t index , WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 value )
{
m_Items [ index ] = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) & ( ( m_Items + index ) - > ___m_DelagateCallback_0 ) , ( void * ) NULL ) ;
# if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier ( ( void * * ) & ( ( m_Items + index ) - > ___m_DelagateState_1 ) , ( void * ) NULL ) ;
# endif
# if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier ( ( void * * ) & ( ( m_Items + index ) - > ___m_WaitHandle_2 ) , ( void * ) NULL ) ;
# endif
}
} ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m4132DD6664CF5CC56F074AEFE903274584872890_gshared ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , int32_t ___capacity0 , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m9E29EB98D3907D02E8BE8AD669CD09C1760D01B6_gshared ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___item0 , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_mF754555482D7325F566A128095AF093DB906FB6C_gshared ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , RuntimeObject * ___collection0 , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC4D030016ED45CB1F213D4E0BCD94D6864BFE84A_gshared ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , const RuntimeMethod * method ) ;
// !0 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 List_1_get_Item_mE502050B0E9E9978F694B3A501D451D46F935005_gshared_inline ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , int32_t ___index0 , const RuntimeMethod * method ) ;
// System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Remove(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_mC3735402B257259986FBA855606FE342597D77FD_gshared ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___item0 , const RuntimeMethod * method ) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m44C1B6295966FEE37949A17F7A57D5556A8EC46B_gshared_inline ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , const RuntimeMethod * method ) ;
// System.AppDomain System.AppDomain::get_CurrentDomain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0 ( const RuntimeMethod * method ) ;
// System.Void System.UnhandledExceptionEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnhandledExceptionEventHandler__ctor_m6C9D92AF9901334C444EE7E83FE859D7E4833ABB ( UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * __this , RuntimeObject * ___object0 , intptr_t ___method1 , const RuntimeMethod * method ) ;
// System.Void System.AppDomain::add_UnhandledException(System.UnhandledExceptionEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppDomain_add_UnhandledException_mEEDCA5704AE44AEE033BC4929067895C7EAC9D2D ( AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * __this , UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * ___value0 , const RuntimeMethod * method ) ;
// System.Object System.UnhandledExceptionEventArgs::get_ExceptionObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * UnhandledExceptionEventArgs_get_ExceptionObject_m1936F64BC46B54AA159A4B366BED7AF11DEED0C3_inline ( UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.UnhandledExceptionHandler::PrintException(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnhandledExceptionHandler_PrintException_m4CBE36F17C3F2B72205DB96B6D1377E4B3D11C77 ( String_t * ___title0 , Exception_t * ___e1 , const RuntimeMethod * method ) ;
// System.Type System.Exception::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Exception_GetType_mA3390B9D538D5FAC3802D9D8A2FCAC31465130F3 ( Exception_t * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.UnhandledExceptionHandler::iOSNativeUnhandledExceptionHandler(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnhandledExceptionHandler_iOSNativeUnhandledExceptionHandler_mD7444FEA5E5A468B81682D0C10831FD62ED60DC6 ( String_t * ___managedExceptionType0 , String_t * ___managedExceptionMessage1 , String_t * ___managedExceptionStack2 , const RuntimeMethod * 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.Exception System.Exception::get_InnerException()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline ( Exception_t * __this , const RuntimeMethod * 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.Void System.Exception::set_HResult(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline ( Exception_t * __this , int32_t ___value0 , const RuntimeMethod * method ) ;
// System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618 ( Exception_t * __this , SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0 , StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.UnityLogWriter::WriteStringToUnityLogImpl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogWriter_WriteStringToUnityLogImpl_mA39CCE94FF5BD2ABD4A8C8D78A00E366C64B4985 ( String_t * ___s0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.UnityLogWriter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogWriter__ctor_mE8DC0EAD466C5F290F6D32CC07F0F70590688833 ( UnityLogWriter_tC410B1D6FCF9C74F0B6915C8F97C75E103ED0057 * __this , const RuntimeMethod * method ) ;
// System.Void System.Console::SetOut(System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Console_SetOut_mAC2420DF73A65A087FAA07AB367F3B54785C30BF ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___newOut0 , const RuntimeMethod * method ) ;
// System.String System.Char::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8 ( Il2CppChar * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.UnityLogWriter::WriteStringToUnityLog(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogWriter_WriteStringToUnityLog_m0036CA8A9FB1FE3CFF460CA0212B6377B09E6504 ( String_t * ___s0 , const RuntimeMethod * method ) ;
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 ( String_t * __this , CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * ___val0 , int32_t ___startIndex1 , int32_t ___length2 , const RuntimeMethod * method ) ;
// System.Void System.IO.TextWriter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter__ctor_m9E003066292D16C33BCD9F462445436BCBF9AAFA ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * __this , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Int32)
inline void List_1__ctor_m4132DD6664CF5CC56F074AEFE903274584872890 ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , int32_t ___capacity0 , const RuntimeMethod * method )
{
( ( void ( * ) ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * , int32_t , const RuntimeMethod * ) ) List_1__ctor_m4132DD6664CF5CC56F074AEFE903274584872890_gshared ) ( __this , ___capacity0 , method ) ;
}
// System.Void System.Threading.SynchronizationContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContext__ctor_mC7C5F426C3450ACA409B5FE89E961EB8E5047512 ( SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * __this , const RuntimeMethod * method ) ;
// System.Threading.Thread System.Threading.Thread::get_CurrentThread()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E ( const RuntimeMethod * method ) ;
// System.Int32 System.Threading.Thread::get_ManagedThreadId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1 ( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this , const RuntimeMethod * method ) ;
// System.Void System.Threading.SendOrPostCallback::Invoke(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendOrPostCallback_Invoke_m10442BF6A452A4408C3DDD1885D6809C4549C2AC ( SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * __this , RuntimeObject * ___state0 , const RuntimeMethod * method ) ;
// System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1 ( ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * __this , bool ___initialState0 , 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 ) ;
// System.Void UnityEngine.UnitySynchronizationContext/WorkRequest::.ctor(System.Threading.SendOrPostCallback,System.Object,System.Threading.ManualResetEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkRequest__ctor_mE19AE1779B544378C8CB488F1576BDE618548599 ( WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 * __this , SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___callback0 , RuntimeObject * ___state1 , ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___waitHandle2 , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Add(!0)
inline void List_1_Add_m9E29EB98D3907D02E8BE8AD669CD09C1760D01B6 ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___item0 , const RuntimeMethod * method )
{
( ( void ( * ) ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * , WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 , const RuntimeMethod * ) ) List_1_Add_m9E29EB98D3907D02E8BE8AD669CD09C1760D01B6_gshared ) ( __this , ___item0 , 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.Int32 System.Threading.Interlocked::Increment(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F ( int32_t * ___location0 , const RuntimeMethod * method ) ;
// System.Int32 System.Threading.Interlocked::Decrement(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Decrement_m5C38319E41D5F7C90DFEC9138D58E6E92DFAFCFE ( int32_t * ___location0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.UnitySynchronizationContext::.ctor(System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySynchronizationContext__ctor_m9D104656F4EAE96CB3A40DDA6EDCEBA752664612 ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * __this , List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * ___queue0 , int32_t ___mainThreadID1 , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_AddRange_mF754555482D7325F566A128095AF093DB906FB6C ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , RuntimeObject * ___collection0 , const RuntimeMethod * method )
{
( ( void ( * ) ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * , RuntimeObject * , const RuntimeMethod * ) ) List_1_AddRange_mF754555482D7325F566A128095AF093DB906FB6C_gshared ) ( __this , ___collection0 , method ) ;
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Clear()
inline void List_1_Clear_mC4D030016ED45CB1F213D4E0BCD94D6864BFE84A ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , const RuntimeMethod * method )
{
( ( void ( * ) ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * , const RuntimeMethod * ) ) List_1_Clear_mC4D030016ED45CB1F213D4E0BCD94D6864BFE84A_gshared ) ( __this , method ) ;
}
// !0 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Item(System.Int32)
inline WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 List_1_get_Item_mE502050B0E9E9978F694B3A501D451D46F935005_inline ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , int32_t ___index0 , const RuntimeMethod * method )
{
return ( ( WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ( * ) ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * , int32_t , const RuntimeMethod * ) ) List_1_get_Item_mE502050B0E9E9978F694B3A501D451D46F935005_gshared_inline ) ( __this , ___index0 , method ) ;
}
// System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Remove(!0)
inline bool List_1_Remove_mC3735402B257259986FBA855606FE342597D77FD ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___item0 , const RuntimeMethod * method )
{
return ( ( bool ( * ) ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * , WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 , const RuntimeMethod * ) ) List_1_Remove_mC3735402B257259986FBA855606FE342597D77FD_gshared ) ( __this , ___item0 , method ) ;
}
// System.Void UnityEngine.UnitySynchronizationContext/WorkRequest::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkRequest_Invoke_m67D71A48794EEBB6B9793E6F1E015DE90C03C1ED ( WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 * __this , const RuntimeMethod * method ) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Count()
inline int32_t List_1_get_Count_m44C1B6295966FEE37949A17F7A57D5556A8EC46B_inline ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , const RuntimeMethod * method )
{
return ( ( int32_t ( * ) ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * , const RuntimeMethod * ) ) List_1_get_Count_m44C1B6295966FEE37949A17F7A57D5556A8EC46B_gshared_inline ) ( __this , method ) ;
}
// System.Void UnityEngine.UnitySynchronizationContext::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySynchronizationContext__ctor_mCABD0C784640450930DF24FAD73E8AD6D1B52037 ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * __this , int32_t ___mainThreadID0 , const RuntimeMethod * method ) ;
// System.Void System.Threading.SynchronizationContext::SetSynchronizationContext(System.Threading.SynchronizationContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContext_SetSynchronizationContext_m41A5A4823E9F4B8961657834EAC44397EFE41D61 ( SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___syncContext0 , const RuntimeMethod * method ) ;
// System.Threading.SynchronizationContext System.Threading.SynchronizationContext::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * SynchronizationContext_get_Current_m349D2AF9766D807E4003E23C6D37EF1592832DF4 ( const RuntimeMethod * method ) ;
// System.Void UnityEngine.UnitySynchronizationContext::Exec()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySynchronizationContext_Exec_m07342201E337E047B73C8B3259710820EFF75A9C ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * __this , const RuntimeMethod * method ) ;
// System.Void System.Diagnostics.Stopwatch::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch__ctor_mA301E9A9D03758CBE09171E0C140CCD06BC9F860 ( Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * __this , const RuntimeMethod * method ) ;
// System.Void System.Diagnostics.Stopwatch::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch_Start_mF61332B96D7753ADA18366A29E22E2A92E25739A ( Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * __this , const RuntimeMethod * method ) ;
// System.Int64 System.Diagnostics.Stopwatch::get_ElapsedMilliseconds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Stopwatch_get_ElapsedMilliseconds_mE39424FB61C885BCFCC4B583C58A8630C3AD8177 ( Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * __this , const RuntimeMethod * method ) ;
// System.Void System.Threading.Thread::Sleep(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF ( int32_t ___millisecondsTimeout0 , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.UnitySynchronizationContext::HasPendingTasks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnitySynchronizationContext_HasPendingTasks_mBFCAC1697C6B71584E72079A6EDB83D52EC1700A ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * __this , const RuntimeMethod * method ) ;
// System.Boolean System.Threading.EventWaitHandle::Set()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C ( EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this , const RuntimeMethod * method ) ;
// System.Void System.IndexOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA ( IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * __this , String_t * ___message0 , const RuntimeMethod * method ) ;
// System.Single UnityEngine.Vector2::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , int32_t ___index0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Vector2::set_Item(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , int32_t ___index0 , float ___value1 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , float ___x0 , float ___y1 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Vector2::Set(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2_Set_m10BEF246805EE03D7D13B58C2CC8C598C2371139 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , float ___newX0 , float ___newY1 , 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.Single UnityEngine.Vector2::get_magnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_get_magnitude_m66097AFDF9696BD3E88467D4398D4F82B8A4C7DF ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , const RuntimeMethod * method ) ;
// UnityEngine.Vector2 UnityEngine.Vector2::op_Division(UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0 , float ___d1 , const RuntimeMethod * method ) ;
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8 ( const RuntimeMethod * method ) ;
// System.Void UnityEngine.Vector2::Normalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2_Normalize_m99A2CC6E4CB65C1B9231F898D5B7A12B6D72E722 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , const RuntimeMethod * method ) ;
// UnityEngine.Vector2 UnityEngine.Vector2::get_normalized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_normalized_m058E75C38C6FC66E178D7C8EF1B6298DE8F0E14B ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __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 UnityEngine.Vector2::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Vector2_ToString_m83C7C331834382748956B053E252AE3BD21807C4 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , const RuntimeMethod * method ) ;
// System.Int32 System.Single::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 ( float * __this , const RuntimeMethod * method ) ;
// System.Int32 UnityEngine.Vector2::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector2_GetHashCode_m028AB6B14EBC6D668CFA45BF6EDEF17E2C44EA54 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Vector2::Equals(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector2_Equals_mD6BF1A738E3CAF57BB46E604B030C072728F4EEB ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___other0 , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Vector2::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector2_Equals_m4A2A75BC3D09933321220BCEF21219B38AF643AE ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , RuntimeObject * ___other0 , const RuntimeMethod * method ) ;
// System.Single UnityEngine.Vector2::get_sqrMagnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_get_sqrMagnitude_mAEE10A8ECE7D5754E10727BA8C9068A759AD7002 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Vector2::op_Equality(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m0E86E1B1038DDB8554A8A0D58729A7788D989588 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lhs0 , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rhs1 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , float ___x0 , float ___y1 , float ___z2 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , float ___x0 , float ___y1 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Vector3::Set(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3_Set_m8F08F9B5324A755A28A0832DCA2A0CB19423E5EC ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , float ___newX0 , float ___newY1 , float ___newZ2 , 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 ) ;
// 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 ) ;
// System.Boolean UnityEngine.Vector3::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3_Equals_m1F74B1FB7EE51589FFFA61D894F616B8F258C056 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , RuntimeObject * ___other0 , const RuntimeMethod * method ) ;
// System.Single UnityEngine.Vector3::Magnitude(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Magnitude_m3958BE20951093E6B035C5F90493027063B39437 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___vector0 , const RuntimeMethod * method ) ;
// UnityEngine.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Division_mDF34F1CC445981B4D1137765BC6277419E561624 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0 , float ___d1 , 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.Vector3::Normalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3_Normalize_m174460238EC6322B9095A378AA8624B1DD9000F3 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , const RuntimeMethod * method ) ;
// UnityEngine.Vector3 UnityEngine.Vector3::Normalize(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_Normalize_mDEA51D0C131125535DA2B49B7281E0086ED583DC ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0 , const RuntimeMethod * method ) ;
// UnityEngine.Vector3 UnityEngine.Vector3::get_normalized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_normalized_mE20796F1D2D36244FACD4D14DADB245BE579849B ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , const RuntimeMethod * method ) ;
// System.Single UnityEngine.Vector3::get_magnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_magnitude_m9A750659B60C5FE0C30438A7F9681775D5DB1274 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , const RuntimeMethod * method ) ;
// System.Single UnityEngine.Vector3::get_sqrMagnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_m1C6E190B4A933A183B308736DEC0DD64B0588968 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Vector3::op_Equality(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3_op_Equality_mA9E2F96E98E71AE7ACCE74766D700D41F0404806 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___lhs0 , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rhs1 , const RuntimeMethod * method ) ;
// System.String UnityEngine.Vector3::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Vector3_ToString_m2682D27AB50CD1CE4677C38D0720A302D582348D ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , const RuntimeMethod * method ) ;
// System.Int32 UnityEngine.Vector3Int::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3Int_get_x_m23CB00F1579FD4CE86291940E2E75FB13405D53A ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , const RuntimeMethod * method ) ;
// System.Int32 UnityEngine.Vector3Int::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3Int_get_y_m1C2F0AB641A167DF22F9C3C57092EC05AEF8CA26 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , const RuntimeMethod * method ) ;
// System.Int32 UnityEngine.Vector3Int::get_z()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3Int_get_z_m9A88DC2346FD1838EC611CC8AB2FC29951E94183 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Vector3Int::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3Int__ctor_m171D642C38B163B353DAE9CCE90ACFE0894C1156 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , int32_t ___x0 , int32_t ___y1 , int32_t ___z2 , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Vector3Int::Equals(UnityEngine.Vector3Int)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3Int_Equals_m9F98F28666ADF5AD0575C4CABAF6881F1317D4C1 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___other0 , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Vector3Int::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3Int_Equals_m704D204F83B9C64C7AF06152F98B542C5C400DC7 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , RuntimeObject * ___other0 , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Vector3Int::op_Equality(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3Int_op_Equality_mC2E3A3395AC3E18397283F3CBEA7167B2E463DFC ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___lhs0 , Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___rhs1 , const RuntimeMethod * method ) ;
// System.Int32 System.Int32::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A ( int32_t * __this , const RuntimeMethod * method ) ;
// System.Int32 UnityEngine.Vector3Int::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3Int_GetHashCode_m6CDE2FEC995180949111253817BD0E4ECE7EAE3D ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , const RuntimeMethod * method ) ;
// System.String UnityEngine.Vector3Int::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Vector3Int_ToString_m08AB1BE6A674B2669839B1C44ACCF6D85EBCFB91 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , const RuntimeMethod * method ) ;
// System.Single UnityEngine.Vector4::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector4_get_Item_m39878FDA732B20347BB37CD1485560E9267EDC98 ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this , int32_t ___index0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Vector4::set_Item(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4_set_Item_m56FB3A149299FEF1C0CF638CFAF71C7F0685EE45 ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this , int32_t ___index0 , float ___value1 , 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.Int32 UnityEngine.Vector4::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector4_GetHashCode_m7329FEA2E90CDBDBF4F09F51D92C87E08F5DC92E ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Vector4::Equals(UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector4_Equals_mB9894C2D4EE56C6E8FDF6CC40DCE0CE16BA4F7BF ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this , Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___other0 , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Vector4::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector4_Equals_m552ECA9ECD220D6526D8ECC9902016B6FC6D49B5 ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this , RuntimeObject * ___other0 , const RuntimeMethod * method ) ;
// System.Single UnityEngine.Vector4::Dot(UnityEngine.Vector4,UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector4_Dot_m9FAE8FE89CF99841AD8D2113DFCDB8764F9FBB18 ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___a0 , Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___b1 , const RuntimeMethod * method ) ;
// System.Single UnityEngine.Vector4::get_magnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector4_get_magnitude_mE33CE76438DDE4DDBBAD94178B07D9364674D356 ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this , const RuntimeMethod * method ) ;
// System.String UnityEngine.Vector4::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Vector4_ToString_m769402E3F7CBD6C92464D916527CC87BBBA53EF9 ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __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.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 ( RuntimeObject * __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.String System.ObsoleteAttribute::get_Message()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t * ObsoleteAttribute_get_Message_mFFBC74B34F780F3636E5A5FE9894302C356C53F3_inline ( ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 * __this , 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.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline ( String_t * __this , const RuntimeMethod * method ) ;
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE ( String_t * __this , int32_t ___startIndex0 , const RuntimeMethod * method ) ;
// System.String System.String::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D ( String_t * __this , const RuntimeMethod * method ) ;
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 ( String_t * __this , int32_t ___index0 , const RuntimeMethod * method ) ;
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD ( String_t * __this , Il2CppChar ___value0 , 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.String System.Reflection.AssemblyName::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t * AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this , const RuntimeMethod * method ) ;
// System.Int32 System.String::LastIndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59 ( String_t * __this , Il2CppChar ___value0 , const RuntimeMethod * method ) ;
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE ( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this , int32_t ___year0 , int32_t ___month1 , int32_t ___day2 , int32_t ___hour3 , int32_t ___minute4 , int32_t ___second5 , int32_t ___kind6 , const RuntimeMethod * method ) ;
// System.Int64 System.DateTime::get_Ticks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60 ( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this , const RuntimeMethod * method ) ;
// System.Void System.Collections.Stack::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08 ( Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngineInternal.TypeInferenceRuleAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInferenceRuleAttribute__ctor_m34920F979AA071F4973CEEEF6F91B5B6A53E5765 ( TypeInferenceRuleAttribute_tEB3BA6FDE6D6817FD33E2620200007EB9730214B * __this , String_t * ___rule0 , 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.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
// System.Void UnityEngine.UnhandledExceptionHandler::RegisterUECatcher()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnhandledExceptionHandler_RegisterUECatcher_mE45C6A0301C35F6193F5774B7683683EF78D21DA ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnhandledExceptionHandler_RegisterUECatcher_mE45C6A0301C35F6193F5774B7683683EF78D21DA_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * L_0 = AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0 ( /*hidden argument*/ NULL ) ;
UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * L_1 = ( UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * ) il2cpp_codegen_object_new ( UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE_il2cpp_TypeInfo_var ) ;
UnhandledExceptionEventHandler__ctor_m6C9D92AF9901334C444EE7E83FE859D7E4833ABB ( L_1 , NULL , ( intptr_t ) ( ( intptr_t ) UnhandledExceptionHandler_HandleUnhandledException_m09FC7ACFE0E555A5815A790856FBF5B0CA50819E_RuntimeMethod_var ) , /*hidden argument*/ NULL ) ;
NullCheck ( L_0 ) ;
AppDomain_add_UnhandledException_mEEDCA5704AE44AEE033BC4929067895C7EAC9D2D ( L_0 , L_1 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.UnhandledExceptionHandler::HandleUnhandledException(System.Object,System.UnhandledExceptionEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnhandledExceptionHandler_HandleUnhandledException_m09FC7ACFE0E555A5815A790856FBF5B0CA50819E ( RuntimeObject * ___sender0 , UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 * ___args1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnhandledExceptionHandler_HandleUnhandledException_m09FC7ACFE0E555A5815A790856FBF5B0CA50819E_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Exception_t * V_0 = NULL ;
bool V_1 = false ;
{
UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 * L_0 = ___args1 ;
NullCheck ( L_0 ) ;
RuntimeObject * L_1 = UnhandledExceptionEventArgs_get_ExceptionObject_m1936F64BC46B54AA159A4B366BED7AF11DEED0C3_inline ( L_0 , /*hidden argument*/ NULL ) ;
V_0 = ( ( Exception_t * ) IsInstClass ( ( RuntimeObject * ) L_1 , Exception_t_il2cpp_TypeInfo_var ) ) ;
Exception_t * L_2 = V_0 ;
V_1 = ( bool ) ( ( ! ( ( ( RuntimeObject * ) ( Exception_t * ) L_2 ) < = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ) ? 1 : 0 ) ;
bool L_3 = V_1 ;
if ( ! L_3 )
{
goto IL_0042 ;
}
}
{
Exception_t * L_4 = V_0 ;
UnhandledExceptionHandler_PrintException_m4CBE36F17C3F2B72205DB96B6D1377E4B3D11C77 ( _stringLiteralC2298C3CEB369A94307F27D80BCDF7987F20199F , L_4 , /*hidden argument*/ NULL ) ;
Exception_t * L_5 = V_0 ;
NullCheck ( L_5 ) ;
Type_t * L_6 = Exception_GetType_mA3390B9D538D5FAC3802D9D8A2FCAC31465130F3 ( L_5 , /*hidden argument*/ NULL ) ;
NullCheck ( L_6 ) ;
String_t * L_7 = VirtFuncInvoker0 < String_t * > : : Invoke ( 7 /* System.String System.Reflection.MemberInfo::get_Name() */ , L_6 ) ;
Exception_t * L_8 = V_0 ;
NullCheck ( L_8 ) ;
String_t * L_9 = VirtFuncInvoker0 < String_t * > : : Invoke ( 5 /* System.String System.Exception::get_Message() */ , L_8 ) ;
Exception_t * L_10 = V_0 ;
NullCheck ( L_10 ) ;
String_t * L_11 = VirtFuncInvoker0 < String_t * > : : Invoke ( 8 /* System.String System.Exception::get_StackTrace() */ , L_10 ) ;
UnhandledExceptionHandler_iOSNativeUnhandledExceptionHandler_mD7444FEA5E5A468B81682D0C10831FD62ED60DC6 ( L_7 , L_9 , L_11 , /*hidden argument*/ NULL ) ;
goto IL_004d ;
}
IL_0042 :
{
UnhandledExceptionHandler_iOSNativeUnhandledExceptionHandler_mD7444FEA5E5A468B81682D0C10831FD62ED60DC6 ( ( String_t * ) NULL , ( String_t * ) NULL , ( String_t * ) NULL , /*hidden argument*/ NULL ) ;
}
IL_004d :
{
return ;
}
}
// System.Void UnityEngine.UnhandledExceptionHandler::PrintException(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnhandledExceptionHandler_PrintException_m4CBE36F17C3F2B72205DB96B6D1377E4B3D11C77 ( String_t * ___title0 , Exception_t * ___e1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnhandledExceptionHandler_PrintException_m4CBE36F17C3F2B72205DB96B6D1377E4B3D11C77_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
{
Exception_t * L_0 = ___e1 ;
IL2CPP_RUNTIME_CLASS_INIT ( Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var ) ;
Debug_LogException_mBAA6702C240E37B2A834AA74E4FDC15A3A5589A9 ( L_0 , /*hidden argument*/ NULL ) ;
Exception_t * L_1 = ___e1 ;
NullCheck ( L_1 ) ;
Exception_t * L_2 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline ( L_1 , /*hidden argument*/ NULL ) ;
V_0 = ( bool ) ( ( ! ( ( ( RuntimeObject * ) ( Exception_t * ) L_2 ) < = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ) ? 1 : 0 ) ;
bool L_3 = V_0 ;
if ( ! L_3 )
{
goto IL_0026 ;
}
}
{
Exception_t * L_4 = ___e1 ;
NullCheck ( L_4 ) ;
Exception_t * L_5 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline ( L_4 , /*hidden argument*/ NULL ) ;
UnhandledExceptionHandler_PrintException_m4CBE36F17C3F2B72205DB96B6D1377E4B3D11C77 ( _stringLiteral40AD3C3A623F6FA60AE5826A9CC47F50B1B85BCB , L_5 , /*hidden argument*/ NULL ) ;
}
IL_0026 :
{
return ;
}
}
// System.Void UnityEngine.UnhandledExceptionHandler::iOSNativeUnhandledExceptionHandler(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnhandledExceptionHandler_iOSNativeUnhandledExceptionHandler_mD7444FEA5E5A468B81682D0C10831FD62ED60DC6 ( String_t * ___managedExceptionType0 , String_t * ___managedExceptionMessage1 , String_t * ___managedExceptionStack2 , const RuntimeMethod * method )
{
typedef void ( * UnhandledExceptionHandler_iOSNativeUnhandledExceptionHandler_mD7444FEA5E5A468B81682D0C10831FD62ED60DC6_ftn ) ( String_t * , String_t * , String_t * ) ;
static UnhandledExceptionHandler_iOSNativeUnhandledExceptionHandler_mD7444FEA5E5A468B81682D0C10831FD62ED60DC6_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnhandledExceptionHandler_iOSNativeUnhandledExceptionHandler_mD7444FEA5E5A468B81682D0C10831FD62ED60DC6_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.UnhandledExceptionHandler::iOSNativeUnhandledExceptionHandler(System.String,System.String,System.String) " ) ;
_il2cpp_icall_func ( ___managedExceptionType0 , ___managedExceptionMessage1 , ___managedExceptionStack2 ) ;
}
# ifdef __clang__
# 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.UnityException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityException__ctor_m68C827240B217197615D8DA06FD3A443127D81DE ( UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityException__ctor_m68C827240B217197615D8DA06FD3A443127D81DE_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
IL2CPP_RUNTIME_CLASS_INIT ( Exception_t_il2cpp_TypeInfo_var ) ;
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 ( __this , _stringLiteralC21795AE8BD7A7002E8884AC9BF9FA8A63E03A2A , /*hidden argument*/ NULL ) ;
Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline ( __this , ( ( int32_t ) - 2147467261 ) , /*hidden argument*/ NULL ) ;
return ;
}
}
// 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 )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityException__ctor_mE42363D886E6DD7F075A6AEA689434C8E96722D9_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 ) ;
Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline ( __this , ( ( int32_t ) - 2147467261 ) , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.UnityException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityException__ctor_m27B11548FE152B9AB9402E54CB6A50A2EE6FFE31 ( UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 * __this , SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0 , StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityException__ctor_m27B11548FE152B9AB9402E54CB6A50A2EE6FFE31_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0 ;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1 ;
IL2CPP_RUNTIME_CLASS_INIT ( Exception_t_il2cpp_TypeInfo_var ) ;
Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618 ( __this , L_0 , L_1 , /*hidden argument*/ NULL ) ;
return ;
}
}
# ifdef __clang__
# pragma clang diagnostic pop
# endif
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// System.Void UnityEngine.UnityLogWriter::WriteStringToUnityLog(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogWriter_WriteStringToUnityLog_m0036CA8A9FB1FE3CFF460CA0212B6377B09E6504 ( String_t * ___s0 , const RuntimeMethod * method )
{
bool V_0 = false ;
{
String_t * L_0 = ___s0 ;
V_0 = ( bool ) ( ( ( ( RuntimeObject * ) ( String_t * ) L_0 ) = = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ? 1 : 0 ) ;
bool L_1 = V_0 ;
if ( ! L_1 )
{
goto IL_000b ;
}
}
{
goto IL_0012 ;
}
IL_000b :
{
String_t * L_2 = ___s0 ;
UnityLogWriter_WriteStringToUnityLogImpl_mA39CCE94FF5BD2ABD4A8C8D78A00E366C64B4985 ( L_2 , /*hidden argument*/ NULL ) ;
}
IL_0012 :
{
return ;
}
}
// System.Void UnityEngine.UnityLogWriter::WriteStringToUnityLogImpl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogWriter_WriteStringToUnityLogImpl_mA39CCE94FF5BD2ABD4A8C8D78A00E366C64B4985 ( String_t * ___s0 , const RuntimeMethod * method )
{
typedef void ( * UnityLogWriter_WriteStringToUnityLogImpl_mA39CCE94FF5BD2ABD4A8C8D78A00E366C64B4985_ftn ) ( String_t * ) ;
static UnityLogWriter_WriteStringToUnityLogImpl_mA39CCE94FF5BD2ABD4A8C8D78A00E366C64B4985_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityLogWriter_WriteStringToUnityLogImpl_mA39CCE94FF5BD2ABD4A8C8D78A00E366C64B4985_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.UnityLogWriter::WriteStringToUnityLogImpl(System.String) " ) ;
_il2cpp_icall_func ( ___s0 ) ;
}
// System.Void UnityEngine.UnityLogWriter::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogWriter_Init_mAD1F3BFE2183E39CFA1E7BEFB948B368547D9E99 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityLogWriter_Init_mAD1F3BFE2183E39CFA1E7BEFB948B368547D9E99_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
UnityLogWriter_tC410B1D6FCF9C74F0B6915C8F97C75E103ED0057 * L_0 = ( UnityLogWriter_tC410B1D6FCF9C74F0B6915C8F97C75E103ED0057 * ) il2cpp_codegen_object_new ( UnityLogWriter_tC410B1D6FCF9C74F0B6915C8F97C75E103ED0057_il2cpp_TypeInfo_var ) ;
UnityLogWriter__ctor_mE8DC0EAD466C5F290F6D32CC07F0F70590688833 ( L_0 , /*hidden argument*/ NULL ) ;
IL2CPP_RUNTIME_CLASS_INIT ( Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var ) ;
Console_SetOut_mAC2420DF73A65A087FAA07AB367F3B54785C30BF ( L_0 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.UnityLogWriter::Write(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogWriter_Write_mB1200B0B26545C48E178BFE952BEE14BDE53D2A7 ( UnityLogWriter_tC410B1D6FCF9C74F0B6915C8F97C75E103ED0057 * __this , Il2CppChar ___value0 , const RuntimeMethod * method )
{
{
String_t * L_0 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8 ( ( Il2CppChar * ) ( & ___value0 ) , /*hidden argument*/ NULL ) ;
UnityLogWriter_WriteStringToUnityLog_m0036CA8A9FB1FE3CFF460CA0212B6377B09E6504 ( L_0 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.UnityLogWriter::Write(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogWriter_Write_mE3A4616A06A79B87512C3B0C8100EB508BB85C52 ( UnityLogWriter_tC410B1D6FCF9C74F0B6915C8F97C75E103ED0057 * __this , String_t * ___s0 , const RuntimeMethod * method )
{
{
String_t * L_0 = ___s0 ;
UnityLogWriter_WriteStringToUnityLog_m0036CA8A9FB1FE3CFF460CA0212B6377B09E6504 ( L_0 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.UnityLogWriter::Write(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogWriter_Write_mE21873E7757E51C3771C58321E995DEBB2ADF750 ( UnityLogWriter_tC410B1D6FCF9C74F0B6915C8F97C75E103ED0057 * __this , CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * ___buffer0 , int32_t ___index1 , int32_t ___count2 , const RuntimeMethod * method )
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * L_0 = ___buffer0 ;
int32_t L_1 = ___index1 ;
int32_t L_2 = ___count2 ;
String_t * L_3 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 ( NULL , L_0 , L_1 , L_2 , /*hidden argument*/ NULL ) ;
UnityLogWriter_WriteStringToUnityLogImpl_mA39CCE94FF5BD2ABD4A8C8D78A00E366C64B4985 ( L_3 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.UnityLogWriter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityLogWriter__ctor_mE8DC0EAD466C5F290F6D32CC07F0F70590688833 ( UnityLogWriter_tC410B1D6FCF9C74F0B6915C8F97C75E103ED0057 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityLogWriter__ctor_mE8DC0EAD466C5F290F6D32CC07F0F70590688833_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
IL2CPP_RUNTIME_CLASS_INIT ( TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_il2cpp_TypeInfo_var ) ;
TextWriter__ctor_m9E003066292D16C33BCD9F462445436BCBF9AAFA ( __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.UnitySynchronizationContext::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySynchronizationContext__ctor_mCABD0C784640450930DF24FAD73E8AD6D1B52037 ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * __this , int32_t ___mainThreadID0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnitySynchronizationContext__ctor_mCABD0C784640450930DF24FAD73E8AD6D1B52037_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_0 = ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * ) il2cpp_codegen_object_new ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6_il2cpp_TypeInfo_var ) ;
List_1__ctor_m4132DD6664CF5CC56F074AEFE903274584872890 ( L_0 , ( ( int32_t ) 20 ) , /*hidden argument*/ List_1__ctor_m4132DD6664CF5CC56F074AEFE903274584872890_RuntimeMethod_var ) ;
__this - > set_m_CurrentFrameWork_1 ( L_0 ) ;
__this - > set_m_TrackedCount_3 ( 0 ) ;
SynchronizationContext__ctor_mC7C5F426C3450ACA409B5FE89E961EB8E5047512 ( __this , /*hidden argument*/ NULL ) ;
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_1 = ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * ) il2cpp_codegen_object_new ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6_il2cpp_TypeInfo_var ) ;
List_1__ctor_m4132DD6664CF5CC56F074AEFE903274584872890 ( L_1 , ( ( int32_t ) 20 ) , /*hidden argument*/ List_1__ctor_m4132DD6664CF5CC56F074AEFE903274584872890_RuntimeMethod_var ) ;
__this - > set_m_AsyncWorkQueue_0 ( L_1 ) ;
int32_t L_2 = ___mainThreadID0 ;
__this - > set_m_MainThreadID_2 ( L_2 ) ;
return ;
}
}
// System.Void UnityEngine.UnitySynchronizationContext::.ctor(System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext_WorkRequest>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySynchronizationContext__ctor_m9D104656F4EAE96CB3A40DDA6EDCEBA752664612 ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * __this , List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * ___queue0 , int32_t ___mainThreadID1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnitySynchronizationContext__ctor_m9D104656F4EAE96CB3A40DDA6EDCEBA752664612_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_0 = ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * ) il2cpp_codegen_object_new ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6_il2cpp_TypeInfo_var ) ;
List_1__ctor_m4132DD6664CF5CC56F074AEFE903274584872890 ( L_0 , ( ( int32_t ) 20 ) , /*hidden argument*/ List_1__ctor_m4132DD6664CF5CC56F074AEFE903274584872890_RuntimeMethod_var ) ;
__this - > set_m_CurrentFrameWork_1 ( L_0 ) ;
__this - > set_m_TrackedCount_3 ( 0 ) ;
SynchronizationContext__ctor_mC7C5F426C3450ACA409B5FE89E961EB8E5047512 ( __this , /*hidden argument*/ NULL ) ;
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_1 = ___queue0 ;
__this - > set_m_AsyncWorkQueue_0 ( L_1 ) ;
int32_t L_2 = ___mainThreadID1 ;
__this - > set_m_MainThreadID_2 ( L_2 ) ;
return ;
}
}
// System.Void UnityEngine.UnitySynchronizationContext::Send(System.Threading.SendOrPostCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySynchronizationContext_Send_m25CDC5B5ABF8D55B70EB314AA46923E3CF2AD4B9 ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * __this , SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___callback0 , RuntimeObject * ___state1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnitySynchronizationContext_Send_m25CDC5B5ABF8D55B70EB314AA46923E3CF2AD4B9_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * V_1 = NULL ;
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * V_2 = 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 ) * 2 ) ;
il2cpp : : utils : : LeaveTargetStack __leave_targets ( __leave_targets_storage ) ;
NO_UNUSED_WARNING ( __leave_targets ) ;
{
int32_t L_0 = __this - > get_m_MainThreadID_2 ( ) ;
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_1 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E ( /*hidden argument*/ NULL ) ;
NullCheck ( L_1 ) ;
int32_t L_2 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1 ( L_1 , /*hidden argument*/ NULL ) ;
V_0 = ( bool ) ( ( ( ( int32_t ) L_0 ) = = ( ( int32_t ) L_2 ) ) ? 1 : 0 ) ;
bool L_3 = V_0 ;
if ( ! L_3 )
{
goto IL_0023 ;
}
}
{
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_4 = ___callback0 ;
RuntimeObject * L_5 = ___state1 ;
NullCheck ( L_4 ) ;
SendOrPostCallback_Invoke_m10442BF6A452A4408C3DDD1885D6809C4549C2AC ( L_4 , L_5 , /*hidden argument*/ NULL ) ;
goto IL_0070 ;
}
IL_0023 :
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_6 = ( ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ) il2cpp_codegen_object_new ( ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var ) ;
ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1 ( L_6 , ( bool ) 0 , /*hidden argument*/ NULL ) ;
V_1 = L_6 ;
}
IL_002b :
try
{ // begin try (depth: 1)
{
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_7 = __this - > get_m_AsyncWorkQueue_0 ( ) ;
V_2 = L_7 ;
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_8 = V_2 ;
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102 ( L_8 , /*hidden argument*/ NULL ) ;
}
IL_003a :
try
{ // begin try (depth: 2)
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_9 = __this - > get_m_AsyncWorkQueue_0 ( ) ;
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_10 = ___callback0 ;
RuntimeObject * L_11 = ___state1 ;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_12 = V_1 ;
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 L_13 ;
memset ( ( & L_13 ) , 0 , sizeof ( L_13 ) ) ;
WorkRequest__ctor_mE19AE1779B544378C8CB488F1576BDE618548599 ( ( & L_13 ) , L_10 , L_11 , L_12 , /*hidden argument*/ NULL ) ;
NullCheck ( L_9 ) ;
List_1_Add_m9E29EB98D3907D02E8BE8AD669CD09C1760D01B6 ( L_9 , L_13 , /*hidden argument*/ List_1_Add_m9E29EB98D3907D02E8BE8AD669CD09C1760D01B6_RuntimeMethod_var ) ;
IL2CPP_LEAVE ( 0x5A , FINALLY_0052 ) ;
} // end try (depth: 2)
catch ( Il2CppExceptionWrapper & e )
{
__last_unhandled_exception = ( Exception_t * ) e . ex ;
goto FINALLY_0052 ;
}
FINALLY_0052 :
{ // begin finally (depth: 2)
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_14 = V_2 ;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 ( L_14 , /*hidden argument*/ NULL ) ;
IL2CPP_END_FINALLY ( 82 )
} // end finally (depth: 2)
IL2CPP_CLEANUP ( 82 )
{
IL2CPP_JUMP_TBL ( 0x5A , IL_005a )
IL2CPP_RETHROW_IF_UNHANDLED ( Exception_t * )
}
IL_005a :
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_15 = V_1 ;
NullCheck ( L_15 ) ;
VirtFuncInvoker0 < bool > : : Invoke ( 10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */ , L_15 ) ;
IL2CPP_LEAVE ( 0x6F , FINALLY_0064 ) ;
}
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__last_unhandled_exception = ( Exception_t * ) e . ex ;
goto FINALLY_0064 ;
}
FINALLY_0064 :
{ // begin finally (depth: 1)
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_16 = V_1 ;
if ( ! L_16 )
{
goto IL_006e ;
}
}
IL_0067 :
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_17 = V_1 ;
NullCheck ( L_17 ) ;
InterfaceActionInvoker0 : : Invoke ( 0 /* System.Void System.IDisposable::Dispose() */ , IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var , L_17 ) ;
}
IL_006e :
{
IL2CPP_END_FINALLY ( 100 )
}
} // end finally (depth: 1)
IL2CPP_CLEANUP ( 100 )
{
IL2CPP_JUMP_TBL ( 0x6F , IL_006f )
IL2CPP_RETHROW_IF_UNHANDLED ( Exception_t * )
}
IL_006f :
{
}
IL_0070 :
{
return ;
}
}
// System.Void UnityEngine.UnitySynchronizationContext::OperationStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySynchronizationContext_OperationStarted_m225AE11A61597128D6BE71E38DBAE5925D0F3386 ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * __this , const RuntimeMethod * method )
{
{
int32_t * L_0 = __this - > get_address_of_m_TrackedCount_3 ( ) ;
Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F ( ( int32_t * ) L_0 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.UnitySynchronizationContext::OperationCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySynchronizationContext_OperationCompleted_m179F5D2C57F053CFBB692FDFFA8DB581F8A4121F ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * __this , const RuntimeMethod * method )
{
{
int32_t * L_0 = __this - > get_address_of_m_TrackedCount_3 ( ) ;
Interlocked_Decrement_m5C38319E41D5F7C90DFEC9138D58E6E92DFAFCFE ( ( int32_t * ) L_0 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.UnitySynchronizationContext::Post(System.Threading.SendOrPostCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySynchronizationContext_Post_mB4E900B6E9350E8E944011B6BF3D16C0657375FE ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * __this , SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___callback0 , RuntimeObject * ___state1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnitySynchronizationContext_Post_mB4E900B6E9350E8E944011B6BF3D16C0657375FE_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * V_0 = 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 ) * 1 ) ;
il2cpp : : utils : : LeaveTargetStack __leave_targets ( __leave_targets_storage ) ;
NO_UNUSED_WARNING ( __leave_targets ) ;
{
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_0 = __this - > get_m_AsyncWorkQueue_0 ( ) ;
V_0 = L_0 ;
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_1 = V_0 ;
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102 ( L_1 , /*hidden argument*/ NULL ) ;
}
IL_000f :
try
{ // begin try (depth: 1)
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_2 = __this - > get_m_AsyncWorkQueue_0 ( ) ;
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_3 = ___callback0 ;
RuntimeObject * L_4 = ___state1 ;
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 L_5 ;
memset ( ( & L_5 ) , 0 , sizeof ( L_5 ) ) ;
WorkRequest__ctor_mE19AE1779B544378C8CB488F1576BDE618548599 ( ( & L_5 ) , L_3 , L_4 , ( ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ) NULL , /*hidden argument*/ NULL ) ;
NullCheck ( L_2 ) ;
List_1_Add_m9E29EB98D3907D02E8BE8AD669CD09C1760D01B6 ( L_2 , L_5 , /*hidden argument*/ List_1_Add_m9E29EB98D3907D02E8BE8AD669CD09C1760D01B6_RuntimeMethod_var ) ;
IL2CPP_LEAVE ( 0x2F , FINALLY_0027 ) ;
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__last_unhandled_exception = ( Exception_t * ) e . ex ;
goto FINALLY_0027 ;
}
FINALLY_0027 :
{ // begin finally (depth: 1)
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_6 = V_0 ;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 ( L_6 , /*hidden argument*/ NULL ) ;
IL2CPP_END_FINALLY ( 39 )
} // end finally (depth: 1)
IL2CPP_CLEANUP ( 39 )
{
IL2CPP_JUMP_TBL ( 0x2F , IL_002f )
IL2CPP_RETHROW_IF_UNHANDLED ( Exception_t * )
}
IL_002f :
{
return ;
}
}
// System.Threading.SynchronizationContext UnityEngine.UnitySynchronizationContext::CreateCopy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * UnitySynchronizationContext_CreateCopy_mC20AC170E7947120E65ED75D71889CDAC957A5CD ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnitySynchronizationContext_CreateCopy_mC20AC170E7947120E65ED75D71889CDAC957A5CD_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * V_0 = NULL ;
{
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_0 = __this - > get_m_AsyncWorkQueue_0 ( ) ;
int32_t L_1 = __this - > get_m_MainThreadID_2 ( ) ;
UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * L_2 = ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * ) il2cpp_codegen_object_new ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F_il2cpp_TypeInfo_var ) ;
UnitySynchronizationContext__ctor_m9D104656F4EAE96CB3A40DDA6EDCEBA752664612 ( L_2 , L_0 , L_1 , /*hidden argument*/ NULL ) ;
V_0 = L_2 ;
goto IL_0015 ;
}
IL_0015 :
{
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_3 = V_0 ;
return L_3 ;
}
}
// System.Void UnityEngine.UnitySynchronizationContext::Exec()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySynchronizationContext_Exec_m07342201E337E047B73C8B3259710820EFF75A9C ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnitySynchronizationContext_Exec_m07342201E337E047B73C8B3259710820EFF75A9C_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * V_0 = NULL ;
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 V_1 ;
memset ( ( & V_1 ) , 0 , sizeof ( V_1 ) ) ;
bool V_2 = 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_t6E5C746AF7DE21972A905DE655062193862839D6 * L_0 = __this - > get_m_AsyncWorkQueue_0 ( ) ;
V_0 = L_0 ;
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_1 = V_0 ;
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102 ( L_1 , /*hidden argument*/ NULL ) ;
}
IL_000f :
try
{ // begin try (depth: 1)
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_2 = __this - > get_m_CurrentFrameWork_1 ( ) ;
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_3 = __this - > get_m_AsyncWorkQueue_0 ( ) ;
NullCheck ( L_2 ) ;
List_1_AddRange_mF754555482D7325F566A128095AF093DB906FB6C ( L_2 , L_3 , /*hidden argument*/ List_1_AddRange_mF754555482D7325F566A128095AF093DB906FB6C_RuntimeMethod_var ) ;
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_4 = __this - > get_m_AsyncWorkQueue_0 ( ) ;
NullCheck ( L_4 ) ;
List_1_Clear_mC4D030016ED45CB1F213D4E0BCD94D6864BFE84A ( L_4 , /*hidden argument*/ List_1_Clear_mC4D030016ED45CB1F213D4E0BCD94D6864BFE84A_RuntimeMethod_var ) ;
IL2CPP_LEAVE ( 0x39 , FINALLY_0031 ) ;
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__last_unhandled_exception = ( Exception_t * ) e . ex ;
goto FINALLY_0031 ;
}
FINALLY_0031 :
{ // begin finally (depth: 1)
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_5 = V_0 ;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 ( L_5 , /*hidden argument*/ NULL ) ;
IL2CPP_END_FINALLY ( 49 )
} // end finally (depth: 1)
IL2CPP_CLEANUP ( 49 )
{
IL2CPP_JUMP_TBL ( 0x39 , IL_0039 )
IL2CPP_RETHROW_IF_UNHANDLED ( Exception_t * )
}
IL_0039 :
{
goto IL_005f ;
}
IL_003b :
{
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_6 = __this - > get_m_CurrentFrameWork_1 ( ) ;
NullCheck ( L_6 ) ;
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 L_7 = List_1_get_Item_mE502050B0E9E9978F694B3A501D451D46F935005_inline ( L_6 , 0 , /*hidden argument*/ List_1_get_Item_mE502050B0E9E9978F694B3A501D451D46F935005_RuntimeMethod_var ) ;
V_1 = L_7 ;
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_8 = __this - > get_m_CurrentFrameWork_1 ( ) ;
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 L_9 = V_1 ;
NullCheck ( L_8 ) ;
List_1_Remove_mC3735402B257259986FBA855606FE342597D77FD ( L_8 , L_9 , /*hidden argument*/ List_1_Remove_mC3735402B257259986FBA855606FE342597D77FD_RuntimeMethod_var ) ;
WorkRequest_Invoke_m67D71A48794EEBB6B9793E6F1E015DE90C03C1ED ( ( WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 * ) ( & V_1 ) , /*hidden argument*/ NULL ) ;
}
IL_005f :
{
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_10 = __this - > get_m_CurrentFrameWork_1 ( ) ;
NullCheck ( L_10 ) ;
int32_t L_11 = List_1_get_Count_m44C1B6295966FEE37949A17F7A57D5556A8EC46B_inline ( L_10 , /*hidden argument*/ List_1_get_Count_m44C1B6295966FEE37949A17F7A57D5556A8EC46B_RuntimeMethod_var ) ;
V_2 = ( bool ) ( ( ( ( int32_t ) L_11 ) > ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_12 = V_2 ;
if ( L_12 )
{
goto IL_003b ;
}
}
{
return ;
}
}
// System.Boolean UnityEngine.UnitySynchronizationContext::HasPendingTasks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnitySynchronizationContext_HasPendingTasks_mBFCAC1697C6B71584E72079A6EDB83D52EC1700A ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnitySynchronizationContext_HasPendingTasks_mBFCAC1697C6B71584E72079A6EDB83D52EC1700A_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
int32_t G_B3_0 = 0 ;
{
List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * L_0 = __this - > get_m_AsyncWorkQueue_0 ( ) ;
NullCheck ( L_0 ) ;
int32_t L_1 = List_1_get_Count_m44C1B6295966FEE37949A17F7A57D5556A8EC46B_inline ( L_0 , /*hidden argument*/ List_1_get_Count_m44C1B6295966FEE37949A17F7A57D5556A8EC46B_RuntimeMethod_var ) ;
if ( L_1 )
{
goto IL_0019 ;
}
}
{
int32_t L_2 = __this - > get_m_TrackedCount_3 ( ) ;
G_B3_0 = ( ( ! ( ( ( uint32_t ) L_2 ) < = ( ( uint32_t ) 0 ) ) ) ? 1 : 0 ) ;
goto IL_001a ;
}
IL_0019 :
{
G_B3_0 = 1 ;
}
IL_001a :
{
V_0 = ( bool ) G_B3_0 ;
goto IL_001d ;
}
IL_001d :
{
bool L_3 = V_0 ;
return L_3 ;
}
}
// System.Void UnityEngine.UnitySynchronizationContext::InitializeSynchronizationContext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySynchronizationContext_InitializeSynchronizationContext_m0F2A055040D6848FAD84A08DBC410E56B2D9E6A3 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnitySynchronizationContext_InitializeSynchronizationContext_m0F2A055040D6848FAD84A08DBC410E56B2D9E6A3_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E ( /*hidden argument*/ NULL ) ;
NullCheck ( L_0 ) ;
int32_t L_1 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1 ( L_0 , /*hidden argument*/ NULL ) ;
UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * L_2 = ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * ) il2cpp_codegen_object_new ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F_il2cpp_TypeInfo_var ) ;
UnitySynchronizationContext__ctor_mCABD0C784640450930DF24FAD73E8AD6D1B52037 ( L_2 , L_1 , /*hidden argument*/ NULL ) ;
SynchronizationContext_SetSynchronizationContext_m41A5A4823E9F4B8961657834EAC44397EFE41D61 ( L_2 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.UnitySynchronizationContext::ExecuteTasks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySynchronizationContext_ExecuteTasks_m027AF329D90D6451B83A2EAF3528C9021800A962 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnitySynchronizationContext_ExecuteTasks_m027AF329D90D6451B83A2EAF3528C9021800A962_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * V_0 = NULL ;
bool V_1 = false ;
{
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = SynchronizationContext_get_Current_m349D2AF9766D807E4003E23C6D37EF1592832DF4 ( /*hidden argument*/ NULL ) ;
V_0 = ( ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * ) IsInstSealed ( ( RuntimeObject * ) L_0 , UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F_il2cpp_TypeInfo_var ) ) ;
UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * L_1 = V_0 ;
V_1 = ( bool ) ( ( ! ( ( ( RuntimeObject * ) ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * ) L_1 ) < = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ) ? 1 : 0 ) ;
bool L_2 = V_1 ;
if ( ! L_2 )
{
goto IL_001b ;
}
}
{
UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * L_3 = V_0 ;
NullCheck ( L_3 ) ;
UnitySynchronizationContext_Exec_m07342201E337E047B73C8B3259710820EFF75A9C ( L_3 , /*hidden argument*/ NULL ) ;
}
IL_001b :
{
return ;
}
}
// System.Boolean UnityEngine.UnitySynchronizationContext::ExecutePendingTasks(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnitySynchronizationContext_ExecutePendingTasks_m74DCC56A938FEECD533CFE58CAC4B8B9ED001122 ( int64_t ___millisecondsTimeout0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnitySynchronizationContext_ExecutePendingTasks_m74DCC56A938FEECD533CFE58CAC4B8B9ED001122_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * V_0 = NULL ;
Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * V_1 = NULL ;
bool V_2 = false ;
bool V_3 = false ;
bool V_4 = false ;
bool V_5 = false ;
{
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = SynchronizationContext_get_Current_m349D2AF9766D807E4003E23C6D37EF1592832DF4 ( /*hidden argument*/ NULL ) ;
V_0 = ( ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * ) IsInstSealed ( ( RuntimeObject * ) L_0 , UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F_il2cpp_TypeInfo_var ) ) ;
UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * L_1 = V_0 ;
V_2 = ( bool ) ( ( ( ( RuntimeObject * ) ( UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * ) L_1 ) = = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ? 1 : 0 ) ;
bool L_2 = V_2 ;
if ( ! L_2 )
{
goto IL_0019 ;
}
}
{
V_3 = ( bool ) 1 ;
goto IL_0062 ;
}
IL_0019 :
{
Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * L_3 = ( Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * ) il2cpp_codegen_object_new ( Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4_il2cpp_TypeInfo_var ) ;
Stopwatch__ctor_mA301E9A9D03758CBE09171E0C140CCD06BC9F860 ( L_3 , /*hidden argument*/ NULL ) ;
V_1 = L_3 ;
Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * L_4 = V_1 ;
NullCheck ( L_4 ) ;
Stopwatch_Start_mF61332B96D7753ADA18366A29E22E2A92E25739A ( L_4 , /*hidden argument*/ NULL ) ;
goto IL_004a ;
}
IL_0028 :
{
Stopwatch_t0778B5C8DF8FE1D87FC57A2411DA695850BD64D4 * L_5 = V_1 ;
NullCheck ( L_5 ) ;
int64_t L_6 = Stopwatch_get_ElapsedMilliseconds_mE39424FB61C885BCFCC4B583C58A8630C3AD8177 ( L_5 , /*hidden argument*/ NULL ) ;
int64_t L_7 = ___millisecondsTimeout0 ;
V_4 = ( bool ) ( ( ( ( int64_t ) L_6 ) > ( ( int64_t ) L_7 ) ) ? 1 : 0 ) ;
bool L_8 = V_4 ;
if ( ! L_8 )
{
goto IL_003b ;
}
}
{
goto IL_0056 ;
}
IL_003b :
{
UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * L_9 = V_0 ;
NullCheck ( L_9 ) ;
UnitySynchronizationContext_Exec_m07342201E337E047B73C8B3259710820EFF75A9C ( L_9 , /*hidden argument*/ NULL ) ;
Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF ( 1 , /*hidden argument*/ NULL ) ;
}
IL_004a :
{
UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * L_10 = V_0 ;
NullCheck ( L_10 ) ;
bool L_11 = UnitySynchronizationContext_HasPendingTasks_mBFCAC1697C6B71584E72079A6EDB83D52EC1700A ( L_10 , /*hidden argument*/ NULL ) ;
V_5 = L_11 ;
bool L_12 = V_5 ;
if ( L_12 )
{
goto IL_0028 ;
}
}
IL_0056 :
{
UnitySynchronizationContext_t29A85681F976537109A84D2316E781568619F55F * L_13 = V_0 ;
NullCheck ( L_13 ) ;
bool L_14 = UnitySynchronizationContext_HasPendingTasks_mBFCAC1697C6B71584E72079A6EDB83D52EC1700A ( L_13 , /*hidden argument*/ NULL ) ;
V_3 = ( bool ) ( ( ( ( int32_t ) L_14 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
goto IL_0062 ;
}
IL_0062 :
{
bool L_15 = V_3 ;
return L_15 ;
}
}
# ifdef __clang__
# 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.UnitySynchronizationContext/WorkRequest
IL2CPP_EXTERN_C void WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshal_pinvoke ( const WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 & unmarshaled , WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_pinvoke & marshaled )
{
Exception_t * ___m_WaitHandle_2Exception = il2cpp_codegen_get_marshal_directive_exception ( " Cannot marshal field 'm_WaitHandle' of type 'WorkRequest': Reference type field marshaling is not supported. " ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( ___m_WaitHandle_2Exception , NULL ) ;
}
IL2CPP_EXTERN_C void WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshal_pinvoke_back ( const WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_pinvoke & marshaled , WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 & unmarshaled )
{
Exception_t * ___m_WaitHandle_2Exception = il2cpp_codegen_get_marshal_directive_exception ( " Cannot marshal field 'm_WaitHandle' of type 'WorkRequest': Reference type field marshaling is not supported. " ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( ___m_WaitHandle_2Exception , NULL ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.UnitySynchronizationContext/WorkRequest
IL2CPP_EXTERN_C void WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshal_pinvoke_cleanup ( WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_pinvoke & marshaled )
{
}
// Conversion methods for marshalling of: UnityEngine.UnitySynchronizationContext/WorkRequest
IL2CPP_EXTERN_C void WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshal_com ( const WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 & unmarshaled , WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_com & marshaled )
{
Exception_t * ___m_WaitHandle_2Exception = il2cpp_codegen_get_marshal_directive_exception ( " Cannot marshal field 'm_WaitHandle' of type 'WorkRequest': Reference type field marshaling is not supported. " ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( ___m_WaitHandle_2Exception , NULL ) ;
}
IL2CPP_EXTERN_C void WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshal_com_back ( const WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_com & marshaled , WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 & unmarshaled )
{
Exception_t * ___m_WaitHandle_2Exception = il2cpp_codegen_get_marshal_directive_exception ( " Cannot marshal field 'm_WaitHandle' of type 'WorkRequest': Reference type field marshaling is not supported. " ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( ___m_WaitHandle_2Exception , NULL ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.UnitySynchronizationContext/WorkRequest
IL2CPP_EXTERN_C void WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshal_com_cleanup ( WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_com & marshaled )
{
}
// System.Void UnityEngine.UnitySynchronizationContext_WorkRequest::.ctor(System.Threading.SendOrPostCallback,System.Object,System.Threading.ManualResetEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkRequest__ctor_mE19AE1779B544378C8CB488F1576BDE618548599 ( WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 * __this , SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___callback0 , RuntimeObject * ___state1 , ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___waitHandle2 , const RuntimeMethod * method )
{
{
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_0 = ___callback0 ;
__this - > set_m_DelagateCallback_0 ( L_0 ) ;
RuntimeObject * L_1 = ___state1 ;
__this - > set_m_DelagateState_1 ( L_1 ) ;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_2 = ___waitHandle2 ;
__this - > set_m_WaitHandle_2 ( L_2 ) ;
return ;
}
}
IL2CPP_EXTERN_C void WorkRequest__ctor_mE19AE1779B544378C8CB488F1576BDE618548599_AdjustorThunk ( RuntimeObject * __this , SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___callback0 , RuntimeObject * ___state1 , ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___waitHandle2 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 * _thisAdjusted = reinterpret_cast < WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 * > ( __this + _offset ) ;
WorkRequest__ctor_mE19AE1779B544378C8CB488F1576BDE618548599 ( _thisAdjusted , ___callback0 , ___state1 , ___waitHandle2 , method ) ;
}
// System.Void UnityEngine.UnitySynchronizationContext_WorkRequest::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkRequest_Invoke_m67D71A48794EEBB6B9793E6F1E015DE90C03C1ED ( WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WorkRequest_Invoke_m67D71A48794EEBB6B9793E6F1E015DE90C03C1ED_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Exception_t * V_0 = NULL ;
bool V_1 = 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 ) ;
{
}
IL_0001 :
try
{ // begin try (depth: 1)
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_0 = __this - > get_m_DelagateCallback_0 ( ) ;
RuntimeObject * L_1 = __this - > get_m_DelagateState_1 ( ) ;
NullCheck ( L_0 ) ;
SendOrPostCallback_Invoke_m10442BF6A452A4408C3DDD1885D6809C4549C2AC ( L_0 , L_1 , /*hidden argument*/ NULL ) ;
goto IL_0023 ;
} // 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_0017 ;
throw e ;
}
CATCH_0017 :
{ // begin catch(System.Exception)
V_0 = ( ( Exception_t * ) __exception_local ) ;
Exception_t * L_2 = V_0 ;
IL2CPP_RUNTIME_CLASS_INIT ( Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var ) ;
Debug_LogException_mBAA6702C240E37B2A834AA74E4FDC15A3A5589A9 ( L_2 , /*hidden argument*/ NULL ) ;
goto IL_0023 ;
} // end catch (depth: 1)
IL_0023 :
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_3 = __this - > get_m_WaitHandle_2 ( ) ;
V_1 = ( bool ) ( ( ! ( ( ( RuntimeObject * ) ( ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ) L_3 ) < = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ) ? 1 : 0 ) ;
bool L_4 = V_1 ;
if ( ! L_4 )
{
goto IL_003c ;
}
}
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_5 = __this - > get_m_WaitHandle_2 ( ) ;
NullCheck ( L_5 ) ;
EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C ( L_5 , /*hidden argument*/ NULL ) ;
}
IL_003c :
{
return ;
}
}
IL2CPP_EXTERN_C void WorkRequest_Invoke_m67D71A48794EEBB6B9793E6F1E015DE90C03C1ED_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 * _thisAdjusted = reinterpret_cast < WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 * > ( __this + _offset ) ;
WorkRequest_Invoke_m67D71A48794EEBB6B9793E6F1E015DE90C03C1ED ( _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
// System.Single UnityEngine.Vector2::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , int32_t ___index0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
int32_t V_0 = 0 ;
float V_1 = 0.0f ;
{
int32_t L_0 = ___index0 ;
V_0 = L_0 ;
int32_t L_1 = V_0 ;
if ( ! L_1 )
{
goto IL_000e ;
}
}
{
goto IL_0008 ;
}
IL_0008 :
{
int32_t L_2 = V_0 ;
if ( ( ( ( int32_t ) L_2 ) = = ( ( int32_t ) 1 ) ) )
{
goto IL_0017 ;
}
}
{
goto IL_0020 ;
}
IL_000e :
{
float L_3 = __this - > get_x_0 ( ) ;
V_1 = L_3 ;
goto IL_002b ;
}
IL_0017 :
{
float L_4 = __this - > get_y_1 ( ) ;
V_1 = L_4 ;
goto IL_002b ;
}
IL_0020 :
{
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_5 = ( IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * ) il2cpp_codegen_object_new ( IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var ) ;
IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA ( L_5 , _stringLiteralC8B10A02A794C5D6BA3C7F7BE7ECF9A1E9F63336 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_5 , Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379_RuntimeMethod_var ) ;
}
IL_002b :
{
float L_6 = V_1 ;
return L_6 ;
}
}
IL2CPP_EXTERN_C float Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379_AdjustorThunk ( RuntimeObject * __this , int32_t ___index0 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * _thisAdjusted = reinterpret_cast < Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * > ( __this + _offset ) ;
return Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379 ( _thisAdjusted , ___index0 , method ) ;
}
// System.Void UnityEngine.Vector2::set_Item(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , int32_t ___index0 , float ___value1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
int32_t V_0 = 0 ;
{
int32_t L_0 = ___index0 ;
V_0 = L_0 ;
int32_t L_1 = V_0 ;
if ( ! L_1 )
{
goto IL_000e ;
}
}
{
goto IL_0008 ;
}
IL_0008 :
{
int32_t L_2 = V_0 ;
if ( ( ( ( int32_t ) L_2 ) = = ( ( int32_t ) 1 ) ) )
{
goto IL_0017 ;
}
}
{
goto IL_0020 ;
}
IL_000e :
{
float L_3 = ___value1 ;
__this - > set_x_0 ( L_3 ) ;
goto IL_002b ;
}
IL_0017 :
{
float L_4 = ___value1 ;
__this - > set_y_1 ( L_4 ) ;
goto IL_002b ;
}
IL_0020 :
{
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_5 = ( IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * ) il2cpp_codegen_object_new ( IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var ) ;
IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA ( L_5 , _stringLiteralC8B10A02A794C5D6BA3C7F7BE7ECF9A1E9F63336 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_5 , Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1_RuntimeMethod_var ) ;
}
IL_002b :
{
return ;
}
}
IL2CPP_EXTERN_C void Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1_AdjustorThunk ( RuntimeObject * __this , int32_t ___index0 , float ___value1 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * _thisAdjusted = reinterpret_cast < Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * > ( __this + _offset ) ;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1 ( _thisAdjusted , ___index0 , ___value1 , method ) ;
}
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , float ___x0 , float ___y1 , const RuntimeMethod * method )
{
{
float L_0 = ___x0 ;
__this - > set_x_0 ( L_0 ) ;
float L_1 = ___y1 ;
__this - > set_y_1 ( L_1 ) ;
return ;
}
}
IL2CPP_EXTERN_C void Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0_AdjustorThunk ( RuntimeObject * __this , float ___x0 , float ___y1 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * _thisAdjusted = reinterpret_cast < Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * > ( __this + _offset ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( _thisAdjusted , ___x0 , ___y1 , method ) ;
}
// System.Void UnityEngine.Vector2::Set(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2_Set_m10BEF246805EE03D7D13B58C2CC8C598C2371139 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , float ___newX0 , float ___newY1 , const RuntimeMethod * method )
{
{
float L_0 = ___newX0 ;
__this - > set_x_0 ( L_0 ) ;
float L_1 = ___newY1 ;
__this - > set_y_1 ( L_1 ) ;
return ;
}
}
IL2CPP_EXTERN_C void Vector2_Set_m10BEF246805EE03D7D13B58C2CC8C598C2371139_AdjustorThunk ( RuntimeObject * __this , float ___newX0 , float ___newY1 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * _thisAdjusted = reinterpret_cast < Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * > ( __this + _offset ) ;
Vector2_Set_m10BEF246805EE03D7D13B58C2CC8C598C2371139 ( _thisAdjusted , ___newX0 , ___newY1 , method ) ;
}
// UnityEngine.Vector2 UnityEngine.Vector2::Lerp(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_Lerp_m85DD66409D128B4F175627F89FA9D8751B75589F ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0 , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1 , float ___t2 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector2_Lerp_m85DD66409D128B4F175627F89FA9D8751B75589F_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
float L_0 = ___t2 ;
IL2CPP_RUNTIME_CLASS_INIT ( Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var ) ;
float L_1 = Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B ( L_0 , /*hidden argument*/ NULL ) ;
___t2 = L_1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___a0 ;
float L_3 = L_2 . get_x_0 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___b1 ;
float L_5 = L_4 . get_x_0 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = ___a0 ;
float L_7 = L_6 . get_x_0 ( ) ;
float L_8 = ___t2 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = ___a0 ;
float L_10 = L_9 . get_y_1 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = ___b1 ;
float L_12 = L_11 . get_y_1 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = ___a0 ;
float L_14 = L_13 . get_y_1 ( ) ;
float L_15 = ___t2 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 ;
memset ( ( & L_16 ) , 0 , sizeof ( L_16 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_16 ) , ( ( float ) il2cpp_codegen_add ( ( float ) L_3 , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) ( ( float ) il2cpp_codegen_subtract ( ( float ) L_5 , ( float ) L_7 ) ) , ( float ) L_8 ) ) ) ) , ( ( float ) il2cpp_codegen_add ( ( float ) L_10 , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) ( ( float ) il2cpp_codegen_subtract ( ( float ) L_12 , ( float ) L_14 ) ) , ( float ) L_15 ) ) ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_16 ;
goto IL_003d ;
}
IL_003d :
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = V_0 ;
return L_17 ;
}
}
// System.Void UnityEngine.Vector2::Normalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2_Normalize_m99A2CC6E4CB65C1B9231F898D5B7A12B6D72E722 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector2_Normalize_m99A2CC6E4CB65C1B9231F898D5B7A12B6D72E722_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
float V_0 = 0.0f ;
bool V_1 = false ;
{
float L_0 = Vector2_get_magnitude_m66097AFDF9696BD3E88467D4398D4F82B8A4C7DF ( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ) __this , /*hidden argument*/ NULL ) ;
V_0 = L_0 ;
float L_1 = V_0 ;
V_1 = ( bool ) ( ( ( ( float ) L_1 ) > ( ( float ) ( 1.0E-05 f ) ) ) ? 1 : 0 ) ;
bool L_2 = V_1 ;
if ( ! L_2 )
{
goto IL_0028 ;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = ( * ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ) __this ) ;
float L_4 = V_0 ;
IL2CPP_RUNTIME_CLASS_INIT ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077 ( L_3 , L_4 , /*hidden argument*/ NULL ) ;
* ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ) __this = L_5 ;
goto IL_0033 ;
}
IL_0028 :
{
IL2CPP_RUNTIME_CLASS_INIT ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8 ( /*hidden argument*/ NULL ) ;
* ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ) __this = L_6 ;
}
IL_0033 :
{
return ;
}
}
IL2CPP_EXTERN_C void Vector2_Normalize_m99A2CC6E4CB65C1B9231F898D5B7A12B6D72E722_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * _thisAdjusted = reinterpret_cast < Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * > ( __this + _offset ) ;
Vector2_Normalize_m99A2CC6E4CB65C1B9231F898D5B7A12B6D72E722 ( _thisAdjusted , method ) ;
}
// UnityEngine.Vector2 UnityEngine.Vector2::get_normalized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_normalized_m058E75C38C6FC66E178D7C8EF1B6298DE8F0E14B ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , const RuntimeMethod * method )
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1 ;
memset ( ( & V_1 ) , 0 , sizeof ( V_1 ) ) ;
{
float L_0 = __this - > get_x_0 ( ) ;
float L_1 = __this - > get_y_1 ( ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ) ( & V_0 ) , L_0 , L_1 , /*hidden argument*/ NULL ) ;
Vector2_Normalize_m99A2CC6E4CB65C1B9231F898D5B7A12B6D72E722 ( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ) ( & V_0 ) , /*hidden argument*/ NULL ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = V_0 ;
V_1 = L_2 ;
goto IL_0020 ;
}
IL_0020 :
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = V_1 ;
return L_3 ;
}
}
IL2CPP_EXTERN_C Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_normalized_m058E75C38C6FC66E178D7C8EF1B6298DE8F0E14B_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * _thisAdjusted = reinterpret_cast < Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * > ( __this + _offset ) ;
return Vector2_get_normalized_m058E75C38C6FC66E178D7C8EF1B6298DE8F0E14B ( _thisAdjusted , method ) ;
}
// System.String UnityEngine.Vector2::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Vector2_ToString_m83C7C331834382748956B053E252AE3BD21807C4 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector2_ToString_m83C7C331834382748956B053E252AE3BD21807C4_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 ;
float L_2 = __this - > get_x_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 < il2cpp_array_size_t > ( 0 ) , ( RuntimeObject * ) L_4 ) ;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_5 = L_1 ;
float L_6 = __this - > get_y_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 < il2cpp_array_size_t > ( 1 ) , ( RuntimeObject * ) L_8 ) ;
String_t * L_9 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387 ( _stringLiteral4F90C928BC21C17D86B46ADE7645DD1CF4D18346 , 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 * Vector2_ToString_m83C7C331834382748956B053E252AE3BD21807C4_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * _thisAdjusted = reinterpret_cast < Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * > ( __this + _offset ) ;
return Vector2_ToString_m83C7C331834382748956B053E252AE3BD21807C4 ( _thisAdjusted , method ) ;
}
// System.Int32 UnityEngine.Vector2::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector2_GetHashCode_m028AB6B14EBC6D668CFA45BF6EDEF17E2C44EA54 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , const RuntimeMethod * method )
{
int32_t V_0 = 0 ;
{
float * L_0 = __this - > get_address_of_x_0 ( ) ;
int32_t L_1 = Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 ( ( float * ) L_0 , /*hidden argument*/ NULL ) ;
float * L_2 = __this - > get_address_of_y_1 ( ) ;
int32_t L_3 = Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 ( ( float * ) L_2 , /*hidden argument*/ NULL ) ;
V_0 = ( ( int32_t ) ( ( int32_t ) L_1 ^ ( int32_t ) ( ( int32_t ) ( ( int32_t ) L_3 < < ( int32_t ) 2 ) ) ) ) ;
goto IL_001d ;
}
IL_001d :
{
int32_t L_4 = V_0 ;
return L_4 ;
}
}
IL2CPP_EXTERN_C int32_t Vector2_GetHashCode_m028AB6B14EBC6D668CFA45BF6EDEF17E2C44EA54_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * _thisAdjusted = reinterpret_cast < Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * > ( __this + _offset ) ;
return Vector2_GetHashCode_m028AB6B14EBC6D668CFA45BF6EDEF17E2C44EA54 ( _thisAdjusted , method ) ;
}
// System.Boolean UnityEngine.Vector2::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector2_Equals_m4A2A75BC3D09933321220BCEF21219B38AF643AE ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , RuntimeObject * ___other0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector2_Equals_m4A2A75BC3D09933321220BCEF21219B38AF643AE_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 , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_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 = Vector2_Equals_mD6BF1A738E3CAF57BB46E604B030C072728F4EEB ( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ) __this , ( ( * ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ) ( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ) UnBox ( L_2 , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_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 Vector2_Equals_m4A2A75BC3D09933321220BCEF21219B38AF643AE_AdjustorThunk ( RuntimeObject * __this , RuntimeObject * ___other0 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * _thisAdjusted = reinterpret_cast < Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * > ( __this + _offset ) ;
return Vector2_Equals_m4A2A75BC3D09933321220BCEF21219B38AF643AE ( _thisAdjusted , ___other0 , method ) ;
}
// System.Boolean UnityEngine.Vector2::Equals(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector2_Equals_mD6BF1A738E3CAF57BB46E604B030C072728F4EEB ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___other0 , const RuntimeMethod * method )
{
bool V_0 = false ;
int32_t G_B3_0 = 0 ;
{
float L_0 = __this - > get_x_0 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___other0 ;
float L_2 = L_1 . get_x_0 ( ) ;
if ( ( ! ( ( ( float ) L_0 ) = = ( ( float ) L_2 ) ) ) )
{
goto IL_001f ;
}
}
{
float L_3 = __this - > get_y_1 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___other0 ;
float L_5 = L_4 . get_y_1 ( ) ;
G_B3_0 = ( ( ( ( float ) L_3 ) = = ( ( float ) L_5 ) ) ? 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_6 = V_0 ;
return L_6 ;
}
}
IL2CPP_EXTERN_C bool Vector2_Equals_mD6BF1A738E3CAF57BB46E604B030C072728F4EEB_AdjustorThunk ( RuntimeObject * __this , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___other0 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * _thisAdjusted = reinterpret_cast < Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * > ( __this + _offset ) ;
return Vector2_Equals_mD6BF1A738E3CAF57BB46E604B030C072728F4EEB ( _thisAdjusted , ___other0 , method ) ;
}
// System.Single UnityEngine.Vector2::get_magnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_get_magnitude_m66097AFDF9696BD3E88467D4398D4F82B8A4C7DF ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector2_get_magnitude_m66097AFDF9696BD3E88467D4398D4F82B8A4C7DF_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
float V_0 = 0.0f ;
{
float L_0 = __this - > get_x_0 ( ) ;
float L_1 = __this - > get_x_0 ( ) ;
float L_2 = __this - > get_y_1 ( ) ;
float L_3 = __this - > get_y_1 ( ) ;
IL2CPP_RUNTIME_CLASS_INIT ( Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var ) ;
double L_4 = sqrt ( ( ( ( double ) ( ( double ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_0 , ( float ) L_1 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_2 , ( float ) L_3 ) ) ) ) ) ) ) ) ;
V_0 = ( ( ( float ) ( ( float ) L_4 ) ) ) ;
goto IL_0026 ;
}
IL_0026 :
{
float L_5 = V_0 ;
return L_5 ;
}
}
IL2CPP_EXTERN_C float Vector2_get_magnitude_m66097AFDF9696BD3E88467D4398D4F82B8A4C7DF_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * _thisAdjusted = reinterpret_cast < Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * > ( __this + _offset ) ;
return Vector2_get_magnitude_m66097AFDF9696BD3E88467D4398D4F82B8A4C7DF ( _thisAdjusted , method ) ;
}
// System.Single UnityEngine.Vector2::get_sqrMagnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_get_sqrMagnitude_mAEE10A8ECE7D5754E10727BA8C9068A759AD7002 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this , const RuntimeMethod * method )
{
float V_0 = 0.0f ;
{
float L_0 = __this - > get_x_0 ( ) ;
float L_1 = __this - > get_x_0 ( ) ;
float L_2 = __this - > get_y_1 ( ) ;
float L_3 = __this - > get_y_1 ( ) ;
V_0 = ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_0 , ( float ) L_1 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_2 , ( float ) L_3 ) ) ) ) ;
goto IL_001f ;
}
IL_001f :
{
float L_4 = V_0 ;
return L_4 ;
}
}
IL2CPP_EXTERN_C float Vector2_get_sqrMagnitude_mAEE10A8ECE7D5754E10727BA8C9068A759AD7002_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * _thisAdjusted = reinterpret_cast < Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * > ( __this + _offset ) ;
return Vector2_get_sqrMagnitude_mAEE10A8ECE7D5754E10727BA8C9068A759AD7002 ( _thisAdjusted , method ) ;
}
// System.Single UnityEngine.Vector2::Distance(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_Distance_mB07492BC42EC582754AD11554BE5B7F8D0E93CF4 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0 , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector2_Distance_mB07492BC42EC582754AD11554BE5B7F8D0E93CF4_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
float V_0 = 0.0f ;
float V_1 = 0.0f ;
float V_2 = 0.0f ;
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___a0 ;
float L_1 = L_0 . get_x_0 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___b1 ;
float L_3 = L_2 . get_x_0 ( ) ;
V_0 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_1 , ( float ) L_3 ) ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___a0 ;
float L_5 = L_4 . get_y_1 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = ___b1 ;
float L_7 = L_6 . get_y_1 ( ) ;
V_1 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_5 , ( float ) L_7 ) ) ;
float L_8 = V_0 ;
float L_9 = V_0 ;
float L_10 = V_1 ;
float L_11 = V_1 ;
IL2CPP_RUNTIME_CLASS_INIT ( Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var ) ;
double L_12 = sqrt ( ( ( ( double ) ( ( double ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_8 , ( float ) L_9 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_10 , ( float ) L_11 ) ) ) ) ) ) ) ) ;
V_2 = ( ( ( float ) ( ( float ) L_12 ) ) ) ;
goto IL_002e ;
}
IL_002e :
{
float L_13 = V_2 ;
return L_13 ;
}
}
// UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0 , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1 , const RuntimeMethod * method )
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___a0 ;
float L_1 = L_0 . get_x_0 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___b1 ;
float L_3 = L_2 . get_x_0 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___a0 ;
float L_5 = L_4 . get_y_1 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = ___b1 ;
float L_7 = L_6 . get_y_1 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 ;
memset ( ( & L_8 ) , 0 , sizeof ( L_8 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_8 ) , ( ( float ) il2cpp_codegen_add ( ( float ) L_1 , ( float ) L_3 ) ) , ( ( float ) il2cpp_codegen_add ( ( float ) L_5 , ( float ) L_7 ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_8 ;
goto IL_0023 ;
}
IL_0023 :
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = V_0 ;
return L_9 ;
}
}
// UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0 , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1 , const RuntimeMethod * method )
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___a0 ;
float L_1 = L_0 . get_x_0 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___b1 ;
float L_3 = L_2 . get_x_0 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___a0 ;
float L_5 = L_4 . get_y_1 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = ___b1 ;
float L_7 = L_6 . get_y_1 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 ;
memset ( ( & L_8 ) , 0 , sizeof ( L_8 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_8 ) , ( ( float ) il2cpp_codegen_subtract ( ( float ) L_1 , ( float ) L_3 ) ) , ( ( float ) il2cpp_codegen_subtract ( ( float ) L_5 , ( float ) L_7 ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_8 ;
goto IL_0023 ;
}
IL_0023 :
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = V_0 ;
return L_9 ;
}
}
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Multiply_m8A843A37F2F3199EBE99DC7BDABC1DC2EE01AF56 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0 , float ___d1 , const RuntimeMethod * method )
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___a0 ;
float L_1 = L_0 . get_x_0 ( ) ;
float L_2 = ___d1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = ___a0 ;
float L_4 = L_3 . get_y_1 ( ) ;
float L_5 = ___d1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 ;
memset ( ( & L_6 ) , 0 , sizeof ( L_6 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_6 ) , ( ( float ) il2cpp_codegen_multiply ( ( float ) L_1 , ( float ) L_2 ) ) , ( ( float ) il2cpp_codegen_multiply ( ( float ) L_4 , ( float ) L_5 ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_6 ;
goto IL_0019 ;
}
IL_0019 :
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_0 ;
return L_7 ;
}
}
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(System.Single,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Multiply_m2E30A54E315810911DFC2E25C700757A68AC1F38 ( float ___d0 , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a1 , const RuntimeMethod * method )
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___a1 ;
float L_1 = L_0 . get_x_0 ( ) ;
float L_2 = ___d0 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = ___a1 ;
float L_4 = L_3 . get_y_1 ( ) ;
float L_5 = ___d0 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 ;
memset ( ( & L_6 ) , 0 , sizeof ( L_6 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_6 ) , ( ( float ) il2cpp_codegen_multiply ( ( float ) L_1 , ( float ) L_2 ) ) , ( ( float ) il2cpp_codegen_multiply ( ( float ) L_4 , ( float ) L_5 ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_6 ;
goto IL_0019 ;
}
IL_0019 :
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_0 ;
return L_7 ;
}
}
// UnityEngine.Vector2 UnityEngine.Vector2::op_Division(UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0 , float ___d1 , const RuntimeMethod * method )
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___a0 ;
float L_1 = L_0 . get_x_0 ( ) ;
float L_2 = ___d1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = ___a0 ;
float L_4 = L_3 . get_y_1 ( ) ;
float L_5 = ___d1 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 ;
memset ( ( & L_6 ) , 0 , sizeof ( L_6 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_6 ) , ( ( float ) ( ( float ) L_1 / ( float ) L_2 ) ) , ( ( float ) ( ( float ) L_4 / ( float ) L_5 ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_6 ;
goto IL_0019 ;
}
IL_0019 :
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_0 ;
return L_7 ;
}
}
// System.Boolean UnityEngine.Vector2::op_Equality(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m0E86E1B1038DDB8554A8A0D58729A7788D989588 ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lhs0 , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rhs1 , const RuntimeMethod * method )
{
float V_0 = 0.0f ;
float V_1 = 0.0f ;
bool V_2 = false ;
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___lhs0 ;
float L_1 = L_0 . get_x_0 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___rhs1 ;
float L_3 = L_2 . get_x_0 ( ) ;
V_0 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_1 , ( float ) L_3 ) ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___lhs0 ;
float L_5 = L_4 . get_y_1 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = ___rhs1 ;
float L_7 = L_6 . get_y_1 ( ) ;
V_1 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_5 , ( float ) L_7 ) ) ;
float L_8 = V_0 ;
float L_9 = V_0 ;
float L_10 = V_1 ;
float L_11 = V_1 ;
V_2 = ( bool ) ( ( ( ( float ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_8 , ( float ) L_9 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_10 , ( float ) L_11 ) ) ) ) ) < ( ( float ) ( 9.99999944E-11 f ) ) ) ? 1 : 0 ) ;
goto IL_002e ;
}
IL_002e :
{
bool L_12 = V_2 ;
return L_12 ;
}
}
// System.Boolean UnityEngine.Vector2::op_Inequality(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mC16161C640C89D98A00800924F83FF09FD7C100E ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lhs0 , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rhs1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector2_op_Inequality_mC16161C640C89D98A00800924F83FF09FD7C100E_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___lhs0 ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___rhs1 ;
IL2CPP_RUNTIME_CLASS_INIT ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ;
bool L_2 = Vector2_op_Equality_m0E86E1B1038DDB8554A8A0D58729A7788D989588 ( 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.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 )
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___v0 ;
float L_1 = L_0 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___v0 ;
float L_3 = L_2 . get_y_3 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 ;
memset ( ( & L_4 ) , 0 , sizeof ( L_4 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_4 ) , L_1 , L_3 , /*hidden argument*/ NULL ) ;
V_0 = L_4 ;
goto IL_0015 ;
}
IL_0015 :
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_0 ;
return L_5 ;
}
}
// UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___v0 , const RuntimeMethod * method )
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___v0 ;
float L_1 = L_0 . get_x_0 ( ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___v0 ;
float L_3 = L_2 . get_y_1 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 ;
memset ( ( & L_4 ) , 0 , sizeof ( L_4 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_4 ) , L_1 , L_3 , ( 0.0f ) , /*hidden argument*/ NULL ) ;
V_0 = L_4 ;
goto IL_001a ;
}
2025-09-01 17:41:29 +08:00
2025-09-12 02:28:56 +08:00
IL_001a :
2025-06-20 11:52:54 +08:00
{
2025-09-12 02:28:56 +08:00
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_0 ;
return L_5 ;
2025-06-20 11:52:54 +08:00
}
2025-09-12 02:28:56 +08:00
}
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
2025-06-20 11:52:54 +08:00
{
2025-09-12 02:28:56 +08:00
il2cpp_codegen_initialize_method ( Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
2025-06-20 11:52:54 +08:00
}
2025-09-12 02:28:56 +08:00
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
2025-06-20 11:52:54 +08:00
{
2025-09-12 02:28:56 +08:00
IL2CPP_RUNTIME_CLASS_INIT ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ) - > get_zeroVector_2 ( ) ;
V_0 = L_0 ;
goto IL_0009 ;
2025-06-20 11:52:54 +08:00
}
2025-09-12 02:28:56 +08:00
IL_0009 :
2025-06-20 11:52:54 +08:00
{
2025-09-12 02:28:56 +08:00
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = V_0 ;
return L_1 ;
2025-06-20 11:52:54 +08:00
}
2025-09-12 02:28:56 +08:00
}
// UnityEngine.Vector2 UnityEngine.Vector2::get_one()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
2025-06-20 11:52:54 +08:00
{
2025-09-12 02:28:56 +08:00
il2cpp_codegen_initialize_method ( Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
2025-06-20 11:52:54 +08:00
}
2025-09-12 02:28:56 +08:00
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
2025-09-01 17:41:29 +08:00
{
2025-09-12 02:28:56 +08:00
IL2CPP_RUNTIME_CLASS_INIT ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ) - > get_oneVector_3 ( ) ;
V_0 = L_0 ;
goto IL_0009 ;
2025-09-01 17:41:29 +08:00
}
2025-09-12 02:28:56 +08:00
IL_0009 :
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = V_0 ;
return L_1 ;
}
}
// System.Void UnityEngine.Vector2::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__cctor_m13D18E02B3AC28597F5049D2F54830C9E4BDBE84 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector2__cctor_m13D18E02B3AC28597F5049D2F54830C9E4BDBE84_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 ;
memset ( ( & L_0 ) , 0 , sizeof ( L_0 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_0 ) , ( 0.0f ) , ( 0.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ) - > set_zeroVector_2 ( L_0 ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 ;
memset ( ( & L_1 ) , 0 , sizeof ( L_1 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_1 ) , ( 1.0f ) , ( 1.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ) - > set_oneVector_3 ( L_1 ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 ;
memset ( ( & L_2 ) , 0 , sizeof ( L_2 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_2 ) , ( 0.0f ) , ( 1.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ) - > set_upVector_4 ( L_2 ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 ;
memset ( ( & L_3 ) , 0 , sizeof ( L_3 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_3 ) , ( 0.0f ) , ( - 1.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ) - > set_downVector_5 ( L_3 ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 ;
memset ( ( & L_4 ) , 0 , sizeof ( L_4 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_4 ) , ( - 1.0f ) , ( 0.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ) - > set_leftVector_6 ( L_4 ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 ;
memset ( ( & L_5 ) , 0 , sizeof ( L_5 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_5 ) , ( 1.0f ) , ( 0.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ) - > set_rightVector_7 ( L_5 ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 ;
memset ( ( & L_6 ) , 0 , sizeof ( L_6 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_6 ) , ( std : : numeric_limits < float > : : infinity ( ) ) , ( std : : numeric_limits < float > : : infinity ( ) ) , /*hidden argument*/ NULL ) ;
( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ) - > set_positiveInfinityVector_8 ( L_6 ) ;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 ;
memset ( ( & L_7 ) , 0 , sizeof ( L_7 ) ) ;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 ( ( & L_7 ) , ( - std : : numeric_limits < float > : : infinity ( ) ) , ( - std : : numeric_limits < float > : : infinity ( ) ) , /*hidden argument*/ NULL ) ;
( ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var ) ) - > set_negativeInfinityVector_9 ( L_7 ) ;
return ;
}
}
# ifdef __clang__
# pragma clang diagnostic pop
# endif
2025-06-20 11:52:54 +08:00
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// UnityEngine.Vector3 UnityEngine.Vector3::Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_Lerp_m5BA75496B803820CC64079383956D73C6FD4A8A1 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0 , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1 , float ___t2 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_Lerp_m5BA75496B803820CC64079383956D73C6FD4A8A1_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
float L_0 = ___t2 ;
IL2CPP_RUNTIME_CLASS_INIT ( Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var ) ;
float L_1 = Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B ( L_0 , /*hidden argument*/ NULL ) ;
___t2 = L_1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___a0 ;
float L_3 = L_2 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___b1 ;
float L_5 = L_4 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ___a0 ;
float L_7 = L_6 . get_x_2 ( ) ;
float L_8 = ___t2 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = ___a0 ;
float L_10 = L_9 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = ___b1 ;
float L_12 = L_11 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13 = ___a0 ;
float L_14 = L_13 . get_y_3 ( ) ;
float L_15 = ___t2 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_16 = ___a0 ;
float L_17 = L_16 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = ___b1 ;
float L_19 = L_18 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_20 = ___a0 ;
float L_21 = L_20 . get_z_4 ( ) ;
float L_22 = ___t2 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 ;
memset ( ( & L_23 ) , 0 , sizeof ( L_23 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_23 ) , ( ( float ) il2cpp_codegen_add ( ( float ) L_3 , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) ( ( float ) il2cpp_codegen_subtract ( ( float ) L_5 , ( float ) L_7 ) ) , ( float ) L_8 ) ) ) ) , ( ( float ) il2cpp_codegen_add ( ( float ) L_10 , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) ( ( float ) il2cpp_codegen_subtract ( ( float ) L_12 , ( float ) L_14 ) ) , ( float ) L_15 ) ) ) ) , ( ( float ) il2cpp_codegen_add ( ( float ) L_17 , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) ( ( float ) il2cpp_codegen_subtract ( ( float ) L_19 , ( float ) L_21 ) ) , ( float ) L_22 ) ) ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_23 ;
goto IL_0053 ;
}
IL_0053 :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_24 = V_0 ;
return L_24 ;
}
}
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , float ___x0 , float ___y1 , float ___z2 , const RuntimeMethod * method )
{
{
float L_0 = ___x0 ;
__this - > set_x_2 ( L_0 ) ;
float L_1 = ___y1 ;
__this - > set_y_3 ( L_1 ) ;
float L_2 = ___z2 ;
__this - > set_z_4 ( L_2 ) ;
return ;
}
}
IL2CPP_EXTERN_C void Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1_AdjustorThunk ( RuntimeObject * __this , float ___x0 , float ___y1 , float ___z2 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * _thisAdjusted = reinterpret_cast < Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * > ( __this + _offset ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( _thisAdjusted , ___x0 , ___y1 , ___z2 , method ) ;
}
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , float ___x0 , float ___y1 , const RuntimeMethod * method )
{
{
float L_0 = ___x0 ;
__this - > set_x_2 ( L_0 ) ;
float L_1 = ___y1 ;
__this - > set_y_3 ( L_1 ) ;
__this - > set_z_4 ( ( 0.0f ) ) ;
return ;
}
}
IL2CPP_EXTERN_C void Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584_AdjustorThunk ( RuntimeObject * __this , float ___x0 , float ___y1 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * _thisAdjusted = reinterpret_cast < Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * > ( __this + _offset ) ;
Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584 ( _thisAdjusted , ___x0 , ___y1 , method ) ;
}
2025-09-12 02:28:56 +08:00
// System.Void UnityEngine.Vector3::Set(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3_Set_m8F08F9B5324A755A28A0832DCA2A0CB19423E5EC ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , float ___newX0 , float ___newY1 , float ___newZ2 , const RuntimeMethod * method )
{
{
float L_0 = ___newX0 ;
__this - > set_x_2 ( L_0 ) ;
float L_1 = ___newY1 ;
__this - > set_y_3 ( L_1 ) ;
float L_2 = ___newZ2 ;
__this - > set_z_4 ( L_2 ) ;
return ;
}
}
IL2CPP_EXTERN_C void Vector3_Set_m8F08F9B5324A755A28A0832DCA2A0CB19423E5EC_AdjustorThunk ( RuntimeObject * __this , float ___newX0 , float ___newY1 , float ___newZ2 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * _thisAdjusted = reinterpret_cast < Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * > ( __this + _offset ) ;
Vector3_Set_m8F08F9B5324A755A28A0832DCA2A0CB19423E5EC ( _thisAdjusted , ___newX0 , ___newY1 , ___newZ2 , method ) ;
}
2025-06-20 11:52:54 +08:00
// UnityEngine.Vector3 UnityEngine.Vector3::Cross(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_Cross_m3E9DBC445228FDB850BDBB4B01D6F61AC0111887 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___lhs0 , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rhs1 , const RuntimeMethod * method )
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___lhs0 ;
float L_1 = L_0 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___rhs1 ;
float L_3 = L_2 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___lhs0 ;
float L_5 = L_4 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ___rhs1 ;
float L_7 = L_6 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = ___lhs0 ;
float L_9 = L_8 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = ___rhs1 ;
float L_11 = L_10 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_12 = ___lhs0 ;
float L_13 = L_12 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = ___rhs1 ;
float L_15 = L_14 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_16 = ___lhs0 ;
float L_17 = L_16 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = ___rhs1 ;
float L_19 = L_18 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_20 = ___lhs0 ;
float L_21 = L_20 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_22 = ___rhs1 ;
float L_23 = L_22 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_24 ;
memset ( ( & L_24 ) , 0 , sizeof ( L_24 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_24 ) , ( ( float ) il2cpp_codegen_subtract ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_1 , ( float ) L_3 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_5 , ( float ) L_7 ) ) ) ) , ( ( float ) il2cpp_codegen_subtract ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_9 , ( float ) L_11 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_13 , ( float ) L_15 ) ) ) ) , ( ( float ) il2cpp_codegen_subtract ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_17 , ( float ) L_19 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_21 , ( float ) L_23 ) ) ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_24 ;
goto IL_005a ;
}
IL_005a :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = V_0 ;
return L_25 ;
}
}
// System.Int32 UnityEngine.Vector3::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3_GetHashCode_m6C42B4F413A489535D180E8A99BE0298AD078B0B ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , const RuntimeMethod * method )
{
int32_t V_0 = 0 ;
{
float * L_0 = __this - > get_address_of_x_2 ( ) ;
int32_t L_1 = Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 ( ( float * ) L_0 , /*hidden argument*/ NULL ) ;
float * L_2 = __this - > get_address_of_y_3 ( ) ;
int32_t L_3 = Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 ( ( float * ) L_2 , /*hidden argument*/ NULL ) ;
float * L_4 = __this - > get_address_of_z_4 ( ) ;
int32_t L_5 = Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 ( ( float * ) L_4 , /*hidden argument*/ NULL ) ;
V_0 = ( ( int32_t ) ( ( int32_t ) ( ( int32_t ) ( ( int32_t ) L_1 ^ ( int32_t ) ( ( int32_t ) ( ( int32_t ) L_3 < < ( int32_t ) 2 ) ) ) ) ^ ( int32_t ) ( ( int32_t ) ( ( int32_t ) L_5 > > ( int32_t ) 2 ) ) ) ) ;
goto IL_002b ;
}
IL_002b :
{
int32_t L_6 = V_0 ;
return L_6 ;
}
}
IL2CPP_EXTERN_C int32_t Vector3_GetHashCode_m6C42B4F413A489535D180E8A99BE0298AD078B0B_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * _thisAdjusted = reinterpret_cast < Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * > ( __this + _offset ) ;
return Vector3_GetHashCode_m6C42B4F413A489535D180E8A99BE0298AD078B0B ( _thisAdjusted , method ) ;
}
// System.Boolean UnityEngine.Vector3::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3_Equals_m1F74B1FB7EE51589FFFA61D894F616B8F258C056 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , RuntimeObject * ___other0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_Equals_m1F74B1FB7EE51589FFFA61D894F616B8F258C056_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 , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_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 = Vector3_Equals_m6B991540378DB8541CEB9472F7ED2BF5FF72B5DB ( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ) __this , ( ( * ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ) ( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ) UnBox ( L_2 , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_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 Vector3_Equals_m1F74B1FB7EE51589FFFA61D894F616B8F258C056_AdjustorThunk ( RuntimeObject * __this , RuntimeObject * ___other0 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * _thisAdjusted = reinterpret_cast < Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * > ( __this + _offset ) ;
return Vector3_Equals_m1F74B1FB7EE51589FFFA61D894F616B8F258C056 ( _thisAdjusted , ___other0 , 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 )
{
bool V_0 = false ;
int32_t G_B4_0 = 0 ;
{
float L_0 = __this - > get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = ___other0 ;
float L_2 = L_1 . get_x_2 ( ) ;
if ( ( ! ( ( ( float ) L_0 ) = = ( ( float ) L_2 ) ) ) )
{
goto IL_002d ;
}
}
{
float L_3 = __this - > get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___other0 ;
float L_5 = L_4 . get_y_3 ( ) ;
if ( ( ! ( ( ( float ) L_3 ) = = ( ( float ) L_5 ) ) ) )
{
goto IL_002d ;
}
}
{
float L_6 = __this - > get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = ___other0 ;
float L_8 = L_7 . get_z_4 ( ) ;
G_B4_0 = ( ( ( ( float ) L_6 ) = = ( ( float ) L_8 ) ) ? 1 : 0 ) ;
goto IL_002e ;
}
IL_002d :
{
G_B4_0 = 0 ;
}
IL_002e :
{
V_0 = ( bool ) G_B4_0 ;
goto IL_0031 ;
}
IL_0031 :
{
bool L_9 = V_0 ;
return L_9 ;
}
}
IL2CPP_EXTERN_C bool Vector3_Equals_m6B991540378DB8541CEB9472F7ED2BF5FF72B5DB_AdjustorThunk ( RuntimeObject * __this , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___other0 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * _thisAdjusted = reinterpret_cast < Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * > ( __this + _offset ) ;
return Vector3_Equals_m6B991540378DB8541CEB9472F7ED2BF5FF72B5DB ( _thisAdjusted , ___other0 , method ) ;
}
// UnityEngine.Vector3 UnityEngine.Vector3::Normalize(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_Normalize_mDEA51D0C131125535DA2B49B7281E0086ED583DC ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_Normalize_mDEA51D0C131125535DA2B49B7281E0086ED583DC_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
float V_0 = 0.0f ;
bool V_1 = false ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2 ;
memset ( ( & V_2 ) , 0 , sizeof ( V_2 ) ) ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___value0 ;
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
float L_1 = Vector3_Magnitude_m3958BE20951093E6B035C5F90493027063B39437 ( L_0 , /*hidden argument*/ NULL ) ;
V_0 = L_1 ;
float L_2 = V_0 ;
V_1 = ( bool ) ( ( ( ( float ) L_2 ) > ( ( float ) ( 1.0E-05 f ) ) ) ? 1 : 0 ) ;
bool L_3 = V_1 ;
if ( ! L_3 )
{
goto IL_001e ;
}
}
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___value0 ;
float L_5 = V_0 ;
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = Vector3_op_Division_mDF34F1CC445981B4D1137765BC6277419E561624 ( L_4 , L_5 , /*hidden argument*/ NULL ) ;
V_2 = L_6 ;
goto IL_0026 ;
}
IL_001e :
{
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 ( /*hidden argument*/ NULL ) ;
V_2 = L_7 ;
goto IL_0026 ;
}
IL_0026 :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = V_2 ;
return L_8 ;
}
}
// System.Void UnityEngine.Vector3::Normalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3_Normalize_m174460238EC6322B9095A378AA8624B1DD9000F3 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_Normalize_m174460238EC6322B9095A378AA8624B1DD9000F3_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
float V_0 = 0.0f ;
bool V_1 = false ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ( * ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ) __this ) ;
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
float L_1 = Vector3_Magnitude_m3958BE20951093E6B035C5F90493027063B39437 ( L_0 , /*hidden argument*/ NULL ) ;
V_0 = L_1 ;
float L_2 = V_0 ;
V_1 = ( bool ) ( ( ( ( float ) L_2 ) > ( ( float ) ( 1.0E-05 f ) ) ) ? 1 : 0 ) ;
bool L_3 = V_1 ;
if ( ! L_3 )
{
goto IL_002d ;
}
}
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ( * ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ) __this ) ;
float L_5 = V_0 ;
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = Vector3_op_Division_mDF34F1CC445981B4D1137765BC6277419E561624 ( L_4 , L_5 , /*hidden argument*/ NULL ) ;
* ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ) __this = L_6 ;
goto IL_0038 ;
}
IL_002d :
{
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 ( /*hidden argument*/ NULL ) ;
* ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ) __this = L_7 ;
}
IL_0038 :
{
return ;
}
}
IL2CPP_EXTERN_C void Vector3_Normalize_m174460238EC6322B9095A378AA8624B1DD9000F3_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * _thisAdjusted = reinterpret_cast < Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * > ( __this + _offset ) ;
Vector3_Normalize_m174460238EC6322B9095A378AA8624B1DD9000F3 ( _thisAdjusted , method ) ;
}
// UnityEngine.Vector3 UnityEngine.Vector3::get_normalized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_normalized_mE20796F1D2D36244FACD4D14DADB245BE579849B ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_get_normalized_mE20796F1D2D36244FACD4D14DADB245BE579849B_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ( * ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ) __this ) ;
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Vector3_Normalize_mDEA51D0C131125535DA2B49B7281E0086ED583DC ( L_0 , /*hidden argument*/ NULL ) ;
V_0 = L_1 ;
goto IL_000f ;
}
IL_000f :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = V_0 ;
return L_2 ;
}
}
IL2CPP_EXTERN_C Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_normalized_mE20796F1D2D36244FACD4D14DADB245BE579849B_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * _thisAdjusted = reinterpret_cast < Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * > ( __this + _offset ) ;
return Vector3_get_normalized_mE20796F1D2D36244FACD4D14DADB245BE579849B ( _thisAdjusted , method ) ;
}
// System.Single UnityEngine.Vector3::Dot(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Dot_m0C530E1C51278DE28B77906D56356506232272C1 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___lhs0 , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rhs1 , const RuntimeMethod * method )
{
float V_0 = 0.0f ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___lhs0 ;
float L_1 = L_0 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___rhs1 ;
float L_3 = L_2 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___lhs0 ;
float L_5 = L_4 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ___rhs1 ;
float L_7 = L_6 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = ___lhs0 ;
float L_9 = L_8 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = ___rhs1 ;
float L_11 = L_10 . get_z_4 ( ) ;
V_0 = ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_1 , ( float ) L_3 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_5 , ( float ) L_7 ) ) ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_9 , ( float ) L_11 ) ) ) ) ;
goto IL_002d ;
}
IL_002d :
{
float L_12 = V_0 ;
return L_12 ;
}
}
// System.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Distance_mE316E10B9B319A5C2A29F86E028740FD528149E7 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0 , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_Distance_mE316E10B9B319A5C2A29F86E028740FD528149E7_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
float V_0 = 0.0f ;
float V_1 = 0.0f ;
float V_2 = 0.0f ;
float V_3 = 0.0f ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___a0 ;
float L_1 = L_0 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___b1 ;
float L_3 = L_2 . get_x_2 ( ) ;
V_0 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_1 , ( float ) L_3 ) ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___a0 ;
float L_5 = L_4 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ___b1 ;
float L_7 = L_6 . get_y_3 ( ) ;
V_1 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_5 , ( float ) L_7 ) ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = ___a0 ;
float L_9 = L_8 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = ___b1 ;
float L_11 = L_10 . get_z_4 ( ) ;
V_2 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_9 , ( float ) L_11 ) ) ;
float L_12 = V_0 ;
float L_13 = V_0 ;
float L_14 = V_1 ;
float L_15 = V_1 ;
float L_16 = V_2 ;
float L_17 = V_2 ;
IL2CPP_RUNTIME_CLASS_INIT ( Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var ) ;
double L_18 = sqrt ( ( ( ( double ) ( ( double ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_12 , ( float ) L_13 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_14 , ( float ) L_15 ) ) ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_16 , ( float ) L_17 ) ) ) ) ) ) ) ) ;
V_3 = ( ( ( float ) ( ( float ) L_18 ) ) ) ;
goto IL_0040 ;
}
IL_0040 :
{
float L_19 = V_3 ;
return L_19 ;
}
}
// System.Single UnityEngine.Vector3::Magnitude(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Magnitude_m3958BE20951093E6B035C5F90493027063B39437 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___vector0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_Magnitude_m3958BE20951093E6B035C5F90493027063B39437_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
float V_0 = 0.0f ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___vector0 ;
float L_1 = L_0 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___vector0 ;
float L_3 = L_2 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___vector0 ;
float L_5 = L_4 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ___vector0 ;
float L_7 = L_6 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = ___vector0 ;
float L_9 = L_8 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = ___vector0 ;
float L_11 = L_10 . get_z_4 ( ) ;
IL2CPP_RUNTIME_CLASS_INIT ( Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var ) ;
double L_12 = sqrt ( ( ( ( double ) ( ( double ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_1 , ( float ) L_3 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_5 , ( float ) L_7 ) ) ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_9 , ( float ) L_11 ) ) ) ) ) ) ) ) ;
V_0 = ( ( ( float ) ( ( float ) L_12 ) ) ) ;
goto IL_0034 ;
}
IL_0034 :
{
float L_13 = V_0 ;
return L_13 ;
}
}
// System.Single UnityEngine.Vector3::get_magnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_magnitude_m9A750659B60C5FE0C30438A7F9681775D5DB1274 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_get_magnitude_m9A750659B60C5FE0C30438A7F9681775D5DB1274_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
float V_0 = 0.0f ;
{
float L_0 = __this - > get_x_2 ( ) ;
float L_1 = __this - > get_x_2 ( ) ;
float L_2 = __this - > get_y_3 ( ) ;
float L_3 = __this - > get_y_3 ( ) ;
float L_4 = __this - > get_z_4 ( ) ;
float L_5 = __this - > get_z_4 ( ) ;
IL2CPP_RUNTIME_CLASS_INIT ( Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var ) ;
double L_6 = sqrt ( ( ( ( double ) ( ( double ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_0 , ( float ) L_1 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_2 , ( float ) L_3 ) ) ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_4 , ( float ) L_5 ) ) ) ) ) ) ) ) ;
V_0 = ( ( ( float ) ( ( float ) L_6 ) ) ) ;
goto IL_0034 ;
}
IL_0034 :
{
float L_7 = V_0 ;
return L_7 ;
}
}
IL2CPP_EXTERN_C float Vector3_get_magnitude_m9A750659B60C5FE0C30438A7F9681775D5DB1274_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * _thisAdjusted = reinterpret_cast < Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * > ( __this + _offset ) ;
return Vector3_get_magnitude_m9A750659B60C5FE0C30438A7F9681775D5DB1274 ( _thisAdjusted , method ) ;
}
2025-09-12 02:28:56 +08:00
// System.Single UnityEngine.Vector3::get_sqrMagnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_m1C6E190B4A933A183B308736DEC0DD64B0588968 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , const RuntimeMethod * method )
{
float V_0 = 0.0f ;
{
float L_0 = __this - > get_x_2 ( ) ;
float L_1 = __this - > get_x_2 ( ) ;
float L_2 = __this - > get_y_3 ( ) ;
float L_3 = __this - > get_y_3 ( ) ;
float L_4 = __this - > get_z_4 ( ) ;
float L_5 = __this - > get_z_4 ( ) ;
V_0 = ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_0 , ( float ) L_1 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_2 , ( float ) L_3 ) ) ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_4 , ( float ) L_5 ) ) ) ) ;
goto IL_002d ;
}
IL_002d :
{
float L_6 = V_0 ;
return L_6 ;
}
}
IL2CPP_EXTERN_C float Vector3_get_sqrMagnitude_m1C6E190B4A933A183B308736DEC0DD64B0588968_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * _thisAdjusted = reinterpret_cast < Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * > ( __this + _offset ) ;
return Vector3_get_sqrMagnitude_m1C6E190B4A933A183B308736DEC0DD64B0588968 ( _thisAdjusted , method ) ;
}
2025-06-20 11:52:54 +08:00
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > get_zeroVector_5 ( ) ;
V_0 = L_0 ;
goto IL_0009 ;
}
IL_0009 :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = V_0 ;
return L_1 ;
}
}
// UnityEngine.Vector3 UnityEngine.Vector3::get_one()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_one_mA11B83037CB269C6076CBCF754E24C8F3ACEC2AB ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_get_one_mA11B83037CB269C6076CBCF754E24C8F3ACEC2AB_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > get_oneVector_6 ( ) ;
V_0 = L_0 ;
goto IL_0009 ;
}
IL_0009 :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = V_0 ;
return L_1 ;
}
}
// UnityEngine.Vector3 UnityEngine.Vector3::get_forward()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_forward_m3E2E192B3302130098738C308FA1EE1439449D0D ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_get_forward_m3E2E192B3302130098738C308FA1EE1439449D0D_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > get_forwardVector_11 ( ) ;
V_0 = L_0 ;
goto IL_0009 ;
}
IL_0009 :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = V_0 ;
return L_1 ;
}
}
// UnityEngine.Vector3 UnityEngine.Vector3::get_back()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_back_mE7EF8625637E6F8B9E6B42A6AE140777C51E02F7 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_get_back_mE7EF8625637E6F8B9E6B42A6AE140777C51E02F7_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > get_backVector_12 ( ) ;
V_0 = L_0 ;
goto IL_0009 ;
}
IL_0009 :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = V_0 ;
return L_1 ;
}
}
// UnityEngine.Vector3 UnityEngine.Vector3::get_up()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_up_m6309EBC4E42D6D0B3D28056BD23D0331275306F7 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_get_up_m6309EBC4E42D6D0B3D28056BD23D0331275306F7_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > get_upVector_7 ( ) ;
V_0 = L_0 ;
goto IL_0009 ;
}
IL_0009 :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = V_0 ;
return L_1 ;
}
}
// UnityEngine.Vector3 UnityEngine.Vector3::get_right()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_right_m6DD9559CA0C75BBA42D9140021C4C2A9AAA9B3F5 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_get_right_m6DD9559CA0C75BBA42D9140021C4C2A9AAA9B3F5_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > get_rightVector_10 ( ) ;
V_0 = L_0 ;
goto IL_0009 ;
}
IL_0009 :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = V_0 ;
return L_1 ;
}
}
// UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0 , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1 , const RuntimeMethod * method )
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___a0 ;
float L_1 = L_0 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___b1 ;
float L_3 = L_2 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___a0 ;
float L_5 = L_4 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ___b1 ;
float L_7 = L_6 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = ___a0 ;
float L_9 = L_8 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = ___b1 ;
float L_11 = L_10 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_12 ;
memset ( ( & L_12 ) , 0 , sizeof ( L_12 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_12 ) , ( ( float ) il2cpp_codegen_add ( ( float ) L_1 , ( float ) L_3 ) ) , ( ( float ) il2cpp_codegen_add ( ( float ) L_5 , ( float ) L_7 ) ) , ( ( float ) il2cpp_codegen_add ( ( float ) L_9 , ( float ) L_11 ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_12 ;
goto IL_0030 ;
}
IL_0030 :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13 = V_0 ;
return L_13 ;
}
}
// UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0 , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1 , const RuntimeMethod * method )
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___a0 ;
float L_1 = L_0 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___b1 ;
float L_3 = L_2 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___a0 ;
float L_5 = L_4 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ___b1 ;
float L_7 = L_6 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = ___a0 ;
float L_9 = L_8 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = ___b1 ;
float L_11 = L_10 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_12 ;
memset ( ( & L_12 ) , 0 , sizeof ( L_12 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_12 ) , ( ( float ) il2cpp_codegen_subtract ( ( float ) L_1 , ( float ) L_3 ) ) , ( ( float ) il2cpp_codegen_subtract ( ( float ) L_5 , ( float ) L_7 ) ) , ( ( float ) il2cpp_codegen_subtract ( ( float ) L_9 , ( float ) L_11 ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_12 ;
goto IL_0030 ;
}
IL_0030 :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13 = V_0 ;
return L_13 ;
}
}
// 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 )
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___a0 ;
float L_1 = L_0 . get_x_2 ( ) ;
float L_2 = ___d1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = ___a0 ;
float L_4 = L_3 . get_y_3 ( ) ;
float L_5 = ___d1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ___a0 ;
float L_7 = L_6 . get_z_4 ( ) ;
float L_8 = ___d1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 ;
memset ( ( & L_9 ) , 0 , sizeof ( L_9 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_9 ) , ( ( float ) il2cpp_codegen_multiply ( ( float ) L_1 , ( float ) L_2 ) ) , ( ( float ) il2cpp_codegen_multiply ( ( float ) L_4 , ( float ) L_5 ) ) , ( ( float ) il2cpp_codegen_multiply ( ( float ) L_7 , ( float ) L_8 ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_9 ;
goto IL_0021 ;
}
IL_0021 :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_0 ;
return L_10 ;
}
}
// UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(System.Single,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Multiply_mC7A8D6FD19E58DBF98E30D454F59F142F7BF8839 ( float ___d0 , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a1 , const RuntimeMethod * method )
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___a1 ;
float L_1 = L_0 . get_x_2 ( ) ;
float L_2 = ___d0 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = ___a1 ;
float L_4 = L_3 . get_y_3 ( ) ;
float L_5 = ___d0 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ___a1 ;
float L_7 = L_6 . get_z_4 ( ) ;
float L_8 = ___d0 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 ;
memset ( ( & L_9 ) , 0 , sizeof ( L_9 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_9 ) , ( ( float ) il2cpp_codegen_multiply ( ( float ) L_1 , ( float ) L_2 ) ) , ( ( float ) il2cpp_codegen_multiply ( ( float ) L_4 , ( float ) L_5 ) ) , ( ( float ) il2cpp_codegen_multiply ( ( float ) L_7 , ( float ) L_8 ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_9 ;
goto IL_0021 ;
}
IL_0021 :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_0 ;
return L_10 ;
}
}
// UnityEngine.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Division_mDF34F1CC445981B4D1137765BC6277419E561624 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0 , float ___d1 , const RuntimeMethod * method )
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___a0 ;
float L_1 = L_0 . get_x_2 ( ) ;
float L_2 = ___d1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = ___a0 ;
float L_4 = L_3 . get_y_3 ( ) ;
float L_5 = ___d1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ___a0 ;
float L_7 = L_6 . get_z_4 ( ) ;
float L_8 = ___d1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 ;
memset ( ( & L_9 ) , 0 , sizeof ( L_9 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_9 ) , ( ( float ) ( ( float ) L_1 / ( float ) L_2 ) ) , ( ( float ) ( ( float ) L_4 / ( float ) L_5 ) ) , ( ( float ) ( ( float ) L_7 / ( float ) L_8 ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_9 ;
goto IL_0021 ;
}
IL_0021 :
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_0 ;
return L_10 ;
}
}
// System.Boolean UnityEngine.Vector3::op_Equality(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3_op_Equality_mA9E2F96E98E71AE7ACCE74766D700D41F0404806 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___lhs0 , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rhs1 , const RuntimeMethod * method )
{
float V_0 = 0.0f ;
float V_1 = 0.0f ;
float V_2 = 0.0f ;
float V_3 = 0.0f ;
bool V_4 = false ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___lhs0 ;
float L_1 = L_0 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___rhs1 ;
float L_3 = L_2 . get_x_2 ( ) ;
V_0 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_1 , ( float ) L_3 ) ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___lhs0 ;
float L_5 = L_4 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ___rhs1 ;
float L_7 = L_6 . get_y_3 ( ) ;
V_1 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_5 , ( float ) L_7 ) ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = ___lhs0 ;
float L_9 = L_8 . get_z_4 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = ___rhs1 ;
float L_11 = L_10 . get_z_4 ( ) ;
V_2 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_9 , ( float ) L_11 ) ) ;
float L_12 = V_0 ;
float L_13 = V_0 ;
float L_14 = V_1 ;
float L_15 = V_1 ;
float L_16 = V_2 ;
float L_17 = V_2 ;
V_3 = ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_12 , ( float ) L_13 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_14 , ( float ) L_15 ) ) ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_16 , ( float ) L_17 ) ) ) ) ;
float L_18 = V_3 ;
V_4 = ( bool ) ( ( ( ( float ) L_18 ) < ( ( float ) ( 9.99999944E-11 f ) ) ) ? 1 : 0 ) ;
goto IL_0043 ;
}
IL_0043 :
{
bool L_19 = V_4 ;
return L_19 ;
}
}
// System.Boolean UnityEngine.Vector3::op_Inequality(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3_op_Inequality_mFEEAA4C4BF743FB5B8A47FF4967A5E2C73273D6E ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___lhs0 , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rhs1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_op_Inequality_mFEEAA4C4BF743FB5B8A47FF4967A5E2C73273D6E_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___lhs0 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = ___rhs1 ;
IL2CPP_RUNTIME_CLASS_INIT ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ;
bool L_2 = Vector3_op_Equality_mA9E2F96E98E71AE7ACCE74766D700D41F0404806 ( 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 ;
}
}
// System.String UnityEngine.Vector3::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Vector3_ToString_m2682D27AB50CD1CE4677C38D0720A302D582348D ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3_ToString_m2682D27AB50CD1CE4677C38D0720A302D582348D_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 ) 3 ) ;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_1 = L_0 ;
float L_2 = __this - > get_x_2 ( ) ;
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 < il2cpp_array_size_t > ( 0 ) , ( RuntimeObject * ) L_4 ) ;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_5 = L_1 ;
float L_6 = __this - > get_y_3 ( ) ;
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 < il2cpp_array_size_t > ( 1 ) , ( RuntimeObject * ) L_8 ) ;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_9 = L_5 ;
float L_10 = __this - > get_z_4 ( ) ;
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 < il2cpp_array_size_t > ( 2 ) , ( RuntimeObject * ) L_12 ) ;
String_t * L_13 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387 ( _stringLiteral4933CA96CF0AAE548DADE4A62F9E8129B5F1CC51 , L_9 , /*hidden argument*/ NULL ) ;
V_0 = L_13 ;
goto IL_003e ;
}
IL_003e :
{
String_t * L_14 = V_0 ;
return L_14 ;
}
}
IL2CPP_EXTERN_C String_t * Vector3_ToString_m2682D27AB50CD1CE4677C38D0720A302D582348D_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * _thisAdjusted = reinterpret_cast < Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * > ( __this + _offset ) ;
return Vector3_ToString_m2682D27AB50CD1CE4677C38D0720A302D582348D ( _thisAdjusted , method ) ;
}
// System.Void UnityEngine.Vector3::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__cctor_m83F3F89A8A8AFDBB54273660ABCA2E5AE1EAFDBD ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3__cctor_m83F3F89A8A8AFDBB54273660ABCA2E5AE1EAFDBD_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 ;
memset ( ( & L_0 ) , 0 , sizeof ( L_0 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_0 ) , ( 0.0f ) , ( 0.0f ) , ( 0.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > set_zeroVector_5 ( L_0 ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 ;
memset ( ( & L_1 ) , 0 , sizeof ( L_1 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_1 ) , ( 1.0f ) , ( 1.0f ) , ( 1.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > set_oneVector_6 ( L_1 ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 ;
memset ( ( & L_2 ) , 0 , sizeof ( L_2 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_2 ) , ( 0.0f ) , ( 1.0f ) , ( 0.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > set_upVector_7 ( L_2 ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 ;
memset ( ( & L_3 ) , 0 , sizeof ( L_3 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_3 ) , ( 0.0f ) , ( - 1.0f ) , ( 0.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > set_downVector_8 ( L_3 ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 ;
memset ( ( & L_4 ) , 0 , sizeof ( L_4 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_4 ) , ( - 1.0f ) , ( 0.0f ) , ( 0.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > set_leftVector_9 ( L_4 ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 ;
memset ( ( & L_5 ) , 0 , sizeof ( L_5 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_5 ) , ( 1.0f ) , ( 0.0f ) , ( 0.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > set_rightVector_10 ( L_5 ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 ;
memset ( ( & L_6 ) , 0 , sizeof ( L_6 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_6 ) , ( 0.0f ) , ( 0.0f ) , ( 1.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > set_forwardVector_11 ( L_6 ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 ;
memset ( ( & L_7 ) , 0 , sizeof ( L_7 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_7 ) , ( 0.0f ) , ( 0.0f ) , ( - 1.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > set_backVector_12 ( L_7 ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 ;
memset ( ( & L_8 ) , 0 , sizeof ( L_8 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_8 ) , ( std : : numeric_limits < float > : : infinity ( ) ) , ( std : : numeric_limits < float > : : infinity ( ) ) , ( std : : numeric_limits < float > : : infinity ( ) ) , /*hidden argument*/ NULL ) ;
( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > set_positiveInfinityVector_13 ( L_8 ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 ;
memset ( ( & L_9 ) , 0 , sizeof ( L_9 ) ) ;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 ( ( & L_9 ) , ( - std : : numeric_limits < float > : : infinity ( ) ) , ( - std : : numeric_limits < float > : : infinity ( ) ) , ( - std : : numeric_limits < float > : : infinity ( ) ) , /*hidden argument*/ NULL ) ;
( ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var ) ) - > set_negativeInfinityVector_14 ( L_9 ) ;
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.Vector3Int::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3Int_get_x_m23CB00F1579FD4CE86291940E2E75FB13405D53A ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , const RuntimeMethod * method )
{
int32_t V_0 = 0 ;
{
int32_t L_0 = __this - > get_m_X_0 ( ) ;
V_0 = L_0 ;
goto IL_000a ;
}
IL_000a :
{
int32_t L_1 = V_0 ;
return L_1 ;
}
}
IL2CPP_EXTERN_C int32_t Vector3Int_get_x_m23CB00F1579FD4CE86291940E2E75FB13405D53A_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * _thisAdjusted = reinterpret_cast < Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * > ( __this + _offset ) ;
return Vector3Int_get_x_m23CB00F1579FD4CE86291940E2E75FB13405D53A ( _thisAdjusted , method ) ;
}
// System.Int32 UnityEngine.Vector3Int::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3Int_get_y_m1C2F0AB641A167DF22F9C3C57092EC05AEF8CA26 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , const RuntimeMethod * method )
{
int32_t V_0 = 0 ;
{
int32_t L_0 = __this - > get_m_Y_1 ( ) ;
V_0 = L_0 ;
goto IL_000a ;
}
IL_000a :
{
int32_t L_1 = V_0 ;
return L_1 ;
}
}
IL2CPP_EXTERN_C int32_t Vector3Int_get_y_m1C2F0AB641A167DF22F9C3C57092EC05AEF8CA26_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * _thisAdjusted = reinterpret_cast < Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * > ( __this + _offset ) ;
return Vector3Int_get_y_m1C2F0AB641A167DF22F9C3C57092EC05AEF8CA26 ( _thisAdjusted , method ) ;
}
// System.Int32 UnityEngine.Vector3Int::get_z()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3Int_get_z_m9A88DC2346FD1838EC611CC8AB2FC29951E94183 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , const RuntimeMethod * method )
{
int32_t V_0 = 0 ;
{
int32_t L_0 = __this - > get_m_Z_2 ( ) ;
V_0 = L_0 ;
goto IL_000a ;
}
IL_000a :
{
int32_t L_1 = V_0 ;
return L_1 ;
}
}
IL2CPP_EXTERN_C int32_t Vector3Int_get_z_m9A88DC2346FD1838EC611CC8AB2FC29951E94183_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * _thisAdjusted = reinterpret_cast < Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * > ( __this + _offset ) ;
return Vector3Int_get_z_m9A88DC2346FD1838EC611CC8AB2FC29951E94183 ( _thisAdjusted , method ) ;
}
// System.Void UnityEngine.Vector3Int::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3Int__ctor_m171D642C38B163B353DAE9CCE90ACFE0894C1156 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , int32_t ___x0 , int32_t ___y1 , int32_t ___z2 , const RuntimeMethod * method )
{
{
int32_t L_0 = ___x0 ;
__this - > set_m_X_0 ( L_0 ) ;
int32_t L_1 = ___y1 ;
__this - > set_m_Y_1 ( L_1 ) ;
int32_t L_2 = ___z2 ;
__this - > set_m_Z_2 ( L_2 ) ;
return ;
}
}
IL2CPP_EXTERN_C void Vector3Int__ctor_m171D642C38B163B353DAE9CCE90ACFE0894C1156_AdjustorThunk ( RuntimeObject * __this , int32_t ___x0 , int32_t ___y1 , int32_t ___z2 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * _thisAdjusted = reinterpret_cast < Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * > ( __this + _offset ) ;
Vector3Int__ctor_m171D642C38B163B353DAE9CCE90ACFE0894C1156 ( _thisAdjusted , ___x0 , ___y1 , ___z2 , method ) ;
}
// System.Boolean UnityEngine.Vector3Int::op_Equality(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3Int_op_Equality_mC2E3A3395AC3E18397283F3CBEA7167B2E463DFC ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___lhs0 , Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___rhs1 , const RuntimeMethod * method )
{
bool V_0 = false ;
int32_t G_B4_0 = 0 ;
{
int32_t L_0 = Vector3Int_get_x_m23CB00F1579FD4CE86291940E2E75FB13405D53A ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) ( & ___lhs0 ) , /*hidden argument*/ NULL ) ;
int32_t L_1 = Vector3Int_get_x_m23CB00F1579FD4CE86291940E2E75FB13405D53A ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) ( & ___rhs1 ) , /*hidden argument*/ NULL ) ;
if ( ( ! ( ( ( uint32_t ) L_0 ) = = ( ( uint32_t ) L_1 ) ) ) )
{
goto IL_0033 ;
}
}
{
int32_t L_2 = Vector3Int_get_y_m1C2F0AB641A167DF22F9C3C57092EC05AEF8CA26 ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) ( & ___lhs0 ) , /*hidden argument*/ NULL ) ;
int32_t L_3 = Vector3Int_get_y_m1C2F0AB641A167DF22F9C3C57092EC05AEF8CA26 ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) ( & ___rhs1 ) , /*hidden argument*/ NULL ) ;
if ( ( ! ( ( ( uint32_t ) L_2 ) = = ( ( uint32_t ) L_3 ) ) ) )
{
goto IL_0033 ;
}
}
{
int32_t L_4 = Vector3Int_get_z_m9A88DC2346FD1838EC611CC8AB2FC29951E94183 ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) ( & ___lhs0 ) , /*hidden argument*/ NULL ) ;
int32_t L_5 = Vector3Int_get_z_m9A88DC2346FD1838EC611CC8AB2FC29951E94183 ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) ( & ___rhs1 ) , /*hidden argument*/ NULL ) ;
G_B4_0 = ( ( ( ( int32_t ) L_4 ) = = ( ( int32_t ) L_5 ) ) ? 1 : 0 ) ;
goto IL_0034 ;
}
IL_0033 :
{
G_B4_0 = 0 ;
}
IL_0034 :
{
V_0 = ( bool ) G_B4_0 ;
goto IL_0037 ;
}
IL_0037 :
{
bool L_6 = V_0 ;
return L_6 ;
}
}
// System.Boolean UnityEngine.Vector3Int::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3Int_Equals_m704D204F83B9C64C7AF06152F98B542C5C400DC7 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , RuntimeObject * ___other0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3Int_Equals_m704D204F83B9C64C7AF06152F98B542C5C400DC7_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 , Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_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 = Vector3Int_Equals_m9F98F28666ADF5AD0575C4CABAF6881F1317D4C1 ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) __this , ( ( * ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) UnBox ( L_2 , Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_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 Vector3Int_Equals_m704D204F83B9C64C7AF06152F98B542C5C400DC7_AdjustorThunk ( RuntimeObject * __this , RuntimeObject * ___other0 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * _thisAdjusted = reinterpret_cast < Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * > ( __this + _offset ) ;
return Vector3Int_Equals_m704D204F83B9C64C7AF06152F98B542C5C400DC7 ( _thisAdjusted , ___other0 , method ) ;
}
// System.Boolean UnityEngine.Vector3Int::Equals(UnityEngine.Vector3Int)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3Int_Equals_m9F98F28666ADF5AD0575C4CABAF6881F1317D4C1 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___other0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3Int_Equals_m9F98F28666ADF5AD0575C4CABAF6881F1317D4C1_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
{
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 L_0 = ( * ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) __this ) ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 L_1 = ___other0 ;
IL2CPP_RUNTIME_CLASS_INIT ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_il2cpp_TypeInfo_var ) ;
bool L_2 = Vector3Int_op_Equality_mC2E3A3395AC3E18397283F3CBEA7167B2E463DFC ( 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 Vector3Int_Equals_m9F98F28666ADF5AD0575C4CABAF6881F1317D4C1_AdjustorThunk ( RuntimeObject * __this , Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___other0 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * _thisAdjusted = reinterpret_cast < Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * > ( __this + _offset ) ;
return Vector3Int_Equals_m9F98F28666ADF5AD0575C4CABAF6881F1317D4C1 ( _thisAdjusted , ___other0 , method ) ;
}
// System.Int32 UnityEngine.Vector3Int::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3Int_GetHashCode_m6CDE2FEC995180949111253817BD0E4ECE7EAE3D ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , const RuntimeMethod * method )
{
int32_t V_0 = 0 ;
int32_t V_1 = 0 ;
int32_t V_2 = 0 ;
int32_t V_3 = 0 ;
{
int32_t L_0 = Vector3Int_get_y_m1C2F0AB641A167DF22F9C3C57092EC05AEF8CA26 ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) __this , /*hidden argument*/ NULL ) ;
V_2 = L_0 ;
int32_t L_1 = Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A ( ( int32_t * ) ( & V_2 ) , /*hidden argument*/ NULL ) ;
V_0 = L_1 ;
int32_t L_2 = Vector3Int_get_z_m9A88DC2346FD1838EC611CC8AB2FC29951E94183 ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) __this , /*hidden argument*/ NULL ) ;
V_2 = L_2 ;
int32_t L_3 = Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A ( ( int32_t * ) ( & V_2 ) , /*hidden argument*/ NULL ) ;
V_1 = L_3 ;
int32_t L_4 = Vector3Int_get_x_m23CB00F1579FD4CE86291940E2E75FB13405D53A ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) __this , /*hidden argument*/ NULL ) ;
V_2 = L_4 ;
int32_t L_5 = Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A ( ( int32_t * ) ( & V_2 ) , /*hidden argument*/ NULL ) ;
int32_t L_6 = V_0 ;
int32_t L_7 = V_0 ;
int32_t L_8 = V_1 ;
int32_t L_9 = V_1 ;
V_3 = ( ( int32_t ) ( ( int32_t ) ( ( int32_t ) ( ( int32_t ) ( ( int32_t ) ( ( int32_t ) ( ( int32_t ) ( ( int32_t ) L_5 ^ ( int32_t ) ( ( int32_t ) ( ( int32_t ) L_6 < < ( int32_t ) 4 ) ) ) ) ^ ( int32_t ) ( ( int32_t ) ( ( int32_t ) L_7 > > ( int32_t ) ( ( int32_t ) 28 ) ) ) ) ) ^ ( int32_t ) ( ( int32_t ) ( ( int32_t ) L_8 > > ( int32_t ) 4 ) ) ) ) ^ ( int32_t ) ( ( int32_t ) ( ( int32_t ) L_9 < < ( int32_t ) ( ( int32_t ) 28 ) ) ) ) ) ;
goto IL_0042 ;
}
IL_0042 :
{
int32_t L_10 = V_3 ;
return L_10 ;
}
}
IL2CPP_EXTERN_C int32_t Vector3Int_GetHashCode_m6CDE2FEC995180949111253817BD0E4ECE7EAE3D_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * _thisAdjusted = reinterpret_cast < Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * > ( __this + _offset ) ;
return Vector3Int_GetHashCode_m6CDE2FEC995180949111253817BD0E4ECE7EAE3D ( _thisAdjusted , method ) ;
}
// System.String UnityEngine.Vector3Int::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Vector3Int_ToString_m08AB1BE6A674B2669839B1C44ACCF6D85EBCFB91 ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3Int_ToString_m08AB1BE6A674B2669839B1C44ACCF6D85EBCFB91_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 ) 3 ) ;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_1 = L_0 ;
int32_t L_2 = Vector3Int_get_x_m23CB00F1579FD4CE86291940E2E75FB13405D53A ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) __this , /*hidden argument*/ NULL ) ;
int32_t L_3 = L_2 ;
RuntimeObject * L_4 = Box ( Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var , & L_3 ) ;
NullCheck ( L_1 ) ;
ArrayElementTypeCheck ( L_1 , L_4 ) ;
( L_1 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 0 ) , ( RuntimeObject * ) L_4 ) ;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_5 = L_1 ;
int32_t L_6 = Vector3Int_get_y_m1C2F0AB641A167DF22F9C3C57092EC05AEF8CA26 ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) __this , /*hidden argument*/ NULL ) ;
int32_t L_7 = L_6 ;
RuntimeObject * L_8 = Box ( Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var , & L_7 ) ;
NullCheck ( L_5 ) ;
ArrayElementTypeCheck ( L_5 , L_8 ) ;
( L_5 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 1 ) , ( RuntimeObject * ) L_8 ) ;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_9 = L_5 ;
int32_t L_10 = Vector3Int_get_z_m9A88DC2346FD1838EC611CC8AB2FC29951E94183 ( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * ) __this , /*hidden argument*/ NULL ) ;
int32_t L_11 = L_10 ;
RuntimeObject * L_12 = Box ( Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var , & L_11 ) ;
NullCheck ( L_9 ) ;
ArrayElementTypeCheck ( L_9 , L_12 ) ;
( L_9 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 2 ) , ( RuntimeObject * ) L_12 ) ;
String_t * L_13 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387 ( _stringLiteralA1AB8D43BB437DC1B58FC2E16B8304F6AB2BDA8F , L_9 , /*hidden argument*/ NULL ) ;
V_0 = L_13 ;
goto IL_003e ;
}
IL_003e :
{
String_t * L_14 = V_0 ;
return L_14 ;
}
}
IL2CPP_EXTERN_C String_t * Vector3Int_ToString_m08AB1BE6A674B2669839B1C44ACCF6D85EBCFB91_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * _thisAdjusted = reinterpret_cast < Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * > ( __this + _offset ) ;
return Vector3Int_ToString_m08AB1BE6A674B2669839B1C44ACCF6D85EBCFB91 ( _thisAdjusted , method ) ;
}
// System.Void UnityEngine.Vector3Int::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3Int__cctor_m0EE114B6FDC7C783EF7B206D4E25F5CE900003C9 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector3Int__cctor_m0EE114B6FDC7C783EF7B206D4E25F5CE900003C9_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 L_0 ;
memset ( ( & L_0 ) , 0 , sizeof ( L_0 ) ) ;
Vector3Int__ctor_m171D642C38B163B353DAE9CCE90ACFE0894C1156 ( ( & L_0 ) , 0 , 0 , 0 , /*hidden argument*/ NULL ) ;
( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_il2cpp_TypeInfo_var ) ) - > set_s_Zero_3 ( L_0 ) ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 L_1 ;
memset ( ( & L_1 ) , 0 , sizeof ( L_1 ) ) ;
Vector3Int__ctor_m171D642C38B163B353DAE9CCE90ACFE0894C1156 ( ( & L_1 ) , 1 , 1 , 1 , /*hidden argument*/ NULL ) ;
( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_il2cpp_TypeInfo_var ) ) - > set_s_One_4 ( L_1 ) ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 L_2 ;
memset ( ( & L_2 ) , 0 , sizeof ( L_2 ) ) ;
Vector3Int__ctor_m171D642C38B163B353DAE9CCE90ACFE0894C1156 ( ( & L_2 ) , 0 , 1 , 0 , /*hidden argument*/ NULL ) ;
( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_il2cpp_TypeInfo_var ) ) - > set_s_Up_5 ( L_2 ) ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 L_3 ;
memset ( ( & L_3 ) , 0 , sizeof ( L_3 ) ) ;
Vector3Int__ctor_m171D642C38B163B353DAE9CCE90ACFE0894C1156 ( ( & L_3 ) , 0 , ( - 1 ) , 0 , /*hidden argument*/ NULL ) ;
( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_il2cpp_TypeInfo_var ) ) - > set_s_Down_6 ( L_3 ) ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 L_4 ;
memset ( ( & L_4 ) , 0 , sizeof ( L_4 ) ) ;
Vector3Int__ctor_m171D642C38B163B353DAE9CCE90ACFE0894C1156 ( ( & L_4 ) , ( - 1 ) , 0 , 0 , /*hidden argument*/ NULL ) ;
( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_il2cpp_TypeInfo_var ) ) - > set_s_Left_7 ( L_4 ) ;
Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 L_5 ;
memset ( ( & L_5 ) , 0 , sizeof ( L_5 ) ) ;
Vector3Int__ctor_m171D642C38B163B353DAE9CCE90ACFE0894C1156 ( ( & L_5 ) , 1 , 0 , 0 , /*hidden argument*/ NULL ) ;
( ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_il2cpp_TypeInfo_var ) ) - > set_s_Right_8 ( L_5 ) ;
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.Single UnityEngine.Vector4::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector4_get_Item_m39878FDA732B20347BB37CD1485560E9267EDC98 ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this , int32_t ___index0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector4_get_Item_m39878FDA732B20347BB37CD1485560E9267EDC98_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
int32_t V_0 = 0 ;
float V_1 = 0.0f ;
{
int32_t L_0 = ___index0 ;
V_0 = L_0 ;
int32_t L_1 = V_0 ;
switch ( L_1 )
{
case 0 :
{
goto IL_001b ;
}
case 1 :
{
goto IL_0024 ;
}
case 2 :
{
goto IL_002d ;
}
case 3 :
{
goto IL_0036 ;
}
}
}
{
goto IL_003f ;
}
IL_001b :
{
float L_2 = __this - > get_x_1 ( ) ;
V_1 = L_2 ;
goto IL_004a ;
}
IL_0024 :
{
float L_3 = __this - > get_y_2 ( ) ;
V_1 = L_3 ;
goto IL_004a ;
}
IL_002d :
{
float L_4 = __this - > get_z_3 ( ) ;
V_1 = L_4 ;
goto IL_004a ;
}
IL_0036 :
{
float L_5 = __this - > get_w_4 ( ) ;
V_1 = L_5 ;
goto IL_004a ;
}
IL_003f :
{
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_6 = ( IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * ) il2cpp_codegen_object_new ( IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var ) ;
IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA ( L_6 , _stringLiteral890F52A3297E6020D62E0582519A9EA5B7A9ECF1 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_6 , Vector4_get_Item_m39878FDA732B20347BB37CD1485560E9267EDC98_RuntimeMethod_var ) ;
}
IL_004a :
{
float L_7 = V_1 ;
return L_7 ;
}
}
IL2CPP_EXTERN_C float Vector4_get_Item_m39878FDA732B20347BB37CD1485560E9267EDC98_AdjustorThunk ( RuntimeObject * __this , int32_t ___index0 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * _thisAdjusted = reinterpret_cast < Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * > ( __this + _offset ) ;
return Vector4_get_Item_m39878FDA732B20347BB37CD1485560E9267EDC98 ( _thisAdjusted , ___index0 , method ) ;
}
// System.Void UnityEngine.Vector4::set_Item(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4_set_Item_m56FB3A149299FEF1C0CF638CFAF71C7F0685EE45 ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this , int32_t ___index0 , float ___value1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector4_set_Item_m56FB3A149299FEF1C0CF638CFAF71C7F0685EE45_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
int32_t V_0 = 0 ;
{
int32_t L_0 = ___index0 ;
V_0 = L_0 ;
int32_t L_1 = V_0 ;
switch ( L_1 )
{
case 0 :
{
goto IL_001b ;
}
case 1 :
{
goto IL_0024 ;
}
case 2 :
{
goto IL_002d ;
}
case 3 :
{
goto IL_0036 ;
}
}
}
{
goto IL_003f ;
}
IL_001b :
{
float L_2 = ___value1 ;
__this - > set_x_1 ( L_2 ) ;
goto IL_004a ;
}
IL_0024 :
{
float L_3 = ___value1 ;
__this - > set_y_2 ( L_3 ) ;
goto IL_004a ;
}
IL_002d :
{
float L_4 = ___value1 ;
__this - > set_z_3 ( L_4 ) ;
goto IL_004a ;
}
IL_0036 :
{
float L_5 = ___value1 ;
__this - > set_w_4 ( L_5 ) ;
goto IL_004a ;
}
IL_003f :
{
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_6 = ( IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * ) il2cpp_codegen_object_new ( IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var ) ;
IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA ( L_6 , _stringLiteral890F52A3297E6020D62E0582519A9EA5B7A9ECF1 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_6 , Vector4_set_Item_m56FB3A149299FEF1C0CF638CFAF71C7F0685EE45_RuntimeMethod_var ) ;
}
IL_004a :
{
return ;
}
}
IL2CPP_EXTERN_C void Vector4_set_Item_m56FB3A149299FEF1C0CF638CFAF71C7F0685EE45_AdjustorThunk ( RuntimeObject * __this , int32_t ___index0 , float ___value1 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * _thisAdjusted = reinterpret_cast < Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * > ( __this + _offset ) ;
Vector4_set_Item_m56FB3A149299FEF1C0CF638CFAF71C7F0685EE45 ( _thisAdjusted , ___index0 , ___value1 , 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 )
{
{
float L_0 = ___x0 ;
__this - > set_x_1 ( L_0 ) ;
float L_1 = ___y1 ;
__this - > set_y_2 ( L_1 ) ;
float L_2 = ___z2 ;
__this - > set_z_3 ( L_2 ) ;
float L_3 = ___w3 ;
__this - > set_w_4 ( L_3 ) ;
return ;
}
}
IL2CPP_EXTERN_C void Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D_AdjustorThunk ( RuntimeObject * __this , float ___x0 , float ___y1 , float ___z2 , float ___w3 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * _thisAdjusted = reinterpret_cast < Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * > ( __this + _offset ) ;
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D ( _thisAdjusted , ___x0 , ___y1 , ___z2 , ___w3 , method ) ;
}
// System.Int32 UnityEngine.Vector4::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector4_GetHashCode_m7329FEA2E90CDBDBF4F09F51D92C87E08F5DC92E ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this , const RuntimeMethod * method )
{
int32_t V_0 = 0 ;
{
float * L_0 = __this - > get_address_of_x_1 ( ) ;
int32_t L_1 = Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 ( ( float * ) L_0 , /*hidden argument*/ NULL ) ;
float * L_2 = __this - > get_address_of_y_2 ( ) ;
int32_t L_3 = Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 ( ( float * ) L_2 , /*hidden argument*/ NULL ) ;
float * L_4 = __this - > get_address_of_z_3 ( ) ;
int32_t L_5 = Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 ( ( float * ) L_4 , /*hidden argument*/ NULL ) ;
float * L_6 = __this - > get_address_of_w_4 ( ) ;
int32_t L_7 = Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 ( ( float * ) L_6 , /*hidden argument*/ NULL ) ;
V_0 = ( ( int32_t ) ( ( int32_t ) ( ( int32_t ) ( ( int32_t ) ( ( int32_t ) ( ( int32_t ) L_1 ^ ( int32_t ) ( ( int32_t ) ( ( int32_t ) L_3 < < ( int32_t ) 2 ) ) ) ) ^ ( int32_t ) ( ( int32_t ) ( ( int32_t ) L_5 > > ( int32_t ) 2 ) ) ) ) ^ ( int32_t ) ( ( int32_t ) ( ( int32_t ) L_7 > > ( int32_t ) 1 ) ) ) ) ;
goto IL_0039 ;
}
IL_0039 :
{
int32_t L_8 = V_0 ;
return L_8 ;
}
}
IL2CPP_EXTERN_C int32_t Vector4_GetHashCode_m7329FEA2E90CDBDBF4F09F51D92C87E08F5DC92E_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * _thisAdjusted = reinterpret_cast < Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * > ( __this + _offset ) ;
return Vector4_GetHashCode_m7329FEA2E90CDBDBF4F09F51D92C87E08F5DC92E ( _thisAdjusted , method ) ;
}
// System.Boolean UnityEngine.Vector4::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector4_Equals_m552ECA9ECD220D6526D8ECC9902016B6FC6D49B5 ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this , RuntimeObject * ___other0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector4_Equals_m552ECA9ECD220D6526D8ECC9902016B6FC6D49B5_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 , Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_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 = Vector4_Equals_mB9894C2D4EE56C6E8FDF6CC40DCE0CE16BA4F7BF ( ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ) __this , ( ( * ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ) ( ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ) UnBox ( L_2 , Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_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 Vector4_Equals_m552ECA9ECD220D6526D8ECC9902016B6FC6D49B5_AdjustorThunk ( RuntimeObject * __this , RuntimeObject * ___other0 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * _thisAdjusted = reinterpret_cast < Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * > ( __this + _offset ) ;
return Vector4_Equals_m552ECA9ECD220D6526D8ECC9902016B6FC6D49B5 ( _thisAdjusted , ___other0 , method ) ;
}
// System.Boolean UnityEngine.Vector4::Equals(UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector4_Equals_mB9894C2D4EE56C6E8FDF6CC40DCE0CE16BA4F7BF ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this , Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___other0 , const RuntimeMethod * method )
{
bool V_0 = false ;
int32_t G_B5_0 = 0 ;
{
float L_0 = __this - > get_x_1 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_1 = ___other0 ;
float L_2 = L_1 . get_x_1 ( ) ;
if ( ( ! ( ( ( float ) L_0 ) = = ( ( float ) L_2 ) ) ) )
{
goto IL_003b ;
}
}
{
float L_3 = __this - > get_y_2 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_4 = ___other0 ;
float L_5 = L_4 . get_y_2 ( ) ;
if ( ( ! ( ( ( float ) L_3 ) = = ( ( float ) L_5 ) ) ) )
{
goto IL_003b ;
}
}
{
float L_6 = __this - > get_z_3 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_7 = ___other0 ;
float L_8 = L_7 . get_z_3 ( ) ;
if ( ( ! ( ( ( float ) L_6 ) = = ( ( float ) L_8 ) ) ) )
{
goto IL_003b ;
}
}
{
float L_9 = __this - > get_w_4 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_10 = ___other0 ;
float L_11 = L_10 . get_w_4 ( ) ;
G_B5_0 = ( ( ( ( float ) L_9 ) = = ( ( float ) L_11 ) ) ? 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_12 = V_0 ;
return L_12 ;
}
}
IL2CPP_EXTERN_C bool Vector4_Equals_mB9894C2D4EE56C6E8FDF6CC40DCE0CE16BA4F7BF_AdjustorThunk ( RuntimeObject * __this , Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___other0 , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * _thisAdjusted = reinterpret_cast < Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * > ( __this + _offset ) ;
return Vector4_Equals_mB9894C2D4EE56C6E8FDF6CC40DCE0CE16BA4F7BF ( _thisAdjusted , ___other0 , method ) ;
}
// System.Single UnityEngine.Vector4::Dot(UnityEngine.Vector4,UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector4_Dot_m9FAE8FE89CF99841AD8D2113DFCDB8764F9FBB18 ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___a0 , Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___b1 , const RuntimeMethod * method )
{
float V_0 = 0.0f ;
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_0 = ___a0 ;
float L_1 = L_0 . get_x_1 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_2 = ___b1 ;
float L_3 = L_2 . get_x_1 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_4 = ___a0 ;
float L_5 = L_4 . get_y_2 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_6 = ___b1 ;
float L_7 = L_6 . get_y_2 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_8 = ___a0 ;
float L_9 = L_8 . get_z_3 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_10 = ___b1 ;
float L_11 = L_10 . get_z_3 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_12 = ___a0 ;
float L_13 = L_12 . get_w_4 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_14 = ___b1 ;
float L_15 = L_14 . get_w_4 ( ) ;
V_0 = ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_1 , ( float ) L_3 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_5 , ( float ) L_7 ) ) ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_9 , ( float ) L_11 ) ) ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_13 , ( float ) L_15 ) ) ) ) ;
goto IL_003b ;
}
IL_003b :
{
float L_16 = V_0 ;
return L_16 ;
}
}
// System.Single UnityEngine.Vector4::get_magnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector4_get_magnitude_mE33CE76438DDE4DDBBAD94178B07D9364674D356 ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector4_get_magnitude_mE33CE76438DDE4DDBBAD94178B07D9364674D356_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
float V_0 = 0.0f ;
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_0 = ( * ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ) __this ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_1 = ( * ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ) __this ) ;
IL2CPP_RUNTIME_CLASS_INIT ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var ) ;
float L_2 = Vector4_Dot_m9FAE8FE89CF99841AD8D2113DFCDB8764F9FBB18 ( L_0 , L_1 , /*hidden argument*/ NULL ) ;
IL2CPP_RUNTIME_CLASS_INIT ( Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var ) ;
double L_3 = sqrt ( ( ( ( double ) ( ( double ) L_2 ) ) ) ) ;
V_0 = ( ( ( float ) ( ( float ) L_3 ) ) ) ;
goto IL_001c ;
}
IL_001c :
{
float L_4 = V_0 ;
return L_4 ;
}
}
IL2CPP_EXTERN_C float Vector4_get_magnitude_mE33CE76438DDE4DDBBAD94178B07D9364674D356_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * _thisAdjusted = reinterpret_cast < Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * > ( __this + _offset ) ;
return Vector4_get_magnitude_mE33CE76438DDE4DDBBAD94178B07D9364674D356 ( _thisAdjusted , method ) ;
}
// UnityEngine.Vector4 UnityEngine.Vector4::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Vector4_get_zero_m42821248DDFA4F9A3E0B2E84CBCB737BE9DCE3E9 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector4_get_zero_m42821248DDFA4F9A3E0B2E84CBCB737BE9DCE3E9_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
IL2CPP_RUNTIME_CLASS_INIT ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_0 = ( ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var ) ) - > get_zeroVector_5 ( ) ;
V_0 = L_0 ;
goto IL_0009 ;
}
IL_0009 :
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_1 = V_0 ;
return L_1 ;
}
}
// UnityEngine.Vector4 UnityEngine.Vector4::get_one()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Vector4_get_one_mBB426339BA1CAC21CCBA115E783254A0E9C5BC29 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector4_get_one_mBB426339BA1CAC21CCBA115E783254A0E9C5BC29_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
IL2CPP_RUNTIME_CLASS_INIT ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_0 = ( ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var ) ) - > get_oneVector_6 ( ) ;
V_0 = L_0 ;
goto IL_0009 ;
}
IL_0009 :
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_1 = V_0 ;
return L_1 ;
}
}
// 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 )
{
float V_0 = 0.0f ;
float V_1 = 0.0f ;
float V_2 = 0.0f ;
float V_3 = 0.0f ;
float V_4 = 0.0f ;
bool V_5 = false ;
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_0 = ___lhs0 ;
float L_1 = L_0 . get_x_1 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_2 = ___rhs1 ;
float L_3 = L_2 . get_x_1 ( ) ;
V_0 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_1 , ( float ) L_3 ) ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_4 = ___lhs0 ;
float L_5 = L_4 . get_y_2 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_6 = ___rhs1 ;
float L_7 = L_6 . get_y_2 ( ) ;
V_1 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_5 , ( float ) L_7 ) ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_8 = ___lhs0 ;
float L_9 = L_8 . get_z_3 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_10 = ___rhs1 ;
float L_11 = L_10 . get_z_3 ( ) ;
V_2 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_9 , ( float ) L_11 ) ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_12 = ___lhs0 ;
float L_13 = L_12 . get_w_4 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_14 = ___rhs1 ;
float L_15 = L_14 . get_w_4 ( ) ;
V_3 = ( ( float ) il2cpp_codegen_subtract ( ( float ) L_13 , ( float ) L_15 ) ) ;
float L_16 = V_0 ;
float L_17 = V_0 ;
float L_18 = V_1 ;
float L_19 = V_1 ;
float L_20 = V_2 ;
float L_21 = V_2 ;
float L_22 = V_3 ;
float L_23 = V_3 ;
V_4 = ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_add ( ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_16 , ( float ) L_17 ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_18 , ( float ) L_19 ) ) ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_20 , ( float ) L_21 ) ) ) ) , ( float ) ( ( float ) il2cpp_codegen_multiply ( ( float ) L_22 , ( float ) L_23 ) ) ) ) ;
float L_24 = V_4 ;
V_5 = ( bool ) ( ( ( ( float ) L_24 ) < ( ( float ) ( 9.99999944E-11 f ) ) ) ? 1 : 0 ) ;
goto IL_0057 ;
}
IL_0057 :
{
bool L_25 = V_5 ;
return L_25 ;
}
}
// UnityEngine.Vector4 UnityEngine.Vector4::op_Implicit(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Vector4_op_Implicit_m5BFA8D95F88CB2AEA6E02B200A61B718314A8495 ( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___v0 , const RuntimeMethod * method )
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___v0 ;
float L_1 = L_0 . get_x_2 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___v0 ;
float L_3 = L_2 . get_y_3 ( ) ;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___v0 ;
float L_5 = L_4 . get_z_4 ( ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_6 ;
memset ( ( & L_6 ) , 0 , sizeof ( L_6 ) ) ;
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D ( ( & L_6 ) , L_1 , L_3 , L_5 , ( 0.0f ) , /*hidden argument*/ NULL ) ;
V_0 = L_6 ;
goto IL_0020 ;
}
IL_0020 :
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_7 = V_0 ;
return L_7 ;
}
}
// System.String UnityEngine.Vector4::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Vector4_ToString_m769402E3F7CBD6C92464D916527CC87BBBA53EF9 ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector4_ToString_m769402E3F7CBD6C92464D916527CC87BBBA53EF9_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_x_1 ( ) ;
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 < il2cpp_array_size_t > ( 0 ) , ( RuntimeObject * ) L_4 ) ;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_5 = L_1 ;
float L_6 = __this - > get_y_2 ( ) ;
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 < il2cpp_array_size_t > ( 1 ) , ( RuntimeObject * ) L_8 ) ;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_9 = L_5 ;
float L_10 = __this - > get_z_3 ( ) ;
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 < il2cpp_array_size_t > ( 2 ) , ( RuntimeObject * ) L_12 ) ;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_13 = L_9 ;
float L_14 = __this - > get_w_4 ( ) ;
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 < il2cpp_array_size_t > ( 3 ) , ( RuntimeObject * ) L_16 ) ;
String_t * L_17 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387 ( _stringLiteralB29BEC3A893F5759BD9E96C91C9F612E3591BE59 , 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 * Vector4_ToString_m769402E3F7CBD6C92464D916527CC87BBBA53EF9_AdjustorThunk ( RuntimeObject * __this , const RuntimeMethod * method )
{
int32_t _offset = 1 ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * _thisAdjusted = reinterpret_cast < Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * > ( __this + _offset ) ;
return Vector4_ToString_m769402E3F7CBD6C92464D916527CC87BBBA53EF9 ( _thisAdjusted , method ) ;
}
// System.Void UnityEngine.Vector4::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__cctor_m478FA6A83B8E23F8323F150FF90B1FB934B1C251 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( Vector4__cctor_m478FA6A83B8E23F8323F150FF90B1FB934B1C251_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_0 ;
memset ( ( & L_0 ) , 0 , sizeof ( L_0 ) ) ;
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D ( ( & L_0 ) , ( 0.0f ) , ( 0.0f ) , ( 0.0f ) , ( 0.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var ) ) - > set_zeroVector_5 ( L_0 ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_1 ;
memset ( ( & L_1 ) , 0 , sizeof ( L_1 ) ) ;
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D ( ( & L_1 ) , ( 1.0f ) , ( 1.0f ) , ( 1.0f ) , ( 1.0f ) , /*hidden argument*/ NULL ) ;
( ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var ) ) - > set_oneVector_6 ( L_1 ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_2 ;
memset ( ( & L_2 ) , 0 , sizeof ( L_2 ) ) ;
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D ( ( & L_2 ) , ( std : : numeric_limits < float > : : infinity ( ) ) , ( std : : numeric_limits < float > : : infinity ( ) ) , ( std : : numeric_limits < float > : : infinity ( ) ) , ( std : : numeric_limits < float > : : infinity ( ) ) , /*hidden argument*/ NULL ) ;
( ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var ) ) - > set_positiveInfinityVector_7 ( L_2 ) ;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_3 ;
memset ( ( & L_3 ) , 0 , sizeof ( L_3 ) ) ;
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D ( ( & L_3 ) , ( - std : : numeric_limits < float > : : infinity ( ) ) , ( - std : : numeric_limits < float > : : infinity ( ) ) , ( - std : : numeric_limits < float > : : infinity ( ) ) , ( - std : : numeric_limits < float > : : infinity ( ) ) , /*hidden argument*/ NULL ) ;
( ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields * ) il2cpp_codegen_static_fields_for ( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var ) ) - > set_negativeInfinityVector_8 ( L_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.WaitForEndOfFrame::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForEndOfFrame__ctor_m6CDB79476A4A84CEC62947D36ADED96E907BA20B ( WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA * __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.Void UnityEngine.WaitForFixedUpdate::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForFixedUpdate__ctor_mDEBC2E729EB331081476991F738E1759F067F402 ( WaitForFixedUpdate_t8801328F075019AF6B6150B20EC343935A29FF97 * __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
// Conversion methods for marshalling of: UnityEngine.WaitForSeconds
IL2CPP_EXTERN_C void WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshal_pinvoke ( const WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 & unmarshaled , WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_pinvoke & marshaled )
{
marshaled . ___m_Seconds_0 = unmarshaled . get_m_Seconds_0 ( ) ;
}
IL2CPP_EXTERN_C void WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshal_pinvoke_back ( const WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_pinvoke & marshaled , WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 & unmarshaled )
{
float unmarshaled_m_Seconds_temp_0 = 0.0f ;
unmarshaled_m_Seconds_temp_0 = marshaled . ___m_Seconds_0 ;
unmarshaled . set_m_Seconds_0 ( unmarshaled_m_Seconds_temp_0 ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.WaitForSeconds
IL2CPP_EXTERN_C void WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshal_pinvoke_cleanup ( WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_pinvoke & marshaled )
{
}
// Conversion methods for marshalling of: UnityEngine.WaitForSeconds
IL2CPP_EXTERN_C void WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshal_com ( const WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 & unmarshaled , WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_com & marshaled )
{
marshaled . ___m_Seconds_0 = unmarshaled . get_m_Seconds_0 ( ) ;
}
IL2CPP_EXTERN_C void WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshal_com_back ( const WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_com & marshaled , WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 & unmarshaled )
{
float unmarshaled_m_Seconds_temp_0 = 0.0f ;
unmarshaled_m_Seconds_temp_0 = marshaled . ___m_Seconds_0 ;
unmarshaled . set_m_Seconds_0 ( unmarshaled_m_Seconds_temp_0 ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.WaitForSeconds
IL2CPP_EXTERN_C void WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshal_com_cleanup ( WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_com & marshaled )
{
}
// System.Void UnityEngine.WaitForSeconds::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559 ( WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * __this , float ___seconds0 , const RuntimeMethod * method )
{
{
YieldInstruction__ctor_mA72AD367FB081E0C2493649C6E8F7CFC592AB620 ( __this , /*hidden argument*/ NULL ) ;
float L_0 = ___seconds0 ;
__this - > set_m_Seconds_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
# ifdef __clang__
# 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.YieldInstruction
IL2CPP_EXTERN_C void YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshal_pinvoke ( const YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 & unmarshaled , YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke & marshaled )
{
}
IL2CPP_EXTERN_C void YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshal_pinvoke_back ( const YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke & marshaled , YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 & unmarshaled )
{
}
// Conversion method for clean up from marshalling of: UnityEngine.YieldInstruction
IL2CPP_EXTERN_C void YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshal_pinvoke_cleanup ( YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke & marshaled )
{
}
// Conversion methods for marshalling of: UnityEngine.YieldInstruction
IL2CPP_EXTERN_C void YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshal_com ( const YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 & unmarshaled , YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com & marshaled )
{
}
IL2CPP_EXTERN_C void YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshal_com_back ( const YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com & marshaled , YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 & unmarshaled )
{
}
// Conversion method for clean up from marshalling of: UnityEngine.YieldInstruction
IL2CPP_EXTERN_C void YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshal_com_cleanup ( YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com & marshaled )
{
}
// System.Void UnityEngine.YieldInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YieldInstruction__ctor_mA72AD367FB081E0C2493649C6E8F7CFC592AB620 ( YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 * __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.Boolean UnityEngine._Scripting.APIUpdating.APIUpdaterRuntimeHelpers::GetMovedFromAttributeDataForType(System.Type,System.String&,System.String&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool APIUpdaterRuntimeHelpers_GetMovedFromAttributeDataForType_m2574674719979232087612C3C17A760E439BCA45 ( Type_t * ___sourceType0 , String_t * * ___assembly1 , String_t * * ___nsp2 , String_t * * ___klass3 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( APIUpdaterRuntimeHelpers_GetMovedFromAttributeDataForType_m2574674719979232087612C3C17A760E439BCA45_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * V_0 = NULL ;
MovedFromAttribute_tE9A667A7698BEF9EA09BF23E4308CD1EC2099162 * V_1 = NULL ;
bool V_2 = false ;
bool V_3 = false ;
{
String_t * * L_0 = ___klass3 ;
* ( ( RuntimeObject * * ) L_0 ) = ( RuntimeObject * ) NULL ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_0 , ( void * ) ( RuntimeObject * ) NULL ) ;
String_t * * L_1 = ___nsp2 ;
* ( ( RuntimeObject * * ) L_1 ) = ( RuntimeObject * ) NULL ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_1 , ( void * ) ( RuntimeObject * ) NULL ) ;
String_t * * L_2 = ___assembly1 ;
* ( ( RuntimeObject * * ) L_2 ) = ( RuntimeObject * ) NULL ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_2 , ( void * ) ( RuntimeObject * ) NULL ) ;
Type_t * L_3 = ___sourceType0 ;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast < intptr_t > ( MovedFromAttribute_tE9A667A7698BEF9EA09BF23E4308CD1EC2099162_0_0_0_var ) } ;
IL2CPP_RUNTIME_CLASS_INIT ( Type_t_il2cpp_TypeInfo_var ) ;
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 ( L_4 , /*hidden argument*/ NULL ) ;
NullCheck ( L_3 ) ;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_6 = VirtFuncInvoker2 < ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * , Type_t * , bool > : : Invoke ( 11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */ , L_3 , L_5 , ( bool ) 0 ) ;
V_0 = L_6 ;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_7 = V_0 ;
NullCheck ( L_7 ) ;
V_2 = ( bool ) ( ( ( ( int32_t ) ( ( ( ( int32_t ) ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_7 ) - > max_length ) ) ) ) ) = = ( ( int32_t ) 1 ) ) ? 1 : 0 ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_8 = V_2 ;
if ( ! L_8 )
{
goto IL_002d ;
}
}
{
V_3 = ( bool ) 0 ;
goto IL_0061 ;
}
IL_002d :
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_9 = V_0 ;
NullCheck ( L_9 ) ;
int32_t L_10 = 0 ;
RuntimeObject * L_11 = ( L_9 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_10 ) ) ;
V_1 = ( ( MovedFromAttribute_tE9A667A7698BEF9EA09BF23E4308CD1EC2099162 * ) CastclassClass ( ( RuntimeObject * ) L_11 , MovedFromAttribute_tE9A667A7698BEF9EA09BF23E4308CD1EC2099162_il2cpp_TypeInfo_var ) ) ;
String_t * * L_12 = ___klass3 ;
MovedFromAttribute_tE9A667A7698BEF9EA09BF23E4308CD1EC2099162 * L_13 = V_1 ;
NullCheck ( L_13 ) ;
MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F * L_14 = L_13 - > get_address_of_data_0 ( ) ;
String_t * L_15 = L_14 - > get_className_0 ( ) ;
* ( ( RuntimeObject * * ) L_12 ) = ( RuntimeObject * ) L_15 ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_12 , ( void * ) ( RuntimeObject * ) L_15 ) ;
String_t * * L_16 = ___nsp2 ;
MovedFromAttribute_tE9A667A7698BEF9EA09BF23E4308CD1EC2099162 * L_17 = V_1 ;
NullCheck ( L_17 ) ;
MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F * L_18 = L_17 - > get_address_of_data_0 ( ) ;
String_t * L_19 = L_18 - > get_nameSpace_1 ( ) ;
* ( ( RuntimeObject * * ) L_16 ) = ( RuntimeObject * ) L_19 ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_16 , ( void * ) ( RuntimeObject * ) L_19 ) ;
String_t * * L_20 = ___assembly1 ;
MovedFromAttribute_tE9A667A7698BEF9EA09BF23E4308CD1EC2099162 * L_21 = V_1 ;
NullCheck ( L_21 ) ;
MovedFromAttributeData_t1B4341E8C679B6DEF83A6978D8B162DE7CDDB82F * L_22 = L_21 - > get_address_of_data_0 ( ) ;
String_t * L_23 = L_22 - > get_assembly_2 ( ) ;
* ( ( RuntimeObject * * ) L_20 ) = ( RuntimeObject * ) L_23 ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_20 , ( void * ) ( RuntimeObject * ) L_23 ) ;
V_3 = ( bool ) 1 ;
goto IL_0061 ;
}
IL_0061 :
{
bool L_24 = V_3 ;
return L_24 ;
}
}
// System.Boolean UnityEngine._Scripting.APIUpdating.APIUpdaterRuntimeHelpers::GetObsoleteTypeRedirection(System.Type,System.String&,System.String&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool APIUpdaterRuntimeHelpers_GetObsoleteTypeRedirection_m43E0605422153F402426F8959BC2E8C65A69F597 ( Type_t * ___sourceType0 , String_t * * ___assemblyName1 , String_t * * ___nsp2 , String_t * * ___className3 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( APIUpdaterRuntimeHelpers_GetObsoleteTypeRedirection_m43E0605422153F402426F8959BC2E8C65A69F597_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * V_0 = NULL ;
ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 * V_1 = NULL ;
String_t * V_2 = NULL ;
String_t * V_3 = NULL ;
int32_t V_4 = 0 ;
bool V_5 = false ;
bool V_6 = false ;
bool V_7 = false ;
String_t * V_8 = NULL ;
int32_t V_9 = 0 ;
bool V_10 = false ;
bool V_11 = false ;
bool V_12 = false ;
bool V_13 = false ;
bool V_14 = false ;
{
Type_t * L_0 = ___sourceType0 ;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast < intptr_t > ( ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170_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 ;
String_t * * L_4 = ___assemblyName1 ;
* ( ( RuntimeObject * * ) L_4 ) = ( RuntimeObject * ) NULL ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_4 , ( void * ) ( RuntimeObject * ) NULL ) ;
String_t * * L_5 = ___nsp2 ;
* ( ( RuntimeObject * * ) L_5 ) = ( RuntimeObject * ) NULL ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_5 , ( void * ) ( RuntimeObject * ) NULL ) ;
String_t * * L_6 = ___className3 ;
* ( ( RuntimeObject * * ) L_6 ) = ( RuntimeObject * ) NULL ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_6 , ( void * ) ( RuntimeObject * ) NULL ) ;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_7 = V_0 ;
NullCheck ( L_7 ) ;
V_5 = ( bool ) ( ( ( ( int32_t ) ( ( ( ( int32_t ) ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_7 ) - > max_length ) ) ) ) ) = = ( ( int32_t ) 1 ) ) ? 1 : 0 ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_8 = V_5 ;
if ( ! L_8 )
{
goto IL_0033 ;
}
}
{
V_6 = ( bool ) 0 ;
goto IL_0165 ;
}
IL_0033 :
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_9 = V_0 ;
NullCheck ( L_9 ) ;
int32_t L_10 = 0 ;
RuntimeObject * L_11 = ( L_9 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_10 ) ) ;
V_1 = ( ( ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 * ) CastclassSealed ( ( RuntimeObject * ) L_11 , ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170_il2cpp_TypeInfo_var ) ) ;
ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 * L_12 = V_1 ;
NullCheck ( L_12 ) ;
String_t * L_13 = ObsoleteAttribute_get_Message_mFFBC74B34F780F3636E5A5FE9894302C356C53F3_inline ( L_12 , /*hidden argument*/ NULL ) ;
V_2 = L_13 ;
V_3 = _stringLiteral2AD58D3D9B41F4ECB504BA593B1A70074B18A924 ;
String_t * L_14 = V_2 ;
String_t * L_15 = V_3 ;
NullCheck ( L_14 ) ;
int32_t L_16 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B ( L_14 , L_15 , /*hidden argument*/ NULL ) ;
V_4 = L_16 ;
int32_t L_17 = V_4 ;
V_7 = ( bool ) ( ( ( ( int32_t ) ( ( ( ( int32_t ) L_17 ) < ( ( int32_t ) 0 ) ) ? 1 : 0 ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_18 = V_7 ;
if ( ! L_18 )
{
goto IL_0160 ;
}
}
{
String_t * L_19 = V_2 ;
int32_t L_20 = V_4 ;
String_t * L_21 = V_3 ;
NullCheck ( L_21 ) ;
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline ( L_21 , /*hidden argument*/ NULL ) ;
NullCheck ( L_19 ) ;
String_t * L_23 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE ( L_19 , ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_20 , ( int32_t ) L_22 ) ) , /*hidden argument*/ NULL ) ;
NullCheck ( L_23 ) ;
String_t * L_24 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D ( L_23 , /*hidden argument*/ NULL ) ;
V_8 = L_24 ;
String_t * L_25 = V_8 ;
NullCheck ( L_25 ) ;
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline ( L_25 , /*hidden argument*/ NULL ) ;
V_10 = ( bool ) ( ( ( ( int32_t ) L_26 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_27 = V_10 ;
if ( ! L_27 )
{
goto IL_0092 ;
}
}
{
V_6 = ( bool ) 0 ;
goto IL_0165 ;
}
IL_0092 :
{
V_9 = 0 ;
String_t * L_28 = V_8 ;
NullCheck ( L_28 ) ;
Il2CppChar L_29 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 ( L_28 , 0 , /*hidden argument*/ NULL ) ;
V_11 = ( bool ) ( ( ( ( int32_t ) L_29 ) = = ( ( int32_t ) ( ( int32_t ) 91 ) ) ) ? 1 : 0 ) ;
bool L_30 = V_11 ;
if ( ! L_30 )
{
goto IL_00e9 ;
}
}
{
String_t * L_31 = V_8 ;
NullCheck ( L_31 ) ;
int32_t L_32 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD ( L_31 , ( ( int32_t ) 93 ) , /*hidden argument*/ NULL ) ;
V_9 = L_32 ;
int32_t L_33 = V_9 ;
V_12 = ( bool ) ( ( ( ( int32_t ) L_33 ) = = ( ( int32_t ) ( - 1 ) ) ) ? 1 : 0 ) ;
bool L_34 = V_12 ;
if ( ! L_34 )
{
goto IL_00c6 ;
}
}
{
V_6 = ( bool ) 0 ;
goto IL_0165 ;
}
IL_00c6 :
{
String_t * * L_35 = ___assemblyName1 ;
String_t * L_36 = V_8 ;
int32_t L_37 = V_9 ;
NullCheck ( L_36 ) ;
String_t * L_38 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB ( L_36 , 1 , ( ( int32_t ) il2cpp_codegen_subtract ( ( int32_t ) L_37 , ( int32_t ) 1 ) ) , /*hidden argument*/ NULL ) ;
* ( ( RuntimeObject * * ) L_35 ) = ( RuntimeObject * ) L_38 ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_35 , ( void * ) ( RuntimeObject * ) L_38 ) ;
String_t * L_39 = V_8 ;
int32_t L_40 = V_9 ;
NullCheck ( L_39 ) ;
String_t * L_41 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE ( L_39 , ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_40 , ( int32_t ) 1 ) ) , /*hidden argument*/ NULL ) ;
NullCheck ( L_41 ) ;
String_t * L_42 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D ( L_41 , /*hidden argument*/ NULL ) ;
V_8 = L_42 ;
goto IL_00fb ;
}
IL_00e9 :
{
String_t * * L_43 = ___assemblyName1 ;
Type_t * L_44 = ___sourceType0 ;
NullCheck ( L_44 ) ;
Assembly_t * L_45 = VirtFuncInvoker0 < Assembly_t * > : : Invoke ( 27 /* System.Reflection.Assembly System.Type::get_Assembly() */ , L_44 ) ;
NullCheck ( L_45 ) ;
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_46 = VirtFuncInvoker0 < AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * > : : Invoke ( 20 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName() */ , L_45 ) ;
NullCheck ( L_46 ) ;
String_t * L_47 = AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline ( L_46 , /*hidden argument*/ NULL ) ;
* ( ( RuntimeObject * * ) L_43 ) = ( RuntimeObject * ) L_47 ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_43 , ( void * ) ( RuntimeObject * ) L_47 ) ;
}
IL_00fb :
{
String_t * L_48 = V_8 ;
NullCheck ( L_48 ) ;
int32_t L_49 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59 ( L_48 , ( ( int32_t ) 46 ) , /*hidden argument*/ NULL ) ;
V_9 = L_49 ;
int32_t L_50 = V_9 ;
V_13 = ( bool ) ( ( ( ( int32_t ) L_50 ) > ( ( int32_t ) ( - 1 ) ) ) ? 1 : 0 ) ;
bool L_51 = V_13 ;
if ( ! L_51 )
{
goto IL_012e ;
}
}
{
String_t * * L_52 = ___className3 ;
String_t * L_53 = V_8 ;
int32_t L_54 = V_9 ;
NullCheck ( L_53 ) ;
String_t * L_55 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE ( L_53 , ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_54 , ( int32_t ) 1 ) ) , /*hidden argument*/ NULL ) ;
* ( ( RuntimeObject * * ) L_52 ) = ( RuntimeObject * ) L_55 ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_52 , ( void * ) ( RuntimeObject * ) L_55 ) ;
String_t * L_56 = V_8 ;
int32_t L_57 = V_9 ;
NullCheck ( L_56 ) ;
String_t * L_58 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB ( L_56 , 0 , L_57 , /*hidden argument*/ NULL ) ;
V_8 = L_58 ;
goto IL_013b ;
}
IL_012e :
{
String_t * * L_59 = ___className3 ;
String_t * L_60 = V_8 ;
* ( ( RuntimeObject * * ) L_59 ) = ( RuntimeObject * ) L_60 ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_59 , ( void * ) ( RuntimeObject * ) L_60 ) ;
V_8 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709 ;
}
IL_013b :
{
String_t * L_61 = V_8 ;
NullCheck ( L_61 ) ;
int32_t L_62 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline ( L_61 , /*hidden argument*/ NULL ) ;
V_14 = ( bool ) ( ( ( ( int32_t ) L_62 ) > ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_63 = V_14 ;
if ( ! L_63 )
{
goto IL_0151 ;
}
}
{
String_t * * L_64 = ___nsp2 ;
String_t * L_65 = V_8 ;
* ( ( RuntimeObject * * ) L_64 ) = ( RuntimeObject * ) L_65 ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_64 , ( void * ) ( RuntimeObject * ) L_65 ) ;
goto IL_015b ;
}
IL_0151 :
{
String_t * * L_66 = ___nsp2 ;
Type_t * L_67 = ___sourceType0 ;
NullCheck ( L_67 ) ;
String_t * L_68 = VirtFuncInvoker0 < String_t * > : : Invoke ( 30 /* System.String System.Type::get_Namespace() */ , L_67 ) ;
* ( ( RuntimeObject * * ) L_66 ) = ( RuntimeObject * ) L_68 ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( RuntimeObject * * ) L_66 , ( void * ) ( RuntimeObject * ) L_68 ) ;
}
IL_015b :
{
V_6 = ( bool ) 1 ;
goto IL_0165 ;
}
IL_0160 :
{
V_6 = ( bool ) 0 ;
goto IL_0165 ;
}
IL_0165 :
{
bool L_69 = V_6 ;
return L_69 ;
}
}
# ifdef __clang__
# 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.iOS.LocalNotification::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalNotification__cctor_m9E47ADEC8F786289F7C94ACC65A44C318FF59685 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( LocalNotification__cctor_m9E47ADEC8F786289F7C94ACC65A44C318FF59685_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0 ;
memset ( ( & V_0 ) , 0 , sizeof ( V_0 ) ) ;
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 ;
memset ( ( & L_0 ) , 0 , sizeof ( L_0 ) ) ;
DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE ( ( & L_0 ) , ( ( int32_t ) 2001 ) , 1 , 1 , 0 , 0 , 0 , 1 , /*hidden argument*/ NULL ) ;
V_0 = L_0 ;
int64_t L_1 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60 ( ( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ) ( & V_0 ) , /*hidden argument*/ NULL ) ;
( ( LocalNotification_tCA79CA9F746F4B3A8F3F0A40BB4AB2FAD7D3238F_StaticFields * ) il2cpp_codegen_static_fields_for ( LocalNotification_tCA79CA9F746F4B3A8F3F0A40BB4AB2FAD7D3238F_il2cpp_TypeInfo_var ) ) - > set_m_NSReferenceDateTicks_1 ( 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
# ifdef __clang__
# 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 UnityEngineInternal.GenericStack::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericStack__ctor_m0659B84DB6B093AF1F01F566686C510DDEEAE848 ( GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * __this , const RuntimeMethod * method )
{
{
Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08 ( __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 UnityEngineInternal.MathfInternal::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MathfInternal__cctor_m885D4921B8E928763E7ABB4466659665780F860F ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( MathfInternal__cctor_m885D4921B8E928763E7ABB4466659665780F860F_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
il2cpp_codegen_memory_barrier ( ) ;
( ( MathfInternal_t3E913BDEA2E88DF117AEBE6A099B5922A78A1693_StaticFields * ) il2cpp_codegen_static_fields_for ( MathfInternal_t3E913BDEA2E88DF117AEBE6A099B5922A78A1693_il2cpp_TypeInfo_var ) ) - > set_FloatMinNormal_0 ( ( 1.17549435E-38 f ) ) ;
il2cpp_codegen_memory_barrier ( ) ;
( ( MathfInternal_t3E913BDEA2E88DF117AEBE6A099B5922A78A1693_StaticFields * ) il2cpp_codegen_static_fields_for ( MathfInternal_t3E913BDEA2E88DF117AEBE6A099B5922A78A1693_il2cpp_TypeInfo_var ) ) - > set_FloatMinDenormal_1 ( ( 1.401298E-45 f ) ) ;
( ( MathfInternal_t3E913BDEA2E88DF117AEBE6A099B5922A78A1693_StaticFields * ) il2cpp_codegen_static_fields_for ( MathfInternal_t3E913BDEA2E88DF117AEBE6A099B5922A78A1693_il2cpp_TypeInfo_var ) ) - > set_IsFlushToZeroEnabled_2 ( ( 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 UnityEngineInternal.TypeInferenceRuleAttribute::.ctor(UnityEngineInternal.TypeInferenceRules)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInferenceRuleAttribute__ctor_m389751AED6740F401AC8DFACD5914C13AB24D8A6 ( TypeInferenceRuleAttribute_tEB3BA6FDE6D6817FD33E2620200007EB9730214B * __this , int32_t ___rule0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( TypeInferenceRuleAttribute__ctor_m389751AED6740F401AC8DFACD5914C13AB24D8A6_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
RuntimeObject * L_0 = Box ( TypeInferenceRules_tFA03D20477226A95FE644665C3C08A6B6281C333_il2cpp_TypeInfo_var , ( & ___rule0 ) ) ;
NullCheck ( L_0 ) ;
String_t * L_1 = VirtFuncInvoker0 < String_t * > : : Invoke ( 3 /* System.String System.Object::ToString() */ , L_0 ) ;
___rule0 = * ( int32_t * ) UnBox ( L_0 ) ;
TypeInferenceRuleAttribute__ctor_m34920F979AA071F4973CEEEF6F91B5B6A53E5765 ( __this , L_1 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngineInternal.TypeInferenceRuleAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInferenceRuleAttribute__ctor_m34920F979AA071F4973CEEEF6F91B5B6A53E5765 ( TypeInferenceRuleAttribute_tEB3BA6FDE6D6817FD33E2620200007EB9730214B * __this , String_t * ___rule0 , const RuntimeMethod * method )
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 ( __this , /*hidden argument*/ NULL ) ;
String_t * L_0 = ___rule0 ;
__this - > set__rule_0 ( L_0 ) ;
return ;
}
}
// System.String UnityEngineInternal.TypeInferenceRuleAttribute::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * TypeInferenceRuleAttribute_ToString_m49343B52ED0F3E75B3E56E37CF523F63E5A746F6 ( TypeInferenceRuleAttribute_tEB3BA6FDE6D6817FD33E2620200007EB9730214B * __this , const RuntimeMethod * method )
{
String_t * V_0 = NULL ;
{
String_t * L_0 = __this - > get__rule_0 ( ) ;
V_0 = L_0 ;
goto IL_000a ;
}
IL_000a :
{
String_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
2025-09-12 02:28:56 +08:00
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * UnhandledExceptionEventArgs_get_ExceptionObject_m1936F64BC46B54AA159A4B366BED7AF11DEED0C3_inline ( UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 * __this , const RuntimeMethod * method )
{
{
RuntimeObject * L_0 = __this - > get__Exception_1 ( ) ;
return L_0 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline ( Exception_t * __this , const RuntimeMethod * method )
{
{
Exception_t * L_0 = __this - > get__innerException_4 ( ) ;
return L_0 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline ( Exception_t * __this , int32_t ___value0 , const RuntimeMethod * method )
{
{
int32_t L_0 = ___value0 ;
__this - > set__HResult_11 ( L_0 ) ;
return ;
}
}
2025-06-20 11:52:54 +08:00
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t * ObsoleteAttribute_get_Message_mFFBC74B34F780F3636E5A5FE9894302C356C53F3_inline ( ObsoleteAttribute_tDAE6245D460079868ABE89327A61FC76E13F2170 * __this , const RuntimeMethod * method )
{
{
String_t * L_0 = __this - > get__message_0 ( ) ;
return L_0 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline ( String_t * __this , const RuntimeMethod * method )
{
{
int32_t L_0 = __this - > get_m_stringLength_0 ( ) ;
return L_0 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t * AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline ( AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this , const RuntimeMethod * method )
{
{
String_t * L_0 = __this - > get_name_0 ( ) ;
return L_0 ;
}
}
2025-09-12 02:28:56 +08:00
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 List_1_get_Item_mE502050B0E9E9978F694B3A501D451D46F935005_gshared_inline ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __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 :
{
WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 * L_2 = ( WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 * ) __this - > get__items_1 ( ) ;
int32_t L_3 = ___index0 ;
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 L_4 = IL2CPP_ARRAY_UNSAFE_LOAD ( ( WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0 * ) L_2 , ( int32_t ) L_3 ) ;
return L_4 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m44C1B6295966FEE37949A17F7A57D5556A8EC46B_gshared_inline ( List_1_t6E5C746AF7DE21972A905DE655062193862839D6 * __this , const RuntimeMethod * method )
{
{
int32_t L_0 = ( int32_t ) __this - > get__size_2 ( ) ;
return L_0 ;
}
}